<!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>THAU-UPM at MediaEval 2021: From Video Semantics To Memorability Using Pretrained Transformers</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Ricardo Kleinlein , Cristina Luna-Jiménez , Fernando Fernández-Martínez Grupo de Tecnología del Habla y Aprendizaje Automático (THAU Group), Information Processing and Telecommunications Center, E.T.S.I. de Telecomunicación, Universidad Politécnica de Madrid</institution>
          ,
          <addr-line>Avda. Complutense 30, 28040 Madrid</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <fpage>13</fpage>
      <lpage>15</lpage>
      <abstract>
        <p>This paper reports on our experience after participating at the MediaEval 2021: Predicting Media Memorability challenge. The memorability of a video is defined as the proportion of people that successfully remembered having watched a video on a second viewing during a memory game. Given this setup, teams were requested to provide systems able to predict the degree of memorability for individual videos from two diferent datasets: TRECVid and Memento10k. Our proposal builds upon previous work in which we ifnd that non-adapted features extracted from Transformer architectures can be closely tied to semantic diferences between samples, which in turn point to the overall memorability degree within diferent semantic units, or topics. We feed these precomputed features to linear regressors, showing that even without adapting the input representation competitive prediction rates can be achieved.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        Scientific modelling of cognitive variables of human perception of
