<!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>On the Susceptibility of Deep Neural Networks to Natural Perturbations</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mesut Ozdag</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sunny Raj</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Steven Fernandes</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alvaro Velasquez</string-name>
          <email>alvaro.velasquez.1@us.af.mil</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Laura L. Pullum</string-name>
          <email>pullumll@ornl.gov</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sumit Kumar Jha</string-name>
          <email>jhag@cs.ucf.edu</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Air Force Research Laboratory</institution>
          ,
          <addr-line>Rome, NY</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Oak Ridge National Laboratory</institution>
          ,
          <addr-line>Knoxville, TN</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Central Florida</institution>
          ,
          <addr-line>Orlando, FL</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Deep learning systems are increasingly being adopted for safety critical tasks such as autonomous driving. These systems can be exposed to adverse weather conditions such as fog, rain and snow. Vulnerability of deep learning systems to synthetic adversarial attacks has been extensively studied and demonstrated, but the impact of natural weather conditions on these systems has not been studied in detail. In this paper, we study the effects of fog on classification accuracy of the popular Inception deep learning model. We use stereo images from the Cityscapes dataset and computer graphics techniques to mimic realistic naturally occurring fog. We show that the Inception deep learning model is vulnerable to the addition of fog in images.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>Deep learning models demonstrate great success in
various pattern recognition applications and image classification
problems. With recent advancements in high-performance
graphical processing units and the availability of a large
number of labelled images, deep learning networks have become
even better at image recognition tasks than an average person.</p>
      <p>
        Despite these outstanding success stories, it has been
repeatedly shown that deep learning networks produce
incorrect responses when the input is perturbed by small but
intelligently crafted “adversarial” changes. For example, such
adversarial images can easily cause even state-of-the-art deep
learning networks to erroneously classify the images [
        <xref ref-type="bibr" rid="ref1 ref3">1–4</xref>
        ].
In many cases, the modifications to the input images are so
small that the original images are nearly indistinguishable
from the adversarial images to an average human eye.
Adversarial inputs pose a real challenge to the successful
adoption of deep learning in safety-critical applications.
Adversarial attacks on deep learning networks can affect fingerprint
and face recognition tasks, as well as cause errors in speech
recognition systems, and other applications.
      </p>
      <p>Adversarial images can be used to generate targeted attacks
or non-targeted attacks. Targeted attacks misguide the deep
learning networks to produce responses from a specific a
priori determined class. In non-targeted attacks, all images in
(a) Original image is correctly classified as a minivan by
the Inception model.
(b) Image with fog is incorrectly classified as a fountain by
the Inception model.
the dataset are not assigned to a specific class; instead, the
output of the deep neural network is arbitrarily wrong.</p>
      <p>Adversarial attacks can also be classified based on the
number of times an input is analyzed during the crafting of
the adversarial input. One-time attacks utilize only a single
access to the inputs to create the adversarial images. Iterative
attacks require multiple accesses to the input image as they
create and refine the adversarial images. Perturbations used to
generate adversarial images can be broadly classified as
digital and physical. Digital attacks are based on modification
of the input image in the memory of a computer that may or
may not correspond to an image in the real world, while
physical attacks are based on images that can be acquired from the
physical world. In this paper, we create non-targeted,
iterative, and physical attacks.</p>
      <p>Our results show that the addition of synthetically
generated fog to real-world images causes deep learning networks
to incorrectly classify images. Unlike adversarial images, our
inputs are not crafted maliciously by choosing careful
random perturbations. Instead, our inputs are merely generated
using the synthetic addition of fog; hence, such images can
be expected to occur in the real world. Our results are a small
but essential step towards demonstrating the need to design
more robust machine learning systems for safety-critical
applications.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Digital perturbations can be classified as individually-tailored
or universal. Individually-tailored perturbations generate
different perturbations for each of the input images in a
dataset [
        <xref ref-type="bibr" rid="ref1 ref22 ref3 ref5 ref6">1–10</xref>
        ]. Szegedy et al. [
        <xref ref-type="bibr" rid="ref23">11</xref>
        ] was the first to
introduce individually-tailored perturbations against deep
learning networks in 2014. The adversarial images were
generated using the L-BFGS method which uses binary search to
obtain an optimal input. The L-BFGS attack was an
expensive and time-consuming approach to find an adversarial
input. Goodfellow et al. [
        <xref ref-type="bibr" rid="ref24">12</xref>
        ] proposed the fast gradient sign
