<!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>A Multimedia Modular Approach to Lifelog Moment Retrieval</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Maxime Tournadre</string-name>
          <email>maxime@tournadre.org</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Guillaume Dupont</string-name>
          <email>guillaume.dupont.rm@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Vincent Pauwels</string-name>
          <email>vincentpauwels8@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bezeid Cheikh Mohamed Lmami</string-name>
          <email>bezeid.cheikhmohamedlmami@atos.net</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alexandru Lucian Ginsca</string-name>
          <email>alexandru-lucian.ginsca@atos.net</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Atos BDS</institution>
          ,
          <addr-line>Bezons</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Lifelogging o ers a mean for people to record their day to day life. However, without proper tools for retrieving speci c moments, the large volume of collected data is rendered less useful. We present in this paper our contribution to the ImageCLEF Lifelog evaluation campaign. We describe a modular approach that covers both textual analysis and semantic enrichment of queries and targeted concept augmentation of visual data. The proposed retrieval system relies on an inverted index of visual concepts and metadata and accommodates di erent versions of clustering and ltering modules. We tested over 10 fully automatic combinations of modules and a human guided approach. We observed that with even minimal human intervention, we can obtain a signi cant increase of the F1 score, ranking fourth in the competition leader board.</p>
      </abstract>
      <kwd-group>
        <kwd>Deep Learning</kwd>
        <kwd>Natural Language Processing</kwd>
        <kwd>Life logging</kwd>
        <kwd>Computer Vision</kwd>
        <kwd>Multimedia</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Recently, interest in lifelogging appeared with the breakthrough of a ordable
wearable cameras and smartphones apps. It consists in logging the daily life of an
individual using various data (i.e. image, biometrics, location etc.). These objects
produce a huge amount of personal data, in various forms, that could be used to
build great applications to improve the users life (help for the elderly or semantic
video search engine). To research this eld, a few datasets were constituted to
allow researchers to compare methods through workshops, competitions and
tasks.</p>
      <p>
        Since 2017, IMAGEClef [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] hosts every year the Lifelog Task [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] in order
to compare di erent approaches on the same environment. This year, the Lifelog
Moment Retrieval Task consists in returning a selection of 10 images for speci c
topics. IMAGEClef Lifelog provides extracted visual concepts and many
metadata for each image as GPS coordinates, the UTC time, the number of steps,
the heart rate ect.
      </p>
      <p>New approaches with beyond state-of-the-art performances are expected to
be found during this challenge. This would allow, for instance, to build a powerful
semantic search engine and to retrieve speci c moments easier. Besides this, there
are a wide range of possible application domains, which explains the popularity
of related workshops. In this paper we detail multiple automatic approaches
as well as a human guided one which give users possibility to choose between
prede ned lters.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related work</title>
      <p>
        The origins of image retrieval can be traced back to 1979 when a conference
