<!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 Video Saliency Using Crowdsourced Mouse-Tracking Data</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Lomonosov Moscow State University</institution>
          ,
          <addr-line>Moscow</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>V.A. Lyudvichenko</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper presents a new way of getting high-quality saliency maps for video, using a cheaper alternative to eye-tracking data. We designed a mouse-contingent video viewing system which simulates the viewers' peripheral vision based on the position of the mouse cursor. The system enables the use of mouse-tracking data recorded from an ordinary computer mouse as an alternative to real gaze fixations recorded by a more expensive eye-tracker. We developed a crowdsourcing system that enables the collection of such mousetracking data at large scale. Using the collected mouse-tracking data we showed that it can serve as an approximation of eye-tracking data. Moreover, trying to increase the efficiency of collected mouse-tracking data we proposed a novel deep neural network algorithm that improves the quality of mouse-tracking saliency maps.</p>
      </abstract>
      <kwd-group>
        <kwd>saliency</kwd>
        <kwd>deep learning</kwd>
        <kwd>visual attention</kwd>
        <kwd>crowdsourcing</kwd>
        <kwd>eye tracking</kwd>
        <kwd>mouse tracking</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        When watching videos, humans distribute their attention
unevenly. Some objects in the video may attract more attention
than the others. This distribution can be represented by per-frame
saliency maps defining the importance of each frame region for
viewers. The use of saliency can improve the quality of many
video processing applications such as compression [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] and
retargeting etc [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        Therefore, many research efforts have been made to develop
algorithms predicting saliency of images and videos [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
However, the quality of even the most advanced deep learning
algorithms is insufficient for some video applications [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ][
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
For example, deep video saliency algorithms slightly outperform
eye-tracking data of a single observer [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], whereas at least 16
observers are required to get ground-truth saliency [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>Another option to obtain high-quality saliency maps is to
generate them from eye fixations of real humans using eye
tracking. Arbitrarily high quality can be achieved by adding more
eye-tracking data from more observers. However, collection of
the data is costly and laborious because eye-trackers are
expensive devices that are usually available only in special
laboratories. Therefore, the scale and speed of the data collection
process is limited.</p>
      <p>
        Eye-tracking data is not the only way to estimate humans’
visual attention. Recent works [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ][
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] offered alternative
methodologies to eye tracking that use mouse clicks or mouse
movement data to approximate eye fixations on static images. To
collect such data a participant is shown an image on a screen.
Initially, the image is blurred, but a participant can click on any
area of the image to see the original, sharp image in a small
circular region around the mouse cursor. This motivates
observers to click on areas of images that are interesting to them.
Therefore, the coordinates of mouse clicks can approximate real
eye fixations.
      </p>
      <p>Of course, such cursor-tracking data of a single observer
approximates visual-attention less effectively than eye-tracking
data. But in general, quality comparable with eye tracking can be
achieved by adding more data recorded from more observers.
The main advantage of such cursor-based approaches is that they
significantly simplify the process of getting high-quality saliency
maps. To collect the data only a consumer computer with a
mouse is needed. Thanks to crowdsourcing web-platforms like
Amazon Mechanical Turk, the data can be collected remotely
and at large scale. It drastically speeds up the collection process
and allows to increase the diversity of participants.</p>
      <p>In this work, we propose a cursor-based method for
approximating saliency in videos and a crowdsourcing system
for collecting such data. To the best of our knowledge, it is the
first attempt to construct saliency maps for video using
mousetracking data. We show participants a video which is being
played in real time in the web-browser in a special video-player
simulating the peripheral vision of the human visual system. The
player unevenly blurs the video in accordance with current
mouse cursor position, the closer a pixel is to the cursor the less
blur that is applied (Fig. 1). While watching the video a
participant could freely move the cursor to see interesting objects
without blurring. Using the system we collected participants’
mouse-tracking data who were hired on a crowdsourcing
platform. We performed an analysis of the collected data and
showed that it can approximate eye-tracking saliency. In
particular, saliency maps generated from mouse-tracking data of
two observers have the same quality as ones generated from
eyetracking data from a single observer.</p>
      <p>
        However, cursor-based approaches, as well as eye-tracking,
become less efficient in terms of added quality per observer when
the number of observers goes up. The contribution of each
following observer to the overall quality is rapidly decreasing
because the dependence between the number of observers and
the quality is logarithmic in nature [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Thereby, each following
observer is more and more expensive in terms of cost per added
quality.
      </p>
      <p>
        To tackle this problem the semiautomatic paradigm for
predicting saliency was proposed in [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Unlike conventional
saliency models, semiautomatic approaches take eye-tracking
saliency maps as an additional input and postprocess them which
enables better saliency maps using less data.
      </p>
      <p>
        We generalized the semiautomatic paradigm to
mousetracking data and proposed a new deep neural network algorithm
working within this paradigm. The algorithm is based on
SAMResNet [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] architecture, in which two modifications were made.
Since SAM-ResNet was designed to predict saliency in images,
we firstly added an LSTM layer and adapted the SAM’s attention
module to exploit temporal cues of videos. Then, we added a new
external prior to the network which integrates mouse-tracking
saliency maps into the network. We showed that both
modifications applied separately and jointly improve the quality.
In particular, we demonstrated that the algorithm can take
mouse-tracking saliency maps that had the quality comparable
with eye-tracking from three observers and improve them to the
quality of eight observers.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related work</title>
      <p>
        The paper makes a contribution to two topics: cursor-based
alternatives to eye tracking and semiautomatic saliency
modeling. Hereafter we provide a brief overview of these topics.
Cursor-based alternatives to eye tracking. There were many
efforts to use mouse tracking as a cheap alternative to eye
tracking. However, most of these efforts were focused on
webpage analysis [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. Therefore we provide an overview of the
most notable universal approaches working with natural images.
      </p>
      <p>
        Huang et al. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] designed a mouse-contingent paradigm that
allowed the use a mouse instead of the eye tracker to record
humans’ behaviors of viewing static images. They show
participants the image for five seconds. The shown image is
adaptively blurred to simulate peripheral vision as though a
participant’s gaze is focused on the mouse cursor. Participants
can freely move the mouse cursor. Cursor coordinates are
recorded, clustered and filtered to remove outliers. Authors
showed that such cursor-based fixations have high similarity
with eye-tracking fixations. Using AMT crowdsourcing platform
they estimated saliency of 10000 images which were published
as the SALICON dataset.
      </p>
      <p>
        BubbleView [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] has a similar methodology, but it does not
use the adaptive blurring and reveals the unblurred area of the
image only when a participant clicks on it.
      </p>
      <p>
        Sidorov et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] addressed the problem of temporal
saliency of video, i.e. how a whole frame is important for
viewers. To estimate the temporal importance they show
participants a blurred video and allow them to turn off blurring
under the cursor when the mouse button is held down.
Participants have a limited amount of time when they can see
unblurred frames, therefore they push the button down only on
interesting frames.
      </p>
      <p>To the best of our knowledge, our method is the first attempt
to estimate spatial saliency of video using mouse-tracking data.</p>
      <p>
        Semiautomatic saliency modeling. Lyudvichenko et
al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] proposed a semiautomatic visual-attention algorithm for
video. The algorithm takes eye-tracking saliency maps as an
additional input and performs postprocessing transformations to
them yielding saliency maps with better quality. The
postprocessing is done in three steps: firstly they propagate
fixations from neighboring frames to the current frame according
to motion vectors, then they apply brightness correction and add
a center prior image to the saliency maps maximizing the
similarity between the result and ground-truth.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Cursor-based saliency for video</title>
      <p>We propose a methodology for high-quality visual-attention
estimation based on mouse-tracking data and a system collecting
such data using crowdsourcing platforms. We show a participant
the video in a special video player in real-time in full-screen
mode. The player simulates the peripheral vision of the human
visual system by blurring the video as though the participant’s
gaze is focused on the mouse cursor. The human eye retina
consists of receptor cells, which are unevenly distributed
throughout the eye, with a peak at the center of the field of view.
The central, foveal area is most clearly visible, whereas other,
peripheral ones are blurrier. We simulate that specificity by
adaptively blurring video in accordance with the position of the
mouse cursor. A participant can freely move the cursor
simulating shifting of the gaze.</p>
      <p>To enable real-time rendering of the adaptively blurred
frames we use a simple Gaussian pyramid with two layers  0 and
 1, where  0 is the original frame,  1 is a blurred frame with  1.
The displayed image is constructed as follows:   =    0 +
(1 −   ) 1 , where  is pixel coordinates and   is a blending
coefficient dependent on the retina density at  . Thus,   =
exp⁡(−‖ −  ‖2⁄2  2 ), where  is the position of the mouse
cursor,   is a parameter. Both parameters  1 and   represent
the size of the foveal area and depend on screen size and the
distance between the participant and the screen. Since we record
the data in uncontrolled conditions and cannot compute these
parameters exactly we chose  1 = 0.02 and   = 0.2 , where
 is video width.</p>
      <p>The system consists of front-end and back-end parts. The
back-end part allocates videos among participants, stores the
recorded data and communicates with a crowdsourcing platform.
Before watching videos the system shows three educational
pages explaining how the video player works, Fig. 1 shows the
first page. The front-end part implements the video player using
the HTML5 Canvas API. Also, it checks that the participant’s
screen size is at least 1024 pixels width and its browser is able to
render video at least 20 FPS. We excluded data from participants
who didn't pass these checks.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Semiautomatic deep neural network</title>
      <p>
        To improve saliency maps generated using the cursor
positions as eye fixations we developed a new neural network
algorithm. The algorithm is based on SAM [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] architecture
which was originally designed to predict saliency of static
images. Though SAM is a static model, its retrained ResNet
version can outperform the latest temporal-aware models like
ACL [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] and OM-CNN [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ][
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Also, SAM architecture can be
more easily adapted to video because its attentive module already
uses LSTM layer to iteratively update the attention.
      </p>
      <p>We make two modifications to the original SAM-ResNet
architecture: adapt it for more effective video processing and add
the external prior to integrate mouse-tracking saliency maps. The
modified architecture is shown in Fig. 2.</p>
      <p>Saliency models can significantly benefit from using
temporal video cues. Therefore we extract 256 temporal features
in addition to 256 spatial features yielded from 2048 final
features of ResNet subnetwork by 1×1 convolution. The
temporal features are produced by additional convolutional
LSTM layer with 3×3 kernels which is fed with the final features
of ResNet. Spatial and temporal features are concatenated all
together and passed to the Attentive ConvLSTM module. Also,
we make the Attentive ConvLSTM module truly temporal-aware
by passing its states from the last iteration of the previous frame
to the first iteration of the following frame. It allowed reducing
the number of per-frame iterations from 4 to 3 without quality
loss.</p>
      <p>Then we integrate the external map priors in three places of
the network. Firstly we add this prior to the existing Gaussian
priors at the network head.</p>
      <sec id="sec-4-1">
        <title>Dilated</title>
      </sec>
      <sec id="sec-4-2">
        <title>ResNet</title>
        <p>To learn more complex dependencies between the prior and
spatiotemporal features we concatenate downsampled prior and
the output of the ResNet subnetwork. Also, we concatenate it
with three RGB channels of source frames. Since we use a
pretrained ResNet network that expects the input with three
channels, we update the weight of the first convolutional layer by
adding a forth input feature initialized by zero weights.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Experiments</title>
      <p>
        We used our cursor-based saliency system to collect
mousemovement data in 12 random videos from Hollywood-2 video
saliency dataset [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] that are each 20–30 seconds long. We hired
participants on Subjectify.us crowdsourcing platform, showed
them 10 videos and paid them $0.15 if they watched all videos.
In total, we collected data of 30 participants resulting in 22–30
views per video.
      </p>
      <p>Using the collected data we estimated how good mouse- and
eye-tracking fixations from the different number of observers
approximate ground-truth saliency maps (generated from
eyetracking fixations). Fig. 3 shows the results and illustrates that
mouse-tracking of two observers have the same quality as
eyetracking of the single observer, so the data collected with the
proposed system can approximate eye-tracking.</p>
      <p>Note, when we estimated the eye-tracking performance of 
observers we compared them with the remaining  − 
observers of total  observers. Therefore the eye-tracking curve
has stopped increasing since  = 8 because Hollywood-2
dataset has data of 16 observers only. All our experiments
convert fixation points to saliency maps using the formula
  = ∑ =1..  ( ,   ,  ), where   is the resulting saliency
map value at pixel  ,   is the position of the  -th fixation point
of  and  is a Gaussian with  = 0.0625 ,  is video width.</p>
      <p>
        We also tested how the previous semiautomatic
algorithm [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] works with mouse-tracking data from a different
number of observers. Fig. 3 illustrates that the algorithm visibly
improves mouse-tracking saliency maps making them
comparable with eye-tracking. In particular, it improves
mousetracking saliency maps of a single observer making them better
than eye-tracking of a single observer.
      </p>
      <p>
        Then we tested four configurations of proposed neural
network architecture: two versions of the static variant and two
versions of the temporal variant. The static variant processes
frames independently, whereas the temporal one uses temporal
cues. Each variant has the semiautomatic version using the
external prior maps and the automatic version not using any
external priors. All architectures were trained on DHF1K [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]
      </p>
      <sec id="sec-5-1">
        <title>Learned</title>
      </sec>
      <sec id="sec-5-2">
        <title>Gaussian priors</title>
      </sec>
      <sec id="sec-5-3">
        <title>Attentive</title>
      </sec>
      <sec id="sec-5-4">
        <title>ConvLSTM*</title>
        <p>512+1
1+512+16</p>
        <p>Conv
5x5</p>
        <p>Conv
1x1</p>
        <p>
          Predicted
saliency maps
and SAVAM [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] datasets, the training set consisted of 297 videos
with 86440 frames, the validation set contained 65 videos. The
NSS term was excluded from the original SAM’s loss function
since optimizing the NSS metric worsens all other saliency
metrics. All other optimization parameters are the same as those
used in the original SAM-ResNet.
        </p>
        <p>
          Fig. 3. Objective evaluation of four configurations of our neural
network: two semiautomatic versions using the prior maps
generated from mouse-tracking data of 10 observers and two
automatic versions without the prior maps. The networks are
compared with the mean result of  mouse- and eye-tracking
observers as well as the SAVAM algorithm [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] using 
mouse-tracking observers (MTO). Note, the number of
observers is limited to half of the eye-tracking observers
presented in the Hollywood-2 dataset [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ].
        </p>
        <p>The static architecture variants were trained on every 25-th
frame of the videos. When training the temporal versions we
composed minibatches from 3 consecutive frames of 5 different
videos to use as large of a batch size as possible. Also, we
disabled training of batch normalization layers to avoid problems
related to small batch size.</p>
        <p>Since the collected mouse-tracking data wasn’t enough for
training the semiautomatic architectures we employed transfer
learning technique and used eye-tracking saliency maps for the
network’s external prior. The prior maps were eye-tracking
saliency maps of 3 observers which have the same quality as
mouse-tracking maps of 10 observers (according to Fig. 3).</p>
        <p>
          Fig. 3 shows the performance of all four trained networks
where the external prior maps for the semiautomatic networks
were generated from mouse-tracking data of 10 observers. The
figure demonstrates that the temporal configurations
significantly outperform the static ones. Thus, the added
temporal cues improved the Similarity Score measure [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] of the
original SAM [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] static version from 0.659 to 0.678, and the
semiautomatic version from 0.687 to 0.728.
        </p>
        <p>
          The semiautomatic versions improve their prior maps and
have better quality than the automatic versions. Also, they
significantly outperform the semiautomatic algorithm proposed
in [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. It’s worth noting that the best temporal semiautomatic
configuration, which uses the prior maps generated from
mousetracking data of 10 observers, outperforms eye-tracking of 8
observers. Since the prior maps have the same quality as 3
eyetracking observers, the proposed semiautomatic algorithm
actually improves saliency maps as though 5 more eye-tracking
observers were added.
        </p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion</title>
      <p>In this paper, we proposed a cheap way of getting
highquality saliency maps for video through the use of additional
data. We developed a novel system that shows viewers videos in
a mouse-contingent video player and collects mouse-tracking
data approximating real eye fixations. We showed that
mousetracking data can be used as an alternative to more expensive
eyetracking data. Also, we proposed a new deep semiautomatic
algorithm which significantly improves mouse-tracking saliency
maps and outperforms traditional automatic algorithms.</p>
    </sec>
    <sec id="sec-7">
      <title>7. Acknowledgments</title>
      <p>This work was partially supported by the Russian Foundation
for Basic Research under Grant 19-01-00785 a.</p>
    </sec>
    <sec id="sec-8">
      <title>8. References</title>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Borji</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <article-title>Saliency prediction in the deep learning era: An empirical investigation</article-title>
          . CoRR abs/
          <year>1810</year>
          .03716 (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Borji</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Itti</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <article-title>State-of-the-art in visual attention modeling</article-title>
          .
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          <volume>35</volume>
          ,
          <issue>1</issue>
          (
          <year>2013</year>
          ),
          <fpage>185</fpage>
          -
          <lpage>207</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Cornia</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Baraldi</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Serra</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Cucchiara</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <article-title>Predicting Human Eye Fixations via an LSTM-based Saliency Attentive Model</article-title>
          .
          <source>IEEE Transactions on Image Processing</source>
          <volume>27</volume>
          ,
          <issue>10</issue>
          (
          <year>2018</year>
          ),
          <fpage>5142</fpage>
          -
          <lpage>5154</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Gitman</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Erofeev</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vatolin</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Andrey</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Alexey</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <article-title>Semiautomatic visual-attention modeling and its application to video compression</article-title>
          .
          <source>In International Conference on Image Processing (ICIP)</source>
          (
          <year>2014</year>
          ), pp.
          <fpage>1105</fpage>
          -
          <lpage>1109</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shen</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boix</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Zhao</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          <article-title>Salicon: Reducing the semantic gap in saliency prediction by adapting deep neural networks</article-title>
          .
          <source>In International Conference on Computer Vision</source>
          (
          <year>2015</year>
          ), pp.
          <fpage>262</fpage>
          -
          <lpage>270</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Jiang</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          <article-title>Predicting video saliency with object-to-motion cnn and two-layer convolutional lstm</article-title>
          .
          <source>CoRR abs/1709</source>
          .06316 (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Judd</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Durand</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Torralba</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <article-title>A benchmark of computational models of saliency to predict human fixations</article-title>
          .
          <source>Tech. rep., Computer Science and Artificial Intelligence Lab</source>
          , Massachusetts Institute of Technology,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Judd</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ehinger</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Durand</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Torralba</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <article-title>Learning to predict where humans look</article-title>
          .
          <source>In International Conference on Computer Vision</source>
          (ICCV) (
          <year>2009</year>
          ), pp.
          <fpage>2106</fpage>
          -
          <lpage>2113</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>N. W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bylinskii</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Borkin</surname>
            ,
            <given-names>M. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gajos</surname>
            ,
            <given-names>K. Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oliva</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Durand</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Pfister</surname>
            ,
            <given-names>H. Bubbleview:</given-names>
          </string-name>
          <article-title>An interface for crowdsourcing image importance maps and tracking visual attention</article-title>
          .
          <source>ACM Trans. Comput.-Hum. Interact</source>
          .
          <volume>24</volume>
          ,
          <issue>5</issue>
          (
          <year>2017</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>40</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Lyudvichenko</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Erofeev</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gitman</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Vatolin</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <article-title>A semiautomatic saliency model and its application to video compression</article-title>
          .
          <source>In 13th IEEE International Conference on Intelligent Computer Communication and Processing</source>
          (
          <year>2017</year>
          ), pp.
          <fpage>403</fpage>
          -
          <lpage>410</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Lyudvichenko</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Erofeev</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ploshkin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Vatolin</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <article-title>Improving video compression with deep visual-attention models</article-title>
          .
          <source>In International Conference on Intelligent Medicine and Image Processing</source>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Mathe</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Sminchisescu</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <article-title>Actions in the eye: Dynamic gaze datasets and learnt saliency models for visual recognition</article-title>
          .
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          (
          <year>2015</year>
          ),
          <fpage>1408</fpage>
          -
          <lpage>1424</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Sidorov</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pedersen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>N. W.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Shekhar</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <article-title>Are all the frames equally important? CoRR abs/</article-title>
          <year>1905</year>
          .07984 (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shen</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guo</surname>
          </string-name>
          , F., Cheng, M.- M., and
          <string-name>
            <surname>Borji</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <article-title>Revisiting video saliency: A large-scale benchmark and a new model</article-title>
          .
          <source>IEEE Conference on Computer Vision</source>
          and Pattern
          <string-name>
            <surname>Recognition</surname>
          </string-name>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sugano</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Bulling</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <article-title>Spatiotemporal modeling and prediction of visual attention in graphical user interfaces</article-title>
          .
          <source>In CHI Conference on Human Factors in Computing Systems</source>
          (
          <year>2016</year>
          ), pp.
          <fpage>3299</fpage>
          -
          <lpage>3310</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>