method (FGSM). This method performed only a one-step
update of the gradient. Rozsa et al. [2] analyzed FGSM and then
proposed a new approach, called fast gradient value method.
It was obtained by replacing the sign of the gradients with the
raw value of the gradients.
      </p>
      <p>
        Many recent attacks employ individually-tailored
perturbations. However, universal perturbations are easier to
deploy. They are image-agnostic as they generate a single
perturbation for all the images in the dataset [
        <xref ref-type="bibr" rid="ref10 ref11 ref7 ref8 ref9">13–17</xref>
        ].
MoosaviDezfooli et al. [
        <xref ref-type="bibr" rid="ref7">13</xref>
        ] showed that universal perturbations can
be generalized across different image classification models.
This results in image-agnostic and network-agnostic
perturbations. The existence of such general perturbations has
been explained by considering the correlation between
different image regions of the decision boundary. Mopuri et
al. [
        <xref ref-type="bibr" rid="ref8">14</xref>
        ] proposed universal perturbations which are
quasiimperceptible to humans but capable of attacking
convolutional neural networks. This approach is able to attack
multiple images from the same target dataset across multiple deep
learning networks.
      </p>
      <p>
        Physical perturbations are generated using real-world
objects such as eye glasses or printed stickers that cause an
incorrect classification in deep learning models [
        <xref ref-type="bibr" rid="ref12 ref13 ref14">18–20</xref>
        ].
Kurakin et al. [
        <xref ref-type="bibr" rid="ref12">18</xref>
        ] attacked neural networks by applying
adversarial images to the physical world by extending FGSM. They
made small changes for multiple iterations and for each
iteration, the pixel values were clipped to avoid a large change
on each pixel. Sharif et al. [
        <xref ref-type="bibr" rid="ref13">19</xref>
        ] presented the method of
generating eyeglass frames, which when worn and printed can
attack a state-of-the-art deep learning system for face
recognition. The perturbations generated are inconspicuous to a
human and can be physically acquired via photography in the
real world. Lu et al. [
        <xref ref-type="bibr" rid="ref14">20</xref>
        ] empirically showed that
adversarial perturbations can cause a deep learning network to
incor(a) Image with fog incorrectly classified as aircraft by
Inception model with tFactor=0.15, atmLight=0.6 and
      </p>
      <p>PSNR=9.44.
(b) Image with fog incorrectly classified as scooter by
Inception model with tFactor=0.07, atmLight=0.6 and</p>
      <p>PSNR=10.77.
(c) Image with fog incorrectly classified as submarine by
Inception model with tFactor=0.12, atmLight=0.8 and</p>
      <p>PSNR=6.74.
(d) Image with fog incorrectly classified as submarine by
Inception model with tFactor=0.12, atmLight=1 and</p>
      <p>
        PSNR=4.36.
rectly detect a stop sign using physical perturbations when the
captured image is taken from a specified range. However, the
physical perturbations presented in [
        <xref ref-type="bibr" rid="ref12 ref13 ref14">18–20</xref>
        ] are not
naturallyoccurring perturbations, and require the participation of a
malicious agent. In addition, the latest state-of-the-art
approach for fog simulation on real scenes was proposed
recently by Dai et al. [
        <xref ref-type="bibr" rid="ref15">21</xref>
        ]. They used scene semantic annotation
as an additional input to their dual-reference cross-bilateral
filter on the Cityscapes dataset to obtain Foggy
CityscapesDBF (Dual-reference cross-Bilateral Filter). They also used
a CNN-based approach to estimate fog density.
      </p>
      <p>
        In this paper, we propose natural attacks using visibly
foggy images to generate input that causes incorrect
classification by the Inception deep learning model [
        <xref ref-type="bibr" rid="ref16">22</xref>
        ]. Apart
from an earlier preliminary work on attacking computer
vision algorithms using fog generated via the Perlin noise on
two-dimensional images [
        <xref ref-type="bibr" rid="ref17">23</xref>
        ], this is the first attempt to
attack deep learning classifiers using natural perturbations on
stereo images that include depth information and can hence
be used to model realistic naturally-occurring fog. As shown
in Figure 1 and Figure 2, our approach of adding fog to
images can cause deep neural networks to incorrectly classify
input images.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Our Approach</title>
      <p>
        We use images obtained from the Cityscapes [
        <xref ref-type="bibr" rid="ref18">24</xref>
        ] dataset and
