<!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>Biomedical Concept Detection in Medical Images: MQ-CSIRO at 2019 ImageCLEFmed Caption Task</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Sonit Singh</string-name>
          <email>fsonit.singhg@hdr.mq.edu.au</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sarvnaz Karimi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kevin Ho-Shon</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Len Hamey</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>DATA61, CSIRO</institution>
          ,
          <addr-line>Sydney</addr-line>
          ,
          <country country="AU">Australia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Computing, Macquarie University</institution>
          ,
          <addr-line>Sydney</addr-line>
          ,
          <country country="AU">Australia</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Macquarie University Health Sciences Centre</institution>
          ,
          <addr-line>Sydney</addr-line>
          ,
          <country country="AU">Australia</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>We describe our concept detection system submitted for the ImageCLEFmed Caption task, part of the ImageCLEF 2019 challenge. The advancements in imaging technologies has improved the ability of clinicians to detect, diagnose, and treat diseases. Radiologists routinely interpret medical images and summarise their ndings in the form of radiology reports. The mapping of visual information present in medical images to the condensed textual description is a tedious, time-consuming, expensive, and error-prone task. The development of methods that can automatically detect the presence and location of medical concepts in medical images can improve the e ciency of radiologists, reduce the burden of manual interpretation, and also help in reducing diagnostic errors. We propose a Convolutional Neural Network based multi-label image classi er to predict relevant concepts present in medical images. The proposed method achieved an F1-score of 0:1435 on the held-out test set of the 2019 ImageCLEFmed Caption Task. We present our proposed system with data analysis, experimental results, comparison, and discussion.</p>
      </abstract>
      <kwd-group>
        <kwd>Medical Imaging Concept Detection Caption Prediction Computer Vision Convolutional Neural Network Multi-label classication</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Medical images contain rich semantic information in the form of concepts,
attributes, and their interaction. Modelling the rich semantic information and its
dependencies is essential for understanding medical images. Due to the rapid
increase in big data, continuous evolution of medical imaging technologies, and
the rise of electronic health records, medical imaging data is accumulating at
a very fast pace. Automated understanding of medical images is highly
benecial for clinicians to provide useful insights and reduce the signi cant burden
of the overall clinical work ow. Motivated by this need of automated image
understanding methods in the healthcare domain, ImageCLEF4 [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] organised its
rst concept detection and caption prediction tasks in 2017. The main objective
of the concept detection task is to automatically nd relevant clinical concepts
present in medical images. Concept detection is also important for improving
various downstream tasks such as knowledge discovery, medical report
generation, question answering, and clinical decision making. Figure 1 shows sample
images and their corresponding relevant clinical concepts present in the training
set provided by the challenge organisers.
      </p>
      <p>
        ImageCLEF is an evaluation campaign organised as a part of the
