<!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>Automated Lifelog Moment Retrieval based on Image Segmentation and Similarity Scores</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Stefan Taubert</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Stefan Kahl</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Danny Kowerko</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Maximilian Eibl</string-name>
          <email>maximilian.eiblg@informatik.tu-chemnitz.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Chair Media Informatics, Chemnitz University of Technology</institution>
          ,
          <addr-line>D-09107 Chemnitz</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Junior Professorship Media Computing, Chemnitz University of Technology</institution>
          ,
          <addr-line>D-09107 Chemnitz</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In our working notes we discuss our proposed strategies for the ImageCLEFlifelog LMRT task. We used word vectors to calculate similarity scores between queries and images. To extract important moments and reduce the image amount we used image segmentation based on histograms. We enriched the given data with concepts from pretrained models and got twelve concept types for which similarity scores were calculated and accounted. Furthermore, we used tree boosting as a predictive approach. Our highest F1@10 on the training queries was 27.41% and for the test queries we obtained a maximal F1@10 of 11.70%. All of our models were applicable to generic queries in a fully automated manner.</p>
      </abstract>
      <kwd-group>
        <kwd>Lifelog Moment Retrieval</kwd>
        <kwd>Visual Concept</kwd>
        <kwd>Image Seg- mentation</kwd>
        <kwd>XGBoost</kwd>
        <kwd>Wordembeddings</kwd>
        <kwd>YOLO</kwd>
        <kwd>Detectron</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        A lifelog is a collection of structured data from the life of a person [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. The
data is collected through sensors, which take images or measure for example
heart rate, electrodermal activity, blood sugar levels or geographic coordinates.
These sensors can be found in mobile phones, wearable cameras or smart watches.
Lifelogs can greatly di er from person to person because of di erent behaviours.
      </p>
      <p>
        In most cases, a lifelog contains big amounts of data and can be used for
multiple use cases. One example is lifelogging as memory extension for patients
who su er mild cognitive impairment and episodic memory impairment [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ].
Furthermore, they are used to analyse people's behaviour, review important
moments of the day or to nd lost items [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ].
      </p>
      <p>
        As processing of the lifelogs by hand takes enormous e ort, computer systems
are deployed. The goal of the LMRT task is to create a system which processes
shot images and meta data from the life of a person with prede ned queries
and return appropriate images [
        <xref ref-type="bibr" rid="ref14 ref6">6, 14</xref>
        ]. For this task lifelogs of two people are
given which contain images recorded from a wearable camera and meta data like
geographical coordinates and heartrate of each minute of the day.
      </p>
      <p>In this paper we will brie y discuss existing solutions and will afterwards
present our proposed strategies. We also review our experiments which we will
summarize at the end. We decided to only focus on queries given for user 1
because the training queries only contain queries to user 1 and in the test queries
only one query is on behalf of user 2.</p>
      <p>
        In the last years, we worked with deep convolutional networks [
        <xref ref-type="bibr" rid="ref16 ref23 ref24">23, 16, 24</xref>
        ]
and we participated in TRECVID challenges [
        <xref ref-type="bibr" rid="ref17 ref18 ref30 ref33">30, 18, 17, 33</xref>
        ] and LifeCLEF
challenges [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] (BirdCLEF [
        <xref ref-type="bibr" rid="ref11 ref19 ref20 ref21">19, 21, 11, 20</xref>
        ], GeoLifeCLEF [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ] and PlantCLEF [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]).
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>State of the Art</title>
      <p>
        Lately the topic of lifelog moment retrieval gained increasing attention. In the
last year's challenge six teams in total participated whereas in the year 2017 it
was only one team [
        <xref ref-type="bibr" rid="ref5 ref7">5, 7</xref>
        ]. The di culty in this sort of task lies in the extraction
of information from the big amount of data and comparing these with main
concepts from the queries, whereby the detection of concepts in the images works
really reliable [
        <xref ref-type="bibr" rid="ref10 ref28 ref29 ref35">28, 10, 35, 29</xref>
        ].
      </p>
      <p>
        In such tasks the metrics cluster recall, precision and F1 play a great role
because as many di erent situations as relevant as possible needed to be found.
Therefore, methods were found which work automated and some of them used
human interaction with relevance feedback. The latter performs generally better
than the automated one [
        <xref ref-type="bibr" rid="ref22 ref36">36, 22</xref>
        ].
      </p>
      <p>
        The usage of image segmentation before the further query processing can
result in better scores [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ]. Methods for image segmentation are based on frames
characterisation, event segmentation and key frame selection [
        <xref ref-type="bibr" rid="ref2 ref26 ref9">2, 26, 9</xref>
        ]. Frames
were characterised through concepts predicted with CNNs [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Then
agglomerative clustering were used but in regard with time coherence [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ].
      </p>
      <p>
        Furthermore, NLP approaches with word embeddings and LSTMs had been
successfully used to compare query and image concepts [
        <xref ref-type="bibr" rid="ref1 ref34">34, 1</xref>
        ]. Vectors and
relevance scores were used for the nal comparison [
        <xref ref-type="bibr" rid="ref34 ref8">34, 8</xref>
        ].
      </p>
      <p>Our approach combines segmentation, NLP methods and similarity scores
without human in the loop.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Proposed Strategies</title>
      <p>Our main strategy was to account multiple similarity scores which were
calculated between images and queries. Therefore, we extracted concepts which
describe di erent areas out of a lifelog and compared these with each token from
a query. Furthermore, we include an image segmentation for grouping similar
moments and reducing the image amount by removing segments containing only
one image. We also present a model based on supervised machine leaning which
we trained with similarity scores to process the test queries.
3.1</p>
      <sec id="sec-3-1">
        <title>Segmentation</title>
        <p>We read all images which were shot with the wearable camera of a person. To
recognise di erences between two images we extracted the colour histograms of
the images by the day. Then we perform agglomerative clustering by comparing
the euclidean distances of the histograms. To remove the hierarchical structure
of the clusters, we attened them afterwards by merging clusters which had a
distance lower than a certain threshold.</p>
        <p>After those steps we had clusters which did not necessarily contained images
from only one moment, for instance the moments user 1 is driving to work and
back were in the same cluster. Because of that we separated the clusters into
single segments out of coherent images. To reduce the total image amount, we
removed segments which contained only one image because these images were
mostly blurry or represented changes of the situation.</p>
        <p>In the last step we combined segments cluster-wise which were maximum
15 images apart because they were most likely similar and represented the same
moment. Finally, we took the segments out of the clusters because we did not
needed the clusters anymore.</p>
        <p>Results We performed experiments where we tried di erent thresholds and
found a value with which we were able to extract 4302 segments containing in
total 21643 out of the 63696 images of user 1. This corresponded to a reduction
of 66%. Afterwards we took one image of each segment as representative and
calculated the cluster recall for those 4302 images. As result we attained 88.50%
cluster recall by anew reduction of 80%. The selection of the representative image
did not decrease the cluster recall in comparison to taking all images.
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Extracted Labels</title>
        <p>We extracted multiple label types to describe moments from di erent views.
Therefore, we used many of the given data but performed own detections with
pretrained models as well. We used following types:
{ Categories: We used the given categories which contained Places365 labels
predicted through Place CNN. Some of the categories include information
about indoor and outdoor, for example museum indoor so we decided to
extract two extra label types from the categories: Base Categories and
Indoor/Outdoor Labels. Those labels described the location of a moment.
{ Attributes: We used the given attributes which contained labels from the
SUNattribute dataset predicted on Place CNN. With those labels we
described the environment of a moment.
{ COCO Concepts 1: We used the given concepts which contained labels from
the COCO dataset predicted on Faster R CNN. We used them to identify
objects in the images.
{ COCO Concepts 2: Besides the given concepts we used a pretrained YOLOv3
model to detect COCO labels.
{ COCO Concepts 3: Because COCO labels describe common situations very
well we extracted COCO labels a third time but with a pretrained Detetron
model.
{ Open Images Concepts: We used a pretrained model on YOLOv3 again for
the detection of labels from the Open Images dataset.
{ Image Net Concepts: We used a pretrained model on YOLOv3 again for
the prediction of labels from the ImageNet dataset. These concepts were
classi cation labels, they did not identify multiple objects in images.
{ Daytimes: We mapped the recording times of the images into four daytimes:
morning, afternoon, evening and night.
{ Locations: We generalised the names of the locations by de ning common
locations like store, bar or bakery.
{ Activities: We used the activities transport and walking.
{ Cities: We extracted from the given time zones the city part.</p>
        <p>Besides the raw labels we also calculated the IDF of each label to weight
them later in the comparison. For each label type with scores a threshold could
be de ned at which the label is seen as accurate for a certain image. In those
cases all other labels were ignored and the IDFs were adjusted. For labels which
were not in the word vectors we tried to nd a valid representation and if we
could not nd any, we ignored the label.</p>
        <p>In the following table all label types are shown with their amount of valid
labels and if they were generated from the given data.
For every image/segment a vector is created for each label type whose size is
equal to the amount of labels. There were two possible ways to create these
vectors, one for the images and one for the segments.</p>
        <p>Image based Vectors For the creation of an image vector we looked a every
label of a label type if it occurred in the image. If this was the case, the score of
the label was written into the vector. For label types without scores an one was
written into the vector if the label occurred in the image. Labels which did not
occur were represented by a zero.</p>
        <p>Segment based Vectors For the segment based vector creation we either
selected the rst image of a segment and produced the vector the way described
above or we combined the image vectors of all images of a segment by taking
the maximum of each label value.
3.4</p>
      </sec>
      <sec id="sec-3-3">
        <title>Query Processing</title>
        <p>For the query processing we rst had to de ne the query source which could be
either the query description or query title. Then we removed punctuation from
the query, lowercased and tokenized it. Afterwards we removed stop words as
well as query typical tokens like nd, moment or u1 and duplicates.
3.5</p>
      </sec>
      <sec id="sec-3-4">
        <title>Results</title>
        <p>In the following tables the results of our tokenization process are shown. In
Table 2 it is visible that the description token contain token which do not have
a clear representation in any of the label types like view, taking, using or beside.</p>
        <p>We recognized di erences in the query types comparing training and test
queries, for example test query 10 contains a location but in the training queries
no locations occurred. Furthermore, test query 7 asked for two persons but a
special number of objects were not asked in any of the training queries.
Token Vectors For each query token a vector with the same size as the image
vector is created. The entries of the vector were the cosine similarities between
the token and each of the labels retrieved from our word vectors. These
similarities were inside the interval -1 and 1, whereby 1 represented the highest
similarity.
3.6</p>
      </sec>
      <sec id="sec-3-5">
        <title>Vector Comparison</title>
        <p>
          After we retrieved both image/segment vectors (I) and token vectors we
calculated a similarity score between them. Therefore, we rst transformed the
co-domain of the token vectors into the interval [
          <xref ref-type="bibr" rid="ref1">0, 1</xref>
          ] because we wanted to
obtain scores in that range. We called the resulting vector T . Then we calculated
the norm of the di erence vector of I and T and divided it by the square root
of the amount of predicted labels n. We obtained a value between 0 and 1 which
we subtract from 1 to get the similarity score:
        </p>
        <p>Similarity(I; T ) = 1
kI
pn</p>
        <p>T k</p>
        <p>We implemented an option called ceiling which replaces the entries (scores)
of the image/segment vector with 1. We also include a factor p which potentiate
the di erence of the vectors and an option use idf which de nes if an IDF vector
should be included in the calculation. It contained the IDF of the label if the
di erence of the vectors was greater than 0.5 and otherwise the reciprocal of
the IDF. This way we could boost similarities and punish dissimilarities of rare
labels.
3.7</p>
      </sec>
      <sec id="sec-3-6">
        <title>Accounting of the similarity scores</title>
        <p>After we calculated similarity scores between all images/segments and tokens
for each label type we needed to account them in the next step. Therefore, we
created a similarity matrix Mk for each image/segment k whose rows represented
each label type j and whose columns represented each token of a query i.</p>
        <p>We also included weights vij for each token and weights wj for each label
type. Weights vij were the maximum cosine similarity that a token i could have
with any label of label type j. If the maximum was negative the weight was set
to zero. Weights wj were set manually.</p>
        <p>(Mk)ij = vij wj Similarity(Ik; T ij )</p>
        <p>Based on this matrix we calculated two di erent similarity scores. The rst
method was to calculate the mean of the matrix and the second method was to
take the maximum similarities of each label type and calculate the mean. We
called the rst method mean and the second method labelmax. We also tried to
take the maximum of the token and calculate the mean but the result on the
training queries was always worse than that of both other methods.
Token Clustering As extension to the described accounting method we
implemented a clustering of the query tokens to group similar tokens. We merged
tokens which had a cosine distance lower than 0.5 because they were very similar.</p>
        <p>Then we calculated the similarity score as described above but for each
cluster. The resulting cluster scores were taken and the mean was computed.</p>
        <p>The idea behind this clustering was that if a query contains di erent things
all of them should be considered equally. For example the token icecream and sea
were in di erent clusters whereby food and restaurant were in the same cluster.
If the token beach would be added to the rst query it would be added to the
second cluster. Without clustering the images with the labels icecream and sea
would be taken less into account than images with all tokens.
3.8</p>
      </sec>
      <sec id="sec-3-7">
        <title>Postprocessing</title>
        <p>After we calculated the similarity scores, they were sorted descending for each
topic. From the segments we only extracted the rst image because it was a valid
representative for all other images as shown in 3.1.</p>
        <p>To improve the cluster recall we added the option sort submission which
de nes if only one image per day should be selected for the top submission
entries per topic because many of the test queries contained situations which
were likely occur only once per day like driving home from o ce or looking for
items in a toyshop.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Resources</title>
      <p>
        We only used resources which were open source. Our word vectors were
pretrained GloVe vectors from Common Crawl which had 300 dimensions and a
vocabulary of 2.2 million tokens [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ].
      </p>
      <p>
        Furthermore, we used real-time object detection system YOLOv3 in
combination with pretrained models to detect labels from the Open Images dataset,
ImageNet 1000 dataset and COCO dataset [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ]. We also used Detectron with a
pretrained Mask R CNN to predict labels from the COCO dataset [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
4.1
      </p>
      <sec id="sec-4-1">
        <title>Source Code</title>
        <p>We published our source code on GitHub3. It was written in Python and uses
di erent third party libraries. The project page provides instructions on how to
execute the code. We used an Intel Core i5-7500T in combination with a NVIDIA
GeForce GTX 1070 Mobile to run our code.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Experiments</title>
      <p>In this section we will present our experiments which all based on one base model
which combined multiple label types and calculated similarity scores regarding
to them.
5.1</p>
      <sec id="sec-5-1">
        <title>Optimization of label types</title>
        <p>As we had many parameters we rst optimized each label type for itself by
running a grid search for di erent parameter settings. The best comparing settings
of a label type were these which achieved the highest F1@10 on the training
queries. We tried the following parameters and ran our model without
segmentation, with mean comparing, unsorted, without label optimization and queries
based on the description.
3 https://github.com/stefantaubert/imageclef-lifelog-2019
Results We obtained the results shown in Table 5. We found out that the Places
Labels achieved a maximal F1 of 23.21%. The label types from the minute based
table on the other hand achieved really low scores.</p>
        <p>The best score of the 3 COCO Concepts was achieved by Detectron at a
threshold of 0.95. The labels from ImageNet performed best using a threshold
of 0.99. The IDF values were only useful for the Open Images labels which was
really unexpected. The ceiling for the Places related labels was useful which was
expected because the scores of the places labels were really low in comparison
to the other label types.
5.2</p>
      </sec>
      <sec id="sec-5-2">
        <title>Category Model</title>
        <p>Because the category labels achieved such high F1 we decided to process the test
queries with that model.</p>
        <p>The resulting score was 3.3% which was much lower than expected. The
reasons could be that the di erence between the training and test queries were
to big.</p>
      </sec>
      <sec id="sec-5-3">
        <title>Visual Concept Model</title>
        <p>Our second model was based on all visual concept labels: Attributes, Places and
COCO Concepts 1. We ran four di erent settings. Run 5 was accidentally
submitted with the same submission of run 4. The results showed that the score
increased after sorting the submissions for the training queries but the test queries
only bene ted from it in the runs with segmentation. For the segmentation
variants we considered all images of a segment.</p>
        <p>It was noticeable that the run with segmentation achieved almost three times
better scores than the normal runs. One reason could be the decreased amount
of possible images which increased the probability of taking relevant images from
di erent clusters. The di erence between the training and test scores was this
time lower than in run 1 but still high especially for run 2 and 3.
5.4</p>
      </sec>
      <sec id="sec-5-4">
        <title>Predictive Model</title>
        <p>
          We decided to create a model which uses tree boosting as predictive approach.
We used the similarity scores from run 2 and 4 for training a classi er. Therefore,
we took 20% of the irrelevant images and 20% of the images of each cluster for
the evaluation set and the rest for the training set. Then we trained our model
with XGBoost and binary logistic regression and depth three for the best log
loss [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. Afterwards we predicted the images for each test topic.
        </p>
        <p>Results of run 7 and 8 showed that the predictive approach was likely not
suitable for such a task because the similarities simply were memorized and
could not be used to predict unknown queries. In run 7 no relevant images were
found and in run 8 the found images could be just random images because in
total there were just 4302 images to select from.
5.5</p>
      </sec>
      <sec id="sec-5-5">
        <title>Visual Concept Metadata Model</title>
        <p>The Visual Concept Metadata Model was an attempt to improve the Visual
Concept model by adding the given metadata. We did not sort the submissions in
these runs and switched over to the labelmax comparing method and optimized
the labels for all following runs. We also included the weights for each token. For
the segmentation variant we considered only the rst image of a segment.</p>
        <p>The scores were really low for both test and training queries. The main reason
could be that the given metadata pulled the scores down because they were really
unsuitable as found out in the label optimization experiments. We obtained
mostly better scores on the training queries with the labelmax comparing method
which was why we used this method. It could be guessed that an adjusting of
weights for the metadata could be resulted in higher scores.
5.6</p>
      </sec>
      <sec id="sec-5-6">
        <title>Extended Visual Concept Model</title>
        <p>As the extension with metadata did not increased the score, we tried to
extend the Visual Concept Model with the self predicted concepts COCO
Concepts 2 &amp; 3, Open Images and Image Net Concepts. This time, we decided to
take the titles as queries to update the previous model.</p>
        <p>Using this model we achieved our highest score with 11.70% and we also
had the highest score for the training queries with 26.16%. The segmentation
decreased the score for both training and test queries. We had an increase of
7.8% F1 by taking the extra label types into account.</p>
      </sec>
      <sec id="sec-5-7">
        <title>Extended Visual Concept Metadata Model</title>
        <p>We combined the two last mentioned models into one big model which contained
twelve label types. We also used token clustering in our models and added the
common location costa co ee because two topics were asking for co ee. We
obtained the results shown in Table 11.</p>
        <p>From the results we could read out that the score could be increased by
weighting the label types. The segmentation caused a decrease in the score again
like in the previous model. A new highest score could not be accomplished. The
following images in Fig. 1 show the returned images for this run.
(a) Top 1: 1st image (b) Top 2: 1st image (c) Top 3: 1st image (d) Top 6: 5th image
(e) Top 7: 7th image (f) Top 8: 2nd image (g) Top 9: 1st image (h) Top 10: 1st image
Fig. 1. The returned images from run 15 showed that our model had found some
relevant images at top positions. Topics 1, 3, 6, 7 and 8 contained at least one relevant
image whereby for topics 2, 4, 5, 9, 10 no relevant images were returned.</p>
        <p>For topic 1 correct images from a toyshop were found. All top ten images for
topic 2 showed images of the same day when u1 was driving to work but not
back home. Three relevant images were returned for topic 3 but none were found
for topic 4 and 5. The reason for the latter may be that the uninformative token
time was still in the query after the tokenization process.</p>
        <p>Almost all selected images for topic 6 were relevant but were taken on the
same day which led to a small cluster recall. For topic 7 we got two di erent
relevant moments and for topic 8 half of the images were relevant. For the 9th
topic we only got an image of u1 wearing not a plaid but a striped shirt and the
images returned for the last topic contained the airport in Shanghai with many
people but not a meeting.
6</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Conclusion</title>
      <p>We tried di erent strategies for the lifelog task. The best results could be achieved
without using segmentation. One reason for that could be, that too much of the
relevant images were removed or that the histogram based approach was not
precise enough. Sorting of the submissions was only useful in the models with
few label types. In our evaluation, we found out that the weighting of the tokens
improved the scores immense, so did the use of thresholds for the label types. We
could also achieve an improvement in the score by considering only the highest
similarity score of all tokens per label type. Token clustering led to an increase
of the score, too.</p>
      <p>Our predictive model showed that this approach may not be suitable for
such tasks. The big di erences between the training and test queries led to great
di erences in the F1 scores. We found out that the usage of the title did improve
the scores because less uninformative words were included.</p>
      <p>We could have done more experiments which would have shown that some
parameters had more in uences for the resulting scores. Weighting of the label
types might improve our best run but because of this great amount of parameters
it was di cult to nd the best experiments.</p>
      <p>
        To improve our model, we could include dissimilarity scores and nd labels
which may not occur in the images even if the similarity scores were high. We
also could include more of the metadata like the heart rate and more external
data, for example poses from open pose [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] to detect hands in the images to
prevent the detection of hands as persons.
Run Query source Comparing Token weights Token clustering Label opt. Max. train. Max. test
1-8 description mean no no no 23:21% 9:00%
9, 10 description labelmax yes no yes 12:27% 1:70%
11, 12 title labelmax yes no yes 26:16% 11:70%
13-15 title labelmax yes yes yes 27:41% 8:70%
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Abdallah</surname>
            ,
            <given-names>F.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Feki</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ezzarka</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ammar</surname>
            ,
            <given-names>A.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amar</surname>
            ,
            <given-names>C.B.</given-names>
          </string-name>
          :
          <article-title>Regim lab team at imageclef lifelog moment retrieval task 2018</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bolanos</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mestre</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Talavera</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giro-i Nieto</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radeva</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Visual summary of egocentric photostreams by representative keyframes</article-title>
          .
          <source>In: 2015 IEEE International Conference on Multimedia &amp; Expo Workshops (ICMEW)</source>
          . pp.
          <volume>1</volume>
          {
          <issue>6</issue>
          .
          <string-name>
            <surname>IEEE</surname>
          </string-name>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Cao</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hidalgo</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Simon</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wei</surname>
            ,
            <given-names>S.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sheikh</surname>
          </string-name>
          , Y.:
          <article-title>OpenPose: realtime multi-person 2D pose estimation using Part A nity Fields</article-title>
          . In: arXiv preprint arXiv:
          <year>1812</year>
          .
          <volume>08008</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guestrin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Xgboost: A scalable tree boosting system</article-title>
          .
          <source>In: Proceedings of the 22nd acm sigkdd international conference on knowledge discovery and data mining</source>
          . pp.
          <volume>785</volume>
          {
          <fpage>794</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <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>Boato</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gurrin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          : Overview of ImageCLEFlifelog 2017:
          <article-title>Lifelog Retrieval and Summarization</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="ref6">
        <mixed-citation>
          6.
          <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>Zhou</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lux</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Le</surname>
            ,
            <given-names>T.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ninh</surname>
            ,
            <given-names>V.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gurrin</surname>
            ,
            <given-names>C.</given-names>
          </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>
          , vol.
          <volume>2380</volume>
          . CEUR-WS.org &lt;http://ceur-ws.
          <source>org&gt;</source>
          , Lugano,
          <source>Switzerland (September</source>
          <volume>09</volume>
          -12
          <year>2019</year>
          ), ISSN 1613-0073, http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2380</volume>
          /
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <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>Zhou</surname>
            ,
            <given-names>L.</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>
          : Overview of ImageCLEFlifelog 2018:
          <article-title>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,
          <source>France (September 10-14</source>
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Dogariu</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ionescu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Multimedia lab@ imageclef 2018 lifelog moment retrieval task</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Doherty</surname>
            ,
            <given-names>A.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smeaton</surname>
            ,
            <given-names>A.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ellis</surname>
            ,
            <given-names>D.P.</given-names>
          </string-name>
          :
          <article-title>Multimodal segmentation of lifelog data</article-title>
          . In:
          <article-title>Large Scale Semantic Access to Content (Text, Image, Video,</article-title>
          and Sound). pp.
          <volume>21</volume>
          {
          <fpage>38</fpage>
          .
          <string-name>
            <surname>LE CENTRE DE HAUTES ETUDES INTERNATIONALES D'INFORMATIQUE DOCUMENTAIRE</surname>
          </string-name>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Girshick</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radosavovic</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gkioxari</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dollar</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>He</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          : Detectron. https://github.com/facebookresearch/detectron (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11. Goeau, H.,
          <string-name>
            <surname>Glotin</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Planque</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vellinga</surname>
            ,
            <given-names>W.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kahl</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joly</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Overview of birdclef 2018: monophone vs. soundscape bird identi cation</article-title>
          .
          <source>CLEF working notes</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Gurrin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smeaton</surname>
            ,
            <given-names>A.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Doherty</surname>
            ,
            <given-names>A.R.</given-names>
          </string-name>
          , et al.:
          <article-title>Lifelogging: Personal big data</article-title>
          .
          <source>Foundations and Trends R in information retrieval 8</source>
          (
          <issue>1</issue>
          ),
          <volume>1</volume>
          {
          <fpage>125</fpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Haupt</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kahl</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kowerko</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eibl</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Large-scale plant classi cation using deep convolutional neural networks</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <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="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Joly</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Goeau, H.,
          <string-name>
            <surname>Botella</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kahl</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Poupard</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Servajean</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Glotin</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bonnet</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vellinga</surname>
            ,
            <given-names>W.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Planque</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , Schluter, J., Stoter,
          <string-name>
            <surname>F.R.</surname>
          </string-name>
          , Muller, H.:
          <article-title>Lifeclef 2019: Biodiversity identi cation and prediction challenges</article-title>
          . In: Azzopardi,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Stein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Fuhr</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Mayr</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Hau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Hiemstra</surname>
          </string-name>
          ,
          <string-name>
            <surname>D</surname>
          </string-name>
          . (eds.) Advances in Information Retrieval. pp.
          <volume>275</volume>
          {
          <fpage>282</fpage>
          . Springer International Publishing,
          <string-name>
            <surname>Cham</surname>
          </string-name>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Kahl</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hussein</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fabian</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schlohauer</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thangaraju</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kowerko</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eibl</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Acoustic event classi cation using convolutional neural networks</article-title>
          . In: Eibl,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Gaedke</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. (eds.) INFORMATIK</surname>
          </string-name>
          <year>2017</year>
          . pp.
          <volume>2177</volume>
          {
          <fpage>2188</fpage>
          .
          <string-name>
            <surname>Gesellschaft</surname>
          </string-name>
          fr Informatik,
          <source>Bonn</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Kahl</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Richter</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roschke</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Heinzig</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kowerko</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eibl</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ritter</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Technische universitat chemnitz and hochschule mittweida at trecvid instance search 2017</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Kahl</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roschke</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rickert</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Richter</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zywietz</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hussein</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manthey</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Heinzig</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kowerko</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eibl</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ritter</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Technische universitat chemnitz at trecvid instance search</article-title>
          <year>2016</year>
          (11
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Kahl</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wilhelm-Stein</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hussein</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klinck</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kowerko</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ritter</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eibl</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Large-scale bird sound classi cation using convolutional neural networks</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Kahl</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wilhelm-Stein</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klinck</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kowerko</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eibl</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>A baseline for largescale bird species identi cation in eld recordings</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Kahl</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wilhelm-Stein</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klinck</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kowerko</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eibl</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Recognizing birds from sound-the 2018 birdclef baseline system</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <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>
          ,
          <string-name>
            <surname>Cuevas</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garc</surname>
            <given-names>a</given-names>
          </string-name>
          , N.:
          <article-title>Retrieving events in life logging</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Kowerko</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kahl</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>Ws34 - deep learning in heterogenen datenbestnden</article-title>
          . In: Eibl,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Gaedke</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. (eds.) INFORMATIK</surname>
          </string-name>
          <year>2017</year>
          . p.
          <fpage>2141</fpage>
          . Gesellschaft fr Informatik,
          <source>Bonn</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Kowerko</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Richter</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Heinzig</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kahl</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Helmert</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brunnett</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Evaluation of cnn-based algorithms for human pose analysis of persons in red carpet scenarios</article-title>
          . In: Eibl,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Gaedke</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. (eds.) INFORMATIK</surname>
          </string-name>
          <year>2017</year>
          . pp.
          <volume>2201</volume>
          {
          <fpage>2209</fpage>
          .
          <string-name>
            <surname>Gesellschaft</surname>
          </string-name>
          fr Informatik,
          <source>Bonn</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>M.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dey</surname>
            ,
            <given-names>A.K.</given-names>
          </string-name>
          :
          <article-title>Lifelogging memory appliance for people with episodic memory impairment</article-title>
          .
          <source>In: Proceedings of the 10th International Conference on Ubiquitous Computing</source>
          . pp.
          <volume>44</volume>
          {
          <fpage>53</fpage>
          . UbiComp '08,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          , New York, NY, USA (
          <year>2008</year>
          ). https://doi.org/10.1145/1409635.1409643, http://doi.acm.
          <source>org/10</source>
          .1145/1409635.1409643
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>W.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hauptmann</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Structuring continuous video recordings of everyday life using time-constrained clustering</article-title>
          .
          <source>In: Multimedia Content Analysis, Management, and Retrieval</source>
          <year>2006</year>
          . vol.
          <volume>6073</volume>
          , p.
          <fpage>60730D</fpage>
          .
          <source>International Society for Optics and Photonics</source>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Pennington</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Socher</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manning</surname>
          </string-name>
          , C.D.: Glove:
          <article-title>Global vectors for word representation</article-title>
          .
          <source>In: Empirical Methods in Natural Language Processing (EMNLP)</source>
          . pp.
          <volume>1532</volume>
          {
          <issue>1543</issue>
          (
          <year>2014</year>
          ), http://www.aclweb.org/anthology/D14-1162
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Redmon</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Farhadi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Yolov3: An incremental improvement</article-title>
          .
          <source>arXiv</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Ren</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>He</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Girshick</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sun</surname>
          </string-name>
          , J.:
          <string-name>
            <surname>Faster</surname>
          </string-name>
          r-cnn:
          <article-title>Towards realtime object detection with region proposal networks</article-title>
          . In: Cortes,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Lawrence</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.D.</given-names>
            ,
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.D.</given-names>
            ,
            <surname>Sugiyama</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Garnett</surname>
          </string-name>
          ,
          <string-name>
            <surname>R</surname>
          </string-name>
          . (eds.)
          <source>Advances in Neural Information Processing Systems</source>
          <volume>28</volume>
          , pp.
          <volume>91</volume>
          {
          <fpage>99</fpage>
          . Curran Associates, Inc. (
          <year>2015</year>
          ), http://papers.nips.cc/paper/5638-faster
          <article-title>-r-cnn-towards-realtime-object-detection-with-region-proposal-networks</article-title>
          .pdf
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Ritter</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Heinzig</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Herms</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kahl</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Richter</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manthey</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eibl</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Technische universitat chemnitz at trecvid instance search 2014</article-title>
          . In: Proceedings of TRECVID Workshop, Orlando, Florida, USA. vol.
          <volume>7</volume>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Sellen</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Whittaker</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Beyond total capture: a constructive critique of lifelogging</article-title>
          .
          <source>Communications of the ACM</source>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Taubert</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mauermann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kahl</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kowerko</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eibl</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Species prediction based on environmental variables using machine learning techniques</article-title>
          .
          <source>CLEF working notes</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Thomanek</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roschke</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manthey</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Platte</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rolletschke</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Heinzig</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vodel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kowerko</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kahl</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zimmer</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , et al.:
          <source>University of applied sciences mittweida and chemnitz university of technology at trecvid 2018</source>
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Tsun-Hsien Tang</surname>
          </string-name>
          12,
          <string-name>
            <surname>Min-Huan Fu</surname>
          </string-name>
          ,
          <string-name>
            <surname>H.H.H.K.T.C.</surname>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>H.H.</given-names>
          </string-name>
          :
          <article-title>Visual concept selection with textual knowledge for activities of daily living and life moment retrieval</article-title>
          .
          <source>In: 19th Working Notes of CLEF Conference and Labs of the Evaluation Forum</source>
          ,
          <string-name>
            <surname>CLEF</surname>
          </string-name>
          <year>2018</year>
          . vol.
          <volume>2125</volume>
          .
          <string-name>
            <surname>CEUR-WS</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lapedriza</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xiao</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Torralba</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oliva</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Learning deep features for scene recognition using places database</article-title>
          . In: Ghahramani,
          <string-name>
            <given-names>Z.</given-names>
            ,
            <surname>Welling</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Cortes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Lawrence</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.D.</given-names>
            ,
            <surname>Weinberger</surname>
          </string-name>
          ,
          <string-name>
            <surname>K.Q</surname>
          </string-name>
          . (eds.)
          <source>Advances in Neural Information Processing Systems</source>
          <volume>27</volume>
          , pp.
          <volume>487</volume>
          {
          <fpage>495</fpage>
          . Curran Associates, Inc. (
          <year>2014</year>
          ), http://papers.nips.cc/paper/5349
          <article-title>-learning-deep-features-forscene-recognition-using-places-database</article-title>
          .pdf
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          36.
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>L.</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>Boato</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tien</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gurrin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Organizer team at imagecle ifelog 2017: baseline approaches for lifelog retrieval and summarization (</article-title>
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>