multimedia productions has eluded a mathematical formulation
until the last decades, leaving it as a discipline within psychology[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
Although usually perceived to be largely dependent on the
subjective appraisals experienced by an individual, the analysis of
group-level data sets points to the existence of patterns most
humans attach at least to some degree when faced before multimedia
content. One such instance is the problem of media memorability.
      </p>
      <p>
        The MediaEval workshop, and in particular the Predicting
Media Memorability challenge, provides now for the 4ℎ consecutive
edition with reliable data that researchers can use to further
understand media memorability. A detailed description of the challenge,
as well as the data sources used in this task can be found in [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
    </sec>
    <sec id="sec-2">
      <title>RELATED WORK</title>
      <p>
        From the seminal work of Isola et al.[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], researchers have
investigated whether the prediction of media memorability depends
primarily on visual descriptors such as image colour; brightness;
and hue, as opposed to other approaches, which suggested that
high-level, data-driven representations (e.g., image composition,
scene recognition, and image classification features) are best suited
to the task.
      </p>
      <p>
        Our hypothesis, supported by studies from both neuroscience
and psychology, is that there are certain topics (particularly those
related to people) that are inherently better remembered, than other
themes such as nature, war-like scenes and open spaces [
        <xref ref-type="bibr" rid="ref11 ref8">8, 11</xref>
        ].
Moreover, it seems that a major principle in creating new memories
comes from the fact that the brain deals with scene and object
representations at the same level of abstraction [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. This highlights
the need for global descriptors of the media content if the goal is
to predict its likelihood to be remembered.
      </p>
      <p>
        In recent times, the Transformer family of models has been
proposed as an alternative to other neural architectures, with promising
results until now [
        <xref ref-type="bibr" rid="ref14 ref17 ref4 ref5">4, 5, 14, 17</xref>
        ]. This is largely due to the inner
representation of input features these models are able to compute, which
tend to show a high degree of robustness to previously unseen
data. Because of their success, we use them as either text of image
encoders, in order to transform text descriptions or video frames
into meaningful, semantically-rich vector embeddings.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>APPROACH</title>
      <p>
        In a previous study[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], we found that a Transformer trained on
a sentence similarity task yielded features closely aligned to the
automatic detection of topics within the set of available video
descriptions. We also observed that some semantic units like human,
baby, girl, or man showed a higher average memorability than other
topics closer to nature views, open spaces or war-like contents. One
of the pillars of our analysis relied on the fact that the model used
to encode sentences into embeddings was not fine-tuned or adapted
to our task. Therefore, here we extend our methodology to other
pretrained Transformer architectures.1
      </p>
      <p>Here we explore a wider range of models, covering systems able
to deal not only with text inputs, but also with visual information.
The main distinction between diferent runs (shown in Table 1)
lies in the model combinations used to encode the textual and
visual features. These embeddings are then fed as input to linear
regression models that constitute the only part of the pipeline
specifically trained on the task of predicting media memorability.
Every video is represented by a single embedding, computed as
the mean value of that video’s individual sentence or frame-level
embeddings.
3.1</p>
    </sec>
    <sec id="sec-4">
      <title>Text Transformers</title>
      <p>
        Language is a natural way to describe to others what we see, and
hence through it, we can encapsulate the semantics of a video in a
succinct and readable way. We choose three diferent architectures,
SBERT [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]; GPT-2[
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]; and CLIP[
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], each covering a diferent
aspect of language modelling. SBERT is a variation of the popular
1All the models used here can be downloaded from https://huggingface.co.
R. Kleinlein, C. Luna-Jiménez, F. Fernández-Martínez
      </p>
      <sec id="sec-4-1">
        <title>SBERT</title>
        <p>GPT-2
CLIP (text)
CLIP (visual)
ViT</p>
      </sec>
      <sec id="sec-4-2">
        <title>BEIT</title>
      </sec>
      <sec id="sec-4-3">
        <title>PCA dims.</title>
      </sec>
      <sec id="sec-4-4">
        <title>Method Run 1 2</title>
        <p>
          BERT language model[
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]; the embeddings computed using SBERT
are targeted at telling apart pairs of sentences with similar or
dissimilar meaning, which is beneficial when looking for topics in
texts. We use the all-mpnet-base-v2 implementation. GPT-2 set a
remarkable milestone in the path of automatic text generation[
          <xref ref-type="bibr" rid="ref15">15</xref>
          ],
since it is able to synthesize texts coherent both in structure, use of
language and grammar. Features extracted using this model build a
general-purpose language representation. CLIP was announced as
a model able to combine information from both visual and textual
sources in order to perform image classification and image
synthesis simultaneously [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]. Its text-encoder is considered separately
from the rest of the model to encode sentences describing videos
with emphasis on the content of the video.
3.2
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Visual Transformers</title>
      <p>
        Although text descriptions can convey most of the semantic units
within a video clip, many aspects of the clip itself are missed. For
instance, a text such as "two people walking" can evoke a unending
amount of diferent images. However, extracting the semantics from
images is a process far more complex to interpret and analyze.
Fortunately, Transformers have also been applied to computer vision
tasks. Hence, we can proceed analogously and elaborate on the
embedding representations extracted from video frames (extracted at
1 FPS) using pretrained models. We use the visual branch of a CLIP
model, plus two additional systems designed under the same
guiding principles of the original BERT. In particular, we use BEiT [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]
and ViT [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] as additional visual encoders. Both were trained on
image classification over the ImageNet-21k dataset [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], at a resolution
of 224x224 pixels, though following diferent approaches.
3.3
      </p>
    </sec>
    <sec id="sec-6">
      <title>Predictive models</title>
      <p>
        We limit our setup to simple linear predictors: linear regression and
Naïve Bayes regression. Both are simple enough conceptually, yet
diferent in their inner working 2, allowing us to concentrate our
eforts on the predictive power of the non-adapted input features.
Also, Principal Component Analysis (PCA) is used to project the
input vectors on spaces with lower dimensionality [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Each run was
submitted according to the learning method and PCA dimensions
that performed the best over the development set of data on each
dataset.
2We used the default implementations from sklearn library [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
      <p>Dataset</p>
      <p>TRECVid
Memento10k</p>
      <p>Labels
short-raw
short-norm
long
raw
norm
run 1
0.204
0.193
0.125
0.596
0.598
run 2
0.265
0.272
0.102
0.601
0.606
run 3
0.291
0.293
0.077
0.656
0.657
run 4 run 5
0.205
0.193
0.009
0.651
0.652
0.198
0.198
0.01
0.651
0.651</p>
    </sec>
    <sec id="sec-7">
      <title>ACKNOWLEDGMENTS</title>
      <p>The work leading to these results was supported by the Spanish
Ministry of Scienceand Innovation through the GOMINOLA
(PID2020118112RB-C21 and PID2020-118112RB-C22,funded by MCIN/AEI/
10.13039/501100011033), CAVIAR (TEC2017-84593-C2-1-R, funded
by MCIN/AEI/10.13039/501100011033/FEDER “Una manera de hacer
Europa”), and AMIC (TIN2017-85854-C4-4-R, funded by MCIN/AEI/
10.13039/501100011033/FEDER “Una manera de hacer Europa”)
projects. This research also received funding from the European
Union’s Horizon2020 research and innovation program under grant
agreement Nº823907 (http://menhir-project.eu, accessedon17
November 2021). Furthermore, R.K.’s research was supported by the
Spanish Ministry ofEducation (FPI grant PRE2018-083225).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Rudolf</given-names>
            <surname>Arnheim</surname>
          </string-name>
          .
          <year>1954</year>
          .
          <article-title>Art and visual perception: a psychology of the creative eye</article-title>
          . University of California Press.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Hangbo</given-names>
            <surname>Bao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Li</given-names>
            <surname>Dong</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Furu</given-names>
            <surname>Wei</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>BEiT: BERT Pre-Training of Image Transformers</article-title>
          . (
          <year>2021</year>
          ). arXiv:
          <volume>2106</volume>
          .08254 https://arxiv.org/ abs/2106.08254
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Jia</given-names>
            <surname>Deng</surname>
          </string-name>
          , Wei Dong, Richard Socher,
          <string-name>
            <surname>Li-Jia</surname>
            <given-names>Li</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Kai</given-names>
            <surname>Li</surname>
          </string-name>
          , and
          <string-name>
            <surname>Li</surname>
          </string-name>
          Fei-Fei.
          <year>2009</year>
          .
          <article-title>Imagenet: A large-scale hierarchical image database</article-title>
          .
          <source>In 2009 IEEE conference on computer vision and pattern recognition. Ieee</source>
          ,
          <volume>248</volume>
          -
          <fpage>255</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Jacob</given-names>
            <surname>Devlin</surname>
          </string-name>
          ,
          <string-name>
            <surname>Ming-Wei</surname>
            <given-names>Chang</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Kenton</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Kristina</given-names>
            <surname>Toutanova</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding</article-title>
          .
          <source>In Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , Volume
          <volume>1</volume>
          (Long and Short Papers).
          <source>Association for Computational Linguistics</source>
          , Minneapolis, Minnesota,
          <fpage>4171</fpage>
          -
          <lpage>4186</lpage>
          . https://doi.org/10.18653/v1/
          <fpage>N19</fpage>
          -1423
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Alexey</given-names>
            <surname>Dosovitskiy</surname>
          </string-name>
          , Lucas Beyer, Alexander Kolesnikov, Dirk Weissenborn, Xiaohua Zhai, Thomas Unterthiner, Mostafa Dehghani, Matthias Minderer, Georg Heigold, Sylvain Gelly, Jakob Uszkoreit, and
          <string-name>
            <given-names>Neil</given-names>
            <surname>Houlsby</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale</article-title>
          . ArXiv abs/
          <year>2010</year>
          .11929 (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Karl</given-names>
            <surname>Pearson F.R.S</surname>
          </string-name>
          .
          <year>1901</year>
          . LIII.
          <article-title>On lines and planes of closest fit to systems of points in space</article-title>
          .
          <source>The London, Edinburgh, and Dublin Philosophical Magazine and Journal of Science</source>
          <volume>2</volume>
          ,
          <issue>11</issue>
          (
          <year>1901</year>
          ),
          <fpage>559</fpage>
          -
          <lpage>572</lpage>
          . https://doi.org/10.1080/14786440109462720
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <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>
          . https://doi.org/10.1109/TPAMI.
          <year>2013</year>
          .200
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Andrew</given-names>
            <surname>Jaegle</surname>
          </string-name>
          , Vahid Mehrpour, Yalda Mohsenzadeh, Travis Meyer, Aude Oliva, and
          <string-name>
            <given-names>Nicole</given-names>
            <surname>Rust</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Population response magnitude variation in inferotemporal cortex predicts image memorability</article-title>
          .
          <source>eLife</source>
          <volume>8</volume>
          (aug
          <year>2019</year>
          ),
          <year>e47596</year>
          . https://doi.org/10.7554/eLife.47596
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Rukiye</given-names>
            <surname>Savran</surname>
          </string-name>
          <string-name>
            <given-names>Kiziltepe</given-names>
            , Mihai Gabriel Constantin,
            <surname>Claire-Hélè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 Working Notes Proceedings of the MediaEval 2021 Workshop.</source>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Ricardo</surname>
            <given-names>Kleinlein</given-names>
          </string-name>
          , Cristina Luna-Jiménez, David Arias-Cuadrado,
          <string-name>
            <given-names>Javier</given-names>
            <surname>Ferreiros</surname>
          </string-name>
          , and
          <string-name>
            <surname>Fernando</surname>
          </string-name>
          Fernández-Martínez.
          <year>2021</year>
          .
          <article-title>TopicOriented Text Features Can Match Visual Deep Models of Video Memorability</article-title>
          .
          <source>Applied Sciences</source>
          <volume>11</volume>
          ,
          <issue>16</issue>
          (
          <year>2021</year>
          ). https://doi.org/10.3390/ app11167406
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>T.</given-names>
            <surname>Konkle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. F.</given-names>
            <surname>Brady</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.A.</given-names>
            <surname>Alvarez</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Oliva</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Conceptual distinctiveness supports detailed visual long-term memory for realworld objects</article-title>
          .
          <source>Journal of Experimental Psychology: General</source>
          <volume>139</volume>
          ,
          <issue>3</issue>
          (
          <year>2010</year>
          ),
          <fpage>558</fpage>
          -
          <lpage>578</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Talia</surname>
            <given-names>Konkle</given-names>
          </string-name>
          , Timothy F. Brady, George A.
          <string-name>
            <surname>Alvarez</surname>
            , and
            <given-names>Aude</given-names>
          </string-name>
          <string-name>
            <surname>Oliva</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Scene Memory Is More Detailed Than You Think: The Role of Categories in Visual Long-Term Memory</article-title>
          .
          <source>Psychological Science</source>
          <volume>21</volume>
          ,
          <issue>11</issue>
          (
          <year>2010</year>
          ),
          <fpage>1551</fpage>
          -
          <lpage>1556</lpage>
          . https://doi.org/10.1177/0956797610385359 arXiv:https://doi.org/10.1177/0956797610385359 PMID:
          <fpage>20921574</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>F.</given-names>
            <surname>Pedregosa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Varoquaux</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gramfort</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Michel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Thirion</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Grisel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Blondel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Prettenhofer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Weiss</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Dubourg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Vanderplas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Passos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Cournapeau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Brucher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Perrot</surname>
          </string-name>
          , and
          <string-name>
            <given-names>E.</given-names>
            <surname>Duchesnay</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Scikit-learn: Machine Learning in Python</article-title>
          .
          <source>Journal of Machine Learning Research</source>
          <volume>12</volume>
          (
          <year>2011</year>
          ),
          <fpage>2825</fpage>
          -
          <lpage>2830</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Alec</surname>
            <given-names>Radford</given-names>
          </string-name>
          , Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, Gretchen Krueger, and
          <string-name>
            <given-names>Ilya</given-names>
            <surname>Sutskever</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>Learning Transferable Visual Models From Natural Language Supervision</article-title>
          . In ICML.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Alec</surname>
            <given-names>Radford</given-names>
          </string-name>
          , Jef Wu, Rewon Child, David Luan,
          <string-name>
            <given-names>Dario</given-names>
            <surname>Amodei</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Ilya</given-names>
            <surname>Sutskever</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Language Models are Unsupervised Multitask Learners</article-title>
          . (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>Nils</given-names>
            <surname>Reimers</surname>
          </string-name>
          and
          <string-name>
            <given-names>Iryna</given-names>
            <surname>Gurevych</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks</article-title>
          .
          <source>In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing</source>
          .
          <article-title>Association for Computational Linguistics</article-title>
          . http://arxiv.org/abs/
          <year>1908</year>
          . 10084
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Ashish</surname>
            <given-names>Vaswani</given-names>
          </string-name>
          , Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez,
          <article-title>Ł ukasz Kaiser, and</article-title>
          <string-name>
            <given-names>Illia</given-names>
            <surname>Polosukhin</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Attention is All you Need</article-title>
          .
          <source>In Advances in Neural Information Processing Systems</source>
          , I. Guyon,
          <string-name>
            <given-names>U. V.</given-names>
            <surname>Luxburg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bengio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wallach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Fergus</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Vishwanathan</surname>
          </string-name>
          , and R.
          <source>Garnett (Eds.)</source>
          , Vol.
          <volume>30</volume>
          . Curran Associates, Inc. https://proceedings.neurips.cc/paper/2017/file/ 3f5ee243547dee91fbd053c1c4a845aa-Paper.pdf
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Bichen</surname>
            <given-names>Wu</given-names>
          </string-name>
          , Chenfeng Xu, Xiaoliang Dai, Alvin Wan, Peizhao Zhang, Zhicheng Yan, Masayoshi Tomizuka, Joseph Gonzalez, Kurt Keutzer, and
          <string-name>
            <given-names>Peter</given-names>
            <surname>Vajda</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Visual Transformers: Token-based Image Representation and Processing for Computer Vision</article-title>
          . (
          <year>2020</year>
          ).
          <article-title>arXiv:cs</article-title>
          .CV/
          <year>2006</year>
          .03677
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>