<!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>Keyword Generation for Biomedical Image Retrieval with Recurrent Neural Networks</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>FHDO Biomedical Computer Science Group (BCSG)</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Obioma Pelka</string-name>
          <email>obioma.pelka@fh-dortmund.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Christoph M. Friedrich</string-name>
          <email>christoph.friedrich@fh-dortmund.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science University of Applied Sciences and Arts Dortmund (FHDO) Emil-Figge-Strasse 42</institution>
          ,
          <addr-line>44227 Dortmund</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Duisburg-Essen University School of Medicine Hufelandstrasse 55</institution>
          ,
          <addr-line>45147 Essen</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper presents the modeling approaches performed by the FHDO Biomedical Computer Science Group (BCSG) for the caption prediction task at ImageCLEF 2017. The goal of the caption prediction task is to recreate original image captions by detecting the interplay of present visible elements. A large-scale collection of 164,614 biomedical images, represented as imageID - caption pairs, extracted from open access biomedical journal articles (PubMed Central) was distributed for training. The aim of this presented work is the generation of image</p>
      </abstract>
      <kwd-group>
        <kwd>biomedical image retrieval</kwd>
        <kwd>keyword generation</kwd>
        <kwd>computer vision</kwd>
        <kwd>convolutional neural networks</kwd>
        <kwd>long short-term memory</kwd>
        <kwd>recurrent neural network</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        This paper describes the modeling methods and experiments performed by the
FHDO Biomedical Computer Science Group (BCSG) at the ImageCLEF 2017
[
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] Caption Prediction Task. The caption prediction task, which aims to
recreate original image captions by detecting the interplay of present visible elements
[
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], is addressed in this paper. The focus of this presented work is more on the
automated generation of keywords for biomedical and medical images and not
caption prediction. Several approaches [
        <xref ref-type="bibr" rid="ref10 ref12 ref3 ref9">3, 9, 10, 12</xref>
        ] have shown that combining
visual image representation with text obtains better image classi cation
performance. However, for some image classi cation tasks, such as ImageCLEF2009
Medical Annotation Task [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], corresponding text representations are not
available. These keywords can be substituted as text representations and combined
with visual representations to obtain multi-modal image representations. These
multi-modal image representations can be further adopted for image retrieval
purposes.
      </p>
      <p>The remaining of this paper is organized as follows: Section 2 explains the
methodology adopted. The image keyword generation setups, submitted runs
and results are displayed and discussed in section 3. Finally, conclusions are
drawn in section 4.
2
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>Methodology</title>
      <sec id="sec-2-1">
        <title>Dataset</title>
        <p>
          All gures distributed in the ImageCLEF 2017 Caption Prediction Task
originate from biomedical literature published in PubMed Central. The training set
contains 164,614 image - caption pairs. An additional validation set of 10,000
biomedical image - caption pairs were distributed for evaluation purposes in the
development stage. For the o cial evaluation, computed using BLEU scores [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ],
a test set of 10,000 biomedical images was distributed. For keyword generation
tasks, BLEU score is not suited as an evaluation metric. The order of words
and length of captions have signi cant e ects on the calculated scores. Further
information is detailed in [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ].
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Data Preprocessing</title>
        <p>
          Focusing on image keyword generation, certain contents in biomedical gure
captions are undesirable and were omitted. The preprocessing steps done before
model training were:
Compound Figure Delimiter: Estimated 40% of biomedical gures in PubMed
Central are compound gures [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]. These captions most likely address the
sub gures using delimiters. Such delimiters were detected and removed. An
excerpt of delimiters removed is listed in [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ].
        </p>
        <p>
          English Stopwords: Using the NLTK Stopword corpus, present stopwords in
the captions were omitted. This corpus contains 2,400 stopwords for 11
languages [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ].
        </p>
        <p>Special Characters: Special characters such as symbols, punctuations,
metrics, etc. were removed.</p>
        <p>Single Digits: Single digits, words which consist of just numbers, were
