<!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>Multimodal Deep Features Fusion For Video Memorability Prediction</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Roberto Leyva</string-name>
          <email>r.leyva@essex.ac.uk</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Faiyaz Doctor</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alba G. Seco de Herrera</string-name>
          <email>alba.garcia@essex.ac.uk</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sohail Sahab</string-name>
          <email>sohail@hub.tv</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Hub Productions</institution>
          ,
          <addr-line>London</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Essex</institution>
          ,
          <addr-line>Colchester</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <fpage>27</fpage>
      <lpage>29</lpage>
      <abstract>
        <p>This paper describes a multimodal feature fusion approach for predicting the short and long term video memorability where the goal to design a system that automatically predicts scores reflecting the probability of a video being remembered. The approach performs early fusion of text, image, and video features. Text features are extracted using a Convolutional Neural Network (CNN), an FBResNet152 pre-trained on ImageNet is used to extract image features and video features are extracted using 3DResNet152 pre-trained on Kinetics 400. We use Fisher Vectors to obtain a single vector associated with each video that overcomes the need for using a non-fixed global vector representation for handling temporal information. The fusion approach demonstrates good predictive performance and regression superiority in terms of correlation over standard features.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        Remembering videos is a key aspect of advertising, entertainment,
and recommendation systems [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. We are more influenced by videos
that remain fresh in our memory and subsequently share their
contents with others. Creating memorable video content is
crucial for generating consumer impact and engaging entertainment
and profitable marketing campaigns. Understanding and predicting
memorability as a function of video features is therefore important
for computational video analysis tasks. In this work, we propose
a method for video memorability prediction [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] keeping in mind
that the videos are not necessarily attractive or interesting. Thus,
we explore which features provide better regression results. No
assumptions are made on the task’s structure, and we proceed to
analyze text, image, and video features in combinations to
determine their ability to predict long terms and short term memorability
using diferent machine learning based regression techniques. Our
ifndings show that long and short term memorability share the
same feature structure giving better accuracy when fusing features
of a diferent type for the short memorability task. These outcomes
also leave room for future improvements.
      </p>
      <p>
        The works that precede this study have addressed the
memorability tasks mainly using the provided features or replacing them
[
        <xref ref-type="bibr" rid="ref12 ref2 ref25 ref26 ref26 ref6 ref7">2, 6, 7, 12, 25, 26, 26</xref>
        ]. The memorability task can be done using
single-source or multi-source feature information to train a
regression model. Gupta et al. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] propose using images information
source via linear highly regularized models to prevent over-fitting
using the provided features, Residual Network (ResNet) features
and Dense Network (DenseNet) features. Over-fitting is potentially
      </p>
      <p>FC7 2k×16/T FV 260k×1 PCA 256×1
3×N×M FC7 1000×1 PCA 256×1</p>
      <p>FC4 300×1 PCA 256×1
lray ison 768×1 LLAASRSSO 1×1 rco</p>
      <p>
        e
E uF CV S
moose-calf-in-the-bushes 1×P
a primary concern in the memorability task. They use Least
Absolute Shrinkage and Selection Operator (LASSO) [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], Support Vector
Regression (SVR), and Elastic Network (ENet) for their experiments.
      </p>
      <p>
        Savii et al. [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] propose using only the video temporal
information employing video features for the memorability task. Here
the method is passing Convolution 3D (C3D) [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] and Histogram
of Motion Patterns(HMP) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] features to a Deep Neural Network
(DNN) where the final score is obtained using a DNN+ k-Nearest
Neighbour (k-NN) regressor. In similar work, Tran-Van et al. [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]
proposes a solution to capture the temporal information where
they combine Image features IV3 with an Long Short Term
Memory (LSTM) to produce the memorability score.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>APPROACH</title>
      <p>
        Multi-source feature fusion usually gives improved results over
isolated modeling of features as has been shown in [
        <xref ref-type="bibr" rid="ref12 ref25 ref26 ref6 ref7">6, 7, 12, 25, 26</xref>
        ].
Chaudhry et al. [
        <xref ref-type="bibr" rid="ref2 ref26">2, 26</xref>
        ] models used image, text, and video features
