<!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>Predicting Media Memorability: Comparing Visual, Textual and Auditory Features</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Lorin Sweeney</string-name>
          <email>lorin.sweeney8@mail.dcu.ie</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Graham Healy</string-name>
          <email>graham.healy@dcu.ie</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alan F. Smeaton</string-name>
          <email>alan.smeaton@dcu.ie</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Insight Centre for Data Analytics, Dublin City University</institution>
          ,
          <addr-line>Glasnevin, Dublin 9</addr-line>
          ,
          <country country="IE">Ireland</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <fpage>13</fpage>
      <lpage>15</lpage>
      <abstract>
        <p>This paper describes our approach to the Predicting Media Memorability task in MediaEval 2021, which aims to address the question of media memorability by setting the task of automatically predicting video memorability. This year we tackle the task from a comparative standpoint, looking to gain deeper insights into each of three explored modalities, and using our results from last year's submission (2020) as a point of reference. Our best performing short-term memorability model (0.132) tested on the TRECVid2019 datasetjust like last year-was a frame based CNN that was not trained on any TRECVid data, and our best short-term memorability model (0.524) tested on the Memento10k dataset, was a Bayesian Ride Regressor fit with DenseNet121 visual features.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION AND RELATED WORK</title>
      <p>
        In the ever expanding storm of social media, the need for tools that
help us wade through daily digital torrents will only grow. It can
be argued that memorability is a measure whose shape uniquely
ifts the jagged edged problem of media content curation. Our lack
of meta-cognitive insight into what we will ultimately remember
or forget [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], casting clouds of obscuring cover over answers that
will thread together our sense of self, is what motivates and brings
meaning to the exploration of memorability—generally known as
the likelihood of an observer remembering a repeated piece of
media in a stream of media.
      </p>
      <p>
        This paper outlines our participation in the 2021 MediaEval
