<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>ImageCLEF 2020: An approach for Visual Question Answering</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of CSE, SSN College of Engineering</institution>
          ,
          <addr-line>Kalavakkam - 603110</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <fpage>0000</fpage>
      <lpage>0003</lpage>
      <abstract>
        <p>The recent advancement and digitalization in the medical domain requires an image based question answering system to support clinical decisions. This system also helps the patients to know about their present conditions rapidly with more information. As an effort to promote the development, ImageCLEF 2020 organizes third edition of the Visual Question Answering (VQA) Task. In this task, the abnormality related questions are to be answered for the given set of radiology images. In the proposed system, VGGNet based on transfer learning approach and LSTM are used to extract the image and text feature vectors respectively in the encoder stage. Then, both feature vectors are combined and given as input to the decoder for predicting the answer. The purpose of selecting VGGNet and LSTM are: (i). VGGNet is able to extract medical image features effectively in small dataset (ii). LSTM is capable to accommodate significant information of the text. Moreover, the proposed model is evaluated for three datasets namely original dataset (4500 samples), reduced dataset (4348 samples) and augmented reduced dataset (4626 samples). The proposed model resulted in an accuracy of 0.282 and a BLEU score of 0.330 for augmented reduced dataset, which is ranked ninth among all participating group in ImageCLEF 2020 VQAMED task.</p>
      </abstract>
      <kwd-group>
        <kwd />
        <kwd>VQA</kwd>
        <kwd>VGGNet</kwd>
        <kwd>LSTM</kwd>
        <kwd>medical domain</kwd>
        <kwd>augmented dataset</kwd>
        <kwd>reduced dataset</kwd>
        <kwd>ImageCLEF</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>The amount of data generated and used in this era are increasing exponentially and
medical domain is not an exception. Also, everyone wants to know the answer for
everything they come across in the internet world. Multiple search engines are working
towards satisfying their knowledge thirst, unfortunately very few image based search
engines are available in the market. However, these search engines are generalized and
not suitable for medical domain.
1</p>
      <p>
        The medical domain is wide, and it needs prior knowledge and analysis to answer
the questions. These issues can be addressed by improving the medical image based
question answering system. To enhance this research further, ImageCLEF is
conducting VQA task in medical domain since 2018 [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>
        The Visual Question Answering (VQA) in medical domain helps people (especially
partially sighted) in better understanding of their condition and supports clinical
decision. The challenges of VQA in medical domain includes: (i). Parameter selection and
feature extraction for medical dataset which differs from the real time and abstract
dataset (ii). Specific VQA model which works for all medical category is in developing
stage. For example in [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], different approaches are required to answer different medical
questions. The pre-trained model followed by BERT model answers organ, plane and
modality related questions whereas abnormality related questions are answered
effectively by sequence-to-sequence model (iii). Single optimal model which detects all
types of medical abnormalities in different region needs some attention and effort. But,
abnormality detection with respect to the particular region are available. For example,
in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], bifurcated structure detects four gastrointestinal abnormalities and three
dermoscopic lesions in WCE images and PH2 dataset respectively. Two abnormality
categories are detected separately and attained an accuracy of 97.8% and 97.5% respectively.
(iv). Memory and time constraints.
      </p>
      <p>The remaining part of the paper spans across following subsections. In Sect. 2,
literature survey related to automation in medical domain, inference from VQA task for
real world dataset and its recent advancement in medical domain are discussed. Sect. 3
gives brief description about the ImageCLEF VQA-Med 2020 dataset and two other
proposed datasets used for analysis and validation. In Sect. 4, the design of the proposed
VQA model based on inference attained and its implementation are explained. A brief
summary about the result and the respective evaluation of all five runs are given in Sect.
5 and conclusion is given at the end.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Works</title>
      <p>
        The recent studies shows a tremendous advancement in the medical domain. One of the
