<!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>Violence detection in videos using Conv2D VGG-19 architecture and LSTM network</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>J.V. Vidhya</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>R. Annie Uthra</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>SRM Institute of Science and Technology</institution>
          ,
          <addr-line>Kattankulathur, Kancheepuram, Tamilnadu, 603203</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <fpage>102</fpage>
      <lpage>109</lpage>
      <abstract>
        <p>Violence identification from surveillance videos can be considered as a special form of Activity recognition, that targets at recognizing human actions in public places. A video sequence is a collection of consecutive frames that is sampled in both temporal and vertical directions and the given input video is converted into frames and the preprocessing is done at the frame level. For Feature extraction the 2D convolutional neural network (Conv2D) is used and it adapts the layers of VGG-19 net architecture with global average pooling and learns the spatial information in the given video. Those extracted features are then combined using Long Short Term Memory (LSTM) and it learns about temporal information from the video. The model is validated using the Hockey data set and a loss of 0.02 and accuracy of 98 is achieved.</p>
      </abstract>
      <kwd-group>
        <kwd>1 Violence identification</kwd>
        <kwd>Activity recognition</kwd>
        <kwd>Preprocessing</kwd>
        <kwd>Feature extraction</kwd>
        <kwd>VGG-19</kwd>
        <kwd>Global average pooling</kwd>
        <kwd>Long short term memory (LSTM)</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Video is modernizing the way it brings changes in the world. With the raising rates of the crime