Predicting Media Memorability Task [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], which includes an extended
subset of last year’s TRECVid 2019 Video-to-Text dataset [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], and
Memento10k [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]—a large and diverse short-term video
memorability dataset. This year, short-term (after minutes) memorability
is further sub-categorised into raw and normalised, and long-term
(after 24-72 hours) memorability is kept the same. Additionally,
two video memorability prediction sub-tasks were put forward,
the first (sub-task 1) following the standard train with provided
data to generate predictions, and the second (sub-task 2) taking the
form of a constrained generalisation task—where the training and
testing data must be from diferent sources. Further information
about the datasets, annotation protocol, pre-computed features, and
ground-truth data can be found in the task overview paper [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>
        With last year’s task [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] including audio as part of the video data
for the first time, its impact in the context of multi-modal media
was thrust into the limelight. While no conclusive findings were
established, the best long-term memorability prediction came from an
xResNet34 trained purely on audio spectrograms [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], suggesting
that the audio modality provides a degree of useful information
during video memorability recognition tasks. Additionally, follow-on
work found evidence to suggest that “audio plays a
contextualising role, with the potential to act as a signal or a trigger that aids
recognition” depending on the extent of high-level human
understandable information it contains, and the context in which it is
presented [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>
        Many previous works have firmly established the utility of
combining features from more than one modality, and highlighted the
efectiveness of combining deep visual features in conjunction with
semantically rich features, such as captions; emotions; or actions
in order to predict media memorability [
        <xref ref-type="bibr" rid="ref1 ref10 ref12 ref16">1, 10, 12, 16</xref>
        ]. However,
given that this year’s sub-task 1 could be viewed as a natural
extension of the previous year’s task, that this year’s sub-task 2 is
a generalisation task, and that the previous years oficial results
were abnormally low across the board, we opted treat this year’s
task as one of insight rather than optimisation, keeping modalities
separate, rather than following state of the art by combining
features across modalities—which ultimately obscures the extent to
which each modality contributes to the final memorability score
prediction—and limiting each of our runs to one modality.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>APPROACH</title>
      <p>Both datasets are comprised of three subsets, a training set; a
development set; and a test set, with the TRECVid training set comprising
of 588 videos, and Memento10k 7,000 videos. The development sets
contain 1,116 and 1,500 videos respectively, and the test sets contain
500 and 1,500 videos respectively. Our approach this year was to
use the task as an opportunity to compare our results from last
year, cutting down the complexity and focusing on one of three
modalities, visual, textual, and auditory.</p>
      <p>
        Visual: For our visual approach, we implemented two
methods, the first of which was a Bayesian Ridge Regressor (BRR) that
we fit with default sklearn [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] parameters using the provided
DenseNet121 [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] features (which were extracted from the first,
middle, and last video frames), and the second method was an
ImageNet-pretrained xResNet50 that was either fine-tuned (for 50
epochs, with a maximum learning rate of 1e-3, and weight decay of
1e-2) on the Memento10k training data and then further fine-tuned
(for 10 epochs, with a maximum learning rate of 3e-2, and weight
decay of 1e-1) on the TRECVid development set videos, fine-tuned
on the Memento10k training data, or fine-tuned on the LaMem [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]
dataset depending on the run and its restrictions.
      </p>
      <p>
        Textual: For our textual approach, we implemented a caption
model, the AWD-LSTM (ASGD Weight-Dropped LSTM)
architecture [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], a highly regularised and competitive language model.
Transfer learning was used in order to fully avail of the high-level
representations that a language model ofers. The specific transfer
learning method employed was UMLFiT [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], which uses
discriminative fine-tuning, slanted triangular learning rates, and gradual
unfreezing. The language model was pre-trained on the Wiki-103
dataset, and fine-tuned (for 10 epochs, with a maximum learning
rate of 2e-3, a weight decay of 1e-2, and a dropout multiplier of 0.5)
on the first 300,000 captions from Google’s Conceptual Captions
dataset [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. The encoder from that fine-tuned language model was
then used in each of our caption models, which were either trained
(for 15 epochs, with a maximum learning rate of 1e-3, a weight
decay of 1e-2, and a dropout multiplier of 0.8) on a paragraph of all
ifve Memento10k training captions, or additionally fine-tuned on
the first TRECVid development set captions to predict memorability
scores rather than the next word in a sentence.
      </p>
      <p>
        Auditory: Initially, we extracted Mel-frequency cepstral
coeficients from the videos that had audio, stacked them together with
their delta coeficients in order to create a three channel
spectrogram images, and used them to train an ImageNet-pretrained
xResNet34. However, after experimenting with VGGish [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] features—
extracting 128-dimensional embeddings for each second of the first
three seconds of audio, resulting in a 384-dimensional feature set
per video—and using them to fit a B RR, w e n oticed marginally,
but consistently better results, and opted to use them in favour of
spectrogram images in our final run submissions.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>DISCUSSION AND OUTLOOK</title>
      <p>Tables 1 and 2 show the Spearman scores (rs) and Pearson scores
(r) for our runs from sub-task 1, with Table 1 showing the scores
for our runs tested on the oficial TRECVid test set, and Table 2
showing the scores which came from the oficial Memento10k test
set. Table 3 shows the rs and r scores for our runs from sub-task 2—
the generalisation task—which were trained without any TRECVid
data, and tested on the oficial TRECVid test set.</p>
      <p>Although more TRECVid videos were provided this year
compared to last year (1,704 vs 1,000), and even though our short-term
TRECVid test scores (Table 1) are roughly double what they were
last year, the scores are still quite low compared to expected results
from training validation, and the long-term scores are shockingly
poor. While it is not possible to pinpoint the exact cause of this,
it is quite likely that either there is lack of distributional overlap
between videos used to train and test our models, or that there still
are not enough videos to be able to properly generalise. Both of
these possibilities are supported by the fact that our best performing
TRECVid run—just like last year—came from a model not trained
on any TRECVid data, but purely on memento10k data (Table 3.
xResNet50 Frames Memento), which is a much larger, varied, and
“in-the-wild” video memorability dataset than TRECVid.</p>
      <p>Results from Table 2 show that the best performing model on
the Memento10k dataset was a BRR fit on DenseNet121 features,
indicating that visual features contribute quite a lot to the overall
memorability of a video. The next best model was a BRR trained
on VGGish audio features, which is very interesting as the
Memento10k ground-truth scores were gathered with the videos being
played without sound. The stark order of magnitude diference in
performance between a BRR trained on Memento10k data (0.524)
and one trained on TRECVid data (0.053), raises some interesting
L. Sweeney, G. Healy, A. Smeaton
questions concerning the nature of the diferences in visual
content between these two datasets, which unfortunately cannot be
answered in this paper.</p>
      <p>Results from the generalisation task (Table 3) further highlight
the aforementioned potential distributional problems with the TRECVid
dataset. Given that the performance of both the frame based and
caption based models is worse on the TRECVid test set when
further fine-tuned on the TRECVid training and development data, a
detailed exploration and investigation into the nature and
distributions of the TRECVid subsets could be very fruitful.</p>
      <p>While insights into possible causes of last year’s
uncharacteristically low task-wide scores across participant submissions were
gained, few tangible insights into the influence of each of the
explored modalities—visual, textual, and auditory—were obtained. In
order to fully reveal the influence of each of the modalities,
independent ground-truth memorability scores are required to elucidate
the role they each play when coinciding with one another in a
multi-modal medium such as video, and should be a focus of future
memorability tasks and research.</p>
    </sec>
    <sec id="sec-4">
      <title>ACKNOWLEDGEMENTS</title>
      <p>This work was funded by Science Foundation Ireland (SFI) under
Grant Number SFI/12/RC/2289_P2, co-funded by the European
Regional Development Fund.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>David</given-names>
            <surname>Azcona</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Enric</given-names>
            <surname>Moreu</surname>
          </string-name>
          , Feiyan Hu,
          <string-name>
            <given-names>Tomás</given-names>
            <surname>Ward</surname>
          </string-name>
          , and Alan F Smeaton.
          <year>2019</year>
          .
          <article-title>Predicting media memorability using ensemble models</article-title>
          .
          <source>In Proceedings of MediaEval</source>
          <year>2019</year>
          ,
          <string-name>
            <surname>Sophia</surname>
            <given-names>Antipolis</given-names>
          </string-name>
          , France. CEUR Workshop Proceedings. http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2670</volume>
          /
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Alba</given-names>
            <surname>García Seco de Herrera</surname>
          </string-name>
          , Rukiye Savran Kiziltepe, Jon Chamberlain, Mihai Gabriel Constantin,
          <string-name>
            <surname>Claire-Hélène</surname>
            <given-names>Demarty</given-names>
          </string-name>
          , Faiyaz Doctor, Bogdan Ionescu,
          <string-name>
            <given-names>and Alan F.</given-names>
            <surname>Smeaton</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Overview of MediaEval 2020 Predicting Media Memorability task: What Makes a Video Memorable?</article-title>
          .
          <source>In Proceedings of the MediaEval 2020 Workshop.</source>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Shawn</given-names>
            <surname>Hershey</surname>
          </string-name>
          , Sourish Chaudhuri, Daniel PW Ellis, Jort F Gemmeke,
          <string-name>
            <surname>Aren</surname>
            <given-names>Jansen</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>R Channing</given-names>
            <surname>Moore</surname>
          </string-name>
          , Manoj Plakal, Devin Platt,
          <article-title>Rif A Saurous, Bryan Seybold, and</article-title>
          <string-name>
            <surname>others.</surname>
          </string-name>
          <year>2017</year>
          .
          <article-title>CNN architectures for large-scale audio classification</article-title>
          .
          <source>In 2017 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)</source>
          . IEEE,
          <fpage>131</fpage>
          -
          <lpage>135</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Jeremy</given-names>
            <surname>Howard</surname>
          </string-name>
          and
          <string-name>
            <given-names>Sebastian</given-names>
            <surname>Ruder</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Universal Language Model Fine-tuning for Text Classification</article-title>
          .
          <source>In Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</source>
          .
          <fpage>328</fpage>
          -
          <lpage>339</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Gao</given-names>
            <surname>Huang</surname>
          </string-name>
          , Zhuang Liu, Geof Pleiss,
          <string-name>
            <surname>Laurens Van Der Maaten</surname>
            , and
            <given-names>Kilian</given-names>
          </string-name>
          <string-name>
            <surname>Weinberger</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Convolutional Networks with Dense Connectivity</article-title>
          .
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <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>2013</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>2013</year>
          ),
          <fpage>1469</fpage>
          -
          <lpage>1482</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Aditya</given-names>
            <surname>Khosla</surname>
          </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>
          . 2390-
          <fpage>2398</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Rukiye</given-names>
            <surname>Savran</surname>
          </string-name>
          <string-name>
            <given-names>Kiziltepe</given-names>
            , Mihai Gabriel Constantin,
            <surname>Claire-Helène</surname>
          </string-name>
          <string-name>
            <surname>Demarty</surname>
          </string-name>
          , Graham Healy, Camilo Fosco, Alba García Seco de Herrera, Sebastian Halder, Bogdan Ionescu, Ana Matran-Fernandez,
          <string-name>
            <given-names>Alan F.</given-names>
            <surname>Smeaton</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Lorin</given-names>
            <surname>Sweeney</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>Overview of The MediaEval 2021 Predicting Media Memorability Task</article-title>
          .
          <source>In Proceedings of the MediaEval 2021 Workshop.</source>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Stephen</given-names>
            <surname>Merity</surname>
          </string-name>
          , Nitish Shirish Keskar, and Richard Socher.
          <year>2018</year>
          .
          <article-title>Regularizing and Optimizing LSTM Language Models</article-title>
          . In International Conference on Learning Representations.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Anelise</surname>
            <given-names>Newman</given-names>
          </string-name>
          , Camilo Fosco, Vincent Casser,
          <string-name>
            <given-names>Allen</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <surname>Barry McNamara</surname>
            ,
            <given-names>and Aude</given-names>
          </string-name>
          <string-name>
            <surname>Oliva</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Multimodal Memorability: Modeling Efects of Semantics and Decay on Video Memorability</article-title>
          . In Computer Vision - ECCV
          <year>2020</year>
          ,
          <string-name>
            <given-names>Andrea</given-names>
            <surname>Vedaldi</surname>
          </string-name>
          , Horst Bischof, Thomas Brox, and
          <string-name>
            <surname>Jan-Michael Frahm</surname>
          </string-name>
          (Eds.). Springer International Publishing, Cham,
          <fpage>223</fpage>
          -
          <lpage>240</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Fabian</surname>
            <given-names>Pedregosa</given-names>
          </string-name>
          , Gaël Varoquaux, Alexandre Gramfort, Vincent Michel, Bertrand Thirion, Olivier Grisel, Mathieu Blondel,
          <string-name>
            <given-names>Peter</given-names>
            <surname>Prettenhofer</surname>
          </string-name>
          , Ron Weiss, Vincent Dubourg, and others.
          <source>2011</source>
          .
          <article-title>Scikit-learn: Machine learning in Python</article-title>
          .
          <source>Journal of machine learning research 12</source>
          ,
          <string-name>
            <surname>Oct</surname>
          </string-name>
          (
          <year>2011</year>
          ),
          <fpage>2825</fpage>
          -
          <lpage>2830</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Alison</surname>
            <given-names>Reboud</given-names>
          </string-name>
          , Ismail Harrando, Jorma Laaksonen, Raphaël Troncy, and others.
          <source>2020</source>
          .
          <article-title>Predicting Media Memorability with Audio, Video, and Text representations</article-title>
          .
          <source>In Proceedings of the MediaEval 2020 Workshop.</source>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Piyush</surname>
            <given-names>Sharma</given-names>
          </string-name>
          , Nan Ding,
          <string-name>
            <given-names>Sebastian</given-names>
            <surname>Goodman</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Radu</given-names>
            <surname>Soricut</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Conceptual captions: A cleaned, hypernymed, image alt-text dataset for automatic image captioning</article-title>
          .
          <source>In Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</source>
          .
          <fpage>2556</fpage>
          -
          <lpage>2565</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Lorin</surname>
            <given-names>Sweeney</given-names>
          </string-name>
          , Graham Healy, and Alan F Smeaton.
          <year>2020</year>
          .
          <article-title>Leveraging Audio Gestalt to Predict Media Memorability</article-title>
          .
          <source>In Proceedings of the MediaEval 2020 Workshop.</source>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Lorin</surname>
            <given-names>Sweeney</given-names>
          </string-name>
          , Graham Healy,
          <string-name>
            <given-names>and Alan F.</given-names>
            <surname>Smeaton</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>The Influence of Audio on Video Memorability with an Audio Gestalt Regulated Video Memorability System</article-title>
          .
          <source>In Proceedings of the 2021 International Conference on Content-Based Multimedia Indexing (CBMI)</source>
          .
          <article-title>1-6</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Tony</surname>
            <given-names>Zhao</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Irving</given-names>
            <surname>Fang</surname>
          </string-name>
          , Jefrey Kim, and
          <string-name>
            <given-names>Gerald</given-names>
            <surname>Friedland</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Multimodal Ensemble Models for Predicting Video Memorability</article-title>
          .
          <source>In Proceedings of the MediaEval 2020 Workshop.</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>