best advancement is that the medical data in structured, semi-structured and
unstructured formats are digitized. From the last decades, Artificial intelligence (AI) utilizes
the digitization advancement and enhances an automation in the medical domain. In
[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], natural language text (medical history, physical examination result, result of X-ray,
ultrasound or ECG ) are collected, analysed and used to find the dependency between
features to improve the healthcare quality in multidisciplinary paediatric centre using
deep linguistic techniques. The advantage of digitization is also applicable for medical
imaging applications like image classification [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], caption generation [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] and
computing severity level [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. The reliability of these applications are based on the features
extracted from the images. At present, the pre-trained models like Convolutional Neural
Network (CNN) or pre-trained models like VGGNet or ResNet are playing a vital role
in feature extraction for VQA related applications. VQA on medical domain emerged
based on the knowledge obtained from real world datasets like MSCOCO dataset,
Dataset
[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]
[
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]
[
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]
e
g
a
m
I
DAQUAR, VQA Dataset, FM-IQA and Visual7W. The inferences are (i). The detailed
understanding of the image and complex reasoning are required to answer the visual
questions because it selectively targets background details and/or underlying context
[
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. (ii). Questions are arbitrary and it imposes many sub-problems in computer vision
like object location, detection and/or counting [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. (iii) Improvement in rare question
type has negligible impact on overall performance [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. (iv). Least contributing
question types need to be victimized because it pulls down the overall performance [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
(v). Appropriate parameter selection (activation function, large mini-batches, smart
shuffling of training data and word embedding by Glove, google images, etc.,) has its
own impact in performance of the model.
      </p>
      <sec id="sec-2-1">
        <title>Training set</title>
      </sec>
      <sec id="sec-2-2">
        <title>Validation set</title>
      </sec>
      <sec id="sec-2-3">
        <title>Performance analysis</title>
        <p>
          From 2018, ImageCLEF is conducting VQA task in medical domain. The
VQAMed 2018 and VQA-Med 2019 dataset contains organ, plane, modality and abnormality
related visual question answer pairs. In these tasks, most of the researcher applied
pretrained models like VGGNet, ResNet, etc., to encode medical images and Recurrent
y
c
a
r
u
c
c
A
Neural Networks (RNN) to generate question encodings. Some of the researchers
applied attention based mechanism to extract relevant image features to answer the
questions. The highest BLEU, WBSS and CBSS scores obtained in 2018 tasks are 0.162,
0.186 and 0.338 respectively [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. In 2019, along with the above approaches, different
pooling strategies and transformer-based approaches are also used and attained a
highest accuracy and BLEU score as 0.644 and 0.624 respectively [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]. The overall
summary of the ImageCLEF VQA tasks are tabulated in Table 1.
        </p>
        <p>
          From the overall inference, VGGNet and LSTM are selected for the implementation
of given task on VQA 2020. The advantages of selecting VGGNet [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] for image
feature extraction includes: (i). Built on ImageNet dataset but works for other datasets and
tasks. (ii). Outperforms the complex recognition tasks involving less detailed images.
(iii). Addresses the vanishing gradient and exploding gradient problem. (iv). Illustrates
the importance of deepest model in visual representation.
        </p>
        <p>
          The advantages of using LSTM [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] are (i). Developed for TIMIT dataset, but it can
solve any complex sequence learning problem in handwriting recognition, speech
recognition, polyphonic music modelling, etc., (ii). The role of hyper parameters with
respect to performance in LSTM structure includes: (a). Coupling the inputs, removing
forget gates simplifies LSTM structure, reduces the number of parameters and
computational cost, without significantly decreasing performance. (b). Gaussian noise is
moderately helpful for TIMIT dataset but it is harmful for other datasets. (c). Highest
measured interaction between hyper parameters are quite small.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Dataset Description</title>
      <p>In this section, three medical VQA dataset are discussed along with its description. The
three datasets are: ImageCLEF VQA-Med 2020 dataset (Original Dataset (OD)) and
two other datasets used with modification (Reduced Dataset (RD) and Augmented
Reduced Dataset (ARD)). In Original dataset, (ImageCLEF VQA-Med 2020 dataset), the
dataset is divided into three subsets namely training set, validation set and test set as
4000, 500 and 500 with equivalent number of question answer pairs. In addition the
dataset consists of abnormality related visual questions for different organs (e.g. lung,
skull, spine, gastrointestinal, musculoskeletal), planes (e.g. axial, sagittal and corona)
and modalities (e.g. CT, X-ray, MRI). For better learning, the training set and validation
set (as a total 4500 samples) are used for training.</p>
      <p>The Reduced Dataset (RD) consists of 4348 samples (from training and validation
set) for training and 500 samples for testing. The reduced dataset is generated by two
ways namely (i). Eliminate the least contributing samples (ii). Identify and reduce the
number of samples of similar class, when the count deviates much from the remaining
classes. These samples degrade the overall performance of the system and hence both
approaches are applied.</p>
      <p>The Augmented Reduced Dataset (ARD) consists of 4626 samples (from training
and validation set) for training and 500 samples for testing. The dataset is augmented
by collecting samples from VQA-Med 2018 and 2019. The collected samples are
merged with RD to generate Augmented Reduced Dataset. Augmenting the training set
improves the learning rate and as a result generates better model. The OD, RD and ARD
contains 330, 316, 316 classes respectively.
4</p>
    </sec>
    <sec id="sec-4">
      <title>System Design</title>
      <p>In this VQA task, the VGGNet and LSTM techniques are used to answer the medical
visual questions. The system design of the proposed model is shown in Fig. 1. In this,
the feature information from the medical image and its question-answer pairs are
extracted and concatenated by encoder. Then, the concatenated feature vector is decoded
by timestamp to generate the answer, with post-processing at the end. The proposed
model consists of five modules namely, (i). Pre-processing (ii). Encoder (iii). Decoder,
(iv). Post-processing and (v). Answer prediction.
In the pre-processing stage, the input samples are converted to required format for
effective image and text processing. As a first step, the images are reshaped to (229, 229)
dimension (preferable input size of VGG16/VGG19 network). In text processing,
comma is the best separator and hence the question-answer pairs are converted to
comma separated file. The already existing comma within the field are converted to
related special symbol (here we used semicolon). Otherwise, these commas within the
field are encountered as separator, and end up with an imbalanced fields.
Encoder transforms the feature vectors into the required format for the model to answer
the questions. This transformation is required because the type and dimension of
features extracted from image and its respective text are different. Hence a dimensionality
mapping is required to bridge the gaps and then the features vectors are concatenated.
To perform this, encoder has three sub-modules namely (i). Image processing (ii). Text
processing (iii). Concatenation. The system architecture of the encoder is given in Fig.2
shows the each encoding stages along with the size of feature vector before and after
concatenation.</p>
      <sec id="sec-4-1">
        <title>Image Processing.</title>
        <p>In the proposed system, the image features are extracted by VGG16/VGG19. The last
layer of the VGGNet is frozen and the resulted model is used for image feature
extraction as transfer learning approach. The last layer is frozen because VGGNet is trained
for ImageNet dataset (1000 classes) but we required the output dimension to be 1024.
For this reason, after the last before layer, the dense and fully connected layers are used
to adjust the dimension of the image feature vector.</p>
        <p>Text processing, computes the dependency between the words and derives the
information from the sequence of input words. The LSTM (an advanced type of RNN) is
used to generate the text feature vector. The input text is tokenized into individual words
and the minimum and maximum length of question and answer are computed. The
LSTM computes the question embedding (using the Glove vector), timestamp by
timestamp for the respective samples. This vector is given to the fully connected layer
to project it to the same dimensional shape as image feature vector.</p>
        <p>The computed feature vectors (image and text feature vector) are combined using
element wise multiplication and are later used by decoder for model creation.
4.3</p>
      </sec>
      <sec id="sec-4-2">
        <title>Decoder</title>
        <p>Both visual and textual features are merged into three dimensional vector
(2048-dimensional space) which is a sequence of vectors. As both the image and textual features are
represented as sequence of vectors (not as single vector), LSTM is required to feed the
concatenated vector to the softmax layer. The system architecture of this sub-module,
decoder is shown in Fig.3.
In post-processing, the generated answer needs to be converted to the required format
as in training set. In this, semicolon in the generated answers are converted back to
comma format.
In this stage, encoder-decoder model based on VGG-LSTM is generated. The answer
for the test set can be predicted by the model. Further, the result can be analysed and
evaluated using performance metrics like accuracy and BLEU score.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Experiments and Results</title>
      <p>The proposed model is executed on three datasets (as discussed in Section 3) and
analysed using five different combination of techniques, such as: (i). VGG16 (excluding
last layer) followed by LSTM for original dataset (ii). Same as (i) for reduced dataset
(iii). VGG16 (excluding last layer) followed by LSTM and post-processing at the end
for Augmented Reduced Dataset (iv). Same as (iii), but the pre-trained model is VGG19
(v). Similar to first combination but post-processing is included at the end. From the
results it is inferred that proposed model with post-processing is included at the end for
Augmented Reduced Dataset gives better performance than the other combinations. In
Table 2, OD, RD and ARD represents Original dataset, Reduced Dataset and
Augmented Reduced Dataset respectively.</p>
      <p>The performance of the model depends on appropriate parameter selection also. In
this model, RMSPROP optimizer is used with a learning rate of 0.001 and the batch
size, epoch and dropout are set to 256, 400 and 0.2 respectively. For training the model
using these hyper parameters, each run took approximately 180 minutes in GPU.
Among the five runs, third run achieved a better accuracy score of 0.282 and the BLEU
score of 0.330. The final result of the leaderboard is given in Table 3 where our team
achieved 9th place in the listed ranks.</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusion and Future Work</title>
      <p>In this paper, an approach for Visual Question Answering (VQA) on medical domain
is implemented for ImageCLEF VQA-Med 2020 dataset and further analysed using two
different types of proposed datasets namely: Reduced Dataset (RD) and Augmented
Reduced Dataset (ARD). The proposed model has five stages namely: (i).
Pre-processing (ii). Encoding (iii). Decoding (iv). Post-processing and (v). Answer prediction.
In pre-processing, the dataset has been converted to the specific input format as required
for VGGNet and LSTM. Then the image and text features are extracted and
concatenated. The concatenated feature vector is decoded for next level. In post-processing,
the answer is converted to the format as in the training dataset. Finally, the generated
model predicts the answer for the test set. Among the five runs of the proposed model
the better result is achieved for augmented reduced dataset with an accuracy score of
0.282 and BLEU score of 0.330.</p>
      <p>In medical VQA domain, large amount of information needs to be extracted and
hence it has more memory constraint. This can be addressed with the help of GPU and
the selection of optimal hyper parameters. In future, the proposed VQA model can be
improvised by developing a design of Convolutional Neural Network (CNN) for
medical images and fixing the appropriated hyper parameters with visualization of layers.
In addition, the advanced text processing approach like BERT, which represent each
sentence in 768-d question feature vector can be included.
7</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgement</title>
      <p>Our profound gratitude to SSN College of Engineering, Department of CSE, for
allowing us to utilize the High Performance Computing Laboratory and GPU Server for the
execution of this challenge successfully.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Ionescu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Muller</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peteri</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Ben</given-names>
            <surname>Abacha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Datla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Hasan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. A.</given-names>
            ,
            <surname>DemnerFushman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Kozlovski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Liauchuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Cid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.D.</given-names>
            ,
            <surname>Kovalev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Pelka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            ,
            <surname>Friedrich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.M.</given-names>
            ,
            <surname>Herrera</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. G. S. D.</given-names>
            ,
            <surname>Ninh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Le</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Zhou</surname>
          </string-name>
          , l., Piras, l.,
          <string-name>
            <surname>Riegler</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Halvorsen</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tran</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lux</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gurrin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dang-Nguyen</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chamberlain</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Campello</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fichou</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berari</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brie</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dogariu</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stefan</surname>
            ,
            <given-names>L.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Constantin</surname>
            ,
            <given-names>M. G.</given-names>
          </string-name>
          :
          <article-title>Overview of the ImageCLEF 2020: Multimedia Retrieval in Lifelogging, Medical, Nature and Internet Applications</article-title>
          . In:
          <article-title>Experimental IR Meets Multilinguality, Multimodality and Interaction</article-title>
          ,
          <source>Proceedings of the 11th International Conference of the CLEF Association (CLEF</source>
          <year>2020</year>
          ), Greece,
          <source>September 22-25. LNCS Lecture Notes in Computer Science</source>
          , Springer (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ren</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>TUA1 a ImageCLEF 2019 VQA-Med: A Classification and Generation Model based on Transfer Learning</article-title>
          .
          <source>In: CLEF 2019 Working Notes. CEUR Workshop Proceedings</source>
          , Switzerland (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Baranov</surname>
            ,
            <given-names>A.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Namazova-Baranova</surname>
            ,
            <given-names>L.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smirnov</surname>
            ,
            <given-names>I.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Devyatkin</surname>
            ,
            <given-names>D.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shelmanov</surname>
            ,
            <given-names>A.O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vishneva</surname>
            ,
            <given-names>E.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Antonova</surname>
            ,
            <given-names>E.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smirnov</surname>
            ,
            <given-names>V.I.</given-names>
          </string-name>
          :
          <article-title>Technologies for Complex Intelligent Clinical Data Analysis</article-title>
          .
          <source>In: Annals of the Russian Academy of Medical Sciences</source>
          ,
          <volume>71</volume>
          (
          <issue>2</issue>
          ), pp.
          <fpage>160</fpage>
          -
          <lpage>171</lpage>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Hajabdollahi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Esfandiarpoor</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sabeti</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karimi</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soroushmehr</surname>
            ,
            <given-names>S.M.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Samavi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Multiple Abnormality Detection for Automatic Medical Image Diagnosis using Bifurcated Convolutional Neural Network</article-title>
          .
          <source>In: Biomedical Signal Processing and Control</source>
          ,
          <volume>57</volume>
          , pp.
          <fpage>101792</fpage>
          -
          <lpage>101802</lpage>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Liauchuk</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tarasau</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Snezhko</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kovalev</surname>
          </string-name>
          , V.:
          <article-title>ImageCLEF 2018: Lesion-based TBDescriptor for CT Image Analysis</article-title>
          .
          <source>In: CLEF 2018 Working Notes, CEUR Workshop Proceedings</source>
          , Belarus (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Herrera</surname>
            ,
            <given-names>A.G.S.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eickhoff</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Andrearczyk</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miller</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          :
          <article-title>Overview of the ImageCLEF 2018 Caption Prediction Tasks</article-title>
          .
          <source>In: CLEF 2018 Working Notes, CEUR Workshop Proceedings</source>
          , China (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Kavitha</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nandhinee</surname>
            ,
            <given-names>P.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harshana</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Srividya</surname>
            ,
            <given-names>J.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harrinei</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>ImageCLEF 2019: A 2D Convolutional Neural Network Approach for Severity Scoring of Lung Tuberculosis using CT Images</article-title>
          .
          <source>In: CLEF 2019 Working Notes. CEUR Workshop Proceedings</source>
          , Switzerland (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Antol</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Agrawal</surname>
          </string-name>
          . A.,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Antol</surname>
            , S., Mitchell,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zitnick</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Batra</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parikh</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          : VQA:
          <article-title>Visual Question Answering</article-title>
          .
          <source>In: International Conference on Computer Vision</source>
          , pp.
          <fpage>2425</fpage>
          -
          <lpage>2433</lpage>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Kafle</surname>
          </string-name>
          . K.,
          <string-name>
            <surname>Kanan</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Visual Question Answering: Datasets, Algorithms and Future Challenges</article-title>
          . In: Computer Vision and Image Understanding,
          <volume>163</volume>
          , pp.
          <fpage>3</fpage>
          -
          <lpage>20</lpage>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Teney</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Anderson</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>He</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hengel</surname>
            ,
            <given-names>A.V.D.</given-names>
          </string-name>
          :
          <article-title>Tips and tricks for Visual Question Answering: Learning from the 2017 Challenge</article-title>
          . In
          <source>: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition</source>
          , pp.
          <fpage>4223</fpage>
          -
          <lpage>4232</lpage>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Hasan</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ling</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Farri</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miller</surname>
            ,
            <given-names>H</given-names>
          </string-name>
          , Lungren,
          <string-name>
            <surname>M.</surname>
          </string-name>
          :
          <article-title>Overview of ImageCLEF 2018 Medical Domain Visual Question Answering Task</article-title>
          .
          <source>In: CLEF 2018 Working Notes, CEUR Workshop Proceedings</source>
          , Switzerland (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <given-names>Ben</given-names>
            <surname>Abacha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Hasan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.A.</given-names>
            ,
            <surname>Datla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.V.</given-names>
            ,
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Demner-Fushman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Miller</surname>
          </string-name>
          , H.:
          <article-title>VQAMed: Overview of the Medical Visual Question Answering Task at ImageCLEF 2019</article-title>
          . In:
          <article-title>CLEF 2019 Working Notes</article-title>
          . CEUR Workshop Proceedings, Switzerland (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <given-names>Ben</given-names>
            <surname>Abacha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Datla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.V.</given-names>
            ,
            <surname>Sadid</surname>
          </string-name>
          <string-name>
            <given-names>A.</given-names>
            <surname>Hasan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.A.</given-names>
            ,
            <surname>Demner-Fushman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Muller</surname>
          </string-name>
          , H.:
          <article-title>Overview of the VQA-Med Task at ImageCLEF 2020: Visual Question Answering and Generation in the Medical Domain</article-title>
          .
          <source>In: CLEF 2020 Working Notes. CEUR Workshop Proceedings</source>
          , Greece (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Simonyan</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zisserman</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Very Deep Convolutional Networks for Large-Scale Image Recognition</article-title>
          .
          <source>In: International Conference on Learning Representations, Canada</source>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>14</lpage>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Greff</surname>
          </string-name>
          . K.,
          <string-name>
            <surname>Srivastava</surname>
            ,
            <given-names>R.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koutnik</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Steunebrink</surname>
            .
            <given-names>B.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schmidhuber</surname>
          </string-name>
          . J.:
          <article-title>LSTM: A Search Space Odyssey</article-title>
          .
          <source>In: IEEE Transcations on Neural Networks and Learning Systems</source>
          ,
          <volume>28</volume>
          (
          <issue>10</issue>
          ), pp.
          <fpage>2222</fpage>
          -
          <lpage>2232</lpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16. Nguyen, .D.,
          <string-name>
            <surname>Do</surname>
          </string-name>
          , T.T,
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>B.X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Do</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tjiputra</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tran</surname>
            ,
            <given-names>Q.D.</given-names>
          </string-name>
          :
          <article-title>Overcoming Data Limitation in Medical Visual Question Answering</article-title>
          . In: International Conference on Medical Image Computing and
          <string-name>
            <surname>Computer-Assisted Intervention</surname>
          </string-name>
          , pp.
          <fpage>522</fpage>
          -
          <lpage>530</lpage>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>