<!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>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Robustness for Cross-Depiction Through Neural Style Transfer</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Francesca Fiani</string-name>
          <email>fiani@diag.uniroma1.it</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Adriano Puglisi</string-name>
          <email>puglisi@diag.uniroma1.it</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Christian Napoli</string-name>
          <email>cnapoli@diag.uniroma1.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>Neural Style Transfer.</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computational Intelligence, Czestochowa University of Technology</institution>
          ,
          <addr-line>42-201 Czestochowa</addr-line>
          ,
          <country country="PL">Poland</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Computer, Control and Management Engineering, Sapienza University of Rome</institution>
          ,
          <addr-line>00185 Roma</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Institute for Systems Analysis and Computer Science, Italian National Research Council</institution>
          ,
          <addr-line>00185 Roma</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2012</year>
      </pub-date>
      <fpage>15</fpage>
      <lpage>20</lpage>
      <abstract>
        <p>Modern neural networks models for computer vision are trained on millions of images. The idea is that models are able to increase generalization when the dataset contains well diversified images, e.g. with varied illumination and environmental conditions of the same objects. Generalization is particularly relevant in object detection, especially for what concerns the cross-depiction problem. In this work we explore the use of Neural Style Transfer as a novel technique to morph the original data, with the aim to enhance model generalization. To verify the efect on performances for object detection models, we selected the Faster R-CNN model to be applied on the Pascal VOC 2012 dataset. A number of tests were performed through style variations on images and by tuning Neural Style Transfer parameters to maintain the content of the original images. The experiments showed promising results, which efectively provide a foundation for future studies on cross-depiction via ICYRIME 2023: 8th International Conference of Yearly Reports on Attribution 4.0 International (CC BY 4.0).</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Object detection is a challenging task in computer vision