added fog to attack the Inception deep learning model. The
Cityscapes dataset contains 25,000 stereo images with 30
varied visual theme categories, such as road, sidewalk, person,
rider, car, bus, building, bridge, traffic sign, and traffic light.
Each stereo image is a pair of images captured from two
different cameras. These pairs of images are denoted as left and
right images. We use these pairs of images to create a depth
mapping of objects in the image. Then, we use the depth
information of the objects in the images to synthetically add fog
to these images; the presence of depth information allows the
synthetically-generated fog to resemble naturally occurring
fog in the image.
      </p>
      <p>The typical aim of an adversarial attack test is to add some
natural perturbation (e.g. fog, sunlight, visual environmental
changes and aberrations, etc.) over an input image in order
for the deep learning model to misclassify the image.
However, it is still correctly recognized and identified by a
regular human visual-eye observer. To corroborate our claims,
in this paper we proceed to generate a conventional, outside
fog environment as a naturally-occurring, subtle climate
perturbation, in order to provide this foggy image as a qualified
difficult adversarial attack against the most advanced, novel
deep learning models to date including Inception.</p>
      <p>First, we run the Inception model for an autonomous
driving potential application using the clear weather images in
our dataset. Here, we seek to obtain accurate image
recognition decision results. Then we apply generated visual fog
conditions onto said baseline images from this dataset,
using specific stereo-pair images and disparity mapping
techniques. Once this counterintuitive, adversarial image is
produced, Peak Signal-to-Noise Ratio (PSNR) value disparities
between our initial clear weather images and their
corre(a) Original left image classified as traffic light by Inception
model.
(b) Original right image that forms a stereo pair along with left
image.
(c) Disparity image showing the distance of objects from the
observer. Objects closer to the observer appear to be brighter
and objects further away from the observer appear to be darker.
(d) Image with fog incorrectly classified as scooter by</p>
      <p>
        Inception model with tFactor=0.07 and atmLight=0.6.
We used a variant of stereo processing by semi-global block
matching and mutual information (Stereo SGBM)
implemented in the popular OpenCV toolkit to calculate the depth
of every pixel in the image. This depth information is called
the disparity of the image. Additional depth mapping
information is available in the Cityscapes dataset [
        <xref ref-type="bibr" rid="ref18">24</xref>
        ] but was not
precise enough to generate smooth natural fog. We use the
depth value of each pixel to mimic realistic fog. A higher
depth value indicates that the object is further away from the
observer and is less visible. An object that has a lower depth
value is closer to the observer and is not affected adversely by
fog.
      </p>
      <p>Besides the depth of a pixel, our synthetically-generated
fog includes two additional parameters: the fog thickness
(tFactor) and the ambient atmospheric light (atmLight). The
thickness parameter tFactor determines the intensity of fog;
a thicker fog can occlude objects that are closer to the
observer. The atmospheric light atmLight parameter determines
the color and intensity of ambient light; we used white light
of varying intensity for our fog. A lower value of atmLight
leads to fog that is darker in color and a higher value of
atmLight leads to a fog that is brighter.</p>
      <p>Steps to generate foggy images are presented in
Algorithm 1. This algorithm takes as input a stereo image pair: left
image (L) and right image (R), thickness factor (tFactor) and
atmospheric light (atmLight). Fog density and other
parameters for disparity computation are all combined into a single
parameter (tFactor) referring to the fog thickness. An
example of right, left, disparity and final foggy images is shown
in Figure 3. Disparity images are stored in such a way that
objects closer to the observer are brighter and objects
further away from the observer are darker. Examples of fog for
various values of tFactor and atmLight values are shown in
Figure 2.
tF &amp; atmL
0.12 &amp; 1.00
0.10 &amp; 1.00
0.10 &amp; 1.00
0.10 &amp; 0.80
0.07 &amp; 0.80
0.07 &amp; 0.80
0.10 &amp; 0.80
0.10 &amp; 1.00
0.10 &amp; 1.00
0.10 &amp; 1.00
0.10 &amp; 0.60
0.12 &amp; 0.60
0.12 &amp; 0.60
0.15 &amp; 1.00
0.10 &amp; 1.00
0.15 &amp; 1.00
0.12 &amp; 0.80
0.15 &amp; 1.00
0.10 &amp; 1.00
0.15 &amp; 1.00</p>
      <p>Perturbed Class
