<!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>Regim Lab Team at ImageCLEF Lifelog Moment Retrieval Task 2018</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Fatma Ben Abdallah</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ghada Feki</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mohamed Ezzarka</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Anis Ben Ammar</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Chokri Ben Amar</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Regim-LAB, REsearch Groups in Intelligent Machines, University of Sfax, National Engineering School of Sfax (ENIS)</institution>
          ,
          <addr-line>Sfax</addr-line>
          ,
          <country country="TN">Tunisia</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this paper we describe our approach for the ImageCLEFlifelog Moment Retrieval task. A total of ve runs were submitted, which used visual features, textual features or combination. The rst run was based only on the concepts gived by the organizers. In the second and third runs, we used respectively ne-tuned Googlenet and Alexnet for images description. The fourth run was based on the fusion of the two previous runs. For the fth run, we crossed the results of our best run (based on Alexnet model) with the result of XQuery FLWOR expression applied to the XML le containing the semantic location and activities data. Our architecture is implemented using Neural Network Toolbox, Parallel Computing Toolbox and GPU coder which generates CUDA from MATLAB. The results obtained are promising for a rst participation to such a task, with F1-measure@10=0.424 which placed us at third behind AILabGTi Team with 0.545 and HCMUS Team with 0.479.</p>
      </abstract>
      <kwd-group>
        <kwd>Deep-learning ments retrieval</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>CNN</p>
      <p>LSTM
ne-tuning lifelog
mothe ImageCLEFlifelog dataset is to analyse the multiple multimodal source of
information : the images, the semantic content and the biometric information.
There is no precise format for the data. The accuracy of the images returned
depends extremely on the exploitation of these data.</p>
      <p>The main objective of experiments is to nd an automatic way to extract and
analyse these multimodal data. Also, it is necessary to nd a way to translate
each query (topic) into a set of concepts to match with image concepts.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Approaches used and progress beyond state-of-the-art</title>
      <p>
        Despite the rapid increase in the number of publications in multimedia retrieval
[
        <xref ref-type="bibr" rid="ref10 ref11 ref12 ref13 ref15 ref21 ref29 ref3 ref31 ref8 ref9">3,8,9,10,11,12,13,15,21,29,31</xref>
        ], the problems related to the semantic gap are not
