<!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>Exploring Quality Camouflage for Social Images</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Zhuoran Liu, Zhengyu Zhao, Martha Larson</string-name>
          <email>m.larson@cs.ru.nl</email>
          <email>{z.liu,z.zhao,m.larson}@cs.ru.nl</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Laurent Amsaleg</string-name>
          <email>laurent.amsaleg@irisa.fr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>CNRS-IRISA</institution>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Radboud University</institution>
          ,
          <country country="NL">Netherlands</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <fpage>14</fpage>
      <lpage>15</lpage>
      <abstract>
        <p>Social images can be misused in ways not anticipated or intended by the people who share them online. In particular, high-quality images can be driven to unwanted prominence by search engines or used to train unscrupulous AI. The risk of misuse can be reduced if photos can evade quality filtering, which is commonly carried out by automatic Blind Image Quality Assessment (BIQA) algorithms. The Pixel Privacy Task benchmarks privacy-protective approaches that shield images against unethical computer vision algorithms. In the 2020 task, participants are asked to develop quality camouflage methods that can efectively decrease the BIQA score of high-quality images while maintaining image appeal. The camouflage should not damage the image from the point of view of the user: it needs to be either imperceptible, or else to enhance the image visibly, to the human eye.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>Social images shared online can be misused, causing distress and
harm to the people who share them. As computer vision algorithms
continue to improve, their potential for misuse grows as well. There
is a need for technology that can counter the ability of malicious
or heedless actors to easily abuse the power of computer vision.</p>
      <p>
        The Pixel Privacy Task at the MediaEval Multimedia Evaluation
Benchmark aims to address this need. The objective of the task is to
support the development of approaches that can help protect users’
multimedia content. The first two years of the Pixel Privacy Task [
        <xref ref-type="bibr" rid="ref15 ref17">15,
17</xref>
        ] focused on privacy sensitive information depicted in social
images of scenes. Task participants were asked to develop image
transformation approaches that could mislead scene recognition
algorithms, preventing them from predicting the scene classes for
images depicting privacy sensitive scenes.
      </p>
      <p>However, semantic class is not the only aspect of images
associated with the threat of computer vision algorithms. This year,
the Pixel Privacy Task moves beyond semantics to look at hiding
the quality of images. We call this task quality camouflage .
Specifically the 2020 Pixel Privacy Task asks task participants to create
algorithms that cause a Blind Image Quality Assessment (BIQA)
algorithm to predict that an image has a lower quality than it actually
has. Participants are provided with high-quality images, and must
transform them so that they are classified by BIQA to be low-quality
images. At the same time, the images must maintain their appeal
to the human eye, so that users would still want to share them. The
task encourages participants to go beyond maintaining the appeal
to actually increasing it by enhancing the image.
70.47
33.94
72.32
45.46
70.42
40.97</p>
      <p>In Fig. 1 we see examples of high-quality and low-quality images
as judged by an BIQA algorithm. The images are drawn from the
development set of the task, described further in Section 2. Note
that the quality of an image is defined as independent of its aesthetic
qualities or artistic merit. For example, the picture on the left of
the bottom row could be considered beautiful, but would not be
considered a high-quality image because of lack of contrast and
sharpness. The importance of this diference for the task will be
discussed further in Section 4.</p>
      <p>
        Our choice of investigating image quality is motivated by the