park bench
parking meter
fountain
bubble
fountain
stage
bubble
washbasin
parking meter
parking meter
spotlight
bullet
spotlight
fountain
mailbox
ship
stage
locomotive
spotlight
parking meter
We test the robustness of the Inception deep learning model
on the synthetic images with fog generated by our method.
We use left images from the stereo image pair for
classification purposes. We run Inception classification on the
original left image and note the classification label. We then
generate a foggy image and run Inception classification on the
foggy image and note the new classification label. If the
original classification is different from the classification generated
from the foggy image, we have exposed a potential safety
error in the deep learning classifier.</p>
      <p>An ideal test of the robustness of the deep learning
system will have foggy images that look similar to the original
image. We measure the similarity between the original and
the foggy image using the peak signal to noise ratio (PSNR)
value. PSNR value can be calculated using Equation 1, where
D is the maximum possible pixel value of the image and
RMSE is the root mean squared error calculated between the
original and the foggy image.</p>
      <p>PSNR = 20 log10</p>
      <p>D
RMSE
(1)</p>
      <p>High PSNR values indicate a greater similarity between the
original and foggy image. In Figure 2, we show images with
varying PSNR values. We observe that images with more
visible fog have a lower PSNR value indicating lower similarity
between the original and foggy images. In general, fog
generated with higher tFactor and atmLight values have lower
PSNR values. We generate multiple foggy images by varying
the values for tFactor and atmLight. Then, we run
classification on these images and select the image with the highest
PSNR value that is able to fool the deep learning system. In
Figure 2, Image b has the highest PSNR among all generated
foggy images that is incorrectly classified by the Inception
deep learning model.</p>
      <p>In our experiments, we aim to attack a deep learning
model, Inception, by adding fog using our fog generator
(Algorithm 1) on the Cityscapes dataset. Table 1, Table 2, and
Table 3 demonstrate the PSNR value between an original left
image and its corresponding foggy image that we find as
adversarial. First, we run the Inception model on the Cityscapes
images and we classify them based on their labels (e.g., car,
traffic light, bike). Second, we find the largest PSNR value
between the original left image and foggy image that has a
different label from the original one classified by Inception.
Lastly, the model returns the label of the adversarial image
with the corresponding tFactor and atmLight values.</p>
      <p>From our experiments, one may conclude that:
• The bounded PSNR value for the car images is found
to be from 8.59 to 21.35. The adversarial foggy images
of cars are observed to be classified as different labels
(e.g., park bench, parking meter, fountain, stage, bubble,
washbasin).
• The bounded PSNR value is also observed to be from
9.42 to 19.69 for the traffic light images. The generated
adversarial foggy images on traffic light have different
labels, such as spotlight, wing, fountain, umbrella,
locomotive and parking meter.
• The bounded PSNR value varies from 8.60 to 20.76 for
the bike images. The adversarial images on bike are
labeled as lakeshore, scuba diver, aircraft carrier, bubble,
fountain, maze, spotlight, washbasin, wing, and
submarine.
• Overall, we see that the decision boundary between the
clear weather images and their corresponding foggy
adversarial images to vary from 8.59 to 21.35 PSNR.
• It may also be observed that the minimum tFactor and
atmLight values that result in an adversarial foggy image
are 0.07 and 0.60, respectively.
• It may also be seen that the maximum PSNR values that
are found are considerably close to each other for the
same labels of adversarial images. For example, the
maximum PSNR values for almost all the adversarial
images that are labeled as parking meter vary from 9.24 to
12.26.
• These perturbed classes crucially affect the decision
mechanism of any system that works with deep
learning classifiers.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Conclusion and Future Work</title>
      <p>We used computer graphics techniques to generate natural