yet solved. Use low-level descriptors via sophisticated algorithms can not model
in an e cient way the semantics of an image or a video [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. Indeed, this approach
has many limitations especially when it is dealing with large dataset [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] because
there is no direct link between the low level and the semantic level [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] . Deep
learning have exposed encouraging results and performance in several multimedia
research domain [
        <xref ref-type="bibr" rid="ref2 ref4 ref5 ref7">2,7,4,5</xref>
        ]. Convolutional neural networks (CNN) are nowadays
the most powerful models for classifying images [
        <xref ref-type="bibr" rid="ref14 ref20">14,20</xref>
        ]. Given this fact, we focus
on works which used deep-learning to retrieval egocentric images. Authors in [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ]
adopted the text retrieval method where each document has a document ID and
its content is a set of labels assigned to the corresponding image. They counted
the document frequency for each distinct label to get the idf (inverse document
frequency). The image labels were stem from Deep Neural Network (DNN). They
used GoogleNet [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ] and AlexNet [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] trained on the Imagenet1 dataset for the
object recognition. They used GoogleNet, AlexNet, VGG [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] and Resnet [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]
trained on Places3652 for scene recognition. [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] based their approach on the
use of convolutional neural networks to transform egocentric lifelog images into
concepts. To generate this transformation, they used Resnet152 trained on
Imagenet1K and Places365 and a fast region-based convolutional network method
[
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] with Inception-Resnet [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ] pre-trained on MSCOCO3. The important
concepts were then learned with the conditional random eld. [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ] based their works
on translating manually (by a human-in-the-loop) the query into speci c required
pieces of information.
      </p>
      <p>
        Thus, the proposed works depends on the concepts gave by benchmarks'
organizers. They make use of manual annotation to overcome this gap. Some of
them, use only CNN trained on IMAGENET to extract concepts. According to
[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], performance can be enhanced when the CNN is retrained on images that are
more related to the retrieval dataset.
      </p>
      <p>Creating a new convolutional neural network is expensive in terms of expertise,
equipment and the amount of annotated data needed. The training can take
several weeks for the best CNNs, with many GPUs working on hundreds of
1 www.image-net.org/
2 http://places2.csail.mit.edu/download.html
3 http://cocodataset.org
thousands of annotated images. The complexity of creating CNN can be avoided
by adapting publicly available pre-trained networks. We exploit the knowledge
acquired on a general classi cation problem to apply it again to the lifelog
context. We choose Alexnet and Googlenet and adapt the last three layer.
The proposed approaches which is based on ve phases follow the schema as
illustrated in Figure 1. It is divided into two parts: one online and the other
o ine. The o ine part contains the (1)query analysis, (2)the ne-tuning CNN,
(3)the data extraction and the (4)image inverted index generation. The online
part use these several steps to (5)retrieve relevant images according to a speci c
query.</p>
      <p>The rst phase consists in analyzing the query using LSTM to match concepts
with queries. The second phase is based on ne-tuning CNN to improve the
search performance of the neural network. In the third phase, we use XQuery
FLWOR expression to extract relevant images related to location, activity or
time. The fourth phase consists in image inverted index generation to facilitate
and speed up the processing time of the retrieval. The fth phase which based
on doc2sequence aims at retrieving the data that is matching the query. We
detailed in the following each of these phases.
As rst step, we build a document which contains labeled textual descriptions
of queries moments. Then we convert the words to numeric vectors by training
a word embedding with dimension 100 and 50 epochs. After that, we create
and train an LSTM network based on the sequences of word vectors using the
stochastic gradient descent with momentum (SGDM) optimizer with learning
rate 0.05.
2.2</p>
      <sec id="sec-2-1">
        <title>Fine-Tuned CNN</title>
        <p>In this section, we describe how we ne-tuned Googlenet and Alexnet.
We organize 2184 images into 48 classes. To retrain GoogLeNet to classify new
images, we replace the last three layers of the network: a fully connected layer, a
softmax layer, and a classi cation output layer. We set the nal fully connected
layer to have the same size as the number of classes in the new data set. We
freeze the weights of the rst 110 layers in the network by setting the learning
rates in those layers to zero to speed up network training and to prevent those
layers from over tting to the new data set. We also generate data augmentation
to prevent the network from over tting and memorizing the exact details of the
training images. We use 70% of the images for training and 30% for validation.
To retrain Alexnet, we followed the same steps as Googlenet except for freezing
initial layers. Finally, we classify each images from the IMAGECLEFLifelog2018
dataset using the ne-tuned network and generate a csv le which contains
image, concepts and scores. The scores are obtained from the classi cation of
the CNN.
2.3</p>
      </sec>
      <sec id="sec-2-2">
        <title>Extract data</title>
        <p>We need to extract the location, the activity or the time coming from sensor
readings on mobile devices described in XML format. Indeed, some topics like
'Find the moments when I was taking a road vehicle in foreign countries' or
'Find the moments when I was having dinner at home' need other
information than those contained in the images themselves. Therefore, we use XQuery
FLWOR expression to extract relevant images related to location (home and
longitude/latitude), to activity (transport) and to time (night).
2.4</p>
      </sec>
      <sec id="sec-2-3">
        <title>Image Inverted Index Generation</title>
        <p>Building an image inverted index is an important step in our approach. In this
le, the images are organized in a matrix which represents the occurrence (or
not) for each concept. Indeed, each image contains one or more concepts which
describes the content. If a concept is contained in the image, a score between
0 and 1 is assigned to the image. Since the Narrative Clip wearable camera
captures one image every 30 seconds, we obtain at the end of each day about
1440 images. So, we chose to generate an image inverted index for each day of
the lifelogger. Create one image inverted index for all the images will cause a
considerable loss of time in the generation of the le and also a slowness in the
retrieval. To build this matrix, we rst extracted all the concepts contained in
the dataset and we sorted them alphabetically. Then, we generated a matrix
with images names as column and concepts as rows. For our rst run, we used
the data provided by the organizers to build the image inverted index. For the
other runs, we generated the matrix using the output le of the ne-tuned CNN
step previously described.
2.5</p>
      </sec>
      <sec id="sec-2-4">
        <title>Retrieval</title>
        <p>All the steps described above are done o ine. Only the retrieval is online. The
proposed approach for the retrieval process is based on the trained LSTM
networks, the ne-tuning and the XQuery results. Firstly, we classify the query using
the trained LSTM network. We then obtain the concepts that we are working
on in the inverted index. Secondly, we search the concepts in the inverted index
then we extract the relevant images with scores. After that, we realized an
aggregation between the results obtained by the ne-tuning and those obtained by
Xquery. Finally, we sort the results based on highest scores.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Resources</title>
      <p>Our approach is implemented using Intel(R) Core(TM) i5-4430 CPU @3.00Ghz
with 16Go RAM. We work on Windows 10 Professional using Matlab 2018a.
We use Neural Network Toolbox with GPU coder which generates CUDA from
MATLAB code for deep learning.</p>
      <p>We train the ne-tuned Alexnet and Googlenet using Intel(R) Core(TM)
i54200M CPU @2.50Ghz with 6Go RAM.</p>
      <p>It lasts respectively 215 and 751 minutes for a dataset containing 2184 images.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Results obtained</title>
      <p>We submitted 5 runs on the retrieval LMRT subtask summarized in Table 1.
The rst run is exploiting only the concepts provided by the ImageCLEFlifelog
organizers. We generate an inverted index for each lifelogger's day based on
the information gived by the organizers of ImageCLEFlifelog2018. The retrieval
returns the images that contains the concepts extracted from the topics based
on the inverted index and the trained LSTM.</p>
      <p>The second run is using the Googlenet network ne-tuned with batch size 10
and learning rate 0.0001. We train the network for 6 epochs with 912 iterations.
The third run is using Alexnet network ne-tuned with same parameters as
Googlenet. The fourth run is based on the result of the two previous runs. We
merged the two results, sorted the scores from highest to lowest and take the n
rst results where n=50. For the fth run, we crossed the results of our best run
(that of Alexnet) with the result of XQuery FLWOR expression applied to the
XML le containing the semantic location and activities data.</p>
      <p>
        The gure 2 shows the o cial ranking metrics F1-measure@10 for the ve runs,
which gives equal importance to diversity (via CR@10) and relevance (via P@10)
[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
Run RunID Name Parsing Type of information
Run1 #Run4 Baseline-concepts of the organizers Automatic Textual
Run2 #Run2 Fine-Tuning with Googlenet Automatic Visual
Run3 #Run5 Fine-Tuning with Alexnet Automatic Visual
Run4 #Run1 Fine-Tuning with Alexnet/Googlenet Automatic Visual
Run5 #Run3 Fine-Tuning with Alexnet + XQuery Automatic Visual + Textual
5
      </p>
    </sec>
    <sec id="sec-5">
      <title>Analysis of the results</title>
      <p>The tables 2, 3 and 4 show the results of the runs submitted to the retrieval
LMRT subtask. The results con rm that relying only on the textual concepts
provided by the organizers does not give good results. We then focus on
working directly on images so we choose to apply ne-tuning. We rst ne-tune
with AlexNet, then with Googlenet which improved signi cantly retrieval
performance. After that, we compare the results from the two previous runs and we
take the images with highest scores. The fth run which gave the best result in
term of F1@10 is based on ne tuning with Alexnet and extracted information
from the XML les which contains semantic locations and semantic activities.
We extracted this information using XQuery.
6</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusion and Perspectives</title>
      <p>This paper focuses on the problem of retrieving speci c moment in lifelogger's life
during ImageCLEFlifelog2018 LMRT task. We proposed a deep-learning based
approach established on ve phases using ne-tuning and LSTM. The rst phase
consists in analyzing the query using LSTM to match concepts with queries. The
second phase is based on ne-tuning CNN to improve the search performance of
the neural network. In the third phase, we use XQuery FLWOR expression to
extract relevant images related to location, activity or time. The fourth phase
consists in image inverted index generation to facilitate and speed up the
processing time of the retrieval. The fth phase which based on doc2sequence aims
at retrieving the data that is matching the query. Promising results has been
o cially reported, demonstrating the e ectiveness of the proposed retrieval
approach. As future work, we will focus on ne-tuning with other CNNs like
Inception or Resnet. Moreover, we will consider face detection based on training
cascade object detector.
7</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>The research leading to these results has received funding from the Ministry of
Higher Education and Scienti c Research of Tunisia under the grant agreement
number LR11ES48.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Babenko</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Slesarev</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chigorin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lempitsky</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Neural codes for image retrieval</article-title>
          .
          <source>In: European conference on computer vision</source>
          . pp.
          <volume>584</volume>
          {
          <fpage>599</fpage>
          . Springer (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Boughrara</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chtourou</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amar</surname>
            ,
            <given-names>C.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Facial expression recognition based on a mlp neural network using constructive training algorithm</article-title>
          .
          <source>Multimedia Tools and Applications</source>
          <volume>75</volume>
          (
          <issue>2</issue>
          ),
          <volume>709</volume>
          {
          <fpage>731</fpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Bouhlel</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Feki</surname>
            ,
            <given-names>G.</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>A hypergraph-based reranking model for retrieving diverse social images</article-title>
          .
          <source>In: Computer Analysis of Images and Patterns - 17th International Conference, CAIP</source>
          <year>2017</year>
          , Ystad, Sweden,
          <source>August 22- 24</source>
          ,
          <year>2017</year>
          , Proceedings, Part I. pp.
          <volume>279</volume>
          {
          <issue>291</issue>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Brahimi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aoun</surname>
            ,
            <given-names>N.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amar</surname>
            ,
            <given-names>C.B.</given-names>
          </string-name>
          :
          <article-title>Very deep recurrent convolutional neural network for object recognition</article-title>
          .
          <source>In: Ninth International Conference on Machine Vision (ICMV</source>
          <year>2016</year>
          ). vol.
          <volume>10341</volume>
          , p.
          <fpage>1034107</fpage>
          .
          <source>International Society for Optics and Photonics</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Chaabouni</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Benois-Pineau</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tison</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amar</surname>
            ,
            <given-names>C.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zemmari</surname>
          </string-name>
          , A.:
          <article-title>Prediction of visual attention with deep cnn on arti cially degraded videos for studies of attention of patients with dementia</article-title>
          .
          <source>Multimedia Tools and Applications</source>
          <volume>76</volume>
          (
          <issue>21</issue>
          ),
          <volume>22527</volume>
          {
          <fpage>22546</fpage>
          (
          <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>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="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>ElAdel</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ejbali</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zaied</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amar</surname>
            ,
            <given-names>C.B.</given-names>
          </string-name>
          :
          <article-title>Deep learning with shallow architecture for image classi cation</article-title>
          .
          <source>In: High Performance Computing &amp; Simulation (HPCS)</source>
          , 2015 International Conference on. pp.
          <volume>408</volume>
          {
          <fpage>412</fpage>
          .
          <string-name>
            <surname>IEEE</surname>
          </string-name>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Fakhfakh</surname>
            ,
            <given-names>R.</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>Fuzzy user pro le modeling for information retrieval</article-title>
          .
          <source>In: KDIR 2014 - Proceedings of the International Conference on Knowledge Discovery and Information Retrieval</source>
          , Rome, Italy,
          <fpage>21</fpage>
          -
          <lpage>24</lpage>
          October,
          <year>2014</year>
          . pp.
          <volume>431</volume>
          {
          <issue>436</issue>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Fakhfakh</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Feki</surname>
            ,
            <given-names>G.</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>Personalizing information retrieval: a new model for user preferences elicitation</article-title>
          .
          <source>In: Systems, Man, and Cybernetics (SMC)</source>
          ,
          <year>2016</year>
          IEEE International Conference on. pp.
          <year>002091</year>
          {
          <year>002096</year>
          . IEEE (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Feki</surname>
            ,
            <given-names>G.</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>Towards diverse visual suggestions on ickr</article-title>
          .
          <source>In: Ninth International Conference on Machine Vision (ICMV</source>
          <year>2016</year>
          ). vol.
          <volume>10341</volume>
          , p.
          <fpage>103411Z</fpage>
          .
          <source>International Society for Optics and Photonics</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Feki</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fakhfakh</surname>
            ,
            <given-names>R.</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>Knowledge structures: Which one to use for the query disambiguation?</article-title>
          <source>In: Intelligent Systems Design and Applications (ISDA)</source>
          ,
          <year>2015</year>
          15th International Conference on. pp.
          <volume>499</volume>
          {
          <fpage>504</fpage>
          .
          <string-name>
            <surname>IEEE</surname>
          </string-name>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Feki</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fakhfakh</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bouhlel</surname>
            ,
            <given-names>N.</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 @ 2016 retrieving diverse social images task</article-title>
          .
          <source>In: Working Notes Proceedings of the MediaEval 2016 Workshop</source>
          , Hilversum,
          <source>The Netherlands, October 20-21</source>
          ,
          <year>2016</year>
          . (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Feki</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ksibi</surname>
            ,
            <given-names>A.</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>Improving image search e ectiveness by integrating contextual information</article-title>
          .
          <source>In: Content-Based Multimedia Indexing (CBMI)</source>
          ,
          <year>2013</year>
          11th International Workshop on. pp.
          <volume>149</volume>
          {
          <fpage>154</fpage>
          .
          <string-name>
            <surname>IEEE</surname>
          </string-name>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Garcia-Garcia</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Orts</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oprea</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Villena-Martinez</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rodr</surname>
            <given-names>guez</given-names>
          </string-name>
          , J.G.:
          <article-title>A review on deep learning techniques applied to semantic segmentation</article-title>
          .
          <source>CoRR abs/1704</source>
          .06857 (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Guedri</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zaied</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amar</surname>
            ,
            <given-names>C.B.</given-names>
          </string-name>
          :
          <article-title>Indexing and images retrieval by content</article-title>
          .
          <source>In: High Performance Computing and Simulation (HPCS)</source>
          , 2011 International Conference on. pp.
          <volume>369</volume>
          {
          <fpage>375</fpage>
          .
          <string-name>
            <surname>IEEE</surname>
          </string-name>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Gurrin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joho</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hopfgartner</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Albatal</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nguyen</surname>
          </string-name>
          , D.T.D.:
          <article-title>Overview of ntcir-13 lifelog-2 task</article-title>
          .
          <source>Proceedings of the Thirteenth NTCIR conference (NTCIR-13)</source>
          , Tokyo,
          <source>Japan (December 5-8</source>
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>He</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ren</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sun</surname>
          </string-name>
          , J.:
          <article-title>Deep residual learning for image recognition</article-title>
          .
          <source>In: Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          . pp.
          <volume>770</volume>
          {
          <issue>778</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Ionescu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , Muller, H.,
          <string-name>
            <surname>Villegas</surname>
          </string-name>
          , M.,
          <string-name>
            <surname>de Herrera</surname>
            ,
            <given-names>A.G.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eickho</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Andrearczyk</surname>
            ,
            <given-names>V.</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>Hasan</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ling</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Farri</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lungren</surname>
            ,
            <given-names>M.</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>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 ImageCLEF 2018:
          <article-title>Challenges, datasets and evaluation. In: Experimental IR Meets Multilinguality, Multimodality, and Interaction</article-title>
          .
          <source>Proceedings of the Ninth International Conference of the CLEF Association (CLEF</source>
          <year>2018</year>
          ),
          <source>LNCS Lecture Notes in Computer Science</source>
          , Springer, Avignon,
          <source>France (September 10-14</source>
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Khodaskar</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ladhake</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Content based image retrieval using quantitative semantic features</article-title>
          .
          <source>In: International Conference on Human Interface and the Management of Information</source>
          . pp.
          <volume>439</volume>
          {
          <fpage>448</fpage>
          . Springer (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Krizhevsky</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hinton</surname>
          </string-name>
          , G.E.:
          <article-title>Imagenet classi cation with deep convolutional neural networks</article-title>
          .
          <source>In: Proceedings of the 25th International Conference on Neural Information Processing Systems - Volume 1</source>
          . pp.
          <volume>1097</volume>
          {
          <fpage>1105</fpage>
          . NIPS'
          <volume>12</volume>
          , Curran Associates Inc.,
          <source>USA</source>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Ksibi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Feki</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ammar</surname>
            ,
            <given-names>A.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amar</surname>
          </string-name>
          , C.B.:
          <article-title>E ective diversi cation for ambiguous queries in social image retrieval</article-title>
          .
          <source>In: International Conference on Computer Analysis of Images and Patterns</source>
          . pp.
          <volume>571</volume>
          {
          <fpage>578</fpage>
          . Springer (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>del Molino</surname>
            ,
            <given-names>A.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fang</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Subbaraju</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lim</surname>
            ,
            <given-names>J.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chandrasekhar</surname>
          </string-name>
          , V.:
          <article-title>Vci2r at the ntcir-13 lifelog-2 lifelog semantic access task (</article-title>
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Mojsilovic</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rogowitz</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Capturing image semantics with lowlevel descriptors</article-title>
          .
          <source>In: Proceedings 2001 International Conference on Image Processing (Cat. No.01CH37205)</source>
          . vol.
          <volume>1</volume>
          , pp.
          <volume>18</volume>
          {21 vol.
          <volume>1</volume>
          (
          <year>2001</year>
          ). https://doi.org/10.1109/ICIP.
          <year>2001</year>
          .958942
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <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 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="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Sethi</surname>
            ,
            <given-names>I.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Coman</surname>
            ,
            <given-names>I.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stan</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Mining association rules between low-level image features and high-level concepts</article-title>
          .
          <source>In: Data Mining and Knowledge Discovery: Theory, Tools, and Technology III</source>
          . vol.
          <volume>4384</volume>
          , pp.
          <volume>279</volume>
          {
          <fpage>291</fpage>
          . International Society for Optics and
          <string-name>
            <surname>Photonics</surname>
          </string-name>
          (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Simonyan</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zisserman</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Very deep convolutional networks for large-scale image recognition</article-title>
          .
          <source>arXiv preprint arXiv:1409.1556</source>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Szegedy</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , Io e, S.,
          <string-name>
            <surname>Vanhoucke</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alemi</surname>
            ,
            <given-names>A.A.</given-names>
          </string-name>
          :
          <article-title>Inception-v4, inception-resnet and the impact of residual connections on learning</article-title>
          .
          <source>In: AAAI</source>
          . vol.
          <volume>4</volume>
          , p.
          <volume>12</volume>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Szegedy</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jia</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sermanet</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reed</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Anguelov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Erhan</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vanhoucke</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rabinovich</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Going deeper with convolutions</article-title>
          .
          <source>In: Computer Vision and Pattern Recognition (CVPR)</source>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Wali</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aoun</surname>
            ,
            <given-names>N.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karray</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amar</surname>
            ,
            <given-names>C.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alimi</surname>
            ,
            <given-names>A.M.:</given-names>
          </string-name>
          <article-title>A new system for event detection from video surveillance sequences</article-title>
          .
          <source>In: International Conference on Advanced Concepts for Intelligent Vision Systems</source>
          . pp.
          <volume>110</volume>
          {
          <fpage>120</fpage>
          . Springer (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Yamamoto</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nishimura</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Akagi</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Takimoto</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Inoue</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toda</surname>
          </string-name>
          , H.:
          <article-title>Pbg at the ntcir-13 lifelog-2 lat, lsat, and lest tasks</article-title>
          .
          <source>Proceedings of NTCIR-13</source>
          , Tokyo, Japan (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Zarka</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ammar</surname>
            ,
            <given-names>A.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alimi</surname>
            ,
            <given-names>A.M.</given-names>
          </string-name>
          :
          <article-title>Fuzzy reasoning framework to improve semantic video interpretation</article-title>
          .
          <source>Multimedia Tools Appl</source>
          .
          <volume>75</volume>
          (
          <issue>10</issue>
          ),
          <volume>5719</volume>
          {
          <fpage>5750</fpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Duane</surname>
            ,
            <given-names>A.</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>Dcu at the ntcir-13 lifelog-2 task</article-title>
          .
          <source>NTCIR</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>