and achieved better results when fussing them as compared to
modelling them individually [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. However, fusing multiple
features from the same information source, e.g., image source, can
increase complexity while giving little improvements to the tasks’
performance [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. For instance, Joshi et al. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] propose using the
Memorability Network [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] along with Hue Saturation and Value
(HSV) 3D [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], colorfulness [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], aesthetics [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], saliency Net [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]
, C3D [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ], and Global Vectors (GloVe) of text features [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. This
approach gives little gains over single-feature source selection. For
this reason, we deem appropriate extracting only one feature from
each of the following information sources: text, image, and video.
Secondly, modeling the Spatio-temporal domain via recurrent
networks may become very computational costly [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. Because we
are targeting large-scale video analysis, we consider a less complex
approach. Thirdly, to generate the memorability score, we explore
linear regularized methods and deep learning models. This
consideration rests on the assumption that the latter techniques do
not necessarily achieve better generalization, as mentioned in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
Finally, we can improve the provided features’ performance [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ].
To this end, we use other feature representations following
authors [
        <xref ref-type="bibr" rid="ref20 ref26">20, 26</xref>
        ] using ConceptNet [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ], skip-thought [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. Thereby,
we consider other deep learning approaches for feature
extraction giving particular importance to the spatio-temporal domain
as [
        <xref ref-type="bibr" rid="ref20 ref25">20, 25</xref>
        ].
      </p>
      <p>Our proposed method uses three primary feature modalities (text,
image, and video) for predicting the memorability score, Figure 1
shows the pipeline in detail.</p>
      <p>
        Text Features: we use the provided video captions as an input text
to a Convolutional Neural Network (TCNN). The text is vectorised
via tokenization and word embedding into 100 dimensions to feed
the network using the IMDB dataset for sentiment analysis [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
We use this dataset because of the high accuracy of the network on
this task ultimately gave us confidence that the model is adequately
trained and can be trusted as a feature generator. We use the last
Fully Connected (FC) layer as a feature generator resulting from
the concatenation of the text input convolution embedding. This
process results in a 300-dimensions feature vector, i.e., 3×
embedding size.
      </p>
      <p>
        Image Features: We extract the middle frame of each video clip
and apply FBResNet152 [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] pre-trained on ImageNet. To this end,
we feed the model the middle frame to extract a 1000-dimensions
feature vector from the last FC layer. We also explored selecting
other frames from the sequences without achieving better
correlation values.
      </p>
      <p>
        Video Features: To extract video features, we use 3DResNet152 [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]
pre-trained on Kinetics-400. We feed the video sequence to retrieve
a feature vector for every 16 frames producing a 2048-dimensions
feature vector. Although for this particular case we may have
fixedlength video clips, in practice the number of frames is not fixed
and stacking the produced features may become very
computationally complex. Inspired by the work of Girdhar et al. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] using
Vector of Locally Aggregated Descriptors (VLAD) vectors for
action recognition, we follow a similar approach using Fisher Vectors
(FV) to address this problem. The technique then creates a single
feature vector for each video sequence using Fisher Vectors. The
method is to generate a Gaussian Mixture Model (GMM) model
from the 16-frame collection features and project them into a high
dimensional space via the soft assignment. As the resulting
feature space is considerably high, we reduced the dimensions via
Principal Component Analysis (PCA) following an FV-GMM-PCA
fashion [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. This last step provides a single feature vector for each
video sequence capturing the motion information from the clips.
Feature Fusion: We combine the text, image and video features
via early fusion. Prior to this step, we reduce the features’
dimensionality using PCA with 256 components aiming for better feature
representation. The vectors are then stacked as 3 × 256 = 768 and
feed into the regression model, as Figure 1 illustrates. The last step
is to perform the regression using a regularized method. To this end,
we used LassoLarsCV [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] in the pursuit of cross folding that gives
the best regression parameters for the final model automatically.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>RESULTS AND ANALYSIS</title>
      <p>
        The memorability dataset comprises 10000 short soundless videos
split into 8000 videos for the development set and 2000 videos for
the test set [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. The videos are varied and contain diferent scene
EssexHubTV
types. Also provided are some pre-computed content descriptors.
Table 1 shows that our approach performs better on STM than on
LTM. We experimentally found that the regression model has a
significant impact on the correlation values. This selection requires
further analysis in terms of features as well. Perhaps unsupervised
models may reveal more about the nature of the tasks.
      </p>
    </sec>
    <sec id="sec-4">
      <title>DISCUSSION AND OUTLOOK</title>
      <p>From Table 1, we can see that the best regression model is not the
same for both tasks. For the STM task, LassoLarsCV achieves the
best results while SVR for the LTM task, respectively. Although it
is not the same regression model, we achieve the best correlation
results for the memorability tasks when fusing all three types of
features. It is worth noticing that image-based features achieve
the second-best results. Regarding the frame selection criterion,
i.e., the middle frame, we observed no significant diference by
selecting other frames in the Spearman’s rank correlation. This
aspect may be linked to the short length of the videos. We can
quickly inspect that there is a strong visual relationship between the
ifrst and the last frame. Perhaps longer sequences may require more
elaborate temporal analysis. Thus, for practical purposes, we prefer
to incorporate specific video-designed features. We also verified the
PCA efectiveness before the early fusion and by individual feature
selection. We observed an improvement c.a. 4-7% in Spearman’s
rank correlation, thus it is a good practice to project the features into
a lower dimensional space before feed the regression model. The
proposed method enables us to capture the memorability associated
with videos comprising multimedia features. With this in mind, it
is possible to create models for similar tasks in video content for
other computer vision applications. The memorably test, then, can
extrapolate multimedia analysis for other case studies, e.g. video
summarization where the scores can be treated as features weights,
where, naturally, the features are not necessarily visual.</p>
    </sec>
    <sec id="sec-5">
      <title>ACKNOWLEDGMENTS</title>
      <p>This study has been funded through an Innovate UK Knowledge
Transfer Partnership between Hub Productions Limited and the
School of Computer Science &amp; Electronic Engineering, University
of Essex, Partnership No: 11071.</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 2011 18th IEEE International Conference on Image Processing. IEEE</source>
          ,
          <fpage>3673</fpage>
          -
          <lpage>3676</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Ritwick</given-names>
            <surname>Chaudhry</surname>
          </string-name>
          , Manoj Kilaru, and
          <string-name>
            <given-names>Sumit</given-names>
            <surname>Shekhar</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Show and Recall@ MediaEval 2018 ViMemNet: Predicting Video Memorability</article-title>
          . Group 1 (
          <year>2018</year>
          ),
          <fpage>G1</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <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,
          <string-name>
            <surname>Thanh-Toan Do</surname>
          </string-name>
          , and France Rennes.
          <year>2018</year>
          .
          <article-title>MediaEval 2018: Predicting Media Memorability Task</article-title>
          . CoRR abs/
          <year>1807</year>
          .01052 (
          <year>2018</year>
          ). arXiv:
          <year>1807</year>
          .01052 http://arxiv.org/abs/
          <year>1807</year>
          . 01052
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Mihai</given-names>
            <surname>Gabriel</surname>
          </string-name>
          <string-name>
            <given-names>Constantin</given-names>
            , Bogdan Ionescu,
            <surname>Claire-Hélène</surname>
          </string-name>
          <string-name>
            <given-names>Demarty</given-names>
            ,
            <surname>Ngoc Q. K. Duong</surname>
          </string-name>
          , Xavier Alameda-Pineda, and
          <string-name>
            <given-names>Mats</given-names>
            <surname>Sjöberg</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <source>Predicting Media Memorability Task at MediaEval</source>
          <year>2019</year>
          ,
          <string-name>
            <surname>Sophia</surname>
            <given-names>Antipolis</given-names>
          </string-name>
          , France, Oct.
          <volume>27</volume>
          -
          <fpage>29</fpage>
          ,
          <year>2019</year>
          (
          <year>2019</year>
          ).
          <source>Proc. of MediaEval 2019 Workshop</source>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Rohit</given-names>
            <surname>Girdhar</surname>
          </string-name>
          , Deva Ramanan, Abhinav Gupta, Josef Sivic, and
          <string-name>
            <given-names>Bryan</given-names>
            <surname>Russell</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Actionvlad: Learning spatio-temporal aggregation for action classification</article-title>
          .
          <source>In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition</source>
          .
          <fpage>971</fpage>
          -
          <lpage>980</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Ankit</given-names>
            <surname>Goyal</surname>
          </string-name>
          , Naveen Kumar, Tanaya Guha, and Shrikanth S Narayanan.
          <year>2016</year>
          .
          <article-title>A multimodal mixture-of-experts model for dynamic emotion prediction in movies</article-title>
          .
          <source>In 2016 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)</source>
          . IEEE,
          <fpage>2822</fpage>
          -
          <lpage>2826</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Rohit</given-names>
            <surname>Gupta</surname>
          </string-name>
          and
          <string-name>
            <given-names>Kush</given-names>
            <surname>Motwani</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Linear Models for Video Memorability Prediction Using Visual and Semantic Features.</article-title>
          .
          <source>In MediaEval.</source>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Michael</given-names>
            <surname>Gygli</surname>
          </string-name>
          , Helmut Grabner, Hayko Riemenschneider, Fabian Nater, and Luc Van Gool.
          <year>2013</year>
          .
          <article-title>The interestingness of images</article-title>
          .
          <source>In Proceedings of the IEEE International Conference on Computer Vision</source>
          . 1633-
          <fpage>1640</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Kensho</given-names>
            <surname>Hara</surname>
          </string-name>
          , Hirokatsu Kataoka, and
          <string-name>
            <given-names>Yutaka</given-names>
            <surname>Satoh</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Can Spatiotemporal 3D CNNs Retrace the History of 2D CNNs and ImageNet?</article-title>
          .
          <source>In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)</source>
          .
          <volume>6546</volume>
          -
          <fpage>6555</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>David</given-names>
            <surname>Hasler</surname>
          </string-name>
          and
          <string-name>
            <given-names>Sabine E</given-names>
            <surname>Suesstrunk</surname>
          </string-name>
          .
          <year>2003</year>
          .
          <article-title>Measuring colorfulness in natural images</article-title>
          .
          <source>In Human vision and electronic imaging VIII</source>
          , Vol.
          <volume>5007</volume>
          .
          <source>International Society for Optics and Photonics</source>
          ,
          <volume>87</volume>
          -
          <fpage>95</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Kaiming</surname>
            <given-names>He</given-names>
          </string-name>
          , Xiangyu Zhang, Shaoqing Ren, and
          <string-name>
            <given-names>Jian</given-names>
            <surname>Sun</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Deep residual learning for image recognition</article-title>
          .
          <source>In Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          .
          <volume>770</volume>
          -
          <fpage>778</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Tanmayee</surname>
            <given-names>Joshi</given-names>
          </string-name>
          , Sarath Sivaprasad, Savita Bhat, and
          <string-name>
            <given-names>Niranjan</given-names>
            <surname>Pedanekar</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Multimodal Approach to Predicting Media Memorability.</article-title>
          .
          <source>In MediaEval.</source>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <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 Proceedings of the IEEE International Conference on Computer Vision</source>
          . 2390-
          <fpage>2398</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Yoon</given-names>
            <surname>Kim</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Convolutional neural networks for sentence classification</article-title>
          .
          <source>arXiv preprint arXiv:1408.5882</source>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Ryan</surname>
            <given-names>Kiros</given-names>
          </string-name>
          , Yukun Zhu, Ruslan R Salakhutdinov, Richard Zemel, Raquel Urtasun, Antonio Torralba, and
          <string-name>
            <given-names>Sanja</given-names>
            <surname>Fidler</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Skip-thought vectors</article-title>
          .
          <source>In Advances in neural information processing systems</source>
          .
          <volume>3294</volume>
          -
          <fpage>3302</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>R.</given-names>
            <surname>Leyva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Sanchez</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Compact and Low-Complexity Binary Feature Descriptor and Fisher Vectors for Video Analytics</article-title>
          .
          <source>IEEE Transactions on Image Processing</source>
          <volume>28</volume>
          ,
          <issue>12</issue>
          (Dec
          <year>2019</year>
          ),
          <fpage>6169</fpage>
          -
          <lpage>6184</lpage>
          . https://doi.org/10.1109/TIP.
          <year>2019</year>
          .2922826
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Yang</surname>
            <given-names>Liu</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhonglei Gu</surname>
          </string-name>
          , and
          <string-name>
            <surname>Tobey H Ko</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Learning Memorability Preserving Subspace for Predicting Media Memorability.</article-title>
          .
          <source>In MediaEval.</source>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Junting</surname>
            <given-names>Pan</given-names>
          </string-name>
          , Elisa Sayrol,
          <source>Xavier Giro-i Nieto</source>
          ,
          <string-name>
            <surname>Kevin McGuinness</surname>
          </string-name>
          , and
          <string-name>
            <surname>Noel E O'Connor</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Shallow and deep convolutional networks for saliency prediction</article-title>
          .
          <source>In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition</source>
          .
          <fpage>598</fpage>
          -
          <lpage>606</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Jefrey</surname>
            <given-names>Pennington</given-names>
          </string-name>
          , Richard Socher, and
          <string-name>
            <given-names>Christopher D.</given-names>
            <surname>Manning</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>GloVe: Global Vectors for Word Representation</article-title>
          .
          <source>In Empirical Methods in Natural Language Processing (EMNLP)</source>
          .
          <volume>1532</volume>
          -
          <fpage>1543</fpage>
          . http: //www.aclweb.org/anthology/D14-1162
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>Ricardo</given-names>
            <surname>Manhães</surname>
          </string-name>
          <string-name>
            <surname>Savii</surname>
          </string-name>
          , Samuel Felipe dos Santos, and
          <string-name>
            <given-names>Jurandy</given-names>
            <surname>Almeida</surname>
          </string-name>
          .
          <year>2018</year>
          . GIBIS at MediaEval 2018:
          <article-title>Predicting Media Memorability Task.</article-title>
          .
          <source>In MediaEval.</source>
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Robert</surname>
            <given-names>Speer</given-names>
          </string-name>
          , Joshua Chin, and
          <string-name>
            <given-names>Catherine</given-names>
            <surname>Havasi</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Conceptnet 5.5: An open multilingual graph of general knowledge</article-title>
          .
          <source>In Thirty-First AAAI Conference on Artificial Intelligence .</source>
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>Wensheng</given-names>
            <surname>Sun</surname>
          </string-name>
          and
          <string-name>
            <given-names>Xu</given-names>
            <surname>Zhang</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Video Memorability Prediction with Recurrent Neural Networks and Video Titles at the 2018 MediaEval Predicting Media Memorability Task.</article-title>
          .
          <source>In MediaEval.</source>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>Robert</given-names>
            <surname>Tibshirani</surname>
          </string-name>
          .
          <year>1996</year>
          .
          <article-title>Regression shrinkage and selection via the lasso</article-title>
          .
          <source>Journal of the Royal Statistical Society: Series B (Methodological) 58</source>
          ,
          <issue>1</issue>
          (
          <year>1996</year>
          ),
          <fpage>267</fpage>
          -
          <lpage>288</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <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 Proceedings of the IEEE international conference on computer vision</source>
          . 4489-
          <fpage>4497</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Duy-Tue Tran-Van</surname>
            ,
            <given-names>Le-Vu</given-names>
          </string-name>
          <string-name>
            <surname>Tran</surname>
          </string-name>
          , and
          <string-name>
            <surname>Minh-Triet Tran</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Predicting Media Memorability Using Deep Features and Recurrent Network</article-title>
          . In MediaEval.
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Shuai</surname>
            <given-names>Wang</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weiying</surname>
            <given-names>Wang</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shizhe Chen</surname>
            , and
            <given-names>Qin</given-names>
          </string-name>
          <string-name>
            <surname>Jin</surname>
          </string-name>
          .
          <year>2018</year>
          . RUC at MediaEval 2018:
          <article-title>Visual and Textual Features Exploration for Predicting Media Memorability.</article-title>
          .
          <source>In MediaEval.</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>