which has a wide range of possible real-life applications,
ranging from autonomous driving and healthcare to
entertainment [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ]. This problem, while relatively new,
has already been tackled in literature with several
different approaches [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ]. The solutions are mainly
classifiable in conventional methods, which are comprised
of three phases (region selection, feature extraction and
classification), and deep learning based methods [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. The
most advanced approaches focus on the use of deep
neural networks, in particular convolutional neural networks
(CNN), with the most popular solution to object detection
being YOLO [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], developed in the years up to YOLOv8 [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <sec id="sec-1-1">
        <title>Achieving high performance in this task is fundamental</title>
        <p>sics or real-time usage (e.g. for autonomous driving). In
order to improve the efectiveness of object detection
models, various solutions to enhance generalization in
unforeseen situations have been developed, the main</p>
      </sec>
      <sec id="sec-1-2">
        <title>Data augmentation encompasses many diferent basic techniques, such as linear transformations, rotations and lfipping, random cropping, random noise and brightness modulation. By applying these transformations to the</title>
        <p>
          nEvelop-O
which is the pivotal concept on which Neural Style
Transfer is built on. This process has been called image-based
artistic rendering (IB-AR) [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. Modern Neural Style
for several applications, with some examples being foren- image [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. For this reason, diferent data augmentation
ones being data augmentation and Neural Style Transfer. age to another. Before the advent of neural networks,
        </p>
        <p>© 2023 Copyright for this paper by its authors. Use permitted under Creative Commons License Transfer, instead, makes use of two diferent starting
imCEUR</p>
        <p>
          ceur-ws.org
ages, the content image and the style image. The first one
defines the context on which the artistic style depicted
in the second must be applied, thus generating a new
hybrid image with the content of the content image but the
style of the style image. The generation is performed by
a CNN, with the first tests being performed with a classic
VGG19 model [
          <xref ref-type="bibr" rid="ref12 ref13">12, 13</xref>
          ]. From then, a whole taxonomy
of algorithms for Neural Style Transfer was developed,
broadly divisible in Image-Optimization-Based Online
Neural Methods, which rely on multiple executions of
the image optimization and gradual online style transfer,
and Model-Optimization-Based Ofline Neural Methods,
which perform a single forward pass after optimizing
the model ofline. Starting from Neural Style Transfer,
several sub-applications were derived. Some examples
are Visual Style Modeling, which aims at synthesizing
textures from images, and Image Reconstruction, which
instead tries to reconstruct whole images from extracted
fragments. This paper, instead, tackles a particular case
of interdisciplinary task between object detection and
Neural Style Transfer referred to as the cross-depiction
problem [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]. Cross-depiction consists of recognising
visual objects regardless of their form and style, and it’s
still an under-researched problem in computer vision.
        </p>
        <p>This translates to the capability of a neural network to
correctly identify objects portrayed in artistic styles that
are more or less diferent from their realistic
representation in photographs. A neural network trained in the
usual way will struggle to recognize a dog painted in an
abstract way. To perform cross-depiction, the network
will have to consider less specific features and focus on
the shape of the dog itself, as well as other features that
are not necessarily typical of realistic photos. Our aim is
to train and fine-tune our object classification model to
be more focused on the shape of the objects and on more
generic features that would not be considered, or would
be considered with a minor weight, in a conventional
environment. In this work we show how applying style
transfer on a particular dataset with diferent
hyperparameters can increase the performance of a model like
Faster R-CNN on a object detection classification task.</p>
        <p>By augmenting the data already present in the dataset
with Neural Style Transfer transformations, the model is
made more robust to outliers and edge cases, therefore
rendering it applicable to more general situations. In
particular, we focus on the application of Faster R-CNN
on the Pascal VOC 2012 dataset, performing diferent
tests to verify the preservation or improvement of the
performances of the model after the application of
Neural Style Transfer on the dataset. A subset of the total
images was chosen to apply Neural Style Transfer on
and be used as a test set. The experiments show that the
style variation during training positively afects the
performances of object recognition on a dataset of artistic
images, cementing our approach as a possible solution
to the cross-depiction problem.</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2. Related Works</title>
      <p>
        Several data augmentation techniques have been
presented in modern deep learning as an eficient solution
to improve model performances and limit overfitting
during training [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. Models, however, require substantial
amounts of data in order to learn to classify images
correctly, and the inability to provide this data usually
correlates with poor performances during inference. The idea
of using Neural Style Transfer as a form of data
augmentation is not new, and it has already been verified as a
domain-agnostic approach, making it suitable for various
image classification tasks with several models (ResNet,
VGG19 and Inception) [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. One of the main problems
in the original paper on Neural Style Transfer was the
time needed by the algorithm to apply the style transfer,
among the longest in all available Neural Style Transfer
approaches [
        <xref ref-type="bibr" rid="ref12 ref9">12, 9</xref>
        ]. Following papers therefore showed
how to increase the speed at which the style transfer is
applied to the original image using a feed-forward
approach, reducing the strain on the resources available
for training purposes [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. However, this method is only
able to reproduce one style per model, and new, more
lfexible models were proposed to solve both problems.
The category of Arbitrary-Style-Per-Model algorithms
(ASPM MOB-NST) eficiently solves the scalability
problem, with also the possibility of completely removing
learning limitations through feature transform [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], but
introducing less impressive results compared to more
specific approaches [
        <xref ref-type="bibr" rid="ref18 ref19 ref20 ref21">19, 20, 21, 18</xref>
        ]. It has also been
veriifed that Neural Style Transfer can be used to reduce bias,
and a novel pipeline for Antibody Mediated Rejection
classification has provided an implementation faster than
current SOTA approaches [22]. One of the most robust
choice for object detection is R-CNN, or Region-based
Convolutional Neural Networks, which marked a
significant breakthrough in object detection performance,
outperforming many rival algorithms [23]. The key
concept behind Region-based Convolutional Neural Network
architectures is region proposals (RPNs), regions in the
image that could contain an object of interest, which are
then fed to a Convolutional Neural Network, typically
a ResNet or a VGG. The extracted features are finally
passed to a series of fully connected layers for the final
predictions of the classification and the object detection.
The largest drawback and bottleneck of the original
RCNN architecture is its computational expensiveness,
as it requires running the CNN separately for each
object proposal. Moreover, the selective search algorithm
is fixed, which means that no learning happens at that
stage. A whole family of state-of-the-art models spanned
from R-CNN to address these issues, with architectures
15–20
such as Fast R-CNN [24] and Faster R-CNN [25]
building upon the previous model’s success to improve object
detection accuracy and speed. These models replace the
separate CNN for each proposal with a shared CNN used
to extract features for all the proposals, allowing faster
processing. Also, instead of feeding the region proposals
to the CNN, the same CNN generates both object
proposals and detection. The diference between Fast R-CNN
and Faster R-CNN is that the latter, instead of using the
slower selective search algorithm on the feature map to
draw the region proposals, utilizes a separate network to
get the region proposals, further reducing execution time.
Models like Faster R-CNN are able to perform relatively
well when presented with images that resemble the ones
seen during training, showing the capability to
generalize and opening to the possibility of being fine-tuned for
custom datasets.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Implementation</title>
      <sec id="sec-3-1">
        <title>Our work aims at presenting a novel approach and solu</title>
        <p>
          tion for the cross-depiction problem, with Faster R-CNN posed of 1000 classes. In order to be trained on the 20
being a particularly good fit for our task. More precisely, Pascal VOC classes, the model is initialized replacing the
the model that we used is the Faster R-CNN ResNet50 last layer responsible for the regions of interest (RoI) with
FPN from the Torchvision models, which combines the a new one that has 21 output features, the 20 classes plus
ResNet50 model as feature extraction backbone with a the background. Before starting the fine-tuning, which is
Feature Pyramid Network (FPN). This way, object de- performed on the Pascal VOC dataset, a pre-processing
tection performance is improved by generating a set of phase in which the images are resized to the standard
feature maps at diferent scales, which helps the model format of 256x256 pixels and the pixel values are
normaldetect objects of varying sizes and aspect ratios. The ized in the range [
          <xref ref-type="bibr" rid="ref1">0, 1</xref>
          ] was necessary. The dimensions
experiments performed in our work are aimed at under- of the bounding boxes’ labels have also been adapted
standing how a CNN performs on unusual abstract im- accordingly to keep the ratio with the resized images.
Afages under various conditions, and how much it is able to ter this, the network goes through the fine-tuning. This
generalize in the presence of non-realistic features, with process is performed on 80% of the dataset, leaving the
the goal of achieving object detection in artwork-like im- remaining 20% for evaluating it. The model uses
stochasages. This would present a solution to the cross-depiction tic gradient descent (SGD) as optimizer, with a starting
problem by making an object identifiable regardless of learning rate of 0.001, a momentum of 0.9, and weight
the style of the image. To perform the task, we employed decay of 0.0005. The fine-tuning lasts 10 epochs. The
the Neural Style Transfer methods previously described learning rate first goes through a warm-up period of 1000
to widely augment a well known dataset, Pascal VOC iterations in order to get to the starting learning rate in
[26], used as a standard benchmark for evaluating object a gradual way. Then, it is adjusted over the fine-tuning
detection models. In particular, we used the 2012 version, period following a learning rate scheduler, with step size
the latest available. It contains 17,125 images annotated 4 and gamma 0.1, which are the values that best
optifor object detection, as well as object classification and mized the performances while also avoiding overfitting.
image segmentation. The images consist of 20 object We first created a variety of subsets of the initial Pascal
classes, including animals, vehicles, and common house- VOC dataset through Neural Style Transfer. Specifically,
hold items. Some examples of images contained in the 12 diferent artistic styles of diferent time periods were
dataset are shown in Figure 1. A similar data augmenta- selected (e.g. Cubism or Puntinism), and the NST was
tion has already been presented in previous works [27], applied in two versions, one with a lighter stylization
but we won’t focus solely on people recognition and the and another with a stronger one. The intuition is that
people class, instead employing the whole dataset. by performing the NST, one is able to produce a dataset
        </p>
        <p>Faster R-CNN ResNet50 FPN is deployed in its ver- of a desired style which is already labelled, since the
sion pre-trained on ImageNet [28], a large-scale image position and the dimension of the bounding boxes of
database widely used in computer vision research, com- the objects remain unchanged. The parameters used to
ability to detect objects of diferent sizes. The model
pre-trained and fine-tuned only on the original Pascal
VOC performs very poorly, with an AP50 of 0.318 on the
light stylization and with an AP50 0.147 on the strong
one. With just 10 epochs of training on the stylized
images, however, the evaluation gets to AP50 0.549 on the
light stylization and 0.356 on the strong one, which is
already a good result compared to similar experiments
[29]. We found that the best way to train the model is to
conduct the training with a group of subsets of stylized
images and a group of normal photographs at the same
time. This keeps the object recognition grounded to a
certain degree of reality, reducing weight assignment to
some features and maintaining a slightly better ability of
generalization. The AP50 score with the mixed training
Figure 2: Examples of images from the Pascal VOC dataset set is 0.553, with respect to the 0.530 of the model trained
with NST applied on them. The images on the left are the only on the stylized images, and a better score over the
style images and the images on top are the images from the original test set was also maintained. It is possible to
Pascal VOC dataset. The combinations are the results of NST achieve even better results by training for more epochs,
application. but to avoid overfitting on the training images we will
use the fine-tuned model weights with 10 epochs as a
starting point. The next experiments aimed at
evaluatobtain the enhanced datasets are total_ steps = 35 and ing the performances of the aforementioned models over
learning_rate = 0.02 for the lighter stylization one and other images of diferent styles. We trained the model
total_steps = 55 and learning_rate = 0.05 for the stronger on eight of the subsets, leaving the remaining four styles
stylization one, with alpha = 0.8 and beta = 0.3 in both for the test, with subsets composed of images unseen
versions. These values have been chosen as a compro- during the training. The final results evaluated in AP50
mise between a recognizable adaptation of the applied are 0.525 as the average of the scores obtained with light
style and the preservation of the objects in the image, NST, and 0.247 with strong NST. In both cases the model
although in the stronger version objects of smaller di- fine-tuned on the light stylization has been used. For
mensions are often distorted and unrecognizable. Some the model fine-tuned on a training set of strong
stylexamples of results of NST application to the Pascal VOC ization, instead, we got an AP50 of 0.519 and 0.316 on
dataset are shown in Figure 2. Afterwards, we performed light and strong NST respectively. These results show
several experiments to verify how our model acts when that correspondence between the fine-tuned models and
lighter or stronger stylized images are fed to it. We also the training set positively reflects on the performance
study how it performs when trained in diferent ways on of the object detection. In Table 1 we show an overview
the previously produced subsets of stylized images, eval- of the results for each subset obtained from the model
uating it both on the light and the strong stylization, and ifne-tuned on the strong stylization and tested on light
both on seen and unseen styles. To evaluate the results stylization comparing the diferent metrics (AP, AP50
of the experiments, we used a group of average precision and AP75). It is possible to observe that after this type
and recall measurements that can estimate the perfor- of fine-tuning the model obtains a certain degree of
genmance of the object detection at various levels of overlap eralization, showing detection performances on the last
between the predicted bounding boxes and ground truth four unknown styles which are in line with the results
ones. The standard metric is the mean average preci- obtained for the other classes.
sion (mAP) with a 50% bounding box overlap with the
labelled box [26]. The performance has been evaluated 4. Conclusion
with average precision AP, AP50 and AP75 as they are
defined in the COCO detection evaluation metrics. AP The analyzed results confirm the concrete possibility to
is the average precision value at diferent thresholds of achieve data augmentation on images with varied artistic
intersection over union (IoU), respectively 0.50 for AP50, styles for any given dataset. We also demonstrate that
0.75 for AP75 and 0.50 to 0.95 for AP, evaluated for maxi- a CNN is able to generalize under the presence of
difmum detection of 100% for all areas. Separate AP scores ferent features derived from diferent styles, therefore
are also available for diferent area sizes, divided into confirming the efectiveness of this method. This opens
small, medium, and large objects, to measure the model’s up to several possible applications, such as performing
mass object detection in large datasets such as museum
collections or online databases of artworks (both amateur
and professional), resulting in an automatic extraction
of metadata related to the identification and localization
of objects. This could also be extended to the automatic
creation of new datasets of non-photographic images for
object detection. In such a process, the analyzed
technique can be employed as a starting point to outline the
bounding boxes of the objects in the scene, which can
be then verified and adjusted. Many fields of possible
applications can derive from the ability of neural
network models to accurately perform object detection in
whatever form of non-realistic representation. By
providing a model the possibility to track objects and monitor
their behaviours in diferent environments with a
coherent artistic style, one could apply it also to animation,
videogames, etc. Another interesting application
coming from the achievement of higher levels of abstraction
in object detection is the capacity of future AI agents,
like generative agents, to behave socially and simulate
human patterns [30, 31, 32, 33],. This approach, if
extended to textual tasks, can also allow agents to perform
tasks which require the understanding of unlabelled and
unseen representations of various types, for example to
navigate online forums or any kind of website to perform
data scraping in a more comprehensive way. With
regards to possible future works, our biggest limitation was
the lack of big annotated datasets of artwork images for
object detection, and it would be likewise insightful to
see the results of tests of a model trained on such images
as well. Finally, it would be also useful to extend the style
transfer method illustrated here to other computer vision
tasks, such as image segmentation or pose estimation,
and see how much of what has been commented also
applies to these problems.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Acknowledgements</title>
      <sec id="sec-4-1">
        <title>This work has been developed at is.Lab() Intelligent Sys</title>
        <p>tems Laboratory at the Department of Computer, Control,
and Management Engineering, Sapienza University of
Rome (https:// islab.diag.uniroma1.it). The work has also
been partially supported from Italian Ministerial grant
PRIN 2022 “ISIDE: Intelligent Systems for Infrastructural
Diagnosis in smart-concretE”, n. 2022S88WAY - CUP
B53D2301318, and by the Age-It: Ageing Well in an
ageing society project, task 9.4.1 work package 4 spoke 9,
within topic 8 extended partnership 8, under the National
Recovery and Resilience Plan (PNRR), Mission 4
Component 2 Investment 1.3—Call for tender No. 1557 of
11/10/2022 of Italian Ministry of University and Research
funded by the European Union—NextGenerationEU, CUP
B53C22004090006.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>V.</given-names>
            <surname>Ponzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Russo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Bianco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Napoli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Wajda</surname>
          </string-name>
          ,
          <article-title>Psychoeducative social robots for an healthier lifestyle using artificial intelligence: a case-study</article-title>
          , volume
          <volume>3118</volume>
          ,
          <year>2021</year>
          , pp.
          <fpage>26</fpage>
          -
          <lpage>33</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>V.</given-names>
            <surname>Marcotrigiano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. D.</given-names>
            <surname>Stingi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Fregnan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Magarelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Pasquale</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Russo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. B.</given-names>
            <surname>Orsi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. T.</given-names>
            <surname>Montagna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Napoli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Napoli</surname>
          </string-name>
          ,
          <article-title>An integrated control plan in primary schools: Results of a field investigation on nutritional and hygienic features in the apulia region (southern italy)</article-title>
          ,
          <source>Nutrients</source>
          <volume>13</volume>
          (
          <year>2021</year>
          ). doi:
          <volume>10</volume>
          .3390/nu13093006.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>F.</given-names>
            <surname>Bonanno</surname>
          </string-name>
          , G. Capizzi,
          <string-name>
            <given-names>C.</given-names>
            <surname>Napoli</surname>
          </string-name>
          ,
          <article-title>Some remarks on the application of rnn and prnn for the chargedischarge simulation of advanced lithium-ions battery energy storage</article-title>
          ,
          <year>2012</year>
          , pp.
          <fpage>941</fpage>
          -
          <lpage>945</lpage>
          . doi:
          <volume>10</volume>
          . 1109/SPEEDAM.
          <year>2012</year>
          .
          <volume>6264500</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>G.</given-names>
            <surname>Capizzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Bonanno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Napoli</surname>
          </string-name>
          ,
          <article-title>A wavelet based prediction of wind and solar energy for longterm simulation of integrated generation systems</article-title>
          ,
          <year>2010</year>
          , pp.
          <fpage>586</fpage>
          -
          <lpage>592</lpage>
          . doi:
          <volume>10</volume>
          .1109/SPEEDAM.
          <year>2010</year>
          .
          <volume>5542259</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>R.</given-names>
            <surname>Kaur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <article-title>A comprehensive review of object detection with deep learning</article-title>
          ,
          <source>Digital Signal Processing</source>
          <volume>132</volume>
          (
          <year>2023</year>
          )
          <article-title>103812</article-title>
          . URL: https://www.sciencedirect.com/science/ article/pii/S1051200422004298. doi:https: //doi.org/10.1016/j.dsp.
          <year>2022</year>
          .
          <volume>103812</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J.</given-names>
            <surname>Redmon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Divvala</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Girshick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Farhadi</surname>
          </string-name>
          ,
          <article-title>You only look once: Unified, real-time object detection</article-title>
          ,
          <source>arXiv</source>
          (
          <year>2015</year>
          ). arXiv:
          <volume>1506</volume>
          .
          <fpage>02640</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>D.</given-names>
            <surname>Reis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kupec</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Daoudi</surname>
          </string-name>
          ,
          <article-title>Real-time lfying object detection with yolov8, arXiv (</article-title>
          <year>2023</year>
          ). arXiv:
          <volume>2305</volume>
          .
          <fpage>09972</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>H.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ma</surname>
          </string-name>
          , H. Liu,
          <string-name>
            <given-names>D.</given-names>
            <surname>Deb</surname>
          </string-name>
          , H. Liu,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Jain</surname>
          </string-name>
          ,
          <article-title>Adversarial attacks</article-title>
          and defenses in [22]
          <string-name>
            <given-names>X.</given-names>
            <surname>Zheng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Chalasani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Ghosal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lutz</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <article-title>Smolic, images, graphs and text: A review, arXiv (</article-title>
          <year>2019</year>
          ).
          <article-title>Stada: Style transfer as data augmentation</article-title>
          ,
          <source>in: arXiv:1909.08072. Proceedings of the 14th International Joint</source>
          Confer-
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Jing</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Feng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ye</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Song</surname>
          </string-name>
          , Neu- ence
          <source>on Computer Vision</source>
          , Imaging and
          <article-title>Computer ral style transfer: A review</article-title>
          ,
          <source>IEEE Transactions Graphics Theory and Applications</source>
          , SCITEPRESS - on
          <source>Visualization and Computer Graphics</source>
          <volume>26</volume>
          (
          <year>2020</year>
          )
          <article-title>Science</article-title>
          and Technology Publications,
          <year>2019</year>
          . URL:
          <fpage>3365</fpage>
          -
          <lpage>3385</lpage>
          . doi:
          <volume>10</volume>
          .1109/TVCG.
          <year>2019</year>
          .
          <volume>2921336</volume>
          . http://dx.doi.org/10.5220/0007353401070114. doi:10.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>F.</given-names>
            <surname>Bonanno</surname>
          </string-name>
          , G. Capizzi,
          <string-name>
            <given-names>G. L.</given-names>
            <surname>Sciuto</surname>
          </string-name>
          , C. Napoli,
          <volume>5220</volume>
          /0007353401070114.
          <article-title>Wavelet recurrent neural network with semi-</article-title>
          [23]
          <string-name>
            <given-names>R.</given-names>
            <surname>Girshick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Donahue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Darrell</surname>
          </string-name>
          , J. Malik,
          <article-title>parametric input data preprocessing for micro-wind Rich feature hierarchies for accurate object detecpower forecasting in integrated generation sys- tion and semantic segmentation</article-title>
          ,
          <source>arXiv</source>
          (
          <year>2014</year>
          ). tems,
          <year>2015</year>
          , pp.
          <fpage>602</fpage>
          -
          <lpage>609</lpage>
          . doi:
          <volume>10</volume>
          .1109/ICCEP. arXiv:
          <volume>1311</volume>
          .
          <fpage>2524</fpage>
          .
          <year>2015</year>
          .
          <volume>7177554</volume>
          . [24]
          <string-name>
            <given-names>R.</given-names>
            <surname>Girshick</surname>
          </string-name>
          ,
          <string-name>
            <surname>Fast</surname>
          </string-name>
          r-cnn, arXiv (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>J. E.</given-names>
            <surname>Kyprianidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Collomosse</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Wang</surname>
          </string-name>
          , T. Isenberg, arXiv:
          <fpage>1504</fpage>
          .08083.
          <article-title>State of the ”art”: A taxonomy of artistic stylization</article-title>
          [25]
          <string-name>
            <given-names>S.</given-names>
            <surname>Ren</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Girshick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <article-title>Faster r-cnn: techniques for images and video, IEEE Transactions Towards real-time object detection with region proon Visualization</article-title>
          and
          <source>Computer Graphics</source>
          <volume>19</volume>
          (
          <year>2013</year>
          )
          <article-title>posal networks</article-title>
          ,
          <source>arXiv</source>
          (
          <year>2016</year>
          ).
          <source>arXiv:1506.01497</source>
          .
          <fpage>866</fpage>
          -
          <lpage>885</lpage>
          . doi:
          <volume>10</volume>
          .1109/TVCG.
          <year>2012</year>
          .
          <volume>160</volume>
          . [26]
          <string-name>
            <given-names>M.</given-names>
            <surname>Everingham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. Van</given-names>
            <surname>Gool</surname>
          </string-name>
          ,
          <string-name>
            <surname>C. K. I. Williams</surname>
          </string-name>
          ,
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>L. A.</given-names>
            <surname>Gatys</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Ecker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bethge</surname>
          </string-name>
          ,
          <string-name>
            <surname>A neu- J. Winn</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Zisserman</surname>
          </string-name>
          ,
          <article-title>The Pascal Visual Obral algorithm of artistic style</article-title>
          ,
          <source>arXiv</source>
          (
          <year>2015</year>
          ).
          <article-title>ject Classes (VOC) challenge</article-title>
          ,
          <source>International JourarXiv:1508.06576. nal of Computer Vision</source>
          <volume>88</volume>
          (
          <year>2010</year>
          )
          <fpage>303</fpage>
          -
          <lpage>338</lpage>
          . URL:
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>S.</given-names>
            <surname>Pepe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Tedeschi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Brandizzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Russo</surname>
          </string-name>
          , L. Ioc- https://doi.org/10.1007/s11263-009-0275-4. doi:10.
          <string-name>
            <surname>chi</surname>
          </string-name>
          , C. Napoli,
          <source>Human attention assessment us- 1007/s11263-009-0275-4</source>
          .
          <article-title>ing a machine learning approach with gan-based [</article-title>
          27]
          <string-name>
            <given-names>D.</given-names>
            <surname>Kadish</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Risi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Løvlie</surname>
          </string-name>
          ,
          <article-title>Improving object data augmentation technique trained using a cus- detection in art images using only style transfer, tom dataset</article-title>
          ,
          <source>OBM Neurobiology 6</source>
          (
          <year>2022</year>
          ). doi:10.
          <string-name>
            <surname>arXiv</surname>
          </string-name>
          (
          <year>2021</year>
          ).
          <source>arXiv:2102.06529</source>
          . 21926/obm.neurobiol.
          <volume>2204139</volume>
          . [28]
          <string-name>
            <given-names>J.</given-names>
            <surname>Deng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Socher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.-J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <surname>L</surname>
          </string-name>
          . Fei-
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>H.</given-names>
            <surname>Cai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Corradi</surname>
          </string-name>
          , P. Hall,
          <article-title>The cross- Fei, Imagenet: A large-scale hierarchical image depiction problem: Computer vision algorithms for database</article-title>
          , in: 2009 IEEE Conference on
          <article-title>Computer recognising objects in artwork and in photographs</article-title>
          ,
          <source>Vision and Pattern Recognition</source>
          ,
          <year>2009</year>
          , pp.
          <fpage>248</fpage>
          -
          <lpage>255</lpage>
          .
          <year>2015</year>
          . arXiv:
          <volume>1505</volume>
          .00110. doi:
          <volume>10</volume>
          .1109/CVPR.
          <year>2009</year>
          .
          <volume>5206848</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>T.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mileo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Brennan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bendechache</surname>
          </string-name>
          , [29]
          <string-name>
            <given-names>N.</given-names>
            <surname>Gonthier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ladjal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Gousseau</surname>
          </string-name>
          ,
          <article-title>Multiple inImage data augmentation approaches: A com- stance learning on deep features for weakly superprehensive survey and future directions, 2023. vised object detection with extreme domain shifts</article-title>
          ,
          <source>arXiv:2301.02830. Computer Vision and Image Understanding 214</source>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>A.</given-names>
            <surname>Krizhevsky</surname>
          </string-name>
          , I. Sutskever,
          <string-name>
            <given-names>G. E.</given-names>
            <surname>Hinton</surname>
          </string-name>
          ,
          <string-name>
            <surname>Imagenet</surname>
          </string-name>
          (
          <year>2022</year>
          )
          <article-title>103299</article-title>
          . URL: http://dx.doi.org/10.1016/j.cviu.
          <source>classification with deep convolutional neural net- 2021</source>
          .103299. doi:
          <volume>10</volume>
          .1016/j.cviu.
          <year>2021</year>
          .
          <volume>103299</volume>
          . works,
          <source>Communications of the ACM</source>
          <volume>60</volume>
          (
          <year>2017</year>
          ) [30]
          <string-name>
            <given-names>N.</given-names>
            <surname>Brandizzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Russo</surname>
          </string-name>
          , G. Galati, C. Napoli,
          <fpage>Address84</fpage>
          -
          <lpage>90</lpage>
          . doi:
          <volume>10</volume>
          .1145/3065386.
          <article-title>ing vehicle sharing through behavioral analysis: A</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>J.</given-names>
            <surname>Johnson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Alahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Fei-Fei</surname>
          </string-name>
          ,
          <article-title>Perceptual losses for solution to user clustering using recency-frequencyreal-time style transfer and super-resolution, arXiv monetary and vehicle relocation based on neigh(</article-title>
          <year>2016</year>
          ). arXiv:
          <volume>1603</volume>
          .08155. borhood splits,
          <source>Information (Switzerland) 13</source>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Fang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Lu</surname>
          </string-name>
          , M.-H. doi:
          <volume>10</volume>
          .3390/info13110511. Yang, Universal style transfer via feature trans- [31]
          <string-name>
            <surname>G. De Magistris</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Romano</surname>
          </string-name>
          , J. Starczewski, forms, arXiv (
          <year>2017</year>
          ). arXiv:
          <volume>1705</volume>
          .08086.
          <string-name>
            <surname>C. Napoli</surname>
          </string-name>
          ,
          <article-title>A novel dwt-based encoder for human</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>T. Q.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Schmidt</surname>
          </string-name>
          ,
          <article-title>Fast patch-based pose estimation</article-title>
          , volume
          <volume>3360</volume>
          ,
          <year>2022</year>
          , pp.
          <fpage>33</fpage>
          -
          <lpage>40</lpage>
          .
          <article-title>style transfer of arbitrary style</article-title>
          ,
          <source>arXiv</source>
          (
          <year>2016</year>
          ). [32]
          <string-name>
            <given-names>J. S.</given-names>
            <surname>Park</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. C. O'Brien</surname>
            ,
            <given-names>C. J.</given-names>
          </string-name>
          <string-name>
            <surname>Cai</surname>
            ,
            <given-names>M. R.</given-names>
          </string-name>
          <string-name>
            <surname>Morris</surname>
          </string-name>
          , arXiv:
          <fpage>1612</fpage>
          .04337. P. Liang,
          <string-name>
            <given-names>M. S.</given-names>
            <surname>Bernstein</surname>
          </string-name>
          , Generative agents: Inter-
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>X.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Belongie</surname>
          </string-name>
          ,
          <article-title>Arbitrary style transfer active simulacra of human behavior, arXiv (2023). in real-time with adaptive instance normalization</article-title>
          ,
          <source>arXiv:2304.03442</source>
          .
          <string-name>
            <surname>arXiv</surname>
          </string-name>
          (
          <year>2017</year>
          ). arXiv:
          <volume>1703</volume>
          .
          <fpage>06868</fpage>
          . [33]
          <string-name>
            <surname>G. De Magistris</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Caprari</surname>
          </string-name>
          , G. Castro, S. Russo,
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>G.</given-names>
            <surname>Ghiasi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kudlur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Dumoulin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Shlens</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Iocchi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Nardi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Napoli</surname>
          </string-name>
          ,
          <article-title>Vision-based holisExploring the structure of a real-time, arbitrary tic scene understanding for context-aware humanneural artistic stylization network, arXiv (</article-title>
          <year>2017</year>
          ).
          <source>robot interaction 13196 LNAI</source>
          (
          <year>2022</year>
          )
          <fpage>310</fpage>
          -
          <lpage>325</lpage>
          . arXiv:
          <volume>1705</volume>
          .06830. doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>031</fpage>
          -08421-8_
          <fpage>21</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>