on Database Techniques for Pictorial Applications was held in Florence [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. In
the beginning, images were rst annotated with text and then searched using a
text-based approach. Unfortunately, generating automatic descriptive texts for a
wide spectrum of images is not feasible without manual help. Annotating images
manually is obviously very expensive and it thus limited the text-based
methods. In 1992, the National Science Foundation of the United-States organized a
workshop to identify new directions in image database management [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. It was
then recognized that indexing visual information on their inherent properties
(shape, color etc.) was more e cient and intuitive. Since then, the application
potential of image database management techniques has attracted the attention
of researchers. In the past decade, many Content-based image retrieval have been
developed.
      </p>
      <p>
        For the Lifelog Moment Retrieval (LMRT) task of the LifeLog challenge, the
two major criteria to achieve are relevance and diversity. To improve the
relevance, most of the approaches relied on the extraction of concepts or features
by existing pre-trained models. This is an important time-saver in these
challenges. Some systems [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] chose to augment the data using other models [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] such
as ResNet50 [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] trained on ImageNet for visual concepts, or VGG16 trained on
Place365 to retrieve places.
      </p>
      <p>
        Other approaches used one binary classi er per topic or classi ers with a
minimum con dence level for each topic. Many teams also used a blur detector
to lter the images before selection. To ensure diversity, a team [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] decided to
cluster the hyper-features (such as oriented gradient or color histograms features
obtained through various models) of the images. Last but not least, all
participants used various NLP methods to interpret the topics. In this eld, the most
popular tools were WordNet [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] and Word2Vec [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
      </p>
      <p>
        In the multimedia research eld, IMAGEClef is not alone. Many other
related workshops and tasks occur on a regular basis such as NTCIR [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] or ACM
Multimedia [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. Launched in the late 1997, NTCIR hold its conference each
year in Tokyo. It put an accent on east-Asian language such as Japanese,
Korean and Chinese. Like the IMAGEClef competition, a fair number of tasks are
proposed, and among them is a LifeLog action retrieval. ACM Multimedia is an
international conference which is held each year in a di erent country. Di erent
workshops revolving around images, text, video, music and sensor data are
proposed and a special part of the conference is the art program, which explores
the boundaries of computer science and art.
3
3.1
      </p>
      <sec id="sec-2-1">
        <title>Data</title>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Main components of a modular LMRT system</title>
      <p>Among the data delivered by the organizers, we have chosen to keep some of them
and to add others. We kept the qualitative and persistent data and, therefore,
did not take into account the following: lat, long, song, steps, calories, glucose,
heart rate and distance. The metadata UTC-time was especially very useful and
we will detail its contribution in the clustering part.</p>
      <p>
        In the following, we will provide more details on the extraction of visual
concepts. The user's images were transmitted with visual concepts extracted
from several neural networks :
{ The top 10 attributes predicted by using the PlaceCNN [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], trained on SUN
attribute dataset [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
{ The top 5 categories and their scores predicted by using the PlaceCNN,
trained on Place365 dataset [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
{ Class name, bounding box and score on up to the best 25 objects for each
image. They are predicted by using Faster RCNN [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], trained on the COCO
dataset [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ].
      </p>
      <p>
        In order to diversify the learning databases we added the following:
{ The top 3 labels with their scores predicted by using VGG19. This
architecture was created by VGG (Visual Geometry Group) from the University of
Oxford [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] and trained on ImageNet [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ].
{ The top 3 labels with their scores predicted by using ResNet50 trained on
ImageNet. We took an implementation of Microsoft which was the winner
of ILSVRC 2015 [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
{ The top 3 labels with their scores predicted by using InceptionV3
implemented by Google [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] also trained on ImageNet.
{ The top 10 labels with their scores predicted by using Retinanet [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] (object
detection) implemented by Facebook.
      </p>
      <p>
        As another approach, we also built one or two SVM (Support Vector Machines)
[
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] per topic thanks to its keywords. They have been created based on the FC2's
layer of VGG16 implemented in Keras. We have two versions, the rst one is
fully automatic with an automatic scraping on the web and the second one is
built with guided scraping in order to reduce the noise and to better specify the
target.
3.2
      </p>
      <sec id="sec-3-1">
        <title>Queries</title>
        <p>The very rst step of the online system is the interpretation of a topic. How
could we de ne how an image corresponds to an unde ned topic? We tried
several techniques based on the idea to obtain a semantic representation of each
topic. The way the query is interpreted has a direct impact on the ranking, as it
will change the input of the ranking system. We chose to keep a set of keywords
for each topic. In our toolbox, Python-RAKE 1 is a package used to extract basic
keywords from a topic and WordNet allows to generate pre-de ned synonyms.
Finally, Word2Vec models provide another way to generate synonyms. It will
be more detailed in the next section. The way we combined these tools will be
detailed in the next section.
3.3</p>
      </sec>
      <sec id="sec-3-2">
        <title>Ranking</title>
        <p>For a given query, our system returns a ranking (full or partial) of the images.
"How could we rank them?" is the general problem of this part. We explored
several methods, from a basic counting of labels selected with a match, to the
average of semantic similarities between labels and a topic. Each ranking is
speci c to a well-de ned method and may be more e cient than another depending
on the next processing (i.e. clustering, SVM weights...)
3.4</p>
      </sec>
      <sec id="sec-3-3">
        <title>Filters</title>
        <p>Another way to change the images selection, is to adjust some requirements. For
instance, if we try to retrieve the images corresponding to "restaurant" in our
index we would not nd 'fast food restaurant' with an exact match criterion. It
may look trivial, but changing the way an image is selected opens a wide range
of possibilities, especially within the NLP eld. We can easily recover images
depending on their visual concepts and metadata. However, we may use some
Word2Vec models to apply a similarity threshold or use a Levenshtein distance
threshold and much more. In our guided method, we also used conditional lters.
For instance, the topic "Driving home" where the user must be driving home
from work, was treated with two conditions: the user must have been at work
in the last hour and he must arrive at his home in the next fteen minutes.
Combined with a primary ranking, the lters allow to narrow down the selection
to suppress the noise. Both precision and recall were usually improved thanks
to these approaches.
3.5</p>
      </sec>
      <sec id="sec-3-4">
        <title>Clustering</title>
        <p>Since the evaluation method is F@10 - harmonic mean of precision and recall - it
is important to augment the diversity of the selected images. That's the reason
why it matters to focus on clustering in order to improve diversity without
changing relevance. Consequently, we chose to explore two di erent approaches,
one using temporal similarity and one using visual similarity.</p>
        <sec id="sec-3-4-1">
          <title>1 Python-RAKE : https://github.com/fabianvf/python-rake</title>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Proposed Methods</title>
      <p>We realized 12 runs (11 graded) with a combination of di erent methods for
each run. This section aims at explaining these methods. Every run followed
the global pipeline described below. The process will be detailed further in this
section.</p>
      <sec id="sec-4-1">
        <title>4.1 Interpretation</title>
        <p>Keywords - For each topic, we extract the associated keywords with the
Python-RAKE package. Python-RAKE cuts the sentence into words, lters with
a list of stop-words and returns the remaining keywords.</p>
        <p>Synonyms - This method helps to diversify the topic representation by adding
synonyms to the basic extracted keywords. We use WordNet to generate
prede ned synonyms based on the WordNet hierarchy. Then, we compute the
similarity between these synonyms and the basic keywords. This similarity score
enables us to select the relevant synonyms. In our runs, the similarity was
computed by the GoogleNews-vector-negative300 which is a Word2Vec model.</p>
        <p>Another method to compute similarity uses the vector representation of each
words in a Word2Vec model. This similarity is useful to lter irrelevant
synonyms. Our nal method consists of selecting 5 synonyms from WordNet with
a threshold (0.5) on the Word2Vec model similarity. Furthermore we keep only
synonyms which don't match partially to keywords.
4.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>Choice of subset</title>
        <p>We tested di erent solutions to choose a subset to work on. We usually used one
of the following approach to reduce the working set, but in a few runs we kept
the whole dataset.</p>
        <p>Match - We rst create an inverted index. An inverted index in this case will
take a label or a metadata as an input and will return all the images owning
the input. Using an inverted index is time-saver and useful to interact with the
dataset. Then, we recover through the index the images for which at least one
label or metadata is part of the keywords.</p>
        <p>Partial match - Similarly to match, we select labels that match partially at
least one of our keywords. Two words are partial match if and only if one is a
part of the other (i.e. \food\ and \fast-food\). The veri cation was done through
the clause `in` in Python. This aims to increase the recall but it introduces some
noise as well.</p>
        <p>Similarity - Another approach consists in computing the semantic similarity
between each key of the index and keywords. Only images that have a label
similar enough to a keyword are selected. We didn't use this approach in our
submitted run, however a similarity threshold at 0.6 should be e cient.
4.3</p>
      </sec>
      <sec id="sec-4-3">
        <title>Scoring</title>
        <p>Label counting - In this basic method, the score is the number of time the
image was picked in the inverted index detailed earlier in section 4.2.
Topic Similarity - In this alternative method, we compute the similarity score
between each label and keywords. We then pick the maximum similarity for each
keyword as a score. The nal score for an image is the mean keywords scores.
SVM - In terms of a visual approach, we used transfer learning to train a
dedicated binary SVM for each topic. In the end, this provided us with a probability
score for each image to be part of the topic based on visual features.</p>
        <p>The rst step to create our SVM was to establish a training set, so we used the
Google Search API to get images from Google Images2. The negative examples
are shared between the SVMs and these are images of scenes and objects from
daily life. Here are the words we chose to use for the negative images : bag,
car, cat, daily life photography, dog, sh, footballer, horse, newyork, python,
smartphone and sunset . The positives were scrapped by querying the title of
the topic and a combination of keywords and synonyms. After the scrapping, we
ltered manually the positive to avoid the noise.</p>
        <sec id="sec-4-3-1">
          <title>2 https://developers.google.com/custom-search/v1/overview</title>
          <p>Every SVM had around 2000 negative and 200 positive examples. Each image
was then processed through VGG16 to extract the visual features, which are the
input vectors of our SVM. As we intend to use the probability given by the SVM
to establish a threshold in a few runs, we tried to use an isotonic calibration.
However, as our training set wasn't big enough, we chose to keep the output
probability.</p>
          <p>SVM performances could be upgraded with a bigger training set, calibration
and data augmentation. Unfortunately, we didn't have the time and the resources
to deal with at this moment.
4.4
Weighting - The re nement by weighting is based on the idea to combine
different scoring methods. In fact, we de ne a new ranking based on the prediction
of multiple approaches.</p>
          <p>Thresholding - In a similar way, the thresholding considers a minimum score
in other methods as a prerequisite to be kept in the ranking.</p>
          <p>Visual Clustering - To maximize the diversity of returned images, one
approach was to cluster the rst 200 images with the highest score on the features
extracted by our neural networks. We extracted these features with the second
output layer of VGG16 as explained earlier. We clustered the images using the
K-means algorithm to retrieve 10 clusters. It greatly improved the diversity of
images (i.e. recall score) but inevitably reduced the precision score as only one of
many correct images is returned sometimes. It did not improve the overall F@10
score. The second approach for clustering that we will present next proved to be
more reliable.</p>
          <p>Temporal Clustering - In order to nd the maximum number of moments for a
speci ed topic, the temporal approach seemed to be the most logical. We wanted
to form di erent clusters spaced at least one hour, and to detect noise. Thus, we
chose to use DBSCAN3 (Density-based spatial clustering of applications with
noise) on the rst 250 images with the highest score.</p>
          <p>This algorithm, created in 1996 just needs two arguments: a distance and a
minimum number of points to form a cluster. Consequently, we converted the
UTC times into minutes and then applied the algorithm implemented in
ScikitLearn. The best parameters on average for the topics were one hour for the
maximal distance between two points to be considered as the same moment and
5 images minimum to form a moment.</p>
          <p>In addition, we also used a blur lter from the OpenCV library to reject all
blurry images. Once the blur lter and the clustering were completed, we had to
select ten images. Finally, we chose to show the images with the best scores from
3 https://scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html
di erent clusters. However, many other methods may be used to implement the
image selection between clusters.
4.5</p>
        </sec>
      </sec>
      <sec id="sec-4-4">
        <title>Formatting</title>
        <p>
          The last process before sending the run to the evaluation system, is to normalize
our score to obtain a con dence score ([
          <xref ref-type="bibr" rid="ref1">0,1</xref>
          ]) and combine the topics results.
4.6
        </p>
      </sec>
      <sec id="sec-4-5">
        <title>Detailed runs</title>
        <p>Automatic runs With these selected runs we wanted to establish a few
comparisons between our methods. They will be analyzed in section 5. Table 1 shows
the automatic runs.
1 Keywords Entire dataset Topic Similarity Time Clustering
2 Keywords Entire dataset Topic Similarity Visual Clustering
3 Keywords Entire dataset Topic Similarity |
4 Keywords Partial match Topic Similarity |
5 Keywords + Synonyms Entire dataset Topic Similarity |
6 Keywords + Synonyms Partial match Topic Similarity |
7 Keywords + Synonyms Partial match Topic Similarity Weighting by SVM
8 Keywords + Synonyms Partial match Topic Similarity Tresholding by SVM
9 Keywords + Synonyms Entire dataset SVM |
10 Keywords + Synonyms Entire dataset SVM Visual Clustering
11 Keywords + Synonyms Entire dataset SVM Time Clustering
Interactive runs During our interactive runs, the user had to interpret a topic
through lters. The subset selection is done by these lters. However, the
keywords and synonyms are still extracted as they will be needed to compute the
scoring of a few methods. Table 2 shows the interactive runs.</p>
        <p>Automatic* Filters by Human Automatic* Automatic*</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Results and analysis</title>
      <p>Table 3 shows the results obtained by our di erent runs in the test set. The
scoring is F@10, which is the harmonic mean of two measurements computed
on each topic. The rst one is the precision, whether the ten rst are linked to
the given topic. The second one is the proportion of di erent moments found on
the given topic. Thus, good precision is not enough to achieve a high score; both
recall and precision should be high to reach a great score.</p>
      <p>From run 1 to 6, \Mixed run\ means that additional concepts were extracted
(visual) and that process were done on the label (textual). The \Mixed\ aspect
of run 7 and 8 is the same, but we add the re nement by the SVM, which rely
on the visual approach. Run 9 to 11 do not use the textual approach during the
process, however they were trained beforehand.
1 Automatic | Mixed 0.077
2 Automatic | Mixed 0.036
3 Automatic | Mixed 0.036
4 Automatic | Mixed 0.078
5 Automatic | Mixed 0.053
6 Automatic | Mixed 0.083
7 Automatic | Mixed 0.101
8 Automatic | Mixed 0.068
9 Automatic | Visual 0.099
10 Automatic | Visual Not evaluated
11 Automatic | Visual 0.116
12 Human-Guided 0.255</p>
      <p>Table 4 presents the comparison that our runs allow us to do. Thus we are
able to de ne which method worked best in this speci c context. An attempt
to generalize does not guarantee identical results. Despite the risk for Time
Clustering to reduce the precision if there is not enough moments found in the
K rst images, its usage constantly increased the F@10 score. In a similar way,
weight a ranking with SVM's prediction shows an increase in F@10. Combining
these two re nement methods may be great.</p>
      <p>However, the winner of these runs is clearly the human-guided method.
Combining the human understanding and the mixed automatic runs, it reaches 0.255
at F@10 where our automatics runs didn't surpass 0.116. Then it would be
interesting, in future works, to establish a hybrid framework which asks the operator
to represent topics through lters and then make a ranking with the automatic
approaches. It would use SVM to weight the con dence and Time Clustering to
ensure cluster diversity. Figure 2 gives an example of how it works.
In this working-note we presented our approach to the LMRT task of the LifeLog
IMAGEClef competition. We chose two frameworks: one fully automatic, and
one with human assistance. We extracted feature vectors, and used meta-data
on location and time for each image. Our approach relies on linking keywords
and their synonyms from topics to our data. We made the human assistance
framework available because some lters work better on some topics than others.
To cluster the remaining images, we found out that the time clustering had better
results than the visual clustering. The sole purpose of clustering was to improve
the diversity of moments retrieved. It seems logical that the more images are
separated in time, the more they can t in di erent moment. Moreover, the
DBSCAN algorithm selects automatically the number of clusters and identi es
noise images. Therefore, it is superior to the k-means algorithm used in visual
clustering. DBSCAN did not achieve great results on visual clustering because
the distance between feature vectors is not well de ned.</p>
      <p>The main di culty regarding the LMRT task was to process a great deal
of multimodal data and nd the optimal processing. Fine tuning parameters
and thresholds by hand was often a good method but it limits the scalability
of the system. As each topic requires slightly di erent approaches, there is still
some work to do to achieve a fully automatic and adaptive system for moment
retrieval such as improving the topics interpretation and the automatic setting
of appropriate lters.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>B.</given-names>
            <surname>Ionescu</surname>
          </string-name>
          , H. Muller, R. Peteri,
          <string-name>
            <given-names>Y. D.</given-names>
            <surname>Cid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Liauchuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Kovalev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Klimuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Tarasau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. B.</given-names>
            <surname>Abacha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. A.</given-names>
            <surname>Hasan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Datla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Demner-Fushman</surname>
          </string-name>
          , D.-
          <string-name>
            <surname>T.</surname>
            Dang-Nguyen,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Piras</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Riegler</surname>
            , M.-
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Tran</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Lux</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Gurrin</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          <string-name>
            <surname>Pelka</surname>
            ,
            <given-names>C. M.</given-names>
          </string-name>
          <string-name>
            <surname>Friedrich</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. G. S. de Herrera</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Garcia</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Kavallieratou</surname>
            ,
            <given-names>C. R.</given-names>
          </string-name>
          <string-name>
            <surname>del Blanco</surname>
          </string-name>
          , C. C.
          <article-title>Rodr guez</article-title>
          , N. Vasillopoulos,
          <string-name>
            <given-names>K.</given-names>
            <surname>Karampidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chamberlain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Clark</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Campello</surname>
          </string-name>
          , \ImageCLEF 2019:
          <article-title>Multimedia retrieval in medicine, lifelogging, security and nature," in Experimental IR Meets Multilinguality</article-title>
          , Multimodality, and Interaction, vol.
          <source>CLEF 2019 Working Notes. CEUR Workshop Proceedings (CEUR- WS.org)</source>
          ,
          <source>ISSN 1613-0073</source>
          , http://ceur-ws.
          <source>org/</source>
          Vol-2380
          <source>/ of Proceedings of the 10th International Conference of the CLEF Association (CLEF</source>
          <year>2019</year>
          ), (Lugano, Switzerland),
          <source>LNCS Lecture Notes in Computer Science</source>
          , Springer, September 9-12
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>D.-T.</surname>
            Dang-Nguyen,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Piras</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Riegler</surname>
            , M.-
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Tran</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Lux</surname>
          </string-name>
          ,
          <string-name>
            <surname>T.-K. Le</surname>
            , V.-T. Ninh, and
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Gurrin</surname>
          </string-name>
          , \Overview of ImageCLEFlifelog 2019:
          <article-title>Solve my life puzzle and Lifelog Moment Retrieval,"</article-title>
          <source>in CLEF2019 Working Notes, CEUR Workshop Proceedings</source>
          , (Lugano, Switzerland), CEUR-WS.org &lt;http://ceur-ws.
          <source>org&gt;</source>
          ,
          <source>September</source>
          <volume>09</volume>
          -12
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>D.-T.</surname>
            Dang-Nguyen,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Piras</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Riegler</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Lux</surname>
            , and
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Gurrin</surname>
          </string-name>
          , \
          <article-title>Overview of imagecle ifelog 2018: daily living understanding and lifelog moment retrieval,"</article-title>
          <source>in CLEF2018 Working Notes (CEUR Workshop Proceedings)</source>
          . CEURWS. org&lt; http://ceur-ws.
          <source>org&gt;</source>
          , Avignon, France,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>A.</given-names>
            <surname>Blaser</surname>
          </string-name>
          ,
          <article-title>Data base techniques for pictorial applications</article-title>
          . Springer-Verlag,
          <year>1980</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>R.</given-names>
            <surname>Jain</surname>
          </string-name>
          , \
          <source>Nsf workshop on visual information management systems," ACM Sigmod Record</source>
          , vol.
          <volume>22</volume>
          , no.
          <issue>3</issue>
          , pp.
          <volume>57</volume>
          {
          <issue>75</issue>
          ,
          <year>1993</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>E.</given-names>
            <surname>Kavallieratou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. R.</given-names>
            <surname>del Blanco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Cuevas</surname>
          </string-name>
          , and
          <string-name>
            <given-names>N.</given-names>
            <surname>Garc</surname>
          </string-name>
          <string-name>
            <surname>a</surname>
          </string-name>
          , \
          <article-title>Retrieving events in life logging,"</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>C.</given-names>
            <surname>Tan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Kong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Yang</surname>
          </string-name>
          , and C. Liu, \
          <article-title>A survey on deep transfer learning,"</article-title>
          <source>in International Conference on Arti cial Neural Networks</source>
          , pp.
          <volume>270</volume>
          {
          <issue>279</issue>
          , Springer,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>J. D. Kaiming</surname>
          </string-name>
          <article-title>Hewith Xiangyu Zhang, Shaoqing Ren and Jian, Resnet winner of the ImageNet Competition 2015</article-title>
          at http://imagenet.org/challenges/talks/ilsvrc2015 deep
          <article-title>residual learning kaiminghe</article-title>
          .
          <source>pdf.</source>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>M.</given-names>
            <surname>Dogariu</surname>
          </string-name>
          and
          <string-name>
            <given-names>B.</given-names>
            <surname>Ionescu</surname>
          </string-name>
          , \
          <article-title>Multimedia lab@ imageclef 2018 lifelog moment retrieval task,"</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10. P. University, \About wordnet : https://wordnet.princeton.edu,"
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>T.</given-names>
            <surname>Mikolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Chen</surname>
          </string-name>
          , G. Corrado, and
          <string-name>
            <given-names>J.</given-names>
            <surname>Dean</surname>
          </string-name>
          , \
          <article-title>E cient estimation of word representations in vector space,"</article-title>
          <source>arXiv preprint arXiv:1301.3781</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>C. Gurrin</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Joho</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Hopfgartner</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Zhou</surname>
            , and
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Albatal</surname>
          </string-name>
          , \
          <article-title>Ntcir lifelog: The rst test collection for lifelog research,"</article-title>
          <source>in Proceedings of the 39th International ACM SIGIR conference on Research and Development in Information Retrieval</source>
          , pp.
          <volume>705</volume>
          {
          <issue>708</issue>
          ,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>C. Gurrin</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          <string-name>
            <surname>Giro-i Nieto</surname>
            , P. Radeva,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Dimiccoli</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.-T.</surname>
          </string-name>
          Dang-Nguyen,
          <article-title>and</article-title>
          <string-name>
            <given-names>H.</given-names>
            <surname>Joho</surname>
          </string-name>
          , \
          <source>Lta</source>
          <year>2017</year>
          :
          <article-title>The second workshop on lifelogging tools and applications,"</article-title>
          <source>in Proceedings of the 25th ACM international conference on Multimedia</source>
          , pp.
          <year>1967</year>
          {
          <year>1968</year>
          , ACM,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <given-names>B.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lapedriza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Xiao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Torralba</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Oliva</surname>
          </string-name>
          , \
          <article-title>Learning deep features for scene recognition using places database,"</article-title>
          <source>in Advances in neural information processing systems</source>
          , pp.
          <volume>487</volume>
          {
          <issue>495</issue>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15. G. Patterson,
          <string-name>
            <given-names>C.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Su</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Hays</surname>
          </string-name>
          , \
          <article-title>The sun attribute database: Beyond categories for deeper scene understanding,"</article-title>
          <source>International Journal of Computer Vision</source>
          , vol.
          <volume>108</volume>
          , no.
          <issue>1-2</issue>
          , pp.
          <volume>59</volume>
          {
          <issue>81</issue>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <given-names>B.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lapedriza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Khosla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Oliva</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Torralba</surname>
          </string-name>
          , \
          <article-title>Places: A 10 million image database for scene recognition,"</article-title>
          <source>IEEE transactions on pattern analysis and machine intelligence</source>
          , vol.
          <volume>40</volume>
          , no.
          <issue>6</issue>
          , pp.
          <volume>1452</volume>
          {
          <issue>1464</issue>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <given-names>S.</given-names>
            <surname>Ren</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Girshick</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Sun</surname>
          </string-name>
          , \
          <article-title>Faster r-cnn: Towards real-time object detection with region proposal networks,"</article-title>
          <source>in Advances in neural information processing systems</source>
          , pp.
          <volume>91</volume>
          {
          <issue>99</issue>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>T.-Y. Lin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Maire</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Belongie</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Hays</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Perona</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Ramanan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Dollar</surname>
            , and
            <given-names>C. L.</given-names>
          </string-name>
          <string-name>
            <surname>Zitnick</surname>
          </string-name>
          , \
          <article-title>Microsoft coco: Common objects in context,"</article-title>
          <source>in European conference on computer vision</source>
          , pp.
          <volume>740</volume>
          {
          <issue>755</issue>
          , Springer,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <given-names>K.</given-names>
            <surname>Simonyan</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Zisserman</surname>
          </string-name>
          , \
          <article-title>Very deep convolutional networks for large-scale image recognition,"</article-title>
          <source>arXiv preprint arXiv:1409.1556</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>J. Deng</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          <string-name>
            <surname>Dong</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Socher</surname>
            ,
            <given-names>L.-J.</given-names>
          </string-name>
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Li</surname>
            , and
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Fei-Fei</surname>
          </string-name>
          , \
          <article-title>Imagenet: A largescale hierarchical image database," in 2009 IEEE conference on computer vision and pattern recognition</article-title>
          , pp.
          <volume>248</volume>
          {
          <issue>255</issue>
          ,
          <string-name>
            <surname>Ieee</surname>
          </string-name>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>C. Szegedy</surname>
            , W. Liu,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Jia</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Sermanet</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Reed</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Anguelov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Erhan</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Vanhoucke</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Rabinovich</surname>
          </string-name>
          , \
          <article-title>Going deeper with convolutions,"</article-title>
          <source>in Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          , pp.
          <volume>1</volume>
          {
          <issue>9</issue>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>T.-Y. Lin</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Goyal</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Girshick</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>He</surname>
            , and
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Dollar</surname>
          </string-name>
          , \
          <article-title>Focal loss for dense object detection,"</article-title>
          <source>in Proceedings of the IEEE international conference on computer vision</source>
          , pp.
          <volume>2980</volume>
          {
          <issue>2988</issue>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <given-names>A.</given-names>
            <surname>Tzotsos</surname>
          </string-name>
          and
          <string-name>
            <given-names>D.</given-names>
            <surname>Argialas</surname>
          </string-name>
          , \
          <article-title>Support vector machine classi cation for object-based image analysis," in Object-Based Image Analysis</article-title>
          , pp.
          <volume>663</volume>
          {
          <issue>677</issue>
          , Springer,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>