removed.</p>
        <p>
          Word Stemming: To reduce complexity, the captions are stemmed using Porter
Stemming [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. For evaluation comparison, not all models were trained
using stemmed captions. An overview of model setup is listed in Table 1. The
Snowball stemming method [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] is used for the o cial evaluation by the task
organizers.
        </p>
        <p>Vocabulary Size: Using the ImageCLEF 2017 Caption Prediction Task
Training Set, three vocabularies were generated with di erent minimum word
occurrence cuto s:
{ Vocab01: 21,191 Words fCuto 4; Word Stemmingg
{ Vocab02: 14,295 Words fCuto 4; Word Stemmingg
{ Vocab03: 18,629 Words fCuto 7; No Word Stemmingg
2.3</p>
      </sec>
      <sec id="sec-2-3">
        <title>Image Keyword Generator</title>
        <p>
          For keyword generation, a combination of encoding and decoding using
Convolutional Neural Networks (CNN) and Long Short-Term Memory (LSTM) [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] based
Recurrent Neural Networks (RNN) [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] is adopted. This approach, also known as
Show-And-Tell model was proposed in [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] and further improved in [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ].
        </p>
        <p>
          The CNN is used as an image encoder, to produce rich visual representations
of the images, by pre-training it for an image classi cation task. The
LSTMRNN utilized as caption decoder generates the image keywords, using the CNN
last hidden layer as input [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ]. The parameters for the image keyword generation
model are:
1. Minibatch size = [1. Trainingphase = 32; 2. Trainingphase = 4]
2. Vocabulary size = 23,000
3. Initial learning rate = 2
4. Model optimizer = stochastic gradient descent
5. Learning rate decay factor = 0.5
6. Number of epochs per decay = 8
7. Inception learning rate = 0.0005
8. Inception model initialization = Inception-v3
9. LSTM embedding size = 512
10. LSTM units number = 512
11. LSTM initializer scale = 0.08
12. LSTM dropout keep probability = 0.7
        </p>
        <p>In the rst training phase, the LSTM is trained using a corpus of paired
image and captions generated from the biomedical gures in the ImageCLEF
2017 Caption Prediction Task Training Set. No further dataset was used for
training.</p>
        <p>
          Several models were further trained in the second training phase. In the
second phase, parameters of the image submodel and LSTM are ne-tuned using the
deep learning networks Inception-v3 [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] and Inception-ResNet-v2 [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. Figure
1 shows the keyword generation model training setup.
        </p>
      </sec>
      <sec id="sec-2-4">
        <title>2.4 Model Setup</title>
        <p>Several model setups were evaluated and those selected for creating submission
runs are listed in Table 1. Columns 2 - 4 display applied preprocessing methods.
The columns 5 and 6 shows the minimum word occurrence cuto and
vocabulary size, as described in subsection 2.2, respectively. The number of epochs for
the rst and second training phase are listed in columns 7 and 8, respectively.
Column 9 shows deep learning networks adopted for parameter ne-tuning.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Submitted Runs</title>
      <p>Based on the model training setups listed in Table 1, ten runs were submitted
for evaluation. Image keywords were generated for 10,000 biomedical images
distributed in the ImageCLEF 2017 Caption Prediction Task Test Set. These
runs contain several ensembles of the model setups:
{ PRED Sub01: Combination of keywords from models R10, R11, and R12
{ PRED Sub02: Combination of keywords from models R01, R02, and R03
{ PRED Sub03: Predicted keywords from model R12
{ PRED Sub04: Predicted keywords from model R11
{ PRED Sub05: Combination of keywords from models R04, R05, and R06
{ PRED Sub06: Predicted keywords from model R03
{ PRED Sub07: Predicted keywords from model R01
{ PRED Sub08: Concatenation of keywords from models R01 and R04
{ PRED Sub09: Concatenation of keywords from models R03 and R05
{ PRED Sub10: Predicted keywords from model R16</p>
      <p>For better understanding the di erence between predicted keywords
Combination and Concatenation is explained as follows:
Combination = OR: The keyword generator models were not always able to
predict the caption of a given image. Some results were &lt;UNK&gt;
representing an empty string. In such cases, the predicted keywords of three models are
combined. Taking PRED Sub01 for example: when model setup R01 returns
an empty string, the nal results is substituted with the predicted keywords
from model setup R02. In the case where R02 returns an empty string as
well, the predicted keywords of R03 is taken as the nal caption. When all
three models predict &lt;UNK&gt;, the nal result is 'unknown'. This process is
highlighted in Table 2. All three models have the same preprocessing steps
and vocabulary sizes but di er in the second training phase.</p>
      <p>Concatenation = AND: The predicted keywords of two models are simply
concatenated. Both models were trained using the same preprocessing
methods, rst and second training phase. The minimum cuto for word occurrence
is di erent. Multiple keywords are removed. An example using submission
run PRED Sub08 is shown in Table 3.
The evaluation metrics achieved with the submitted runs for the ImageCLEF
2017 Caption Prediction Task is listed in Table 5. For a single biomedical image,
the predicted keywords and corresponding BLEU scores are shown in Table 4.
The image was hand picked from the ImageCLEF 2017 Caption Prediction Task
Validation Set. For better comparison, the ground truth caption is shown below
the image.
'(A) Abdominal computed tomography demonstrated a 25 x 11 cm,
heterogeneous, lobulated mass in the abdominal cavity. (B) Colonal view
demonstrated lobulated mass.'
ID Predicted Keywords</p>
      <p>
        The rst and second columns of Table 5 list the mean BLEU [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] score
obtained on the ImageCLEF 2017 Caption Prediction Task Test and Validation Set
respectively. Both datasets contain 10,000 biomedical gures. The third column
displays the precision score obtained on the validation set.
Analyzing Table 5, it can be seen that submitting keywords instead of
captions for evaluation on the ImageCLEF 2017 Caption Prediction Task Test Set
achieved low BLEU scores. The best score was attained on the test set with
submission run PRED Sub09. This is a concatenation of predicted keywords using
model setup R03 and R05. Both models parameters were ne-tuned using the
deep learning network Inception-v3 and were trained with di erent vocabulary
sizes.
      </p>
      <p>On the validation set, the best score was obtained with submission run
PRED Sub08, which is the concatenation of predicted keywords using models
R01 and R04. This run is similar to PRED Sub09 with the exception of
parameter ne-tuning with Inception-ResNet-v2. The BLEU scores achieved on the
validation set are similar to those of the test set. Captions of biomedical gures
mostly consist of multiple sentences and can not be accurately predicted using
few keywords, as word order and caption length have e ects on the calculated
scores.</p>
      <p>The precision score is one of the adequate metrics for image keyword
generation. The best precision score was obtained using submission run PRED Sub08.
With more extensive text preprocessing steps, higher precision scores can be
expected.</p>
      <p>The removal of compound gure delimiters, stop words, single numbers and
special characters led to compact and precise captions. However, captions contain
several adjectives, pronouns, adverbs etc. which do not necessarily describe the
semantic content, characteristics or modality of the images. The reduction of
captions to contain just nouns is one preprocessing steps that should be evaluated
with the aim of modeling an accurate image keyword generator.</p>
      <p>
        In comparison to the Show-And-Tell Model, a smaller number of epochs was
used to train the image keyword generator. The Show-And-Tell Model has 387
epochs in the rst training phase and 1,160 epochs in the ne-tuning phase [
        <xref ref-type="bibr" rid="ref17 ref18">17,
18</xref>
        ]. Potentially, training the image keyword generator with a larger number of
epochs could improve the results.
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>Conclusion</title>
      <p>An approach for image keyword generation was presented. Using image - caption
pairs of 164,614 biomedical gures, distributed for training at the ImageCLEF
Caption Prediction Task, long short-term memory based Recurrent Neural
Network models were trained. All compound gure delimiters, stop words, special
characters and single numbers were removed from captions before training. For
comparison, some models were trained with stemmed captions and di erent
vocabulary sizes. These vocabularies were obtained by using di erent minimum
word occurrence cuto s. The BLEU and precision scores were applied as
evaluation metrics. With the aim of further model accuracy improvement, the reduction
of captions to just nouns before training the models should be evaluated. To
increase keyword prediction ability, the models should be trained and ne-tuned
with a higher number of epochs, as proposed in the Show-And-Tell model. These
automatically generated keywords can be substituted as text representation for
classi cation tasks and image retrieval purposes will be researched and evaluated
in future work.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Simard</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frasconi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Learning long-term dependencies with gradient descent is di cult</article-title>
          .
          <source>IEEE transactions on neural networks 5(2)</source>
          ,
          <volume>157</volume>
          {
          <fpage>166</fpage>
          (
          <year>1994</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bird</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klein</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Loper</surname>
          </string-name>
          , E.:
          <article-title>Natural language processing with Python: analyzing text with the natural language toolkit.</article-title>
          <string-name>
            <surname>O'Reilly Media</surname>
          </string-name>
          , Inc. (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Codella</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Connell</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pankanti</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Merler</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>J.R.</given-names>
          </string-name>
          :
          <article-title>Automated medical image modality recognition by fusion of visual and text information</article-title>
          .
          <source>In: Medical Image Computing and Computer-Assisted Intervention{MICCAI Conference Proceedings</source>
          <year>2014</year>
          , pp.
          <volume>487</volume>
          {
          <fpage>495</fpage>
          . Springer (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Dimitrovski</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kocev</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Loskovska</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Dzeroski, S.:
          <article-title>Imageclef 2009 medical image annotation task: PCTs for hierarchical multi-label classi cation</article-title>
          .
          <source>In: Multilingual Information Access Evaluation II. Multimedia Experiments</source>
          , pp.
          <volume>231</volume>
          {
          <fpage>238</fpage>
          . Springer (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Eickho</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schwall</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          , Garc a Seco de Herrera,
          <string-name>
            <surname>A.</surname>
          </string-name>
          , Muller, H.:
          <article-title>Overview of ImageCLEFcaption 2017 - image caption prediction and concept detection for biomedical images</article-title>
          .
          <source>In: CLEF 2017 Labs Working Notes. CEUR Workshop Proceedings</source>
          , CEUR-WS.org &lt;http://ceur-ws.
          <source>org&gt;</source>
          , Dublin,
          <source>Ireland (September</source>
          <volume>11</volume>
          -14
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6. Garc a Seco de Herrera,
          <string-name>
            <given-names>A.</given-names>
            , Muller, H.,
            <surname>Bromuri</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          :
          <article-title>Overview of the ImageCLEF 2015 medical classi cation task</article-title>
          . In: Working Notes of CLEF 2015 -
          <article-title>Conference and Labs of the Evaluation forum</article-title>
          , Toulouse, France, September 8-
          <issue>11</issue>
          ,
          <year>2015</year>
          . (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Hochreiter</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schmidhuber</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>Long short-term memory</article-title>
          .
          <source>Neural computation 9(8)</source>
          ,
          <volume>1735</volume>
          {
          <fpage>1780</fpage>
          (
          <year>1997</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Ionescu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , Muller, H.,
          <string-name>
            <surname>Villegas</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Arenas</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boato</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dang-Nguyen</surname>
            ,
            <given-names>D.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dicente Cid</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eickho</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garcia Seco de Herrera</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gurrin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Islam</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kovalev</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liauchuk</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mothe</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Piras</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Riegler</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schwall</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Overview of ImageCLEF 2017: Information extraction from images</article-title>
          .
          <source>In: Experimental IR Meets Multilinguality, Multimodality, and Interaction 8th International Conference of the CLEF Association, CLEF 2017. Lecture Notes in Computer Science</source>
          , vol.
          <volume>10456</volume>
          . Springer, Dublin,
          <source>Ireland (September</source>
          <volume>11</volume>
          -14
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Kalpathy-Cramer</surname>
          </string-name>
          , J.,
          <string-name>
            <surname>de Herrera</surname>
            ,
            <given-names>A.G.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Demner-Fushman</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Antani</surname>
            ,
            <given-names>S.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bedrick</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Muller, H.:
          <article-title>Evaluating performance of biomedical image retrieval systems - an overview of the medical image retrieval task at imageclef 2004-2013</article-title>
          . Comp. Med. Imag. and Graph.
          <volume>39</volume>
          ,
          <issue>55</issue>
          {
          <fpage>61</fpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Koitka</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Friedrich</surname>
            ,
            <given-names>C.M.:</given-names>
          </string-name>
          <article-title>Traditional feature engineering and deep learning approaches at medical classi cation task of imageclef 2016</article-title>
          .
          <source>In: CLEF2016 Working Notes. CEUR Workshop Proceedings</source>
          , CEUR-WS. org, Evora,
          <source>Portugal (September 5-8</source>
          <year>2016</year>
          ). pp.
          <volume>304</volume>
          {
          <issue>317</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Papineni</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roukos</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ward</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhu</surname>
          </string-name>
          , W.J.:
          <article-title>Bleu: a method for automatic evaluation of machine translation</article-title>
          .
          <source>In: Proceedings of the 40th annual meeting on association for computational linguistics</source>
          . pp.
          <volume>311</volume>
          {
          <fpage>318</fpage>
          .
          <article-title>Association for Computational Linguistics (</article-title>
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Pelka</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Friedrich</surname>
            ,
            <given-names>C.M.:</given-names>
          </string-name>
          <article-title>FHDO biomedical computer science group at medical classi cation task of imageclef 2015</article-title>
          . In: Working Notes of CLEF 2015 -
          <article-title>Conference and Labs of the Evaluation forum</article-title>
          , Toulouse, France, September 8-
          <issue>11</issue>
          ,
          <year>2015</year>
          . (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Porter</surname>
            ,
            <given-names>M.F.</given-names>
          </string-name>
          :
          <article-title>An algorithm for su x stripping</article-title>
          .
          <source>Program</source>
          <volume>14</volume>
          (
          <issue>3</issue>
          ),
          <volume>130</volume>
          {
          <fpage>137</fpage>
          (
          <year>1980</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Porter</surname>
            ,
            <given-names>M.F.</given-names>
          </string-name>
          :
          <article-title>Snowball: A language for stemming algorithms (</article-title>
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Szegedy</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , Io e, S.,
          <string-name>
            <surname>Vanhoucke</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alemi</surname>
            ,
            <given-names>A.A.</given-names>
          </string-name>
          :
          <article-title>Inception-v4, inception-resnet and the impact of residual connections on learning</article-title>
          .
          <source>In: Proceedings of the ThirtyFirst AAAI Conference on Arti cial Intelligence, February 4-9</source>
          ,
          <year>2017</year>
          , San Francisco, California, USA. pp.
          <volume>4278</volume>
          {
          <issue>4284</issue>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Szegedy</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vanhoucke</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          , Io e, S.,
          <string-name>
            <surname>Shlens</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wojna</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>Rethinking the inception architecture for computer vision</article-title>
          .
          <source>In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition</source>
          . pp.
          <volume>2818</volume>
          {
          <issue>2826</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Vinyals</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toshev</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Erhan</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Show and tell: A neural image caption generator</article-title>
          .
          <source>In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition</source>
          . pp.
          <volume>3156</volume>
          {
          <issue>3164</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Vinyals</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toshev</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Erhan</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Show and tell: Lessons learned from the 2015 MSCOCO image captioning challenge</article-title>
          .
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          <volume>39</volume>
          (
          <issue>4</issue>
          ),
          <volume>652</volume>
          {
          <fpage>663</fpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>