Conference and Labs of the Evaluation Forum (CLEF) initiative. In 2019, the
ImageCLEFmedical proposed three tasks namely, Visual Question Answering [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ],
Caption Analysis [21], and tuberculosis [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. This paper describes the
participation of the MQ-CSIRO (Macquarie University and CSIRO, Sydney) team
participation in the 3rd edition of ImageCLEFmed Caption task 2019. The task
consists of identifying the UMLS (Uni ed Medical Language System) Concept
Unique Identi ers (CUI) [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] present in each sample image. Each medical image
can be annotated with multiple concepts, making it a multi-label image classi
cation task. Compared to single-label classi cation where an image is associated
with a single label from a nite set of disjoint labels, multi-label classi cation
associates a single image with multiple labels which may have semantic
dependencies between them. We identi ed the relevant concepts present in medical
images based on a multi-label classi cation model using Convolutional Neural
Network (CNN). In section 2, we describe work in multi-label image classi
cation. Section 3 describes building blocks of a convolutional neural network. In
section 4, we describe our data exploration, experimental settings, and analysis
of results. Finally, section 5 provides conclusion and future work.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Multi-label image classi cation is a fundamental task towards general visual
understanding. Both medical images and natural images contain diverse semantic
content that need multiple visual concepts to classify [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. Compared to
singlelabel classi cation, multi-label image classi cation is more challenging due to
the association of concepts with semantic regions and capturing the semantic
dependencies among concepts. In the following subsections, we explore work
related to multi-label image classi cation in natural and medical images.
2.1
      </p>
      <sec id="sec-2-1">
        <title>Multi-label image classi cation</title>
        <p>The performance of image classi cation has recently experienced a rapid progress
due to the establishment of large-scale hand-labeled datasets such as ImageNet [24]</p>
        <sec id="sec-2-1-1">
          <title>4 https://www.imageclef.org/</title>
          <p>
            and MS-COCO [
            <xref ref-type="bibr" rid="ref18">18</xref>
            ], and the fast development of deep Convolutional Neural
Networks [
            <xref ref-type="bibr" rid="ref14">25,14</xref>
            ]. Due to their great success on binary and multi-class image
classi cation, research has been towards extending deep convolutional networks
for multi-label image classi cation. Multi-label image classi cation is a
fundamental and practical task in Computer Vision where the aim is to identify the
set of objects present in an image.
          </p>
          <p>A simple approach for multi-label image classi cation is to train independent
binary classi ers for each label or class. However, this method does not consider
the relationship among labels, and the number of predicted label combinations
will grow exponentially as the number of categories increase. For instance, if
a dataset contains 20 labels, then the number of predicted label combination
could be more than 1 million (i.e., 220). Besides, this baseline method ignores
the topology structure among labels, which can be an important regulariser for
the co-occurrence patterns of objects. For example, the combination of sand,
trees, sky, boats, and clouds is plausible to appear in the physical world, but
some combinations of labels are almost impossible such as glacier, rain forest,
and sun. There is a possibility that arti cial or partly arti cial images can violate
such natural dependencies.</p>
          <p>
            In order to regularise the prediction space, many researchers have attempted
to capture label dependencies. Gong et al. [
            <xref ref-type="bibr" rid="ref12">12</xref>
            ] proposed three multi-label ranking
losses to adapt convolutional neural networks for the multi-label problem. These
losses were namely, softmax, pairwise ranking, and weighted approximate ranking
(WARP). They found that the WARP loss function performs signi cantly better
than the other two loss functions. Wang et al. [28] proposed a joint framework
combining a convolutional neural network and a recurrent neural network in
order to learn the semantic dependencies among labels. Zhu et al. [33] proposed
a uni ed framework that captures both semantic and spatial relations of labels
using a Spatial Regularisation Network (SRN). The network learns an attention
map for each label, which associates relevant image regions to each label. By
learning convolutions on the attention maps of all labels, the SRN captures the
underlying semantic and spatial relations between labels and acts as a spatial
regularisation for multi-label output. In order to use object detection methods to
provide region proposals, Wei et al. [30] proposed the Hypothesis-CNN-Pooling
(HCP) network, it rst nds region proposals using object detection techniques
such as Edge Boxes [34] to produce a set of candidates. These selected hypothesis
are fed to a shared CNN to compute con dence vectors. The con dence vectors
are combined through a fusion layer with max-pooling to generate the nal
multilabel predictions. Wang et al. [29] proposed a recurrent memorised-attention
module that combines a spatial transformer layer and an LSTM to capture global
contextual dependencies among labels and to avoid the additional computational
cost of predicting region proposals.
          </p>
          <p>
            Recently, Durand et al. [
            <xref ref-type="bibr" rid="ref11">11</xref>
            ] proposed a partial binary cross-entropy
(partialBCE) loss function and used curriculum learning to train a multi-label image
classi cation model with partial labels, which reduces the cost of annotating all
labels in each image. To improve the performance by capturing and exploring
label dependencies, Chen et al [
            <xref ref-type="bibr" rid="ref6">6</xref>
            ] proposed a Graph Convolutional Network which
learned to map the label graph into a set of inter-dependent object classi ers.
2.2
          </p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>Concept Detection in Medical Images</title>
        <p>The goal of concept detection is to nd relevant clinical concepts in medical
images. Automatic identi cation of relevant medical concepts in medical images
is vital for indexing and retrieval, report generation, and clinical decision support
systems [26]. Concept detection can be solved as a classi cation problem where
a mapping function is learned between low-level visual features and high level
semantic concepts based on the annotated training data.</p>
        <p>
          Dimitris and Ergina [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] proposed the use of the ResNet50 [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] model for
predicting biomedical concepts for the ImageCLEF 2017 caption prediction task.
Abacha et al. [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] used CNN and Binary Relevance [31] Decision Tree for
concept detection. Since the distribution of concepts is uneven with large number
of concepts present in only a few images, they build two di erent training
subsets targeting the most frequent concepts having frequency greater than 400 and
1500, respectively. The Binary Relevance approach has limitations in terms of
computational cost since a di erent classi er is trained for each concept present
in the dataset. Hasan et al. [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] proposed an attention based encoder-decoder
framework for concept detection for ImageCLEF 2017 caption prediction. The
encoder is a VGG-19 [25] model and the decoder is a Long-Short Term Memory
(LSTM) [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] network with a soft attention mechanism. The dependencies have
been captured by hidden states of the LSTM. This approach treated concept
detection as a sequence generation task which lacks in identifying the
dependency of di erent concepts. Because concepts are not inherently ordered into a
sequence, capturing dependencies by the hidden states presents a problem.
        </p>
        <p>
          Pinho and Costa [23] proposed an adversarial network for feature learning
and training a multi-label classi er using the extracted features to predict
medical concepts. They showed that the use of deep learning methods outperformed
more traditional representations. Valanavis and Kalamboukis [27] proposed a
k-Nearest Neighbour (kNN) based approach for concept detection. Images are
represented using two models namely, Bag of Visual Words (BoVW) and
generalised Bag of Colours (QBoC). Using the extracted image visual representation,
for each test image, training images are sorted based on their similarity score
and the concepts of the top matched image are assigned to the test image. In an
another approach Zhang et al. [32] proposed retrieval and topic-modelling based
methods for concept detection in the ImageCLEF 2018 challenge. They used
Lucene Image Retrieval (LIRE) [20] for retrieving the most similar images and
their corresponding clinical concepts from the training set to assign concepts to
the test images. Also, Latent Dirichlet Allocation (LDA) [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] was used to analyse
the topic distribution of clinical concepts present in the retrieved similar images
from the training set. Although, the above approaches were simple, they su er
from computational complexity and lack novelty in identifying concepts in
unseen images. Singh et al. [26] also did similar study in classifying the modality
of images and nding relevant medical concepts on a publicly available dataset,
and found that convolutional neural networks are better for feature extraction
when compared to the traditional approaches. Motivated by the success of
Convolutional Neural Networks (CNNs) for various computer vision task, we use a
CNN model for nding relevant medical concepts present in an image.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Convolutional Neural Network</title>
      <p>
        With the rapid collection of large-scale datasets and rapid development of high
performance computing devices, Convolutional Neural Networks (CNNs) are
increasingly drawing attention from both research and industry [
        <xref ref-type="bibr" rid="ref14">25,14,28</xref>
        ]. The
common building blocks of Convolutional Neural Networks are Convolutional
layer, activation layer, pooling layer, attening layer, and fully-connected layer.
      </p>
      <sec id="sec-3-1">
        <title>Convolutional Layer</title>
        <p>This is the main building block of Convolutional Neural Networks. The main
role of the convolutional layer is to detect features by applying an a ne lter
(or kernel) over the image pixels. The early convolutional layers in a CNN
extract low-level features whereas the later convolutional layers are responsible for
extracting higher level semantic features.</p>
      </sec>
      <sec id="sec-3-2">
        <title>Activation layer</title>
        <p>The goal of an activation layer is to pass the output of the convolutional layer
through an activation function. This layer is also called a non-linearity layer
because we pass the output through some non-linear function such as sigmoid,
tanh, or ReLU to get feature maps. The activation layer does not change the
dimensions of the feature maps.</p>
      </sec>
      <sec id="sec-3-3">
        <title>Pooling layer</title>
        <p>The main functionality of a pooling layer is to reduce the spatial dimensions of
the feature maps and provide some spatial invariance to distortions and
translations. Apart from this, pooling layers are also responsible for reducing the
number of parameters and computation in the network. Various pooling
operations include: max pooling, average pooling, or L2-norm pooling. Pooling helps
reduce over tting, which would occur if the CNN is given too much information,
especially if that information is not relevant to classify an image.</p>
      </sec>
      <sec id="sec-3-4">
        <title>Flattening layer</title>
        <p>The goal of a attening layer is to transform the entire pooled feature map matrix
into a single column which is then fed to the neural network for processing.
After attening, output of the network is fed through fully connected layers
similar to an ordinary neural network. With the fully connected layers, we combine
the extracted features together to create a model which performs high-level
reasoning. After the nal layer, we apply an activation function such as softmax or
sigmoid to produce the classi er output.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Experimental Setup</title>
      <p>4.1</p>
      <sec id="sec-4-1">
        <title>Notation</title>
        <p>Concept detection in medical images can be formulated as a multi-label image
classi cation problem where each class corresponds to a concept label. The
multilabel classi cation aims at associating a given instance xi 2 X with a set of labels
Yi = yi1; yi2; : : : ; yiN . For medical concept detection, xi is a given medical image,
Yi refers to a set of clinical concepts relevant to the medical image, and N refers
to number of concepts relevant to that particular image.
4.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>Dataset</title>
        <p>The dataset provided in the ImageCLEFmed Caption task is collected from the
PubMed 5 Open Access subset containing 1; 828; 575 archives, having a total of
6; 031; 814 image-caption pairs. Automatic ltering using deep learning and
manual revisions have been applied to focus on radiology images and non-compound
gures, giving a reduced dataset of 70; 786 radiology images of various medical
imaging modalities. The o cial split of data in the form of training, validation,
and test is provided by the challenge organisers. Table 1 shows the statistics of
the datasets. The ground-truth concepts are provided for the training and
validation set, whereas only images are provided for the test set in order to provide
a fair evaluation.</p>
        <sec id="sec-4-2-1">
          <title>5 https://www.ncbi.nlm.nih.gov/pubmed</title>
          <p>(a) * 00005.jpg (b) * 18577.jpg (c) * 20118.jpg (d) * 20587.jpg (e) * 20687.jpg
(f) * 65510.jpg (g) * 65525.jpg (h) * 65528.jpg (i) * 69078.jpg
(j) * 69098.jpg
(k) * 66729.jpg (l) * 66744.jpg (m) * 65730.jpg (n) * 67009.jpg (o) * 67044.jpg
(p) * 67307.jpg (q) * 00064.jpg (r) * 66752.jpg (s) * 00185.jpg (t) * 05234.jpg
The dataset in the ImageCLEFmed caption task has huge diversity. Figure 2
shows sample data highlighting various modalities such as X-ray, MRI,
ultrasound, and PET, and di erent anatomies such as hands, feet, brain, chest, and
teeth. Apart from this, the images di er in terms of contrast, pixel dimensions,
and resolution.</p>
          <p>A data analysis shows that there are in total 5216 unique clinical concepts
present in the training set. The validation set has a total of 3233 unique clinical
concepts present. We found that there are 312 concepts that are present in
the validation set but not present in the training set. So, to train our model
on all the concepts, we combine the data of the training and validation sets,
having a total of 5528 unique clinical concepts present in the dataset. Figure 3
shows the distribution of concepts present in the entire dataset. There are 2; 655
3,000
2,500
2,000
clinical concepts that occur in less than four images in the dataset. Out of 5528
concepts, 5441 concepts occur less than or equal to 1000 times in the dataset
whereas only 87 concepts are present in more than 1000 images. Given that a
deep learning model needs at least 1000 samples per class to perform adequately,
the distribution of concepts shows the di culty in training such a model on rare
concepts present in the dataset.</p>
          <p>Top 20 clinical concepts present in the dataset in terms of their occurrence
is show in Table 2. We can clearly see that the top 10 concepts refer to the type
of imaging study undertaken. Table 3 shows example of clinical concepts that
are found in the dataset but are not visually represented in the images, making
it challenging for the model to learn to predict these concepts.
The challenge organisers provide code for evaluating the performance of the
model in terms of F1 scores, which is the o cial evaluation metric to rate
submissions from di erent teams. The F1 score is the weighted average of the
precision and recall, where an F1 score of 0 indicates the worst score and 1 indicates
the best score. As the task is multi-label classi cation, the nal F1 score is the
average of the F1 scores of each class with binary weighting method.</p>
          <p>C0949214: advertisement C1561610: signed C1561611: improved
C1552850: start C1552852: prev C1552856: copyright
C1578434: spouse C1507394: studyprotocol C0549649: misuse
C3813540: pineapple C0007306: cartoon C1550655: patient
C1550473: business C0332148: likely C3244316: medication
C0871472: t-test C0969625: methodology C0038435: stressed
C4049977: satis ed C0016538: projected C0552371: citations
C0332219: not at all C2346845: approval C1096774: letter</p>
          <p>C0560453: jump C1550043: identi ed C0034975: registry
4.5</p>
        </sec>
      </sec>
      <sec id="sec-4-3">
        <title>Experimental settings</title>
        <p>
          We build our Convolutional Neural Network for multi-label image classi cation
model in Python using Keras [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] with a Tensor ow backend [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. Figure 4 shows
the architecture of the CNN used in this study. The input to the network is
given as a 400 400 3 representing the Red, Green, and Blue (RGB) values
of the input image. The input unsigned byte pixels are normalised by dividing
them by 255. The rst convolutional layer uses a local receptive eld (or kernel)
of size 5 5 with a stride of 1 pixel to extract 16 feature maps, followed by
a max-pooling operation conducted over 2 2 regions. The second, third, and
fourth convolutional layers produce 32, 64, and 128 feature maps respectively.
All convolutional layers use Recti ed Linear Units (ReLUs) as the activation
function. After each convolutional layer, max-pooling with size of 2 2 and
dropout of 0:25 is applied to avoid over tting of the model. After four blocks
of Convolution, max-pooling, and dropout, we atten the activation map, and
apply the fully connected layers. The nal fully connected layer consists of 5528
neurons corresponding to the total number of concepts in our dataset. We use
the sigmoid activation function instead of softmax at the output layer of the
network to get the probability of each class cj as Bernoulli distribution. The
motivation is to get the probability of each concept independent of the other
concept probabilities so that by using a threshold we can predict whether a
particular clinical concept is present in a medical image or not.
        </p>
        <p>
          The network was trained with the stochastic gradient descent (SGD)
algorithm, namely Adam [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] with a binary-crossentropy loss function. We use
binary-crossentropy loss instead of categorical-crossentropy to penalise each
output node independently. Deep neural networks are highly sensitive to
hyperparameters, so we tune our model hyper-parameters by selecting a range of
value for each parameter and tuning in a coarse to ne search. The batch size
(BS) is set to 32 and the initial learning rate ( ) is set to 0:0001 with a decay
of 1 e 6. The model is trained for 10 epochs and the best model based on the
accuracy score is saved as the nal model. In order to predict concepts on the
test data, we set a threshold ( ) of 0:1 based on the performance of the model
on the validation set.
4.6
        </p>
      </sec>
      <sec id="sec-4-4">
        <title>Results and Discussion</title>
        <p>The proposed method convolutional neural network is trained in an
end-toend manner to predict relevant medical concepts on the test set images.
Although, three di erent runs are evaluated internally, only the best run is
submitted to the evaluation server for the challenge. Table 4 shows the performance
of our proposed approach under the name MacUni-CSIRO with the run name
run1FinalOutput.txt having F1 score of 0:1435435. We performed an error
analysis on the validation set to gure out the reasons for the low performance of
the model. As highlighted in Figure 3 that majority of concepts are rare and
are not present in at least 1000 instances (or data points) which makes the task
quite challenging. When comparing the results of the multi-label classi cation
model on generic datasets and the ImageCLEFmed caption dataset, we found
that the low performance is also attributable to the large number of medical
concepts (5528 in the ImageCLEFmed caption task) and the di culty of obtaining a
bounding box annotation for each medical concept present in the medical image.
Although the ImageCLEFmed caption 2019 dataset is of a smaller size and is
focused on radiology images only (compared to the previous version of the
challenge), there is still a huge diversity in images in terms of modality, anatomy,
and contrast. Further, during data exploration we found that there are many
concepts that do not correspond to any visual data present in the medical
images, making the task more di cult. Finally, we feel the need to have a more
robust evaluation metric so that partial correct concepts predicted by the model
can be considered since current evaluation metric don't take into account of the
partial correct concepts predicted by the model.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusions</title>
      <p>This paper presents our experiments for detecting concepts in medical images
submitted for the 2019 ImageCLEFmed caption task. The proposed
convolutional neural network as a multi-label classi er achieved an F1 score of 0:1435435.
No external resources are used in our experiments. The best model achieved an
F1 score of 0:2823094 which is still far from the required performance for these
systems to be deployed in a real-world setting. In future, we aim to
incorporate domain knowledge so that the performance of these systems can further be
improved.</p>
    </sec>
    <sec id="sec-6">
      <title>Animal and Human Research Ethics</title>
      <p>
        The de-identi ed dataset in the form of medical images and their relevant
medical concepts is provided by the challenge organisers [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. The dataset provided
is also a subset of the Radiology Objects in COntext (ROCO) dataset [22]. The
detailed description about how the original dataset is given in [21].
      </p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgement</title>
      <p>This work is supported by an international Macquarie University Research
Excellence Scholarship and the DATA61 CSIRO top-up scholarship. This research
is undertaken with the assistance of resources and services form the National
Computational Infrastructure (NCI), supported by the Australian Government.</p>
    </sec>
    <sec id="sec-8">
      <title>Declaration of Con icting Interest</title>
      <p>The Authors declare that there is no con ict of interest.
20. Lux, M., Marques, O.: Visual Information Retrieval using Java and LIRE. Morgan</p>
      <p>Claypool (2013)
21. Pelka, O., Friedrich, C.M., Garc a Seco de Herrera, A., Muller, H.: Overview of
the ImageCLEFmed 2019 concept prediction task. In: CLEF2019 Working Notes.
CEUR Workshop Proceedings, CEUR-WS.org, Lugano, Switzerland (September
09-12 2019)
22. Pelka, O., Koitka, S., Ruckert, J., Nensa, F., Friedrich, C.M.: Radiology Objects
in COntext (ROCO): A Multimodal Image Dataset. In: Stoyanov, D., Taylor,
Z., Balocco, S., Sznitman, R., Martel, A., Maier-Hein, L., Duong, L., Zahnd, G.,
Demirci, S., Albarqouni, S., Lee, S.L., Moriconi, S., Cheplygina, V., Mateus, D.,
Trucco, E., Granger, E., Jannin, P. (eds.) Intravascular Imaging and Computer
Assisted Stenting and Large-Scale Annotation of Biomedical Data and Expert Label
Synthesis. pp. 180{189. Springer International Publishing (2018)
23. Pinho, E., Costa, C.: Feature Learning with Adversarial Networks for
Concept Detection in Medical Images: UA.PT Bioinformatics at ImageCLEF 2018.
In: CLEF2018 Working Notes. CEUR Workshop Proceedings, CEUR-WS.org
&lt;http://ceur-ws.org&gt;, Avignon, France (September 10-14 2018)
24. Russakovsky, O., Deng, J., Su, H., Krause, J., Satheesh, S., Ma, S., Huang, Z.,
Karpathy, A., Khosla, A., Bernstein, M., Berg, A.C., Fei-Fei, L.: ImageNet Large
Scale Visual Recognition Challenge. International Journal of Computer Vision
115(3), 211{252 (Dec 2015)
25. Simonyan, K., Zisserman, A.: Very Deep Convolutional Networks for Large-Scale</p>
      <p>Image Recognition. CoRR
26. Singh, S., Ho-Shon, K., Karimi, S., Hamey, L.: Modality classi cation and
concept detection in medical images using deep transfer learning. In: International
Conference on Image and Vision Computing New Zealand. pp. 1{9 (2018)
27. Valavanis, L., Kalamboukis, T.: IPL at ImageCLEF 2018: A kNN-based Concept
Detection Approach. In: CLEF2018 Working Notes. CEUR Workshop Proceedings,
CEUR-WS.org &lt;http://ceur-ws.org&gt;, Avignon, France (September 10-14 2018)
28. Wang, J., Yang, Y., Mao, J., Huang, Z., Huang, C., Xu, W.: CNN-RNN: A Uni ed
Framework for Multi-label Image Classi cation. In: IEEE Conference on Computer
Vision and Pattern Recognition. pp. 2285{2294 (2016)
29. Wang, Z., Chen, T., Li, G., Xu, R., Lin, L.: Multi-label image recognition by
recurrently discovering attentional regions. In: 2017 IEEE International Conference
on Computer Vision. pp. 464{472 (2017)
30. Wei, Y., Xia, W., Lin, M., Huang, J., Ni, B., Dong, J., Zhao, Y., Yan, S.: Hcp: A
exible cnn framework for multi-label image classi cation. IEEE Transactions on
Pattern Analysis and Machine Intelligence 38(9), 1901{1907 (Sep 2016)
31. Zhang, M., Zhou, Z.: A review on multi-label learning algorithms. IEEE
Transactions on Knowledge and Data Engineering 26(8), 1819{1837 (2014)
32. Zhang, Y., Wang, X., Guo, Z., Li, J.: ImageSem at ImageCLEF 2018 Caption TaskL
Image Retrieval and Transfer Learning. In: CLEF2018 Working Notes. CEUR
Workshop Proceedings, CEUR-WS.org &lt;http://ceur-ws.org&gt;, Avignon, France
(September 10-14 2018)
33. Zhu, F., Li, H., Ouyang, W., Yu, N., Wang, X.: Learning spatial regularization with
image-level supervisions for multi-label image classi cation. In: IEEE Conference
on Computer Vision and Pattern Recognition. pp. 2027{2036 (2017)
34. Zitnick, C.L., Dollar, P.: Edge boxes: Locating object proposals from edges. In:
Fleet, D., Pajdla, T., Schiele, B., Tuytelaars, T. (eds.) Computer Vision { ECCV
2014. pp. 391{405. Springer International Publishing (2014)</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Abacha</surname>
            ,
            <given-names>A.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Herrera</surname>
            ,
            <given-names>A.G.S.d.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gayen</surname>
            ,
            <given-names>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.:</given-names>
          </string-name>
          <article-title>Nlm at imageclef 2017 caption task</article-title>
          .
          <source>In: CLEF2017 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="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Abadi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barham</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davis</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Devin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ghemawat</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Irving</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Isard</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kudlur</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Levenberg</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Monga</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moore</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Murray</surname>
            ,
            <given-names>D.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Steiner</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tucker</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vasudevan</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Warden</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wicke</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheng</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          :
          <article-title>TensorFlow: A System for Large-scale Machine Learning</article-title>
          .
          <source>In: Proceedings of the 12th USENIX Conference on Operating Systems Design and Implementation</source>
          . pp.
          <volume>265</volume>
          {
          <fpage>283</fpage>
          . OSDI'
          <volume>16</volume>
          ,
          <string-name>
            <surname>Savannah</surname>
            ,
            <given-names>GA</given-names>
          </string-name>
          , USA (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <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>
            <surname>D.</surname>
          </string-name>
          , Muller, H.:
          <article-title>VQA-Med: Overview of the medical visual question answering task at imageclef 2019</article-title>
          .
          <source>In: CLEF2019 Working Notes. CEUR Workshop Proceedings</source>
          , CEURWS.org, Lugano,
          <source>Switzerland (September</source>
          <volume>09</volume>
          -12
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Blei</surname>
            ,
            <given-names>D.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ng</surname>
            ,
            <given-names>A.Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jordan</surname>
            ,
            <given-names>M.I.</given-names>
          </string-name>
          :
          <article-title>Latent dirichlet allocation</article-title>
          .
          <source>Journal of Machine Learning Research 3, 993{1022 (Mar</source>
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Bodenreider</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>The Uni ed Medical Language System (UMLS): integrating biomedical terminology</article-title>
          .
          <source>Nucleic acids research</source>
          32(Database issue),
          <source>D267{D270 (Jan</source>
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wei</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guo</surname>
          </string-name>
          , Y.:
          <article-title>Multi-Label Image Recognition with Graph Convolutional Networks</article-title>
          . CoRR abs/
          <year>1904</year>
          .03582 (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Chollet</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , et al.: Keras. https://keras.io (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Demner-Fushman</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kohli</surname>
            ,
            <given-names>M.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosenman</surname>
            ,
            <given-names>M.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shooshan</surname>
            ,
            <given-names>S.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rodriguez</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Antani</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thoma</surname>
            ,
            <given-names>G.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McDonald</surname>
            ,
            <given-names>C.J.</given-names>
          </string-name>
          :
          <article-title>Preparing a collection of radiology examinations for distribution and retrieval</article-title>
          .
          <source>Journal of the American Medical Informatics Association</source>
          <volume>23</volume>
          (
          <issue>2</issue>
          ),
          <volume>304</volume>
          {
          <fpage>310</fpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Dicente</given-names>
            <surname>Cid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Liauchuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Klimuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Tarasau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Kovalev</surname>
          </string-name>
          ,
          <string-name>
            <surname>V.</surname>
          </string-name>
          , Muller, H.:
          <article-title>Overview of ImageCLEFtuberculosis 2019 - automatic ct-based report generation and tuberculosis severity assessment</article-title>
          .
          <source>In: CLEF2019 Working Notes. CEUR Workshop Proceedings</source>
          , CEUR-WS.org &lt;http://ceur-ws.
          <source>org&gt;</source>
          , Lugano,
          <source>Switzerland (September 9-12</source>
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Dimitris</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ergina</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Concept detection on medical images using deep residual learning network</article-title>
          .
          <source>In: CLEF2017 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="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Durand</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mehrasa</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mori</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Learning a Deep ConvNet for Multi-label Classi cation with Partial Labels</article-title>
          . CoRR abs/
          <year>1902</year>
          .09720 (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Gong</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jia</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toshev</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leung</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , Io e, S.:
          <article-title>Deep convolutional ranking for multilabel image annotation</article-title>
          .
          <source>In: International Conference on Learning Representations</source>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <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>Liu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sreenivasan</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Anand</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Arora</surname>
            ,
            <given-names>T.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Datla</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Qadir</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Swisher</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Farri</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Prna at imageclef 2017 caption prediction and concept detection tasks</article-title>
          .
          <source>In: CLEF2017 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="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>He</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ren</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sun</surname>
          </string-name>
          , J.:
          <article-title>Deep residual learning for image recognition</article-title>
          .
          <source>In: IEEE Conference on Computer Vision and Pattern Recognition</source>
          . pp.
          <volume>770</volume>
          {
          <issue>778</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Hochreiter</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schmidhuber</surname>
            ,
            <given-names>J.: Long</given-names>
          </string-name>
          <string-name>
            <surname>Short-Term Memory</surname>
          </string-name>
          .
          <source>Neural Computation</source>
          <volume>9</volume>
          (
          <issue>8</issue>
          ),
          <volume>1735</volume>
          {1780 (Nov
          <year>1997</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Ionescu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , Muller, H.,
          <string-name>
            <surname>Peteri</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cid</surname>
            ,
            <given-names>Y.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liauchuk</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kovalev</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klimuk</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tarasau</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Abacha</surname>
            ,
            <given-names>A.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hasan</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Datla</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Demner-Fushman</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dang-Nguyen</surname>
            ,
            <given-names>D.T.</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>Tran</surname>
            ,
            <given-names>M.T.</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>Pelka</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Friedrich</surname>
            ,
            <given-names>C.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>de Herrera</surname>
            ,
            <given-names>A.G.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garcia</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kavallieratou</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>del Blanco</surname>
            ,
            <given-names>C.R.</given-names>
          </string-name>
          , Rodr guez, C.C.,
          <string-name>
            <surname>Vasillopoulos</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karampidis</surname>
            ,
            <given-names>K.</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>
          :
          <article-title>ImageCLEF 2019: Multimedia retrieval in medicine, lifelogging, security and nature</article-title>
          . In:
          <article-title>Experimental IR Meets Multilinguality, Multimodality, and Interaction</article-title>
          .
          <source>Proceedings of the 10th International Conference of the CLEF Association (CLEF</source>
          <year>2019</year>
          ),
          <source>LNCS Lecture Notes in Computer Science</source>
          , Springer, Lugano,
          <source>Switzerland (September 9-12</source>
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Kingma</surname>
            ,
            <given-names>D.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ba</surname>
          </string-name>
          , J.:
          <article-title>Adam: A method for stochastic optimization</article-title>
          .
          <source>In: International Conference on Learning Representations</source>
          . San Diego, California, United
          <string-name>
            <surname>States</surname>
          </string-name>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>T.Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maire</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Belongie</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hays</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perona</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ramanan</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dollar</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zitnick</surname>
            ,
            <given-names>C.L.</given-names>
          </string-name>
          :
          <string-name>
            <surname>Microsoft</surname>
            <given-names>COCO</given-names>
          </string-name>
          :
          <article-title>Common Objects in Context</article-title>
          . In: Fleet,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Pajdla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Schiele</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Tuytelaars</surname>
          </string-name>
          , T. (eds.) Computer Vision { ECCV
          <year>2014</year>
          . pp.
          <volume>740</volume>
          {
          <fpage>755</fpage>
          . Springer International Publishing (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sheng</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shao</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yan</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xiang</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pan</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <article-title>: Multi-label image classi - cation via knowledge distillation from weakly-supervised detection</article-title>
          .
          <source>In: Proceedings of the 26th ACM International Conference on Multimedia</source>
          . pp.
          <volume>700</volume>
          {
          <fpage>708</fpage>
          . MM '
          <volume>18</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>