<!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>Transfer learning for video memorability prediction</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Romain Cohendet</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Claire-Hélène Demarty</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>claire-helene.demarty@technicolor.com</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>quang-khanh-ngoc.duong@technicolor.com</string-name>
        </contrib>
      </contrib-group>
      <pub-date>
        <year>2018</year>
      </pub-date>
      <fpage>29</fpage>
      <lpage>31</lpage>
      <abstract>
        <p>This paper summarizes Technicolor's computational models to predict memorability of videos within the MediaEval 2018 Predicting Media Memorability Task. Our systems are based on deep learning features and architectures, and exploit the use of both semantic and multimodal features. Based on the obtained results, we discuss our ifndings and some scientific perspectives for the task.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        Understanding and predicting memorability of media such as
images and videos has recently gained a significant attention from the
research community. To facilitate the expansion of this research
ifeld, the Predicting Media Memorability Task is proposed at
MediaEval 2018, which releases a large dataset of 10,000 videos, manually
annotated with scores of memorability. A complete description of
the task can be found in [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>In order to automatically predict "short-term" and "long-term"
memorability (as referred in the two proposed subtasks), we
investigated diferent approaches, summarized in figure 1. Our first
two approaches were intended to serve as a baseline for systems
of video memorability prediction. We therefore re-used available
high performance models for image memorability (IM) prediction
and applied them directly to video memorability (VM) prediction
(Section 2). Our second set of approaches (Section 3) investigated
diferent features, including multi-modal ones. In a last approach
(Section 4), instead of using an existing model as fixed feature
extractor, we fine-tuned an entire state-of-the-art ResNet model to
adapt it to the task of memorability prediction.</p>
      <p>All the above models are frame-based. As input, we extracted
seven frames (one per second) from each video, each frame being
assigned the ground-truth score of its corresponding video. We
then assess the VM score of a given video by simply averaging
the seven predicted frame-based scores. When possible, we trained
the models on short-term or long-term memorability ground-truth
scores to build specific runs for the two subtasks. We also split the
development set into 80% for training and 20% for validation. This
random split was done at the video level, to enforce that frames
from a single video were kept together in one part.</p>
    </sec>
    <sec id="sec-2">
      <title>PRE-TRAINED IMAGE MEMORABILITY</title>
    </sec>
    <sec id="sec-3">
      <title>BASED APPROACHES</title>
      <p>
        To construct a performance baseline of VM prediction, we tested
two high-performance models available in the literature for IM
prediction. Both were trained on the LaMem dataset [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], the largest
dataset for IM to date (ca. 60,000 images from diverse sources).
      </p>
      <p>
        MemNet-based system. The first network for large-scale IM
prediction was presented in [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Based on the assumption that
memorability depends on both scenes and objects, authors fine-tuned the
training using a convolutional neural network (CNN) pre-trained
both on the ImageNet and Places databases. They showed that
finetuned deep features outperform other features by a large margin.
We used this model as is to generate memorability scores for our
video frames. We further averaged them to obtain the VM scores
proposed in Run#1, identical for the two subtasks.
      </p>
      <p>
        CNN and Image captioning based system. A more recent model
that, to our knowledge, obtained the best performance up-to-now
for IM prediction, was presented in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. It exploits both
CNNbased and semantic Image captioning (IC)-based image features.
The authors used the pre-trained VGG16 network for their CNN
feature (extracted from the last layer), and a pre-trained IC model as
an extractor for a more semantic image feature. The IC model builds
an encoder consisting of a CNN and a long short-term memory
recurrent network (LSTM) that enables to learn a joint image-text
embedding by projecting the CNN image feature and the word2vec
representation of the image caption on a 2D embedding space.
Finally, the authors merged the two features using a Multilayer
Perceptron (MLP). We also re-used this model as is as a second
baseline which produces scores at frame level. Again, Run#2 is set
to be identical for both subtasks.
      </p>
      <p>Input
video</p>
      <p>Frame
sampling
7 images
per video
Video tags</p>
      <p>
        MemNet model [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]
Houssaini’s model
      </p>
      <p>
        [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]
      </p>
      <p>Deep visual
embedding based</p>
      <p>
        model [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]
Deep visual + text
embedding based
      </p>
      <p>
        model [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]
Fine-tuned ResNet
model
      </p>
      <p>Run #1
Run #2
Run #3
Run #4
Run #5</p>
    </sec>
    <sec id="sec-4">
      <title>DEEP SEMANTICS EMBEDDING-BASED</title>
    </sec>
    <sec id="sec-5">
      <title>MULTIMODAL APPROACHES</title>
      <p>
        We tested diferent features for VM prediction, including
videodedicated and frame-based features. Video-dedicated features
included: C3D [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], HMP [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Frame-based features were extracted
on three key-frames for each video and included: Color histograms,
InceptionV3 features [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], LBP [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] and a set of Aesthetic visual
features [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Please refer to [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] for more details on these features, as
provided by the task’s organizers.
      </p>
      <p>
        Motivated by the finding that IC features perform well on both
IM [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] and VM [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] prediction, we used the model proposed in
[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] to extract some additional IC features from the frames. We
also took advantage of this model to extract an additional text
embedding feature from the titles provided with each video. As
such a feature corresponds to a mapping of natural language words,
i.e., a video description in our case, we expected an improvement
of our system’s capacity to capture semantics. We generated a new
multimodal feature (image-text) by simply concatenating the two
previous IC-based image and text features.
      </p>
      <p>We then trained simple MLP (with one hidden layer of 100
neurons) on top of each single feature, and a concatenation of the 3 best
non IC-based features. Again, these are frame-based models. Each
time, two versions of the networks were trained on the short-term
and long-term scores respectively. Table 1 shows the performance
of each individual system on the validation data. From these results
we decided to keep only the system with IC-image based features as
input for Run#3 and the multimodal IC-(image+text) based features
as input for Run#4, as the best performing features.</p>
      <p>Features short-term long-term</p>
      <p>C3D .28 .126</p>
      <p>HMP .275 .114
ColorHist .134 .05
InceptionV3 .16 .058</p>
      <p>LBP .267 .128</p>
      <p>Aesthetics .283 .127
C3D+LBP+Aesthetics .347 .128</p>
      <p>IC-image (Run#3) .492 .22</p>
      <p>IC-(image+text) (Run#4) .436 .222
Table 1: Results in terms of Spearman’s correlation obtained
by a simple MLP for diferent video-dedicated and
framebased features, on the validation dataset.
4</p>
    </sec>
    <sec id="sec-6">
      <title>FINE-TUNED RESNET101</title>
      <p>
        As in [
        <xref ref-type="bibr" rid="ref10 ref3">3, 10</xref>
        ], where fine-tuned DNN outperformed classical
approaches, we tried a transfer learning approach by fine-tuning a
state-of-the-art ResNet model to the problem of IM prediction.
      </p>
      <p>For this, we classically replaced the last fully connected layer of
ResNet to a new one dedicated to our regression task of
memorability prediction. This last layer was first trained alone for a few epochs
(5), before re-training the complete network for more epochs. The
following parameters were used: optimizer, Adam; batch size, 32.
We used the Mean Square Error as loss function to stick to our
regression task. Some data augmentation was conducted: random
center cropping of 224x224 after resizing of the original images
and horizontal flip, followed by a mean normalization computed on
ImageNet. We trained on an augmented dataset composed of the
80% of the development set and LaMem (because of the latter, we
processed to a normalization of the scores from the two datasets).</p>
      <p>We fine-tuned two variants of ResNet: ResNet18 and ResNet101.
We kept ResNet101 to generate scores for Run#5, as it gave the
best performance on the validation set. We did not trained separate
models for the short-term and long-term subtasks, due to time
constraints. Note that, as LaMem images are provided with
shortterm memorability scores only, we would still have biased the
network for long-term memorability prediction in doing so, but at
least we could have improved the performance by using the
longterm memorability scores of our dataset. So, Run#5 is identical for
both subtasks.
5</p>
    </sec>
    <sec id="sec-7">
      <title>RESULTS AND DISCUSSION</title>
      <p>
        Results are summarized in Table 2. The results of the first two
runs for the short-term subtask show that it is possible to achieve
quite good results in VM prediction using models designed for IM
prediction This means that the memorability of a video is correlated
to some extent with the memorability of its constituent frames. We
may also note the poor performance of all models for the
longterm subtask, compared to the short-term subtask. For runs #1, #2
and #5, this may be explained by the fact that the training was
done with the use of LaMem for which only short-term scores are
available. This may also come from the significantly lower number
of annotations for the long-term scores in the task’s dataset [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. It
may also highlight that there is a significant diference between
short-term and long-term memorability and that it might be more
dificult to predict the latter. However, these results also prove that
long-term memorability is correlated – though not perfectly – with
short-term memorability. In accordance with the literature, the
model of [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] performed a little better than the model of [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] for
memorability prediction.
      </p>
      <p>
        Runs #3 and #4 perform better than runs #1 and #2. As in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]
and [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], IC features performed well for memorability prediction
tasks, especially when fine-tuned on the new dataset (Run#3 can be
seen as a fine-tuned version of Run#2). Indeed, IC features convey
high semantics: high-level visual attributes and scene semantics
(actions, movements, appearance of objects, emotions, etc.) have
been founded to be linked to memorability [
        <xref ref-type="bibr" rid="ref10 ref9">9, 10</xref>
        ]. It also shows
that training of long-term scores helps improving the performance
for long-term memorability. The multimodal approach gave slightly
worse results than IC features alone. However, due to time
constraints, we did not proceed to any optimizing of the set of
parameters, to deal with the possible redundancy between IC image and
text embedding features.
      </p>
      <p>
        The most accurate memorability prediction were obtained by the
ifne-tuned ResNet101, which confirms that transfer learning from
an image classification problem to yet another task such as
memorability prediction works well. This validates also the quality of the
dataset at least for the short-term annotations. As perspectives, it
will be interesting to test systems incorporating temporal evolution
of the videos such as motion information or latest architectures
such as TCN [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] to see how it improves the performances.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Jurandy</given-names>
            <surname>Almeida</surname>
          </string-name>
          ,
          <source>Neucimar J Leite, and Ricardo da S Torres</source>
          .
          <year>2011</year>
          .
          <article-title>Comparison of video sequences with histograms of motion patterns</article-title>
          .
          <source>In Proc. of the IEEE International Conference on Image Processing (ICIP)</source>
          .
          <volume>3673</volume>
          -
          <fpage>3676</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Bai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.Z.</given-names>
            <surname>Kolter</surname>
          </string-name>
          , and
          <string-name>
            <surname>Koltun</surname>
            <given-names>V.</given-names>
          </string-name>
          <year>2018</year>
          .
          <article-title>An empirical evaluation of generic convolutional and recurrent networks for sequence modeling</article-title>
          .
          <source>Technical Report</source>
          . arXiv preprint arXiv:
          <year>1803</year>
          .01271.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Yoann</given-names>
            <surname>Baveye</surname>
          </string-name>
          , Romain Cohendet,
          <source>Matthieu Perreira Da Silva, and Patrick Le Callet</source>
          .
          <year>2016</year>
          .
          <article-title>Deep Learning for Image Memorability Prediction: the Emotional Bias</article-title>
          .
          <source>In Proc. ACM International Conference on Multimedia (ACMM)</source>
          .
          <volume>491</volume>
          -
          <fpage>495</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Romain</given-names>
            <surname>Cohendet</surname>
          </string-name>
          ,
          <string-name>
            <surname>Claire-Hélène</surname>
            <given-names>Demarty</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ngoc Q. K. Duong</surname>
          </string-name>
          , Mats Sjöberg, Bogdan Ionescu, and
          <string-name>
            <surname>Thanh-Toan Do</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>MediaEval 2018: Predicting Media Memorability Task</article-title>
          .
          <source>In Proc. of the MediaEval Workshop.</source>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Romain</given-names>
            <surname>Cohendet</surname>
          </string-name>
          , Karthik Yadati,
          <string-name>
            <surname>Ngoc Q. K. Duong</surname>
            , and
            <given-names>ClaireHélène</given-names>
          </string-name>
          <string-name>
            <surname>Demarty</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Annotating, understanding, and predicting long-term video memorability</article-title>
          .
          <source>In Proc. of the ICMR 2018 Workshop</source>
          , Yokohama, Japan, June 11-14.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Martin</given-names>
            <surname>Engilberge</surname>
          </string-name>
          , Louis Chevallier, Patrick Pérez, and
          <string-name>
            <given-names>Matthieu</given-names>
            <surname>Cord</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Finding beans in burgers: Deep semantic-visual embedding with localization</article-title>
          .
          <source>In Proc. IEEE International Conference on Computer Vision and Pattern Recognition (CVPR)</source>
          .
          <volume>3984</volume>
          -
          <fpage>3993</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Andreas</surname>
            <given-names>F Haas</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marine Guibert</surname>
            , Anja Foerschner, Sandi Calhoun, Emma George, Mark Hatay, Elizabeth Dinsdale, Stuart A Sandin, Jennifer E Smith,
            <given-names>Mark JA</given-names>
          </string-name>
          <article-title>Vermeij, and</article-title>
          <string-name>
            <surname>others.</surname>
          </string-name>
          <year>2015</year>
          .
          <article-title>Can we measure beauty? Computational evaluation of coral reef aesthetics</article-title>
          .
          <source>PeerJ</source>
          <volume>3</volume>
          (
          <year>2015</year>
          ),
          <year>e1390</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Dong-Chen He</surname>
            and
            <given-names>Li</given-names>
          </string-name>
          <string-name>
            <surname>Wang</surname>
          </string-name>
          .
          <year>1990</year>
          .
          <article-title>Texture unit, texture spectrum, and texture analysis</article-title>
          .
          <source>IEEE Transactions on Geoscience and Remote Sensing</source>
          <volume>28</volume>
          ,
          <issue>4</issue>
          (
          <year>1990</year>
          ),
          <fpage>509</fpage>
          -
          <lpage>512</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Phillip</given-names>
            <surname>Isola</surname>
          </string-name>
          , Jianxiong Xiao, Devi Parikh, Antonio Torralba, and
          <string-name>
            <given-names>Aude</given-names>
            <surname>Oliva</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>What makes a photograph memorable?</article-title>
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          <volume>36</volume>
          ,
          <issue>7</issue>
          (
          <year>2014</year>
          ),
          <fpage>1469</fpage>
          -
          <lpage>1482</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Aditya</surname>
            <given-names>Khosla</given-names>
          </string-name>
          , Akhil S Raju, Antonio Torralba, and
          <string-name>
            <given-names>Aude</given-names>
            <surname>Oliva</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Understanding and predicting image memorability at a large scale</article-title>
          .
          <source>In Proc. IEEE International Conference on Computer Vision</source>
          (ICCV).
          <volume>2390</volume>
          -
          <fpage>2398</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>Hammad</given-names>
            <surname>Squalli-Houssaini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Ngoc Q. K.</given-names>
            <surname>Duong</surname>
          </string-name>
          , Marquant Gwenaëlle, and
          <string-name>
            <surname>Claire-Hélène Demarty</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Deep learning for predicting image memorability</article-title>
          .
          <source>In Proc. IEEE International Conference on Audio, Speech and Language Processing (ICASSP).</source>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Christian</surname>
            <given-names>Szegedy</given-names>
          </string-name>
          , Vincent Vanhoucke, Sergey Iofe, Jon Shlens, and
          <string-name>
            <given-names>Zbigniew</given-names>
            <surname>Wojna</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Rethinking the inception architecture for computer vision</article-title>
          .
          <source>In Proc. of the IEEE Conference on Computer Vision and Pattern Recognition</source>
          .
          <fpage>2818</fpage>
          -
          <lpage>2826</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Du</surname>
            <given-names>Tran</given-names>
          </string-name>
          , Lubomir Bourdev, Rob Fergus, Lorenzo Torresani, and
          <string-name>
            <given-names>Manohar</given-names>
            <surname>Paluri</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Learning Spatiotemporal Features with 3D Convolutional Networks</article-title>
          .
          <source>In Proc. IEEE International Conference on Computer Vision</source>
          (ICCV).
          <volume>4489</volume>
          -
          <fpage>4497</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>