<!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>
      <journal-title-group>
        <journal-title>U.: A Survey on Object Detection and Tracking Methods.
International Journal of Innovative Research in Computer and Communication Engineering</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.1109/TPAMI.2016.2577031</article-id>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Tatyana Martynenko</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tatyana Vasyaeva</string-name>
          <email>vasyaeva@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Aida Velieva</string-name>
          <email>velievaaida9@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yuriy Skobtsov</string-name>
          <email>ya_skobtsov@list.ru</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Donetsk National Technical University</institution>
          ,
          <addr-line>Donetsk</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Saint Petersburg State University of Aerospace Instrumentation</institution>
          ,
          <addr-line>St. Petersburg</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <volume>39</volume>
      <issue>6</issue>
      <fpage>1137</fpage>
      <lpage>1149</lpage>
      <abstract>
        <p>The map constitution task of the customer movement through the store using videoanalitics has been considered. The problem is reduced to the video stream objects detection with further tracking. It is proposed to use pre-trained CNN for object detection. The experimentally justified joint use of pre-trained networks MobileNet-SSD. For the object tracking there have been performed experiments with algorithms built into the OpenCV library: GOTURN, CSRT, KCF, BOOST, TLD, MOSSE, MedianFlow, and MIL. According to the multiple object tracking accuracy (MOTA), the MedianFlow tracker is selected. Experiments were performed using a set of video sequences containing various negative parameters confirmed the effectiveness of the selected solutions.</p>
      </abstract>
      <kwd-group>
        <kwd>1 Computer vision</kwd>
        <kwd>video analytics</kwd>
        <kwd>deep learning</kwd>
        <kwd>convolutional neural networks</kwd>
        <kwd>detection</kwd>
        <kwd>customer flow</kwd>
        <kwd>tracking</kwd>
        <kwd>conversion rate</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Today the retail sector is experiencing fierce competition and an increase in consumer demands for