large part that quality plays in determining the fate of an image
within a social media platform or an AI system. Computer vision
algorithms that classify image quality are ethically problematic
when the quality information they infer is used inconsistently with
the intent of the users who originally shared the images. This issue
is illustrated by two key examples. First, high-quality images can be
recommended to users in image sharing social media [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], or they
can also be ranked at the top by the search engine [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. However,
users who generated these images may not intend their contents
to be spread widely in the general public. Quality camouflage can
reduce the chance that an image would be shared widely beyond
their family, friends or colleagues. Second, because the performance
of computer vision algorithms can be degraded when the image
quality is low [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], image quality classifiers are commonly applied as
a pre-processing step to filter out low-quality images in the training
or testing [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] phase. However, users may not have anticipated or
agreed to having their images used to train certain types of ethically
questionable classifiers. Quality camouflage can reduce the chance
that their images would be used for training.
1.1
      </p>
    </sec>
    <sec id="sec-2">
      <title>Adversary Model</title>
      <p>
        Quality camouflage is designed to protect images. However,
technically, it is considered an adversary, and defined according to an
adversary model. We follow the stand dimensions of the adversary
model, set out by [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. First, in the resources/access dimension, we
assume that we (i.e., the adversary) have general knowledge of the
target. We know that we are protecting against a state-of-the-art
quality classifier and also the images we are trying to protect will
be subject to some minimal pre-processing intended to counter
adversarial examples. Second, in the risk tolerance dimension, we
assume that we are not worried whether it is possible to infer that
we have protected our images (with human eyes or a classifier).
Third, in the objectives dimension, we assume that we are interested
in lowering the quality score of high-quality images, thereby raising
the probability that the images are passed over. We are not looking
for a mathematical guarantee, since our target is open ended.
      </p>
      <p>We are interested in lowering the barrier in task participation,
for this initial exploratory investigation of quality camouflage. For
this reason, we use a white-box variant of the adversary model,
providing participants with the knowledge of the exactly quality
classifier (i.e., the BIQA) that is used and the type of pre-processing
to expect (90% JPEG compression, which has a negligible efect on
the BIQA score). Note that this formulation can also be considered
a gray-box, since the exact compression algorithm is not specified.
1.2</p>
    </sec>
    <sec id="sec-3">
      <title>Relation to Computer Vision Research</title>
      <p>
        The task is related to directions in which research on
adversarial examples are currently expanding. In this section, we sketch
this connection. A direct way to achieve quality camouflage is by
adding small, imperceptible adversarial perturbations to the image.
Such imperceptibility has been addressed conventionally by 
distance [
        <xref ref-type="bibr" rid="ref11 ref14 ref20 ref4 ref5">4, 5, 11, 14, 20</xref>
        ], and recently by more
visual-perceptionaligned measurements [
        <xref ref-type="bibr" rid="ref18 ref25 ref26 ref27 ref29 ref7">7, 18, 25–27, 29</xref>
        ].
      </p>
      <p>
        However, in real-world scenarios, such small, imperceptible
perturbations may not actually impact the target model in the end, since
their efect can be erased by practical image pre-processing
operations. In addition, it has been recently pointed out that such small,
imperceptible perturbations were just introduced as an abstract, toy
example to facilitate evaluation [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] and have no truly compelling
real-world use scenario. For these reasons, researchers have started
to explore unrestricted adversarial images [
        <xref ref-type="bibr" rid="ref1 ref2 ref21 ref28 ref9">1, 2, 9, 21, 28</xref>
        ], which
accommodate larger perturbations that are still unsuspicious because
they transform groups of pixels along dimensions consistent with
human interpretation of images. Participants in past years of the
Pixel Privacy Task have also carried out preliminary exploration in
such a direction [
        <xref ref-type="bibr" rid="ref16 ref3">3, 16</xref>
        ].
      </p>
      <p>The task encourages participants to investigate approaches
simultaneously fool BIQA and maintain/enhance appeal. We are
interested in creating images that people will want to share on
social media, in order to inspire them to protect their privacy. For this
reason, image appeal is a key consideration. Our position is that as
work on unrestricted adversarial examples moves forward it should
be guided by adversary spaces that are well aligned with
humaninterpretable image editing processes, i.e., what users themselves
do to enhance their images and ensure that they are appealing.
2</p>
    </sec>
    <sec id="sec-4">
      <title>TASK DEFINITION AND DATA</title>
      <p>
        The objective of the Pixel Privacy Quality Camouflage Task is to
fool a BIQA algorithm while maintaining or enhancing the appeal
of an image to the human eye. Blind image quality assessment is
a long-standing research topic in computer vision and image
processing [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. It aims to predict the mean opinion score (MOS) of
an image among a suficiently large sample of human emulators,
which is also interpreted as the perceived quality of stimulus [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ].
Previously, BIQA algorithms are trained on images with
synthetically generated distortions or small scale annotated data. The BIQA
we employ here is trained on the KonIQ-10k [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] data set that is the
ifrst in-the-wild database with 1.2 million reliable quality ratings
from a group of users. We train the model using the same data
split of the original paper and achieve PLCC 0.927 on the test set,
which is on par with the originally reported results. We release the
training code and the pre-trained BIQA model1,2. The BIQA model
uses an Inception-ResNet-v2 model and predicts a score ranging
from 0 to 100. Images with a score of more than 50 are classified
as high-quality. We also provide a development set (MEPP20dev)
containing all the 1000 images from the oficial validation set of the
KonIQ-10k data set. The test set (MEPP20test) is composed of 550
high-quality (i.e, BIQA score &gt;= 50) images, and it is a subset of the
Pixel Privacy 2019 test set [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], in turn a subset of the Places-365
Standard data set [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ].
3
      </p>
    </sec>
    <sec id="sec-5">
      <title>EVALUATION</title>
      <p>Task submissions are evaluated in three steps. First, in the
preprocessing step, all submitted images are processed by JPEG
compression (ratio = 90%). Then, compressed images are classified by
the BIQA model as high-quality or low-quality, and the reduction
in the accuracy of the predictions is calculated. Finally, approaches
that achieve at least 50% reduction of accuracy (i.e., the percentage
of low-quality images is more than 50%) are ranked in terms of
their appeal by a jury of computer science students. The twenty test
images with the highest variance of BIQA scores among all runs
will be judged. For each image, the jury receives a set of
camoulfaged images, and picks the three “most appealing” and two “least
appealing” based on their perception of appeal. This year, we have
seven annotators in the jury of computer science students. They are
provided with a hint, “Appealing could mean that you would like to
share the image with your friends on social media”. All submitted
runs will be ranked by the frequency of “most appealing”.
4</p>
    </sec>
    <sec id="sec-6">
      <title>DISCUSSION AND OUTLOOK</title>
      <p>The 2020 Pixel Privacy Quality Camouflage task explores
adversarial images that fool a BIQA model and at the same time remain
appealing enough to share. As noted before, image quality does not
reduce to aesthetics or artistic merit. The relative independence of
quality and appeal makes it sensible to approach the task in two
steps. However, if we want users to use quality camouflage images
in practice, it is important to systematically explore the whole space
of appealing images and understand which parts of this space are
best adversarial to image quality classifiers. Moving forward, we
would like to better understand, image appeal, quality camouflage
coutermeasures, and also the possibility that quality camouflage
may transfer to protect against semantic classifiers.
1https://github.com/ZhengyuZhao/koniq-PyTorch
2This work was carried out on the Dutch national e-infrastructure with the support of
SURF Cooperative.</p>
      <p>Pixel Privacy: Quality Camouflage for Social Images</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Anand</given-names>
            <surname>Bhattad</surname>
          </string-name>
          , Min Jin Chong, Kaizhao Liang,
          <source>Bo Li, and David A Forsyth</source>
          .
          <year>2020</year>
          .
          <article-title>Unrestricted adversarial examples via semantic manipulation</article-title>
          .
          <source>In ICLR.</source>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Tom</given-names>
            <surname>Brown</surname>
          </string-name>
          , Nicholas Carlini, Chiyuan Zhang, Catherine Olsson, Paul Christiano, and
          <string-name>
            <given-names>Ian</given-names>
            <surname>Goodfellow</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Unrestricted adversarial examples</article-title>
          . In arXiv preprint arXiv:
          <year>1809</year>
          .08352.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Simon</given-names>
            <surname>Brugman</surname>
          </string-name>
          , Maciej Wysokinski, and
          <string-name>
            <given-names>Martha</given-names>
            <surname>Larson</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>MediaEval 2018 Pixel Privacy Task: Views on image enhancement</article-title>
          .
          <source>In Working Notes Proceedings of the MediaEval Workshop.</source>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Nicholas</given-names>
            <surname>Carlini</surname>
          </string-name>
          and
          <string-name>
            <given-names>David</given-names>
            <surname>Wagner</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Towards evaluating the robustness of neural networks</article-title>
          .
          <source>In IEEE S&amp;P.</source>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Pin-Yu</surname>
            <given-names>Chen</given-names>
          </string-name>
          , Yash Sharma, Huan Zhang, Jinfeng Yi, and
          <string-name>
            <surname>Cho-Jui Hsieh</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>EAD: Elastic-net attacks to deep neural networks via adversarial examples</article-title>
          .
          <source>In AAAI.</source>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Timofey</given-names>
            <surname>Chernov</surname>
          </string-name>
          , Nikita Razumnuy, Alexander Kozharinov, Dmitry Nikolaev, and
          <string-name>
            <given-names>Vladimir</given-names>
            <surname>Arlazarov</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Image quality assessment for video stream recognition systems</article-title>
          .
          <source>In International Conference on Machine Vision.</source>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Francesco</given-names>
            <surname>Croce</surname>
          </string-name>
          and
          <string-name>
            <given-names>Matthias</given-names>
            <surname>Hein</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Sparse and imperceivable adversarial attacks</article-title>
          .
          <source>In ICCV.</source>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Samuel</given-names>
            <surname>Dodge</surname>
          </string-name>
          and
          <string-name>
            <given-names>Lina</given-names>
            <surname>Karam</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Understanding how image quality afects deep neural networks</article-title>
          .
          <source>In International Conference on Quality of Multimedia Experience.</source>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Logan</given-names>
            <surname>Engstrom</surname>
          </string-name>
          , Brandon Tran, Dimitris Tsipras, Ludwig Schmidt, and
          <string-name>
            <given-names>Aleksander</given-names>
            <surname>Madry</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Exploring the landscape of spatial robustness</article-title>
          .
          <source>In ICML.</source>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Justin</surname>
            <given-names>Gilmer</given-names>
          </string-name>
          , Ryan P Adams, Ian Goodfellow, David Andersen, and
          <string-name>
            <given-names>George E</given-names>
            <surname>Dahl</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Motivating the rules of the game for adversarial example research</article-title>
          . In arXiv preprint arXiv:
          <year>1807</year>
          .06732.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Ian</surname>
            <given-names>Goodfellow</given-names>
          </string-name>
          , Jonathon Shlens, and
          <string-name>
            <given-names>Christian</given-names>
            <surname>Szegedy</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Explaining and harnessing adversarial examples</article-title>
          .
          <source>In ICLR.</source>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Vic</given-names>
            <surname>Gundotra</surname>
          </string-name>
          .
          <year>2013</year>
          . New Google+: Stream, Hangouts, and Photos. https://googleplusproject.blogspot.com/
          <year>2013</year>
          /05/new-googlestream
          <article-title>-hangouts-and-photos</article-title>
          .html, Online; accessed 28-Dec-
          <year>2020</year>
          . (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Vlad</surname>
            <given-names>Hosu</given-names>
          </string-name>
          , Hanhe Lin, Tamas
          <string-name>
            <surname>Sziranyi</surname>
            , and
            <given-names>Dietmar</given-names>
          </string-name>
          <string-name>
            <surname>Saupe</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>KonIQ-10k: An ecologically valid database for deep learning of blind image quality assessment</article-title>
          .
          <source>IEEE Transactions on Image Processing</source>
          <volume>29</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Alexey</surname>
            <given-names>Kurakin</given-names>
          </string-name>
          , Ian Goodfellow, and
          <string-name>
            <given-names>Samy</given-names>
            <surname>Bengio</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Adversarial examples in the physical world</article-title>
          .
          <source>In ICLR.</source>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Martha</surname>
            <given-names>Larson</given-names>
          </string-name>
          , Zhuoran Liu, Simon Brugman, and
          <string-name>
            <given-names>Zhengyu</given-names>
            <surname>Zhao</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Pixel Privacy: Increasing image appeal while blocking automatic inference of sensitive scene information</article-title>
          .
          <source>In Working Notes Proceedings of the MediaEval Workshop.</source>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>Zhuoran</given-names>
            <surname>Liu</surname>
          </string-name>
          and
          <string-name>
            <given-names>Zhengyu</given-names>
            <surname>Zhao</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>First steps in Pixel Privacy: Exploring deep learning-based image enhancement against large-scale image inference</article-title>
          .
          <source>In Working Notes Proceedings of the MediaEval Workshop.</source>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Zhuoran</surname>
            <given-names>Liu</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Zhengyu</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Martha</given-names>
            <surname>Larson</surname>
          </string-name>
          .
          <year>2019</year>
          . Pixel Privacy 2019:
          <article-title>Protecting sensitive scene information in images</article-title>
          .
          <source>In Working Notes Proceedings of the MediaEval Workshop.</source>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Bo</surname>
            <given-names>Luo</given-names>
          </string-name>
          , Yannan Liu, Lingxiao Wei, and
          <string-name>
            <given-names>Qiang</given-names>
            <surname>Xu</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Towards imperceptible and robust adversarial example attacks against neural networks</article-title>
          .
          <source>In AAAI.</source>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>Anush</given-names>
            <surname>Moorthy</surname>
          </string-name>
          and
          <string-name>
            <given-names>Alan</given-names>
            <surname>Bovik</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Blind image quality assessment: From natural scene statistics to perceptual quality</article-title>
          .
          <source>IEEE Transactions on Image Processing</source>
          <volume>20</volume>
          ,
          <issue>12</issue>
          (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Nicolas</surname>
            <given-names>Papernot</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patrick</surname>
            <given-names>McDaniel</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Somesh</given-names>
            <surname>Jha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Matt</given-names>
            <surname>Fredrikson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z Berkay</given-names>
            <surname>Celik</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Ananthram</given-names>
            <surname>Swami</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>The limitations of deep learning in adversarial settings</article-title>
          . In EuroS&amp;P.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Haonan</surname>
            <given-names>Qiu</given-names>
          </string-name>
          , Chaowei Xiao, Lei Yang, Xinchen Yan,
          <string-name>
            <given-names>Honglak</given-names>
            <surname>Lee</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Bo</given-names>
            <surname>Li</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>SemanticAdv: Generating adversarial examples via attribute-conditional image editing</article-title>
          .
          <source>In ECCV.</source>
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>Chris</given-names>
            <surname>Salter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O. Sami</given-names>
            <surname>Saydjari</surname>
          </string-name>
          , Bruce Schneier, and
          <string-name>
            <given-names>Jim</given-names>
            <surname>Wallner</surname>
          </string-name>
          .
          <year>1998</year>
          .
          <article-title>Toward a secure system engineering methodology</article-title>
          .
          <source>In Proceedings of the 1998 Workshop on New Security Paradigms.</source>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>Harry</given-names>
            <surname>Shum</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>A behind the scenes look at how bing is improving image search quality</article-title>
          . https://blogs.bing.com/search-quality-insights/
          <year>2013</year>
          /08/23/a
          <article-title>-behind-the-scenes-look-at-how-bing-is-improvingimage-search-</article-title>
          <string-name>
            <surname>quality</surname>
          </string-name>
          , Online; accessed 28-Dec-
          <year>2020</year>
          . (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Zhou</surname>
            <given-names>Wang</given-names>
          </string-name>
          , Alan Bovik, Hamid Sheikh, and
          <string-name>
            <given-names>Eero</given-names>
            <surname>Simoncelli</surname>
          </string-name>
          .
          <year>2004</year>
          .
          <article-title>Image quality assessment: From error visibility to structural similarity</article-title>
          .
          <source>IEEE Transactions on Image Processing 13</source>
          ,
          <issue>4</issue>
          (
          <year>2004</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Eric</surname>
            <given-names>Wong</given-names>
          </string-name>
          , Frank Schmidt, and
          <string-name>
            <given-names>Zico</given-names>
            <surname>Kolter</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Wasserstein adversarial examples via projected Sinkhorn iterations</article-title>
          .
          <source>In ICML.</source>
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Chaowei</surname>
            <given-names>Xiao</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jun-Yan</surname>
            <given-names>Zhu</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Bo</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <surname>Warren He</surname>
          </string-name>
          , Mingyan Liu, and
          <string-name>
            <given-names>Dawn</given-names>
            <surname>Song</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Spatially transformed adversarial examples</article-title>
          .
          <source>In ICLR.</source>
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>Hanwei</surname>
            <given-names>Zhang</given-names>
          </string-name>
          , Yannis Avrithis, Teddy Furon, and
          <string-name>
            <given-names>Laurent</given-names>
            <surname>Amsaleg</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Smooth adversarial examples</article-title>
          .
          <source>EURASIP Journal on Information Security</source>
          <year>2020</year>
          ,
          <volume>1</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <surname>Zhengyu</surname>
            <given-names>Zhao</given-names>
          </string-name>
          , Zhuoran Liu, and
          <string-name>
            <given-names>Martha</given-names>
            <surname>Larson</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Adversarial robustness against image color transformation within parametric filter space</article-title>
          . In arXiv preprint arXiv:
          <year>2011</year>
          .06690.
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <surname>Zhengyu</surname>
            <given-names>Zhao</given-names>
          </string-name>
          , Zhuoran Liu, and
          <string-name>
            <given-names>Martha</given-names>
            <surname>Larson</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Towards large yet imperceptible adversarial image perturbations with perceptual color distance</article-title>
          .
          <source>In CVPR.</source>
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <surname>Bolei</surname>
            <given-names>Zhou</given-names>
          </string-name>
          , Agata Lapedriza, Aditya Khosla, Aude Oliva, and Antonio Torralba.
          <year>2017</year>
          .
          <article-title>Places: A 10 million image database for scene recognition</article-title>
          .
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          <volume>40</volume>
          ,
          <issue>6</issue>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>