<!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>The investigation of the using the cyclic generative- competitive neural networks for image stylization</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Dmitry Ulyanov</string-name>
          <email>dmitryulyanovhome@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dmitry Savelyev</string-name>
          <email>dmitrey.savelyev@yandex.ru</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Samara NationalResearch University</institution>
          ,
          <addr-line>Samara</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Samara NationalResearch University;, Image Processing Systems Institute of RAS - Branch of the FSRC, "Crystallography and Photonics" RAS</institution>
          ,
          <addr-line>Samara</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <fpage>175</fpage>
      <lpage>178</lpage>
      <abstract>
        <p>-The paper provides examples of convolutional neural network architectures, the corresponding activation functions, and the organization of their interaction in the learning process. Networks interact with each other according to the architecture of generative-adversarial networks. For the task, the NEXET 2017 data set was filtered and formatted. Studies of the architecture of neural networks and varying the volume of the training sample to solve the problem of image styling were carried out.</p>
      </abstract>
      <kwd-group>
        <kwd>CycleGAN</kwd>
        <kwd>convolutional layer</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>NEXET
2017, loss function,</p>
    </sec>
    <sec id="sec-2">
      <title>I. INTRODUCTION</title>
      <p>
        The use of artificial neural networks is relevant for a
wide variety of applications [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. In particular, artificial neural
networks are used to solve the problem of image recognition
[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] and classification of detected objects [
        <xref ref-type="bibr" rid="ref3">3-4</xref>
        ].Object
detection is successfully used in vehicle tracking,
positioning, and surveillance [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].The use of neural networks
for solving the problems of medical diagnostics is very
promising [
        <xref ref-type="bibr" rid="ref6 ref7">6-7</xref>
        ].
      </p>
      <p>
        There are special algorithmsto solve the problem of
detecting objects in real time [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], which can be divided into
two main families. The first family Region Proposes (the
frame regions are alternately proposed and classified) and the
second family Single Shot (all objects are immediately
detected on the resulting image). The first family includes
neural networks such as R-CNN, Fast R-CNN, Faster
RCNN [
        <xref ref-type="bibr" rid="ref10 ref11 ref12 ref9">9-12</xref>
        ]. The second family includes YOLO, SSD [
        <xref ref-type="bibr" rid="ref11 ref13 ref5">5, 11,
13</xref>
        ]. In particular, V.S. Gorbatsevich and al. propose original
iterative proposal clustering (IPC) algorithm for aggregation
of output face proposals formed by CNN and the 2-level
“weak pyramid” providing better detection quality on the
testing sets containing both small and huge images [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>
        The image processing industry is one of the fastest
growing in the world. Film studios hire hundreds of
designers to meet the deadlines for creating CGI
(ComputerGenerated Imagery) videos. The work being done is
extremely painstaking and of the same type. These properties
characterize it as a potential candidate to replace it workers
with artificial neural networks (ANNs). Particularly complex
and monotonous is the change in the lighting conditions of
the images, in particular the transformation of the daytime
image into nighttime and vice versa. Until 2014, this problem
did not have a solution allowing stylization in a resolution
acceptable for the current generation of image formats (1280
× 720 or 1920 × 1080 pixels). In 2014, the architecture of the
Generative-Adversarial Networks (GAN) was invented [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>
        In 2016, a work was published that proposed a new
architecture based on GAN — the cyclic
generativecompetitive network [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. For GAN training, it is enough to
have many images, generalized for a number of signs. At the
      </p>
      <p>The research has shown the possibility of using the
architecture of a cyclic generative-adversarial network to
solve the problem of styling images for day and night
lighting conditions. The relevance of this work is due to the
need of the film industry to simplify the process of shooting
video by replacing the post-processing of a number of effects
recreated on stage. In particular, one of the most problematic
effects is shooting in low light conditions or night shooting.
Equipment for night shooting is expensive, which makes the
need for styling daytime images into nighttime images high.</p>
      <p>II. ARCHITECTURE AND LOSS FUNCTIONS FOR NEURAL</p>
      <p>NETWORKS</p>
      <p>According to the GAN architecture, two networks are
involved in the learning process - the generator and the
Layer
type
Conv
Conv
Conv
Conv
ResNet
ResNet
ResNet
ResNet
ResNet
TrConv
TrConv
TrConv
Conv</p>
      <p>Out
Layer
type
Conv
Conv
Conv
Conv</p>
      <p>where  ( ) and   ( ) are functions of discriminators
Let’s introduce the cyclic error function for transition
from one class to another:
=</p>
      <p>1
3× ×</p>
      <p>
        ∑ =1 ∑ =1 ∑3=1| 
−  ̃ |,
(1)
(2)
(3)
discriminator [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. The generator may be represented as 3
blocks: a feature extraction unit, a feature conversion unit
and data recovery based on the features[
        <xref ref-type="bibr" rid="ref21">21</xref>
        ].In this work, the
following layers are used: convolution (conv), residual block
(ResNet) and transposed convolution block (TrConv). The
convolutional layer selects features[
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. The ResNet block
consists of two connected convolutional layers. The need for
ResNet blocks arises when the task involves a large number
of layers, and it, in turn, negatively affects the ability of the
network to learn, and paradoxical cases are possible when a
neural network with fewer parameters achieves a better result
compared to its
      </p>
      <p>multilayer counterpart. This problem is
called the degradation of the ANN. The addition of layers is
possible due to the fact that the dimension of the output and
input of the block must coincide. It is also optionally possible
to add an activation function at the exit from the block. The
transposed
characteristics
convolution
applied</p>
      <p>layer
to
the
on
the
basis</p>
      <p>
        of
input
reproduces
the
data
possessing these characteristics[
        <xref ref-type="bibr" rid="ref23">23</xref>
        ].The architecture of the
generators and discriminators are shown in Table 1 and
channel of image  , that applied to generator   → and
̃ =   → (  → ( )) respectively.
      </p>
      <p>The general function of the cyclic loss, taking into
account (3), will take the following form:
 
= 1 (  
2
+   
)</p>
      <p>The resulting loss functions of the generators, taking into
account (4), take the following form:
   → = (  (  → ( )) − 1)2 + λ 
  → = (  (  → ( )) − 1)2 + λ 
(4)
(5)
(6)</p>
      <p>III. TRAINING DATA FOR THE NEURAL NETWORK
For training the neural network, a part of the NEXET
2017</p>
      <p>database
photographs
was selected.</p>
      <p>This database consists of
from
auto-registrars in the
resolution
of
1280×720. The dataset contains 17000 images. To divide
into day and night sets, 200 images were manually selected
(100 for each class), and the brightness of each of them was
calculated using the following brightness formula from the</p>
    </sec>
    <sec id="sec-3">
      <title>HSP model [24]:</title>
      <p>= √0.299 ×  2 + 0.587 ×  2 + 0.114 ×  2, (7)
where r, g and b are the discrete values of the RGB
components of the pixel in the range [0; 255]. Thereafter all
the values were normalized by dividing by the maximum
value. The results are shown in Figure 1.
11,442 day images were obtained, of which 500 random
images per class were selected for the test sample. Due to
the extremely limited resources for such tasks for neural
networks, each image was cropped to a 1:1 aspect ratio and
scaled to 256×256 pixels.</p>
      <p>IV. CONDUCTING EXPERIMENTAL RESEARCH AND ANALYSIS</p>
      <p>OF THE RESULTS
CPU —intel core i5-2500, 3.3 GHz.</p>
      <p>RAM—8Gb, 1333 MHz.</p>
      <p>GPU —Nvidia GTX 1060, 6Gb GDDR5.</p>
      <p>OS —Windows 10 x64. Ver. 1903.</p>
      <sec id="sec-3-1">
        <title>Language—Python 3.7.1 x64.</title>
        <p>A program was written that implements algorithms for
training ANNs and styling images using the designed
model using the following libraries:</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Pillow.</title>
    </sec>
    <sec id="sec-5">
      <title>Tensorflow-gpu 1.13.1.</title>
      <p>A neural network has the following parameters:
Learning rate  —2×10−4 for all networks.</p>
      <sec id="sec-5-1">
        <title>Received image size— 256×256×3.</title>
      </sec>
      <sec id="sec-5-2">
        <title>Neuron activation function—ReLU.</title>
      </sec>
      <sec id="sec-5-3">
        <title>Cyclic loss coefficient λ— 10.</title>
        <p>The size of the training set is 1000 elements. The size of
the test sample is 100 elements. The number of eras is 100.
A graph of the errors of discriminators and generators is
shown in Figure 2.</p>
        <p>Experiments have shown that the conversion from day to
night does not always work correctly - only the brightness of
some elements of the scene increases, while the sky does not
stylize. Increase the number of training examples to 10,000
daytime and 4,500 nighttime. 500 images from each class
are used as test cases. Due to the sharply increased data
volume, we reduce the number of epochs to 20. The graph
of the errors of discriminators and generators is shown in
Figure 4.</p>
        <p>The result of the conversion of test images is shown in
Figure 5.</p>
        <p>We will change the learning speed by several orders of
magnitude in order to find out whether the learning speed
standard for most tasks is  = 2×10−4 acceptable for this
task. The next experiment has been done on the same test
image the result of processing neural networks trained on an
incomplete (1000 images in each class) data set with
different learning speed indicators: 2× 10−4 , 2× 10−3 and
2×10−2 . The number of epochs is 20. The result of the
experiment is shown in Figure 6.</p>
        <p>Comparing Figures 3 and 5, we can notice that the
neural network obtained as a result of the first experiment
either does not substitute the sign of light sources at night,
or does not fully decode it, since the manifestations of this
sign are noticeable in Figure 5, that indicates the need for a
large number of eras for this styling task.</p>
        <p>In this research, a software package was developed to
demonstrate the operability of the cycleGAN architecture in
image styling tasks. Training and test samples from the
NEXET 2017 data set were generated.The studies with the
designed software package have shown the possibility of
using the architecture of a cyclic generative-adversarial
network to solve the problem of styling images for day and
night lighting conditions. The solution to this problem is
relevant in the film industry for creating CGI-video.</p>
        <p>In the course of the work, the following tasks were
solved: the cycleGAN architecture was implemented, a
database for training and testing was formed, the ANN was
trained on a complete and incomplete set of training data.</p>
        <p>Studies have shown that to solve the problem of styling
images for day and night styles using ANNs, one should
maximize the number of unique elements of a training
sample. This allows you to reduce the result of the sum of
loss functions by 25% with fewer eras, which indicates an
improvement in the quality of stylization. Also shown that
for this problem in the selected ANN configuration, the
optimal learning rate is 2×10−4.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>P.J.</given-names>
            <surname>Lisboa</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.F.G.</given-names>
            <surname>Taktak</surname>
          </string-name>
          ,“
          <article-title>The use of artificial neural networks in decision support in cancer: a systematic review,” Neural networks</article-title>
          ,vol.
          <volume>19</volume>
          , pp.
          <fpage>408</fpage>
          -
          <lpage>415</lpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Shao</surname>
          </string-name>
          and
          <string-name>
            <given-names>X.</given-names>
            <surname>Luo</surname>
          </string-name>
          , “
          <article-title>Small sample image recognition using improved convolutional neural network</article-title>
          ,
          <source>” Journal of Visual Communication and Image Representation</source>
          , vol.
          <volume>55</volume>
          , pp.
          <fpage>640</fpage>
          -
          <lpage>647</lpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>R.</given-names>
            <surname>Magdeev</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.G.</given-names>
            <surname>Tashlinskii</surname>
          </string-name>
          , “
          <article-title>Efficiency of object identification for binary images</article-title>
          ,”
          <source>Computer Optics</source>
          , vol.
          <volume>43</volume>
          , no.
          <issue>2</issue>
          , pp.
          <fpage>277</fpage>
          -
          <lpage>281</lpage>
          ,
          <year>2019</year>
          . DOI:
          <volume>10</volume>
          .18287/
          <fpage>2412</fpage>
          -6179-2019-43-2-
          <fpage>277</fpage>
          -281.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>M.A.</given-names>
            <surname>Isayev</surname>
          </string-name>
          and
          <string-name>
            <given-names>D.A.</given-names>
            <surname>Savelyev</surname>
          </string-name>
          , “
          <article-title>Investigation of optimal configurations of a convolutional neural network for the identification of objects in real-time,”</article-title>
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <volume>2416</volume>
          , pp.
          <fpage>417</fpage>
          -
          <lpage>423</lpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <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>
          and
          <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>” Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          , pp.
          <fpage>779</fpage>
          -
          <lpage>788</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A.</given-names>
            <surname>Qayyum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.M.</given-names>
            <surname>Anwar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Awais</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Majid</surname>
          </string-name>
          , ”
          <article-title>Medical image retrieval using deep convolutional neural network,” Neurocomputing</article-title>
          , vol.
          <volume>266</volume>
          , pp.
          <fpage>8</fpage>
          -
          <lpage>20</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Yu</surname>
            .
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Agafonova</surname>
            ,
            <given-names>A.V.</given-names>
          </string-name>
          <string-name>
            <surname>Gaidel</surname>
            ,
            <given-names>P.M.</given-names>
          </string-name>
          <string-name>
            <surname>Zelter</surname>
            and
            <given-names>A.V.</given-names>
          </string-name>
          <string-name>
            <surname>Kapishnikov</surname>
          </string-name>
          , “
          <article-title>Efficiency of machine learning algorithms and convolutional neural network for detection of pathological changes in MR images of the brain</article-title>
          ,”
          <source>Computer Optics</source>
          ,vol.
          <volume>44</volume>
          , no.
          <issue>2</issue>
          , pp.
          <fpage>266</fpage>
          -
          <lpage>273</lpage>
          ,
          <year>2020</year>
          . DOI:
          <volume>10</volume>
          .18287/
          <fpage>2412</fpage>
          -6179-CO-
          <volume>671</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>J.</given-names>
            <surname>Dai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>He</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Sun</surname>
          </string-name>
          , “R-fcn:
          <article-title>Object detection via regionbased fully convolutional networks</article-title>
          ,
          <source>” Advances in neural information processing systems</source>
          , pp.
          <fpage>379</fpage>
          -
          <lpage>387</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>R.</given-names>
            <surname>Girshick</surname>
          </string-name>
          , “
          <string-name>
            <surname>Fast</surname>
          </string-name>
          r-cnn,
          <source>” Proceedings of the IEEE international conference on computer vision</source>
          , pp.
          <fpage>1440</fpage>
          -
          <lpage>1448</lpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <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>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Sun</surname>
          </string-name>
          , “
          <string-name>
            <surname>Faster</surname>
          </string-name>
          r-cnn:
          <article-title>Towards realtime object detection with region proposal networks</article-title>
          ,
          <source>” Advances in neural information processing systems</source>
          , pp.
          <fpage>91</fpage>
          -
          <lpage>99</lpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>W.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Anguelov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Erhan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Szegedy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Reed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.Y.</given-names>
            <surname>Fu</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.C.</given-names>
            <surname>Berg</surname>
          </string-name>
          , “Ssd:
          <article-title>Single shot multibox detector</article-title>
          ,
          <source>” European conference on computer vision</source>
          , pp.
          <fpage>21</fpage>
          -
          <lpage>37</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Yu</surname>
            .
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Vizilter</surname>
            ,
            <given-names>V.S.</given-names>
          </string-name>
          <string-name>
            <surname>Gorbatsevich</surname>
            and
            <given-names>S.Y.</given-names>
          </string-name>
          <string-name>
            <surname>Zheltov</surname>
          </string-name>
          , “
          <article-title>Structurefunctional analysis and synthesis of deep convolutional neural networks</article-title>
          ,
          <source>” Computer Optics</source>
          , vol.
          <volume>43</volume>
          , no.
          <issue>5</issue>
          , pp.
          <fpage>886</fpage>
          -
          <lpage>900</lpage>
          ,
          <year>2019</year>
          . DOI:
          <volume>10</volume>
          .18287/
          <fpage>2412</fpage>
          -6179-2019-43-5-
          <fpage>886</fpage>
          -900.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>R.P.</given-names>
            <surname>Bohush</surname>
          </string-name>
          and
          <string-name>
            <given-names>I.Y.</given-names>
            <surname>Zakharava</surname>
          </string-name>
          , “
          <article-title>Person tracking algorithm based on convolutional neural network for indoor video surveillance</article-title>
          ,”
          <source>Computer Optics</source>
          , vol.
          <volume>44</volume>
          , no.
          <issue>1</issue>
          , pp.
          <fpage>109</fpage>
          -
          <lpage>116</lpage>
          ,
          <year>2020</year>
          . DOI:
          <volume>10</volume>
          .18287/
          <fpage>2412</fpage>
          -6179-CO-
          <volume>565</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>V.S.</given-names>
            <surname>Gorbatsevich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.S.</given-names>
            <surname>Moiseenko</surname>
          </string-name>
          and
          <string-name>
            <given-names>Y.V.</given-names>
            <surname>Vizilter</surname>
          </string-name>
          , “
          <article-title>FaceDetectNet: Face detection via fully-convolutional network,” Computer Optics</article-title>
          , vol.
          <volume>43</volume>
          , no.
          <issue>1</issue>
          , pp.
          <fpage>63</fpage>
          -
          <lpage>71</lpage>
          ,
          <year>2019</year>
          . DOI:
          <volume>10</volume>
          .18287/
          <fpage>2412</fpage>
          -6179-2019-43-1-
          <fpage>63</fpage>
          -71.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>I.</given-names>
            <surname>Goodfellow</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Pouget-Abadie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mirza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Warde-Farley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ozair</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Courville</surname>
          </string-name>
          and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bengio</surname>
          </string-name>
          , “Generative adversarial nets”,
          <source>Advances in neural information processing systems</source>
          , pp.
          <fpage>2672</fpage>
          -
          <lpage>2680</lpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>J.Y.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,T. Park,
          <string-name>
            <given-names>P.</given-names>
            <surname>Isola</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.A.</given-names>
            <surname>Efros</surname>
          </string-name>
          , “
          <article-title>Unpaired image-to-image translation using cycle-consistent adversarial networks</article-title>
          ,
          <source>” Proceedings of the IEEE international conference on computer vision</source>
          , pp.
          <fpage>2223</fpage>
          -
          <lpage>2232</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>T.</given-names>
            <surname>Rashid</surname>
          </string-name>
          , “
          <string-name>
            <surname>Make Your Own Neural NetworkMake Your Own Neural Network</surname>
          </string-name>
          ,” CreateSpace Independent Publishing Platform,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>S.</given-names>
            <surname>Naoki</surname>
          </string-name>
          , “
          <article-title>Up-sampling with Transposed Convolution,”</article-title>
          <string-name>
            <surname>Medium</surname>
          </string-name>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>B.</given-names>
            <surname>Li</surname>
          </string-name>
          and
          <string-name>
            <given-names>Y.</given-names>
            <surname>He</surname>
          </string-name>
          , “
          <article-title>An improved ResNet based on the adjustable shortcut connections</article-title>
          ,
          <source>” IEEE Access</source>
          , vol.
          <volume>6</volume>
          , pp.
          <fpage>18967</fpage>
          -
          <lpage>18974</lpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>X.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Deng</surname>
          </string-name>
          and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,“
          <article-title>Recent progress in semantic image segmentation</article-title>
          ,
          <source>” Artificial Intelligence Review</source>
          , vol.
          <volume>52</volume>
          , no.
          <issue>2</issue>
          , pp.
          <fpage>1089</fpage>
          -
          <lpage>1106</lpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>S.</given-names>
            <surname>Saha</surname>
          </string-name>
          , “
          <article-title>A comprehensive guide to convolutional neural networksthe ELI5 way,” Towards Data Science</article-title>
          , vol.
          <volume>15</volume>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>K.</given-names>
            <surname>Men</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , T. Zhang,
          <string-name>
            <given-names>J.</given-names>
            <surname>Dai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Yi</surname>
          </string-name>
          and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          , “
          <article-title>Deep deconvolutional neural network for target segmentation of nasopharyngeal cancer in planning computed tomography images,” Frontiers in oncology</article-title>
          , vol.
          <volume>7</volume>
          , pp.
          <fpage>315</fpage>
          -
          <lpage>315</lpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>J.</given-names>
            <surname>Fu</surname>
          </string-name>
          , J. Liu,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Wang</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.</given-names>
            <surname>Lu</surname>
          </string-name>
          , “
          <article-title>Stacked Deconvolutional Network for Semantic Segmentation</article-title>
          ,
          <source>” IEEE Transactions on Image Processing</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>D.R.</given-names>
            <surname>Finley</surname>
          </string-name>
          , “
          <article-title>HSP Color Model - Alternative to HSV (HSB) and</article-title>
          HSL,”
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>