fog effects in Cityscapes stereo images, and observe that
these images with synthetically-generated fog are able to fool
the current state-of-the-art deep learning system, Inception.
Hence, existing deep learning systems are vulnerable not only
to digital and physical adversarial attacks, but they produce
incorrect answers even when faced with benign naturally
occurring perturbations. Several interesting directions for
future work remain open. First, we want to explore the
effects of other naturally occurring conditions such as rain, hail
and snow on deep learning image classification systems.
Second, we will test the robustness of systems designed
specifically for outdoor functionality, such as autonomous driving
systems. Third, we will explore the design of defense
algorithms that can permit deep neural networks to reason
correctly about images with fog and other natural perturbations.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J.</given-names>
            <surname>Tarel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Hautiere</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Caraffa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Cord</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Halmaoui</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Gruyer</surname>
          </string-name>
          , “
          <article-title>Vision enhancement in homogeneous and heterogeneous fog</article-title>
          ,
          <source>” IEEE Intelligent Transportation Systems Magazine</source>
          , vol.
          <volume>4</volume>
          , pp.
          <fpage>6</fpage>
          -
          <lpage>20</lpage>
          ,
          <year>Summer 2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>A.</given-names>
            <surname>Rozsa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. M.</given-names>
            <surname>Rudd</surname>
          </string-name>
          , and T. E. Boult, “
          <article-title>Adversarial diversity and hard positive generation,” CoRR</article-title>
          , vol.
          <source>abs/1605.01775</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>I. J.</given-names>
            <surname>Goodfellow</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Shlens</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Szegedy</surname>
          </string-name>
          , “Explaining and Harnessing Adversarial Examples,” arXiv e-prints, p.
          <source>arXiv:1412</source>
          .6572,
          <year>Dec 2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>N.</given-names>
            <surname>Papernot</surname>
          </string-name>
          , P. D.
          <string-name>
            <surname>McDaniel</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Jha</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Fredrikson</surname>
            ,
            <given-names>Z. B.</given-names>
          </string-name>
          <string-name>
            <surname>Celik</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Swami</surname>
          </string-name>
          , “
          <article-title>The limitations of deep learning in adversarial settings,” CoRR</article-title>
          , vol.
          <source>abs/1511.07528</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>P.-Y.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Sharma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Yi</surname>
          </string-name>
          , and
          <string-name>
            <surname>C.-J. Hsieh</surname>
          </string-name>
          , “ZOO:
          <article-title>Zeroth Order Optimization based Black-box Attacks to Deep Neural Networks without Training Substitute Models</article-title>
          ,” arXiv e-prints, p.
          <source>arXiv:1708</source>
          .03999,
          <year>Aug 2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J.</given-names>
            <surname>Su</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. V.</given-names>
            <surname>Vargas</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K.</given-names>
            <surname>Sakurai</surname>
          </string-name>
          , “
          <article-title>One pixel attack for fooling deep neural networks</article-title>
          ,
          <source>” CoRR</source>
          , vol.
          <source>abs/1710.08864</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>S.</given-names>
            <surname>Moosavi-Dezfooli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Fawzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Fawzi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Frossard</surname>
          </string-name>
          , “Universal adversarial perturbations,
          <source>” CoRR</source>
          , vol.
          <source>abs/1610.08401</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>K. R.</given-names>
            <surname>Mopuri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Garg</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R. V.</given-names>
            <surname>Babu</surname>
          </string-name>
          , “
          <article-title>Fast feature fool: A data independent approach to universal adversarial perturbations,” CoRR</article-title>
          , vol.
          <source>abs/1707.05572</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>S.</given-names>
            <surname>Moosavi-Dezfooli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Fawzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Fawzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Frossard</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Soatto</surname>
          </string-name>
          , “
          <article-title>Analysis of universal adversarial perturbations,” CoRR</article-title>
          , vol.
          <source>abs/1705.09554</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [16]
          <string-name>
            <surname>T. B. Brown</surname>
            , D. Mane´,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Roy</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Abadi</surname>
            , and
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Gilmer</surname>
          </string-name>
          , “Adversarial patch,” CoRR, vol.
          <source>abs/1712.09665</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>J. Hendrik</given-names>
            <surname>Metzen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. Chaithanya</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Brox</surname>
          </string-name>
          , and
          <string-name>
            <given-names>V.</given-names>
            <surname>Fischer</surname>
          </string-name>
          , “
          <article-title>Universal Adversarial Perturbations Against Semantic Image Segmentation</article-title>
          ,” arXiv e-prints, p.
          <source>arXiv:1704</source>
          .05712,
          <year>Apr 2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>A.</given-names>
            <surname>Kurakin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. J.</given-names>
            <surname>Goodfellow</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Bengio</surname>
          </string-name>
          , “
          <article-title>Adversarial examples in the physical world</article-title>
          ,
          <source>” CoRR</source>
          , vol.
          <source>abs/1607.02533</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>M.</given-names>
            <surname>Sharif</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bhagavatula</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Bauer</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Reiter</surname>
          </string-name>
          , “
          <article-title>Accessorize to a crime: Real and stealthy attacks on stateof-the-art face recognition</article-title>
          ,” pp.
          <fpage>1528</fpage>
          -
          <lpage>1540</lpage>
          ,
          <year>10 2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>J.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Sibai</surname>
          </string-name>
          , E. Fabry, and
          <string-name>
            <given-names>D. A.</given-names>
            <surname>Forsyth</surname>
          </string-name>
          , “
          <article-title>NO need to worry about adversarial examples in object detection in autonomous vehicles,” CoRR</article-title>
          , vol.
          <source>abs/1707.03501</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>D.</given-names>
            <surname>Dai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Sakaridis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hecker</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L. V.</given-names>
            <surname>Gool</surname>
          </string-name>
          , “
          <article-title>Curriculum model adaptation with synthetic and real data for semantic foggy scene understanding,” CoRR</article-title>
          , vol. abs/
          <year>1901</year>
          .01415,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>C.</given-names>
            <surname>Szegedy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Vanhoucke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ioffe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Shlens</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wojna</surname>
          </string-name>
          , “
          <article-title>Rethinking the inception architecture for computer vision</article-title>
          ,” CoRR, vol.
          <source>abs/1512.00567</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ramanathan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Pullum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Husein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Raj</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Torosdagli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pattanaik</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S. K.</given-names>
            <surname>Jha</surname>
          </string-name>
          , “
          <article-title>Adversarial attacks on computer vision algorithms using natural perturbations</article-title>
          ,
          <source>” in 2017 Tenth International Conference on Contemporary Computing (IC3)</source>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          ,
          <year>Aug 2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>M.</given-names>
            <surname>Cordts</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Omran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ramos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Rehfeld</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Enzweiler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Benenson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Franke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Roth</surname>
          </string-name>
          , and
          <string-name>
            <given-names>B.</given-names>
            <surname>Schiele</surname>
          </string-name>
          , “
          <article-title>The cityscapes dataset for semantic urban scene understanding,” CoRR</article-title>
          , vol.
          <source>abs/1604.01685</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <given-names>Y.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Chen</surname>
          </string-name>
          , C. Liu, and
          <string-name>
            <given-names>D.</given-names>
            <surname>Song</surname>
          </string-name>
          , “
          <article-title>Delving into transferable adversarial examples and black-box attacks</article-title>
          ,
          <source>” CoRR</source>
          , vol.
          <source>abs/1611.02770</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <given-names>N.</given-names>
            <surname>Carlini</surname>
          </string-name>
          , G. Katz,
          <string-name>
            <given-names>C.</given-names>
            <surname>Barrett</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D. L.</given-names>
            <surname>Dill</surname>
          </string-name>
          , “
          <article-title>Ground-truth adversarial examples,” CoRR</article-title>
          , vol.
          <source>abs/1709.10207</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <surname>A. M. Nguyen</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Yosinski</surname>
            , and
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Clune</surname>
          </string-name>
          , “
          <article-title>Deep neural networks are easily fooled: High confidence predictions for unrecognizable images</article-title>
          ,
          <source>” CoRR</source>
          , vol.
          <source>abs/1412</source>
          .
          <year>1897</year>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>S.</given-names>
            <surname>Sabour</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Cao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Faghri</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D. J.</given-names>
            <surname>Fleet</surname>
          </string-name>
          , “
          <article-title>Adversarial manipulation of deep representations,” CoRR</article-title>
          , vol.
          <source>abs/1511.05122</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>C.</given-names>
            <surname>Szegedy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zaremba</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Sutskever</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Bruna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Erhan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. J.</given-names>
            <surname>Goodfellow</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Fergus</surname>
          </string-name>
          , “
          <article-title>Intriguing properties of neural networks</article-title>
          ,
          <source>” CoRR</source>
          , vol.
          <source>abs/1312.6199</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>I. J.</given-names>
            <surname>Goodfellow</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Shlens</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Szegedy</surname>
          </string-name>
          , “Explaining and Harnessing Adversarial Examples,” arXiv e-prints, p.
          <source>arXiv:1412</source>
          .6572,
          <year>Dec 2014</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>