incidents, the use of popular security-enhancing technological devices called Closed-Circuit Television
(CCTV) as an effective security measure is on the rise around the world. There are about 770 million
CCTV cameras installed worldwide so far. Violence identification from surveillance videos can be
considered as special form of Activity recognition [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], that targets at recognizing human actions in
public places. Monitoring the suspicious activity of the human being throughout the day becomes a
tedious task [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. This leads to the necessity of methods to detect abnormal human activity
automatically. Video recognition of human behavior was carried out using machine learning techniques
and computer vision techniques [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]- [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]
      </p>
      <p>
        In the past years, several researches have been carried out over activity recognition and tested the
model on quite simple datasets, which contains various actions simulated by actors in an
environment.[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]-[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. There are few factors that differentiate abnormal and violence activity. The
activities which are unlike normal activity are termed as abnormal activity such as Beating, Stealing,
Harassment, fighting are examples of violent activities [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]- [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. Automatic recognition of violence in
videos are becoming essential as it can reduce the time and labour consumption. There are many
approaches and methods built to detect brutal events and other uncertain patterns in the videos [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ],
[
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Conventional Feature mining methods with classifiers and deep learning framework can be used
for this purpose. Machine learning and Deep learning provides a great way to detect the violence in the
video and classify with high accuracy and less response time. Traditional methods used in earlier stages
are STIPs [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]-[
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] and MoSIFT [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]-[
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. Major machine learning algorithms used to recognize or
classify the objects or persons are expected to over fit in the process of training data. Visual data are
complex in nature. Due to complexity, the models incline to have input of high dimension and a lot of
parameters are to be used to fit in the model. Overfitting happens when the training data is low. As a
result, the models cannot be generalized.
      </p>
      <p>
        Deep Learning eliminates the need of hand-crafted features [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. The model can be generalized
well using large training dataset. Deep Learning methods are successful for recognizing video based
activities [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. ImageNet contains all the images of real world of various classes. It has about 14
million plus images organized in twenty thousand classes of objects or scenes. It used as a benchmark
dataset for training the model in deep neural network [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ].
      </p>
      <p>Our work has been organized as follows, in section 2, several algorithms that were used to classify
violent and non-violent actions in the earlier years are addressed. Section 3 shows the proposed
approach implementation which comprises Pre-processing, Classification then prediction of videos to
identify violence or nonviolence. Section 4 contains the experimental results of the model evaluated
using Hockey dataset.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Works</title>
      <p>
        A statistical technique based on optical flow to identify violent behavior in a crowd scene is
proposed in [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. Statistical characteristic of the optical flow descriptor (SCOF) was used to denote the
video frame sequence. SCOF descriptor categorize the video as violence or non-violence using linear
Support Vector Machine. The proposed model was tested on the Hockey dataset and Crowd Dataset.
86.9% and 86.37% accuracy is observed in Hockey and Crowd dataset.
      </p>
      <p>
        Zhang et al. [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] suggested a novel method for localization and detection of violence in surveillance
videos. Violence regions are extracted using the Gaussian model of optical flow (GMOF). Gaussian
Mixture Model (GMM) is adopted to acquire the behavior of crowd features mined from the optic flow.
Sampling the violent regions by means of a multi-scale scanning window, violence is detected.
Histogram of Optical Flow (OHOF) descriptor is fed into a linear Support vector machine which
classifies the event as violence or nonviolence. Performance of the algorithm is validated in BEHAVE,
CAVIAR, and Crowd Violence dataset and an accuracy of 88.78%, 89.68%, and 86.59% is observed.
      </p>
      <p>
        In [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ], Optical flow and Harris 3D spatial temporal interest point detector are combined to detect
violence in a frame of a video. Harris 3D considers base data as regions where both temporal and spatial
domain changes. Pyramid LK captures the large motion whereas Lucas-Kanade optical flow algorithm
captures the small motion in the video. These algorithms define the object movement intensities in a
particular duration. Proposed method is testified using C270 Logitech camera. Motion intensity is
estimated using motion coefficient. Threshold value depicts the violence occurrence precisely.
      </p>
      <p>
        The work proposed in [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ] presented a new Histogram of optical flow magnitude and orientation
(HOMO) feature descriptor where optical flow between two successive frames is calculated. Six binary
indicators that reflects orientation and magnitude deviations between consecutive frames is obtained.
Histogram of binary indicators is combined to form the HOMO descriptor used to train the SVM
classifier to detect violence or non-violence. Accuracy of 89.3% and 76.3% is observed in Hockey
dataset and Violent flow dataset.
      </p>
      <p>
        Zhou P et al. [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] proposed a violence detection using low level features. Based on optical flow
fields regions with motion are segmented. In motion regions, dynamics and appearance of violent
actions are mined using the low-level feature descriptors, what are Local Histogram of Optical Flow
(LHOF) and Local Histogram Oriented Gradient (LHOG). Mined features are coded using Bag of
Words (BoW) model. Support Vector Machine (SVM) classifies the vector as violence or not.
      </p>
      <p>
        Ismael Serrano et al. [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ] proposed Hough Forests model, provides for each class a weighted image
by considering the relevant motion parts eliminating the noise and static background. Representative
image is obtained from video sequence by accumulating frames associated with the temporal position.
A 2D convolutional Neural Network classifies the image frame as violence or non-violence. The
proposed method is validated in Hockey Dataset and an accuracy of 94.6%is acquired.
      </p>
      <p>
        The proposed model in [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ] captures the spatial information using Convolutional Neural Network
and temporal information using LSTM. An updated CNN(VGG19) where an additional dense layer is
augmented to the final output layer is used as an alternative of adding global average pooling layer to
the output layer. It acts as the spatial feature extractor to the LSTM cells. An accuracy of 96.33% is
observed in Hockey Dataset using the above framework.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Proposed Model 3.1.</title>
    </sec>
    <sec id="sec-4">
      <title>Dataset Used</title>
      <p>In the proposed model, Raw videos are preprocessed and fed to Convolutional Network to obtain
spatial information from the video frames. After obtaining spatial information the videos are further
processed using LSTM (Long Short Term Memory) to analyze the temporal information in the video.</p>
      <p>Dataset used for implementation of the proposed model is “Hockey Fight Dataset”. The dataset
contains total of 1000 videos gathered from NHL (National Hockey League). Each clip is around 1.6
to 1.96 length in seconds. The dimension of the video segments is 720x576. Each image frame has a
resolution of 360 x 288. Annotations are done in video level. Each video consisting of almost 50 frames
are classified into fight and non-fight.
3.2.</p>
    </sec>
    <sec id="sec-5">
      <title>Preprocessing</title>
      <p>The dataset comprises videos captured in hockey stadium. Video sequence consists of set of frames.
The image frames are mined from the video and preprocessed before giving to the neural network. The
image frames are initially in BGR (Blue Green Red) format, are then converted to RGB (Red, Green,
Blue) format for further processing. Fig 1 shows the steps involved in preprocessing stage.</p>
    </sec>
    <sec id="sec-6">
      <title>3.2.1. Sampling</title>
    </sec>
    <sec id="sec-7">
      <title>3.2.2. Denoising</title>
      <p>Sampling denotes the resizing of image. By sampling, a new image with high pixel can be attained
with no loss of image quality. All image frames in video are transformed to a dimension of (224,224)
which is the input shape of conv layer 1 of VGG19 model. The frames are up sampled using “Bicubic
Interpolation” and considers only (4 x 4) 16 pixels in neighborhood at a time. It preserves fine details
about the frames. Images resampled using Bicubic interpolation are smoother and have only few
interpolation artifacts, yielding extensively better results.</p>
      <p>The noise present in the frames of the image, reduces the clarity of video which in turn affects the
model performance. Denoising is done by using Median blur and is used for smoothing the frames. It
smoothens the image using median filter with the kernel size of (3 x 3) aperture. Here, the central pixel
is replaced with the median of all pixels in the kernel window. It eliminates noise from the frame
preserving the edges. After removing the noise image data is normalized using the highest value of the
pixel data and fed to the convolutional neural network.
3.3.</p>
      <p>CNN</p>
      <p>
        CNN architecture, VGG-19 trained on ImageNet dataset is used to train the model. VGG Network
is a deeper network with small filters. VGG-19 architecture has 19 layers and a small filter of size 3 x
3 conv with periodic pooling all over the network model. It has 16 convolutional layers and 3 fully
connected layers. The starting input layer has an image of size 224 x 224 with depth 3. Layer 1 and 2
of CNN Conv2D is of depth 64. Depth represents the number of filters used for generating feature map.
Each filter corresponds to different pattern in the input convolving around the image and generate
feature maps. Dot products of the kernel with each filter produces the feature map. Rectified linear
UnitReLu is used in Convolutional 2D layer to make the model classify better and to improve computational
time. MaxPooling2D is used as the pooling layer in the subsequent layer. Max pooling (2 x 2) with
stride [
        <xref ref-type="bibr" rid="ref22">2 2</xref>
        ] and padding [0 0 0 0] has been adapted. Convolutional layer of depth 128 has been used in
the next two consecutive layers. ReLu activation function is used in this layer. 128 feature maps are
generated by this layers at each level. The succeeding layer is the MaxPooling2D layer with pool
dimension 2 × 2. Convolutional 2D layer of depth 256 has been used as the next four layers of the
network. Max pooling is applied on the final convolutional layer of depth 256. The resulting feature
map is given as input to the next convolutional 2D layer of depth 512. Successive 4 layers are
convolutional layers of depth 512. In the last layer Max pooling of stride 2 is applied. The resultant
feature map is given to the next layer which has process similar to the last 4 layers of convolutional
network of depth 512. After applying Max pooling the output is flattened to generate a 1D feature
vector. The 1D feature vector is given to the Fully connected dense layer. Two Fully connected layers
are adapted in this architecture. It has huge parameters because of dense connection. To get better
results, Ensembling is done on the features of the final fully connected layer before going to the 1000
ImageNet classes. The Fully connected layer (FC2) of dimension 4096 is used for feature extraction as
it represents the feature well. Global average pooling is applied to the output of the last convolutional
block, and hence the final result of the model will be a 2D tensor. Fig 2 shows the architecture of
VGG19.
3.4.
      </p>
    </sec>
    <sec id="sec-8">
      <title>LSTM</title>
      <p>The extracted features are given as input to the Long Short Term Memory (LSTM) network as
sequences. 20 frames per second are extracted from the video in the proposed model. Features extracted
from these 20 frames are given to the LSTM layer at a time. The LSTM remembers the values over
specific time intervals which helps our model to reminisce temporal features while making the required
analysis on the given video.</p>
      <p>Sequential model is created using LSTM. It comprises Dense layers and Activation layers. Initially
to the model, the dense layer of 1024 classes is added with which the data is categorized. ReLU
activation function is applied to the dense network. This enables the model to learn quicker and perform
well by overcoming the vanishing gradient problems. The subsequent layer is a dense layer of 50
classes. Model uses Sigmoid function as an activation function in the next layer as it is very efficient.
It is a probabilistic approach whose value ranges in between 0 to 1. Since the range is minimal the
prediction would be more accurate. The last layer is the dense layer with 2 classes which predicts if the
violence is there or not using the “softmax” activation function. It normalizes the output for each class
amid 0 and 1, and divides by their sum providing the probability of the input video to have violence or
not. The model uses ‘Adamax’ as the optimization function and ‘Mean squared error’ as a loss function.
Figure 3 demonstrates the architecture of the LSTM model employed.</p>
    </sec>
    <sec id="sec-9">
      <title>4. Experimental Results</title>
      <p>The proposed model attained an accuracy of 98 %, on the Hockey Fight Dataset. The accuracy is
determined by evaluating how well the model detects violence or non-violence correctly. It is calculated
using the formula
Where TP -&gt; True Positive,</p>
      <p>TN -&gt; True Negative,
FP -&gt; False positive
FN -&gt; False negative</p>
      <p>The ‘Mean squared error’ loss of the model on the Hockey Fight Dataset is shown below. Mean
squared error Loss observed using this model is 0.02.</p>
    </sec>
    <sec id="sec-10">
      <title>5. Conclusion</title>
      <p>In this paper, violence is detected in videos using modified Convolutional network and LSTM
model. Videos are pre-processed by converting the image frames into the RGB format and resampling
the video frame to the size(224x224x3). Median blur denoising is applied to the frames to remove the
noise. The resultant preprocessed sequence of image frames is fed to the Convolutional neural network
which uses VGG-19 architecture with global average pooling. Spatial information is learned using
features extracted CNN. Extracted features are given to LSTM by which the temporal information about
the video sequence are known. The proposed technique delivers an accuracy of 98 and mean square
error of 0.02.</p>
    </sec>
    <sec id="sec-11">
      <title>6. Acknowledgements</title>
      <p>Mrs. J.V. Vidhya, is working as Assistant Professor and pursuing Ph.D in the Department of
Computer Science and Engineering at SRM Institute of Science and Technology. Her research interests
include Video Image Processing, Machine learning and Deep learning.</p>
      <p>Dr. R. Annie Uthra is currently working as Associate Professor in the Department of Computer
Science and Engineering at SRM Institute of Science and Technology. Additionally, she serves as the
Adjunct Associate Teaching Professor in the Institute for Software Research in the School of Computer
Science at Carnegie Mellon University, Pittsburgh, USA. A graduate of SRM University’s Master of
Engineering in Computer Science and Engineering program, and has received Ph.D Degree from SRM
University. Her research interest includes wireless sensor networks, Machine learning, Positioning and
Navigation, IoT, Energy Aware Routing Techniques.</p>
    </sec>
    <sec id="sec-12">
      <title>7. References</title>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>P.</given-names>
            <surname>Turaga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Chellappa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. S.</given-names>
            <surname>Subrahmanian</surname>
          </string-name>
          , and
          <string-name>
            <given-names>O.</given-names>
            <surname>Udrea</surname>
          </string-name>
          , “
          <article-title>Machine recognition of human activities: A survey,”</article-title>
          <source>IEEE Trans. Circuits Syst. Video Technol.</source>
          , vol.
          <volume>18</volume>
          , no.
          <issue>11</issue>
          , pp.
          <fpage>1473</fpage>
          -
          <lpage>1488</lpage>
          , Nov.
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <fpage>1R</fpage>
          . Poppe, “
          <article-title>A survey on vision-based human action recognition,” Image Vis</article-title>
          .
          <source>Comput.</source>
          , vol.
          <volume>28</volume>
          , no.
          <issue>6</issue>
          , pp.
          <fpage>976</fpage>
          -
          <lpage>990</lpage>
          ,
          <year>2010</year>
          .Author,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Author</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Author</surname>
          </string-name>
          ,
          <string-name>
            <surname>T.</surname>
          </string-name>
          :
          <article-title>Book title</article-title>
          .
          <source>2nd edn. Publisher</source>
          ,
          <string-name>
            <surname>Location</surname>
          </string-name>
          (
          <year>1999</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S.-R.</given-names>
            <surname>Ke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. L. U.</given-names>
            <surname>Thuc</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.-J.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.-N.</given-names>
            <surname>Hwang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.-H.</given-names>
            <surname>Yoo</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          K.
          <string-name>
            <surname>-H. Choi</surname>
          </string-name>
          , “
          <article-title>A review on videobased human activity recognition,” Computers</article-title>
          , vol.
          <volume>2</volume>
          , no.
          <issue>2</issue>
          , pp.
          <fpage>88</fpage>
          -
          <lpage>131</lpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>I. S.</given-names>
            <surname>Gracia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O. D.</given-names>
            <surname>Suarez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. B.</given-names>
            <surname>Garcia</surname>
          </string-name>
          , and T.-K. Kim, ''Fast fight detection,''
          <source>PLoS ONE</source>
          , vol.
          <volume>10</volume>
          , no.
          <issue>4</issue>
          ,
          <string-name>
            <surname>Apr</surname>
          </string-name>
          .
          <year>2015</year>
          , Art. no.
          <year>e0120448</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>O.</given-names>
            <surname>Deniz</surname>
          </string-name>
          , I. Serrano, G. Bueno, and T.-K. Kim, ''Fast violence detection in video,''
          <source>in Proc. Int. Conf. Comput. Vis. Theory Appl. (VISAPP)</source>
          , vol.
          <volume>2</volume>
          ,
          <string-name>
            <surname>Jan</surname>
          </string-name>
          .
          <year>2014</year>
          , pp.
          <fpage>478</fpage>
          -
          <lpage>485</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Barrett</surname>
            ,
            <given-names>D.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Siskind</surname>
            ,
            <given-names>J.M.:</given-names>
          </string-name>
          <article-title>Action recognition by time series of retinotopic appearance and motion features</article-title>
          .
          <source>IEEE Trans. Circuits Syst. Video Technol</source>
          .
          <volume>26</volume>
          (
          <issue>12</issue>
          ),
          <fpage>2250</fpage>
          -
          <lpage>2263</lpage>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Rodriguez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , et al.:
          <article-title>One-shot learning of human activity with an MAP adapted GMM and simplex-HMM</article-title>
          .
          <source>IEEE Trans. Cybern</source>
          .
          <volume>47</volume>
          (
          <issue>7</issue>
          ),
          <fpage>1769</fpage>
          -
          <lpage>1780</lpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , et al.:
          <article-title>Discriminative dictionary learning with motion weber local descriptor for violence detection</article-title>
          .
          <source>IEEE Trans. Circuits Syst. Video Technol</source>
          .
          <volume>27</volume>
          (
          <issue>3</issue>
          ),
          <fpage>696</fpage>
          -
          <lpage>709</lpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , et al.:
          <article-title>Anomaly detection in crowded scenes by SL-HOF descriptor and foreground classification</article-title>
          .
          <source>In: 2016 23rd International Conference on Pattern Recognition (ICPR)</source>
          .
          <source>IEEE</source>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>L.</given-names>
            <surname>Tian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhou</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Peng</surname>
          </string-name>
          , '
          <article-title>'Video big data in smart city: Background construction and optimization for surveillance video processing</article-title>
          ,
          <source>'' Future Gener. Comput. Syst.</source>
          , vol.
          <volume>86</volume>
          , pp.
          <fpage>1371</fpage>
          -
          <lpage>1382</lpage>
          , Sep.
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>C.</given-names>
            <surname>Dhiman</surname>
          </string-name>
          and
          <string-name>
            <given-names>D. K.</given-names>
            <surname>Vishwakarma</surname>
          </string-name>
          , '
          <article-title>'A review of state-of-the-art techniques for abnormal human activity recognition,'' Eng</article-title>
          . Appl. Artif. Intell., vol.
          <volume>77</volume>
          , pp.
          <fpage>21</fpage>
          -
          <lpage>45</lpage>
          , Jan.
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>P.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Ding</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Luo</surname>
          </string-name>
          , and
          <string-name>
            <given-names>X.</given-names>
            <surname>Hou</surname>
          </string-name>
          , '
          <article-title>'Violent interaction detection in video based on deep learning,''</article-title>
          <string-name>
            <given-names>J. Phys.</given-names>
            ,
            <surname>Conf</surname>
          </string-name>
          . Ser., vol.
          <volume>844</volume>
          , no.
          <issue>1</issue>
          ,
          <issue>2017</issue>
          , Art. no.
          <issue>12044</issue>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>S.</given-names>
            <surname>Chaudhary</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Khan</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Bhatnagar</surname>
          </string-name>
          , '
          <article-title>'Multiple anomalous activity detection in videos,'' Procedia Comput</article-title>
          . Sci., vol.
          <volume>125</volume>
          , pp.
          <fpage>336</fpage>
          -
          <lpage>345</lpage>
          ,Jan.
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>T.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Jia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Yang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>X.</given-names>
            <surname>He</surname>
          </string-name>
          , '
          <article-title>'A new method for violence detection in surveillance scenes</article-title>
          ,
          <source>'' Multimedia Tools Appl.</source>
          , vol.
          <volume>75</volume>
          , no.
          <issue>12</issue>
          , pp.
          <fpage>7327</fpage>
          -
          <lpage>7349</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>M.</given-names>
            <surname>Alvar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Torsello</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sanchez-Miralles</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Armingol</surname>
          </string-name>
          , '
          <article-title>'Abnormal behavior detection using do minant sets</article-title>
          ,
          <source>'' Mach. Vis. Appl.</source>
          , vol.
          <volume>25</volume>
          , no.
          <issue>5</issue>
          , pp.
          <fpage>1351</fpage>
          -
          <lpage>1368</lpage>
          , Jul.
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Laptev</surname>
            <given-names>I</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lindeberg</surname>
            <given-names>T</given-names>
          </string-name>
          .
          <article-title>Space-time interest points</article-title>
          .
          <source>In: 9th International Conference on Computer Vision</source>
          , Nice,
          <source>France. IEEE conference proceedings; 2003</source>
          . p.
          <fpage>432</fpage>
          -
          <lpage>439</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>De Souza</surname>
            <given-names>FDM</given-names>
          </string-name>
          , Cha´vez GC,
          <string-name>
            <surname>Valle</surname>
            <given-names>E</given-names>
          </string-name>
          , de Albuquerque Arau´
          <article-title>jo A. Violence Detection in Video Using Spatio-Temporal Features</article-title>
          . In: SIBGRAPI;
          <year>2010</year>
          .
          <article-title>Poker-Edge.Com, Stats and analysis</article-title>
          ,
          <year>2006</year>
          . URL: http://www.poker-edge.com/stats.php.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Yu Chen</surname>
            <given-names>M</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hauptmann</surname>
            <given-names>A</given-names>
          </string-name>
          . MoSIFT: Recognizing Human Actions in Surveillance Videos;
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Bermejo Nievas</surname>
            <given-names>E</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Deniz Suarez</surname>
            <given-names>O</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bueno</surname>
            <given-names>Garcı</given-names>
          </string-name>
          ´a
          <string-name>
            <given-names>G</given-names>
            ,
            <surname>Sukthankar</surname>
          </string-name>
          <string-name>
            <surname>R</surname>
          </string-name>
          .
          <article-title>Violence detection in video using computer vision techniques</article-title>
          .
          <source>In: Computer Analysis of Images and Patterns</source>
          . Springer;
          <year>2011</year>
          . p.
          <fpage>332</fpage>
          -
          <lpage>339</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Xu</surname>
            <given-names>L</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gong</surname>
            <given-names>C</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yang</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wu</surname>
            <given-names>Q</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yao</surname>
            <given-names>L</given-names>
          </string-name>
          .
          <article-title>Violent video detection based on MoSIFT feature and sparse coding</article-title>
          .
          <source>In: Acoustics, Speech and Signal Processing (ICASSP)</source>
          ,
          <source>2014 IEEE International Conference on. IEEE; 2014</source>
          . p.
          <fpage>3538</fpage>
          -
          <lpage>3542</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>P.</given-names>
            <surname>Bilinski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Bremond</surname>
          </string-name>
          ,
          <article-title>Human violence recognition and detection in surveillance videos</article-title>
          .
          <source>in 2016 13th IEEE International Conference on Advanced Video and Signal Based Surveillance (AVSS) (IEEE</source>
          ,
          <year>2016</year>
          ), pp.
          <fpage>30</fpage>
          -
          <lpage>36</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>E.B.</given-names>
            <surname>Nievas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.D.</given-names>
            <surname>Suarez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.B.</given-names>
            <surname>Garca</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Sukthankar</surname>
          </string-name>
          ,
          <article-title>Violence detection in video using computer vision techniques</article-title>
          .
          <source>in International Conference on Computer Analysis of Images and Patterns</source>
          (Springer, Berlin, Heidelberg,
          <year>2011</year>
          ), pp.
          <fpage>332</fpage>
          -
          <lpage>339</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [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>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Malik</surname>
          </string-name>
          , '
          <article-title>'Rich feature hierarchies for accurate object detection and semantic segmentation</article-title>
          ,''
          <source>in Proc. IEEE Conf. Comput. Vis. Pattern Recognit</source>
          .,
          <string-name>
            <surname>Jun</surname>
          </string-name>
          .
          <year>2014</year>
          , pp.
          <fpage>580</fpage>
          -
          <lpage>587</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>A.</given-names>
            <surname>Krizhevsky</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Sutskever</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G. E.</given-names>
            <surname>Hinton</surname>
          </string-name>
          , '
          <article-title>'ImageNet classification with deep convolutional neural networks</article-title>
          ,
          <source>'' in Proc. Adv. Neural Inf. Process</source>
          . Syst.,
          <string-name>
            <surname>Lake</surname>
            <given-names>Tahoe</given-names>
          </string-name>
          ,
          <string-name>
            <surname>NV</surname>
          </string-name>
          , USA,
          <year>2012</year>
          , pp.
          <fpage>1097</fpage>
          -
          <lpage>1105</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>J.</given-names>
            <surname>Huang</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <article-title>"Detection of violent crowd behavior based on statistical characteristics of the optical flow,"</article-title>
          <source>2014 11th International Conference on Fuzzy Systems and Knowledge Discovery (FSKD)</source>
          ,
          <year>Xiamen</year>
          ,
          <year>2014</year>
          , pp.
          <fpage>565</fpage>
          -
          <lpage>569</lpage>
          , doi: 10.1109/FSKD.
          <year>2014</year>
          .
          <volume>6980896</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jia</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          et al.
          <article-title>A new method for violence detection in surveillance scenes</article-title>
          .
          <source>Multimed Tools Appl</source>
          <volume>75</volume>
          ,
          <fpage>7327</fpage>
          -
          <lpage>7349</lpage>
          (
          <year>2016</year>
          ). https://doi.org/10.1007/s11042-015-2648-8
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lyu</surname>
          </string-name>
          and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <article-title>"Violence Detection Algorithm Based on Local Spatio-temporal Features and Optical Flow,"</article-title>
          <source>2015 International Conference on Industrial Informatics - Computing Technology, Intelligent Technology, Industrial Information Integration, Wuhan</source>
          ,
          <year>2015</year>
          , pp.
          <fpage>307</fpage>
          -
          <lpage>311</lpage>
          , doi: 10.1109/ICIICII.
          <year>2015</year>
          .
          <volume>157</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <surname>Mahmoodi</surname>
            ,
            <given-names>Javad</given-names>
          </string-name>
          &amp; Salajeghe,
          <string-name>
            <surname>Afsane.</surname>
          </string-name>
          (
          <year>2019</year>
          ).
          <article-title>A classification method based on optical flow for violence detection</article-title>
          .
          <source>Expert Systems with Applications</source>
          .
          <volume>127</volume>
          . 10.1016/j.eswa.
          <year>2019</year>
          .
          <volume>02</volume>
          .032.
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <surname>Zhou</surname>
            <given-names>P</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ding</surname>
            <given-names>Q</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Luo</surname>
            <given-names>H</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hou</surname>
            <given-names>X</given-names>
          </string-name>
          (
          <year>2018</year>
          )
          <article-title>Violence detection in surveillance video using lowlevel features</article-title>
          .
          <source>PLoS ONE</source>
          <volume>13</volume>
          (
          <issue>10</issue>
          ): e0203668.https://doi.org/10.1371/journal.pone.0203668
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>I.</given-names>
            <surname>Serrano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Deniz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. L.</given-names>
            <surname>Espinosa-Aranda</surname>
          </string-name>
          and
          <string-name>
            <given-names>G.</given-names>
            <surname>Bueno</surname>
          </string-name>
          ,
          <article-title>"Fight Recognition in Video Using Hough Forests and 2D Convolutional Neural Network,"</article-title>
          <source>in IEEE Transactions on Image Processing</source>
          , vol.
          <volume>27</volume>
          , no.
          <issue>10</issue>
          , pp.
          <fpage>4787</fpage>
          -
          <lpage>4797</lpage>
          , Oct.
          <year>2018</year>
          , doi: 10.1109/TIP.
          <year>2018</year>
          .
          <volume>2845742</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>A. R.</given-names>
            <surname>Abdali</surname>
          </string-name>
          and
          <string-name>
            <given-names>R. F.</given-names>
            <surname>Al-Tuma</surname>
          </string-name>
          ,
          <article-title>"Robust Real-Time Violence Detection in Video Using CNN And LSTM," 2019 2nd Scientific Conference of Computer Sciences (SCCS), Baghdad</article-title>
          , Iraq,
          <year>2019</year>
          , pp.
          <fpage>104</fpage>
          -
          <lpage>108</lpage>
          , doi: 10.1109/SCCS.
          <year>2019</year>
          .
          <volume>8852616</volume>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>