service levels. To maximize the effectiveness of marketing and sales an impressive array of IT
solutions have been offered. One of them is video analytics [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. In the retail sector video analytics
provides significant competitive advantages, it allows you to evaluate such important parameters as
the number of visitors, conversion rate (paying attention to a particular product). You can use it to get
useful information about your customers and use it in the future to stimulate customer activity as well
as to optimize the trading process through timely and effective personnel management.
      </p>
      <p>Video analytics using computer vision methods can produce continuous automated data collection,
analyzing the sequence of images coming from video cameras in real time or from archival records
without additional staff.</p>
      <p>
        According to undertaken studies [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] video analysis and computer vision technologies reduce by
10% the number of people leaving the store without buying something and by 20% the loss of store
profits, and sales of individual products can be increased by 15-25% when changing their location
according to the detected “hot zones”.
      </p>
      <p>Thuswise, at the moment one of the most promising areas for analyzing customers behavior in a
retail store is technology based on video analysis. It allows you to determine customer traffic statistics
quickly and effectively, to create a portrait of the target audience, and to study the customer activity.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Articulation of an issue</title>
      <p>The basic aim of any trading network is to get the maximum profit. This is achieved by increasing
sales (due to an increase in the number of customers) and reducing costs (including reducing the
number of staff avoiding the service degradation).</p>
      <p>
        One of the key terms of video analytics in the retail industry is the customer traffic. According to
[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], the customer traffic (customer flow) is the direction that most customers in the store follow.
      </p>
      <p>
        The owner of a point of sale needs to have an up-to-date idea of the institution's attendance, about
the movements of visitors inside the sale area, since this information is used to build a strategy for
attracting and retaining customers, which in its turn is based on:
• optimization of the work of staff (to adjust the number of staff according to the intensity of
the customer traffic in different periods of time);
• sales conversions [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] for selected departments or the store as a whole. Conversions show the
ratio of the number of visitors to the point of sale in relation to the number of transactions
(purchases);
• increasing the growth of sales of unpopular products due to their placement in the so-called
“hot zones”, i.e. the most popular places to visit in this point of sale;
• successful placement of advertisements and promotions in the departments that attract the
most interest from visitors;
• changing the product layout based on the map of customers movements in the shop.
      </p>
      <p>The main source of data for analysis is video cameras located above the entrance and exit,
departments of supermarket and cash registers. A generalized plan of sales area is shown in Fig. 1.</p>
      <p>
        The use of video analytics involves automation of four main functions [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]: detection, tracking,
recognition, forecasting.
      </p>
      <p>
        Tracking via detection is used to analyze the distribution of customer traffic [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. This approach
makes it possible to use high-precision object detection methods without a large computational load
of the system due to tracking of already detected objects, excluding their repeated detections.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Research Objective 3.1.</title>
    </sec>
    <sec id="sec-4">
      <title>Detection of Video Sequence Objects</title>
      <p>
        The task of detecting in a video stream should be understood as detecting pre-defined classes of
objects (people, vehicles, furniture, animals and so on) with determining the label and coordinates of
the object's location [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>
        You can represent the object`s location in different ways such as the set of pixels that correspond
to the object [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] or the coordinates of a rectangle that bounds the object [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. In this research we will
get dozens of bounding rectangles (bounding boxes) at the output of the detection algorithm.
      </p>
      <p>The input information of the developed system is the video stream S, which is made as a sequence
of frames I1, I2, … , Ik, … , IN.</p>
      <p>= {  ( ,  ),0 ≤  &lt;</p>
      <p>ℎ, 0 ≤  &lt; ℎ  ℎ },  = 1,  ,
where width – is the width of frame, height – is the height of frame, Ik(x,y) – is the feature vector
of colors, N – is the number of frames; k – is the frame number.</p>
      <p>The set containing classes C = {c1, c2, ... , ci, …, cM}. Our task is to detect objects X = {x1, x2, ...,
xc}, with their subsequent selection by belonging to a given class (people’s figures):
in time by localizing its position on the input sequence of frames.</p>
      <p>An object's movement trajectory is a sequence of its positions:</p>
      <p>= {   ( ,  ,  , ℎ,  ),    +1( ,  ,  , ℎ,  ), … ,    + −1( ,  ,  , ℎ,  )},
where s – is the number of first frame in which the object was detected, l – is the number of frames
sequence in which the object is observed, x and y – are coordinates of location; w – is the width; h – is
the height and c – is the class number of the object in the video image.</p>
      <p>
        To evaluate tracker accuracy, the MOTA criterion is typically used [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Mathematically, the
MOTA criterion is described by the following formula:
,
where mt – is the number of misses upon detection (false detection); fpt – is the number of false
positives; mmet – is the number of mismatches; gt – is the number of people present at time t.
      </p>
      <p>where   
by the formula:</p>
      <p>– is the set of detected objects belonging to the class ci; nc – is the number of detections.
The bounding box, which characterizing the location of the object in the image can be represented

 = {  1( ,  ,  , ℎ,  ),   2( ,  ,  , ℎ,  ) …    ( ,  ,  , ℎ,  )},
where (x,y) – are coordinates for each object in the image; (w, h) – is the dimensions of the object,
given the width (w) and height (h); c – is the class connected with each bounding box.
3.2.</p>
    </sec>
    <sec id="sec-5">
      <title>Tracking of Video Sequence Objects</title>
      <p>rectangles that border objects of interest (people figures):
corresponding to objects of interest on one frame:
where Outk – bounding box, nk – the number of selected objects on a k-frame.</p>
      <p>In such a case at the output of the detection algorithm one frame is made asset of dozens bounding
In such a case at the output of the detection algorithm
we have many bounding boxes
   =    ,1,    ,2, … ,    ,</p>
      <p>∈  ,
{   |  ∈  }</p>
      <p>= {  },  = 1,   ,
Tracking of moving objects (tracking) is the creation of a trajectory of movement of target objects
(1)
(2)
(3)
(4)
(5)
(6)</p>
    </sec>
    <sec id="sec-6">
      <title>4. Analysis of the Convolutional Neural Networks Usages in Object Detection</title>
    </sec>
    <sec id="sec-7">
      <title>Tasks</title>
      <p>
        Detection is fundamental and one of the most difficult tasks of computer vision. Deep learning
methods [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], in particular artificial neural networks [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], have become a powerful tool to solving
them.
      </p>
      <p>
        Algorithms based on convolutional neural networks (CNN) show the best quality in object
detection tasks. CNN is a special neural network architecture proposed by Yann LeCun which is the
main one used in computer vision [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. A distinctive feature of CNN is the detection of objects in
video images with an accuracy that exceeds the accuracy of other video image detection methods.
      </p>
      <p>
        The classical CNN [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] has a hierarchical architecture (Fig. 2), and usually includes: convolution
layers (convolution layer), pooling layers (pooling layer), and fully connected layers (dense layer).
      </p>
      <p>The analysis of Table 1 shows that the R-CNN range models have high accuracy (mAP), but they
have a very low video stream detection rate (FPS). YOLO in its turn provides a high FPS value, but
has a lower mAP compared to other models. The MobileNet-SSD model has the most optimal
parameters in FPS and mAP.</p>
    </sec>
    <sec id="sec-8">
      <title>5. Analysis of Object Tracking Methods in Video Surveillance Systems</title>
      <p>Video surveillance systems use various methods and algorithms to track the object's trajectory.
According to [18] they are classified as follows:
• Dense optical flow – it helps to estimate the motion vector of all points in the video image,
examples of this class of algorithms are Farneback, Horn-Schunck, and also SimpleFlow;
• Sparse optical flow – tracks the location of only a few characteristic points (representing the
corners or edges of the object) on the video image, an example is the Lucas-Canada algorithm;
• Mean-Shift and CamShift determine the locations of the density function maxima;
• Kalman Filtering –allows you to get the probable positions of previously found objects in a
new frame based on the history of its previous positions. On its basis the best for the date online
tracker DeepSort is offered;
• Single object trackers (SOT) –assumes that the rectangle selects an object in the first frame
and then tracks it in the next frame;
• Multiple object trackers (MOT) – assumes tracking multiple objects in each frame;
• Tracking algorithms built into the OpenCV library (Boosting, MIL, KCF, CSRT,
MedianFlow, Mosse, Goturn, TLD).</p>
      <p>Analysis of object tracking methods has shown [19] that at the moment the problem is particularly
acute for providing continuous tracking. Most existing tracking systems do not support this
functionality or they try to solve the problem by selecting an angle where the probability of overlap is
minimal.</p>
      <p>One of the main requirements for our task is the ability to track many objects of a video sequence.
Also, when choosing a method, you must try to ensure maximum performance and reliability. In this
paper trackers of the OpenCV library were subjected to experimental research.</p>
    </sec>
    <sec id="sec-9">
      <title>6. Customer Traffic Distribution Analysis Based on Video Information</title>
      <p>The scheme for obtaining information on the movement of customers based on vid-eo analysis is
shown in Fig. 3.</p>
      <p>At the first stage the detection algorithm (detector) works. Detection is made on the key frames of
the video stream F1, F1+step, F1+2*step, … . In order to check whether new objects have appeared
in the frame as well as to see if objects that were lost during the “tracking” stage have appeared, i.e. to
correct the tracker operation. The system creates or updates a tracker with new bounding box
coordinates for each detected object.
where Vi – is the residence time of the object of interest in sells area i.</p>
      <p>The result of this work is the construction of the heat map reflecting the areas of interest of
customers, the form of which is shown in Fig. 4.</p>
      <p>In Fig. 4 the cell at the intersection of date and department the value   ′is indicated. The highest
value of the coefficient   ′corresponds to greater attendance by customers.</p>
    </sec>
    <sec id="sec-10">
      <title>7. Experiments</title>
      <p>There was developed a software implementation of the subsystem in the Python programming
language using OpenCV computer vision libraries and Caffe deep learning.</p>
      <p>OpenCV [20] is an open source library for computer vision and machine learning. It contains about 2500
algorithms; the main aim of this library is to increase the computational activity of video image processing
procedures.</p>
      <p>Caffe [21] – a framework that supports the operation of convolutional neural networks. The advantage of
using this tool is that it is possible to work in a very simple way and that there are pre-trained models.</p>
      <p>Experimental research of the developed video analysis subsystem were carried out on the following
computer system configuration: Windows 10 Pro, Intel (R) Celeron CPU N3050 @ 1.60 GHz, 2 GB.</p>
      <p>The first step is choosing a detector. Models in the Table 1 are used to detect objects in the image, but they
also applicable to the video stream. Since the objects detection in the video stream is reduced to processing a
sequence of key frames.</p>
      <p>The results of the experiments using standard datasets are given in Table 2.</p>
      <p>Analysis of Table 2 showed that the MobileNet-SSD model has the best value (mAP) for the class
"Person" and a high rate of speed (FPS). The speed of the detector is important for the tracker. The
lower speed of the detector, enhance the risk losing an object of interest during tracking. Thus, the
MobileNet-SSD model was selected for the video analysis subsystem.</p>
      <p>The choice of tracker was carried out experimentally using 4 test sets. Test datasets are complete
video sequences obtained from shopping center surveillance cameras. Datasets contains negative
parameters: various lighting, overlapping objects with each other, complete disappearance of the
object for some time, changing the size of the object. The presence of such parameters allow you to
evaluate the stability of the algorithm to various emergency situations. The characteristics of test
datasets are shown in Table 3.
The values of the MOTA coefficients for eight trackers on 4 video sequences are presented in
Table 5.</p>
      <p>According to the made research it can be concluded that the BOOST tracker is very slow (with an
average value of 9.75 FPS) and often loses the object of detection. MIL and KCF trackers showed
good quality of the algorithm work speed (17.5 and 34 FPS correspondingly. The TLD tracker
generates a lot of false positives which makes it unusable.</p>
      <p>The MOUSSE tracker provides the highest speed of all the considered trackers (388.75 FPS), and
the CRT tracker provides a fairly high accuracy of the tracking algorithm falling short of speed
herewith. The MedianFlow tracker has performed well both with regard to speed and accuracy.</p>
    </sec>
    <sec id="sec-11">
      <title>8. Results and Discussion</title>
      <p>In this work, the task of compiling customers movement map through the store was solved. There
was performed the analysis of methods for detecting and tracking buyers based on video information.
A subsystem for analyzing customer flows using video surveillance has been developed and its
software implementation has been completed. At the first stage the problem of detection using CNN is
solved. The use of MobileNet and SSD together is well substantiated. There was selected
MedianFlow tracker which showed high values of speed and accuracy. The developed set of solutions
made it possible to monitor the movements of customers, to identify areas of interest with the goal of
further effective personnel management and display of goods.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Connell</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fan</surname>
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gabbur</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Haas</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pankanti</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Trinh</surname>
          </string-name>
          , H.:
          <article-title>Retail Video Analytics: An Overview and Survey</article-title>
          .
          <source>Proceedings of SPIE - The International Society for Optical Engineering</source>
          , vol.
          <volume>8663</volume>
          , no.
          <issue>1</issue>
          , pp.
          <fpage>86630X</fpage>
          -
          <lpage>86630X</lpage>
          . (
          <year>2013</year>
          ).
          <source>DOI: 10.1117/12</source>
          .2008899.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Hernandez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nalbach</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Werth</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>How Computer Vision Provides Physical Retail with a Better View on Customers</article-title>
          .
          <source>IEEE 21st Conference on Business Informatics</source>
          . Moscow, Russia, vol.
          <volume>1</volume>
          , pp.
          <fpage>462</fpage>
          -
          <lpage>471</lpage>
          . (
          <year>2019</year>
          ). DOI:
          <volume>10</volume>
          .1109/CBI.
          <year>2019</year>
          .
          <volume>00060</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Ma</surname>
            ,
            <given-names>N.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Choy</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Improving Customer's Flow Through Data Analytics</article-title>
          .
          <source>Advances and Trends in Artificial Intelligence. From Theory to Practice</source>
          . Springer, Cham, vol.
          <volume>11606</volume>
          , pp.
          <fpage>279</fpage>
          -
          <lpage>286</lpage>
          . (
          <year>2019</year>
          ). DOI:
          <volume>10</volume>
          .1007/978-3-
          <fpage>030</fpage>
          -22999-3_
          <fpage>25</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Perdikaki</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kesavan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Swaminathan</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <source>Effect of Traffic on Sales and Conversion Rates of Retail Stores. Manuf. Serv. Oper. Manag</source>
          , vol.
          <volume>14</volume>
          , no.
          <issue>1</issue>
          , pp.
          <fpage>145</fpage>
          -
          <lpage>162</lpage>
          . (
          <year>2011</year>
          ).
          <source>DOI: 0</source>
          .1287/msom.1110.0356.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Shengyong</surname>
            ,
            <given-names>Ch.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yingkun</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xiaolong</surname>
          </string-name>
          , Zh.,
          <string-name>
            <surname>Fenfen</surname>
          </string-name>
          , Li.:
          <article-title>Deep Learning for Multiple Object Tracking: A Survey</article-title>
          .
          <source>IET Computer Vision</source>
          , vol.
          <volume>13</volume>
          , pp.
          <fpage>61</fpage>
          -
          <lpage>88</lpage>
          . (
          <year>2019</year>
          ). DOI:
          <volume>10</volume>
          .1016/j.neucom.
          <year>2019</year>
          .
          <volume>11</volume>
          .023.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Zhao</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheng</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          :
          <article-title>Object Detection With Deep Learning: A Review</article-title>
          .
          <source>IEEE Transactions on Neural Networks and Learning Systems</source>
          , vol.
          <volume>30</volume>
          , no.
          <volume>11</volume>
          . (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Martynenko</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Privalov</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sekirin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Evolutional Approach to Image Processing on the Example of Microsections. Biologically Inspired Cognitive Architectures (BICA) for Young Scientists</article-title>
          ,
          <source>Advances in Intelligent Systems and Computing</source>
          . Springer, vol.
          <volume>449</volume>
          , pp.
          <fpage>141</fpage>
          -
          <lpage>150</lpage>
          . (
          <year>2016</year>
          ). DOI:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -32554-5_
          <fpage>19</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Redmon</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Farhadi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>YOLOv3: An Incremental Improvement</article-title>
          .
          <source>ArXiv</source>
          , vol.
          <year>1804</year>
          .
          <volume>02767</volume>
          . (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Bernardin</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stiefelhagen</surname>
          </string-name>
          , R.:
          <article-title>Evaluating Multiple Object Tracking Performance: The CLEAR MOT Metrics</article-title>
          .
          <source>Hindawi Publishing Corporation EURASIP Journal on Image and Video Processing</source>
          . (
          <year>2008</year>
          ). DOI:
          <volume>10</volume>
          .1155/
          <year>2008</year>
          /246309.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Szegedy</surname>
            ,
            <given-names>Ch.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toshev</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Erhan</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Deep neural networks for object detection</article-title>
          .
          <source>Proceedings of the 26th International Conference on Neural Information Processing Systems</source>
          . Curran Associates Inc.,
          <string-name>
            <surname>Red</surname>
            <given-names>Hook</given-names>
          </string-name>
          ,
          <string-name>
            <surname>NY</surname>
          </string-name>
          , USA, vol.
          <volume>2</volume>
          , pp.
          <fpage>2553</fpage>
          -
          <lpage>2561</lpage>
          . (
          <year>2013</year>
          ).
          <source>DOI: 10.5555/2999792</source>
          .2999897.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>LeCun</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Convolutional networks for images, speech, and time-series. M. A</article-title>
          . Arbib, editor,
          <source>The Handbook of Brain Theory and Neural Networks</source>
          . MIT Press.
          <article-title>(</article-title>
          <year>1995</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Girshick</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Donahue</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Darrell</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Malik</surname>
          </string-name>
          , J.:
          <article-title>Rich feature hierarchies for accurate object detection and semantic segmentation</article-title>
          .
          <source>CVPR '14: Proceedings of the 2014 IEEE Conference on Computer Vision and Pattern RecognitionJune</source>
          , pp.
          <fpage>580</fpage>
          -
          <lpage>587</lpage>
          . (
          <year>2014</year>
          ). DOI:
          <volume>10</volume>
          .1109/CVPR.
          <year>2014</year>
          .
          <volume>81</volume>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>