Next Article in Journal
Recognition of Emotional States Using Multiscale Information Analysis of High Frequency EEG Oscillations
Next Article in Special Issue
Efficacy of Quantitative Muscle Ultrasound Using Texture-Feature Parametric Imaging in Detecting Pompe Disease in Children
Previous Article in Journal
On the Properties of the Reaction Counts Chemical Master Equation
Previous Article in Special Issue
A New Algorithm for Medical Color Images Encryption Using Chaotic Systems
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Detection of Salient Crowd Motion Based on Repulsive Force Network and Direction Entropy

1
School of Communication Engineering, Hangzhou Dianzi University, Hangzhou 310018, China
2
School of Electrical Engineering, Shandong Huayu University of Technology, Dezhou 253034, China
3
School of Creative Technologies, University of Portsmouth, Portsmouth PO1 2DJ, UK
*
Authors to whom correspondence should be addressed.
Entropy 2019, 21(6), 608; https://doi.org/10.3390/e21060608
Submission received: 8 May 2019 / Revised: 17 June 2019 / Accepted: 18 June 2019 / Published: 20 June 2019
(This article belongs to the Special Issue Entropy in Image Analysis II)

Abstract

:
This paper proposes a method for salient crowd motion detection based on direction entropy and a repulsive force network. This work focuses on how to effectively detect salient regions in crowd movement through calculating the crowd vector field and constructing the weighted network using the repulsive force. The interaction force between two particles calculated by the repulsive force formula is used to determine the relationship between these two particles. The network node strength is used as a feature parameter to construct a two-dimensional feature matrix. Furthermore, the entropy of the velocity vector direction is calculated to describe the instability of the crowd movement. Finally, the feature matrix of the repulsive force network and direction entropy are integrated together to detect the salient crowd motion. Experimental results and comparison show that the proposed method can efficiently detect the salient crowd motion.

1. Introduction

Video surveillance plays an important role in monitoring crowd safety, which is one of the key concerns in our daily life. Since the traditional human-computer interaction between video surveillance and crowd safety is time-consuming and labor-intensive, intelligent video surveillance issues such as target tracking, target detection and crowd analysis have become popular research topics. Crowd motion detection and analysis are essential for crowd behavior understanding [1,2]. It is thus very important to detect the salient motion in the crowd to monitor any potential threats or even damage to social safety. Salient motion has been defined as motion that is likely to result from a typical surveillance target as opposed to other distracting motions [3]. According to this definition, salient crowd motion usually indicates areas that are inconsistent with the mainstream pedestrians’ movement. For video surveillance, these areas deserve more attention.
In recent years, due to the rapid development of computer vision technologies, progress has been made in detection of crowd saliency. For example, Lim et al. [4,5] proposed a method for automatically detecting a salient region using time variation of a crowd scene flow field by detecting the fluid activity in a given scene and detecting saliency with a minimum amount of observation region. Some methods for detecting globally salient motion regions for spectral singularity analysis of motion regions in video [6,7] have been also presented. Zhou et al. [8] studied the invariance of coherent neighbors as coherent motion priors, and proposed an effective clustering technique to detect crowd saliency. Solmaz et al. [9] overlaid the scene from the particle grid of the dynamic system defined by the optical flow, and proposed a method to identify the behavior of five people in the visual scene through time integration. Zhang et al. [10] surveyed physics-based methods for crowd video analysis and sorted out the existing public database of crowd video analysis. Although many methods have shown good performance in crowd salient motion detection, the internal mechanism of crowd movement still needs to be explored. The pattern of crowd movement depends on both individual movement and interaction between individuals. It is of great value to explore a method to describe individual interaction and apply it to crowd salient motion detection.
In this paper, we propose a salient crowd motion detection method based on a direction entropy and a repulsive force network. The optical flow is first obtained using the pyramid-based Lucas-Kanade optical flow algorithm. Then, the weighted network is constructed by the repulsive force and the node strength matrix is obtained by using the node degree as the characteristic parameter. Finally, the particle motion direction entropy is used to optimize the node strength matrix and to detect salient movements of the crowds. The framework of the proposed method is shown in Figure 1. A motion vector field is established by giving each pixel a velocity vector in each image through the Pyramid Lucas-Kanade optical flow algorithm. Each vector in the crowd vector field is treated as a moving micro-particle. In order to build a complex network model, we regard each particle and the relationship between two particles as node and edge in the network, respectively. In order to show whether there is a connection between two particle nodes, we use the interaction force to construct the network. After calculating by optical flow method, the position and velocity parameters of each particle can be determined. Whether there is an edge between the nodes depends on the value of repulsive force between these nodes. The repulsive force can be described by the inertial centrifugal force. The value of the inertial centrifugal force is the weight of the edge and a velocity vector node can be selected accordingly. In the neighborhood of the node, the relevancy between the two velocity vectors is taken as a condition to determine the relevancy between the corresponding nodes.
A weighted crowd network model is constructed to obtain the adjacency matrix representing the crowd motion information. In order to obtain a complete boundary of salient motion region, the velocity field is reversed and the repulsive force between particles is calculated repeatedly to construct the repulsive force network model. Then, the edge and weight are constructed by the repulsive force model, and the results of the superposition are taken as a construction step. Once all nodes are traversed, the strength of each crowd-weighted network node is extracted as a characteristic parameter to construct the strength matrix of the nodes. By calculating the direction of the velocity entropy of each node in the neighborhood, we can obtain the direction entropy matrix of the node. Then, the normalized direction entropy matrix and the strength matrix of the node are used to further optimize the strength matrix of the node. Once the node strength matrix is obtained, the salient region in crowd movement can be detected.

2. Calculation of Crowd Velocity Vector Field

To calculate the velocity vector field, the crowd video is decomposed into image sequences. Then, each pixel of the image is given a velocity vector calculated using an optical flow algorithm. A motion vector field is thus established. In this paper, considering the spatio-temporal information in motion detection [11], we adopt an improved algorithm based on Lucas-Kanade optical flow algorithm [12] for this task, namely pyramid optical flow algorithm [13].
Lucas-Kanade optical flow, in the process of moving the picture, assumes that a pixel (x, y) on the image has a brightness of I (x, y, t) at time t. After a small time interval of Δt, the brightness of the point becomes I(x + Δx, y + Δy, t + Δt). The Taylor formula is used to expand and when Δt is small enough to approach zero:
I ( x + Δ x , y + Δ y , t + Δ t ) = I ( x , y , t ) + I x Δ x + I y Δ y + I t Δ t
The optical flow constraint equation can be obtained from the brightness constant:
I x d x d t + I y d y d t + I t = I x u + I y v + I t = I x u + I y v + I t = 0
According to the uniformity of optical flow, we can establish the optical flow equations:
I x 1 u + I y 1 v + I t 1 = 0 I x 2 u + I y 2 v + I t 2 = 0 I x n u + I y n v + I t n = 0
Then use the least square method to gain the Lucas-Kanade optical flow, where u is the horizontal velocity and v is the vertical velocity:
[ u v ] = [ i = 1 n I i x 2 i = 1 n I i x I i y i = 1 n I i x I i y i = 1 n I i y 2 ] 1 [ i = 1 n I i x I t i = 1 n I i y I t ]
The basic ideas of Lucas Kanade optical flow algorithm are mainly based on three assumptions: (1) constant brightness; (2) time continuous or movement is “small movement”; (3) spatial consistency. If an object is moving fast, the second assumption is not fully satisfied. The value calculated by traditional Lucas-Kanade optical flow will have a larger deviation. Pyramid optical flow algorithm reduces the offset of the target motion by reducing the image layer by layer, which satisfies the hypothesis of optical flow calculation better and weakens the influence of fast target motion. In this paper, the crowd velocity field Q is obtained by the pyramid optical flow algorithm. All the velocity values in the horizontal direction and vertical direction are rounded up. The velocity vector field calculated using pyramid Lucas-Kanade optical flow algorithm for a crowd scene is shown in Figure 2.

3. Construction of Repulsive Force Network

3.1. Establishment of a Network Node

Complex network is a useful tool for describing a complex system. Each element in the system unit is regarded as a node, and the relationship between elements is regarded as a connection. A complex system can be represented as a network [14]. The crowd velocity vector field can be described as a complex network, in which each velocity vector is a node, and the relationship between the velocity vectors is connected. If the properties of the velocity vectors are measured separately, information stored in the velocity vector cross-correlation cannot be obtained, because the correlation of velocity vectors carries more information than the nature of each velocity [15].
We use the interaction force between particles to construct the network [16,17]. After applying the optical flow method, each vector in the obtained crowd vector field is regarded as a moving microscopic particle. The position and velocity parameters of each particle can be then determined. In our crowd complex network, each particle is treated as a node, and the interaction force between two particles is treated as an edge in the network. Whether there is an edge between the nodes depends on the repulsive force between the nodes, the repulsive force can be described by the inertial centrifugal force, and the value of the inertial centrifugal force is the weight of the edge. A weighted undirected network Gw node set Q = { q 1 , q 2 , , q n } can be generated, where n is the total number of nodes. The number of network nodes is equal to the number of particles in the crowd velocity field.

3.2. Establishing the Network Edges Using Repulsive Force Model

In the whole particle field, the size and direction of particle velocity are instantaneous, and the motion of the next times is random. If the moving particle is assumed as an agent, there is a possibility of interaction and collision between particles in motion. Imagine that each particle is an agent. In order to avoid collision between agents, an agent adds a repulsive force element to prevent them from colliding with each other. This repulsive force can be described by inertial centrifugal force [18]. For a given crowds particle field Q (M, N) in the column N and row M, selecting a particle q x o y o as the node, constructing a two-dimensional neighborhood δ, the size is ( x 0 ± ε , y 0 ± ε ) . In this region, the connection between q x o y o and other nodes q x y ( x x 0 , y y 0 ) can be described as e ( q x o y o , q x y ) . Whether this connection exists is determined by the following formula:
e ( q x o y o , q x y ) { , F i j 0 , q x y δ , otherwise
The formula for calculating the inertial centrifugal force is as follow:
F i j = m i k i j v i j 2 d i s t i j e i j
where e i j is the direction vector and m i is the mass of particle q i . In this paper, the mass of all particles is set as unit 1. v i j is the relative velocity of two particles, d i s t i j is the distance between two particles, k i j is a coefficient, the calculation of v i j and k i j is determined by the following formula:
v i j = { ( v i v j ) e i j , ( v i v j ) e i j > 0 0 , others
k i j = = { ( v i e i j ) / v i , v i e i j > 0 , v i 0 0 , others
Then, we can obtain the joint weight, which can be expressed by the magnitude of the repulsive force:
W e = | F i j |
According to the repulsive force formula, if the particle moves away from the affected particle, the repulsive force will be very low. As shown in Figure 3, the arrow represents the moving optical flow, and the blue line represents the repulsive force generated. Figure 3a is the schematic diagram of the repulsive force in the original direction, and Figure 3b is the schematic diagram of the repulsive force in the opposite direction. Thus, for some application of salient region detection, only half of the boundary can be detected.
In order to get a complete boundary, the velocity field is reversed and the repulsive force between particles is calculated repeatedly. Thus, the repulsive force model can be used to construct the edge and weight of the repulsive force network. The results of the superposition of the two are taken as a construction step. Figure 4 shows an example. If we construct the repulsive force network for the optical flow field of the original video sequence, only half of the boundary can be obtained. If we construct the repulsive force network again after reversing the optical flow field, the other half of the boundary can be obtained.
The two-dimensional crowd velocity field is transformed into weighted undirected network model G w ( Q , E , W e ) by repeating the above steps for each node. The corresponding weighted undirected network node is set as Q = { q 1 , q 2 , , q n } and the network edge is set as E = { e 1 , e 2 , , e m } . In the crowds weighted network model, the connection between nodes and the degree of connection between nodes can be expressed by the following adjacency matrix:
A = [ | F 11 | | F 12 | | F 1 n | | F n 1 | | F n 2 | | F n n | ] ,

3.3. Calculation of Node Strength

Statistical characteristic parameters of a network can be used to represent the characteristics of a network, such as node degree, average path length, clustering coefficient. In this paper, node strength is chosen to describe the characteristics of the crowd complex network. In the complex network model, node strength is the generalization of node degree, which integrates the strength between edges and nodes [19,20]. From the adjacency matrix, the node strength s ( q i ) of node q i can be expressed as follows:
s ( q i ) = n = 1 j | F i j | ,
After calculating each point in the crowd velocity field, we can get the node strength of all nodes. The node strength field S(M, N) is also a two-dimensional matrix containing M rows and N columns. There is also a one-to-one correspondence between the node strength field and the crowd speed field:
S = [ S 11 S 12 S 1 N S M 1 S M 2 S M N ] ,
In order to facilitate the node strength field optimization operation in later stage, the node strength field is normalized as follows:
S = S S m i n S m a x S m i n [ S 11 S 12 S 1 N S M 1 S M 2 S M N ] ,
where S m a x and S m i n are the maximum and minimum values of the nodes in all node strengths.

4. Optimizing Node Strength Field Using Direction Entropy

4.1. Establishment of Vector Direction Entropy Matrix

For a crowd motion field Q (M, N) of the M row and N column, one particle q x o y o is selected, and thus, the direction angle of particle motion is divided into eight directions at 45 degrees interval. The calculation of velocity direction angle and direction grade is determined by the following formula:
θ = arctan q yo q x o ,
d = { 1 0 θ < π 4 8 7 π 4 θ < 2 π ,
Choose a two-dimensional neighborhood δ with the same edge and weight as the repulsive force model with the size of ( x 0 ± ε , y 0 ± ε ) . For a sub-image region, because of the different motion forms of particles, the direction of particle motion is uncertain at eight angles. Shannon entropy is a classical method to measure the uncertainty of information, and is the basis of communication science [21,22,23]. In this paper, Shannon entropy is used to measure the uncertainty of particle motion direction. In this paper, we employ Shannon entropy to describe the chaotic degree of crowd motion. In a neighborhood δ, each particle can be calculated by direction rank formula to get a direction rank d. Each direction rank occupies a certain probability pi in all direction ranks. According to the definition of Shannon entropy [21] and [23], we can assign the velocity direction entropy between the central particle q x o y o and other particles q x y ( x x 0 , y y 0 ) neighboring the central particle. The calculation is determined by the following formula:
H x o y o = i = 1 n p i log p i ,     n = ε 2 ,
For each position, in the crowd particle field Q (M, N), the entropy can be calculated by repeating the steps mentioned above. Therefore, the direction entropy of each particle in the crowd particle field can be obtained. The two-dimensional crowd velocity vector field can be transformed into a particle direction entropy matrix:
H = [ H 11 H 12 H 1 N H M 1 H M 2 H M N ] ,
where, H11, H12……HMN is the entropy at the corresponding position of the crowd particle field. In order to facilitate the node strength field optimization operation in later stage, the direction entropy matrix is normalized as follows:
H = H H m i n H m a x H m i n [ H 11 H 12 H 1 N H M 1 H M 2 H M N ] ,
H m a x and H m i n are the maximum and minimum values in the entropy matrix for all directions.

4.2. Optimizing the Node Strength Field

The direction entropy matrix of crowd movement can describe the degree of changes in the direction of movement of the nodes. Furthermore, the strength field of the repulsive force node describes the degree of repulsion of each node and the surrounding nodes. In order to reduce the noise caused by other interference motion, this paper combines these two kinds of model to optimize the node strength field. It is very important to choose an effective way to integrate these two features, e.g., node strength and entropy. There are many ways to integrate features, such as multiplication and addition. For the application of salient crowd motion detection, the way of feature fusion requires significant expression of specific crowd motion regions and adaptation to the changes of scene. We analyzed the feature of node strength and entropy. The saliency region can be detected by combining the two features by multiplying or add. However, the saliency region obtained by addition is more effective. Because the range of the two features is quite different and there are great changes in different scenarios, it is difficult to determine the combined weights. Therefore, this paper applies a normalized processing of the two features before adding the two features together. Although there are differences in dimension between them, as a normalized feature, it works well when integrating them at the application level.
The direction entropy matrix of crowd motion is in one-to-one correspondence with the strength field of nodes; thus, we have made a comparison according to the following formulas:
P i j = { S i j + H i j   S i j 0 , H i j 0 0 others ,
The optimized node strength field is:
P = [ P 11 P 12 P 1 N P M 1 P M 2 P M N ] ,
Then, for nomalizing the optimized node strength field, the specific calculation formula is as follows:
P = P P m i n P m a x P m i n [ P 11 P 12 P 1 N P M 1 P M 2 P M N ] ,
After normalizing the strength field of the nodes, we smoothed the node strength field with a 3 × 3 mean filter template. It can eliminate the negative effects of the node strength caused by too high or too low values on the experimental results. In order to intuitively describe and observe the value of node strength, we use a pseudo-color image display method to visualize node strength. Pseudo-color image shows the pixel value corresponding to the node strength value. In a crowd scene, it is obvious that the node pixel values in salient regions are higher than those in other regions.

5. Experimental Results and Analysis

In our experiments, we tested three crowded scene video sequences from Crowd Saliency dataset [5] and a video sequence in [24] to show the performance of the proposed method. Retrograde and instability regions of a crowd were detected in the experiment. For different crowded scenes, the scale of the velocity field Q(M,N) and the parameters ε (the size of neighborhood) in the experiment are shown in Table 1. The proposed method is effective for images used in this experiment, which do not have a high resolution. If it is used to deal with high resolution images, there are two ways to processing the data. One is to reduce the high-resolution image using interval sampling and local mean, and the other is to process optical flow data by interval sampling.

5.1. Crowd Retrograde Behavior Detection

In this experiment, we used the train station scene and the single retrograde scene to show the salient detection for retrograde behavior. As shown in Figure 5 and Figure 6, some pedestrians do not conform to the flow of the mainstream crowd, hence, a retrograde motion was formed instead. The particles will thus have a larger repulsion force and direction entropy in this region. This proposed method can effectively detect human retrograde movement. Figure 5a and Figure 6a shows the original video frame. The node strength field calculated from the repulsive force network is shown in Figure 5b and Figure 6b. It can be clearly seen that the regions with high node strength represents the retrograde motion. However, there are still some disturbances. As shown in Figure 5c and Figure 6c, though the entropy value of the retrograde region is large, there are still some noise regions. Fortunately, the disturbance regions detected by node strength and direction entropy are different. Therefore, we can optimize the saliency detection results by integrating node strength and direction entropy, as is shown in Figure 5d and Figure 6d. In order to illustrate the detection performance, we overlap the saliency detection results with the original video frames in Figure 5e and Figure 6e. Experiments show that our method can detect pedestrians who even move oppositely to the flow of mainstream crowd.

5.2. Crowd Motion Instability Region Detection

In the crowd surveillance system, the instability area of crowd movement often deserves attention. In this experiment, we used two scenes, including the marathon scene (Figure 7) and the pilgrimage scene (Figure 8) to show the performance of the proposed method for detecting the instability crowd motion.
The sample frames for the two scenarios are shown in Figure 7a and Figure 8a. There are instability motion regions (some pedestrians are different from the mainstream crowd) in these two crowds. The results of node strength fields of two scenes are shown in Figure 7b and Figure 8b, respectively. We can see that the node strength of the repulsive force model is larger in instability motion regions. The direction entropy fields of two scenarios are shown in Figure 7c and Figure 8c, respectively. The entropy values of the instability region are clearly large. However, there is some noise in the unstable region detected by any single method. After integrating these two methods of node strength and direction entropy, the saliency detection results are optimized and the interference areas are effectively removed, which can be seen in Figure 7d and Figure 8d. Figure 7e and Figure 8e show saliency detection results after overlapping with the original video frame. Experimental results show that the proposed method can detect the salient crowd instability motion in large-scale crowded scenes.

5.3. Detection Results Using Different Neighborhood Size

It is very important to select a suitable neighborhood size ε to construct complex network. A neighborhood that is too small will not be bias to salient motion, while a neighborhood with too large a scale will introduce more noise. In this section, the salient crowd motion will be detected using different neighborhood sizes ε. For retrograde motion detection, the train station scene and single retrograde scene is used to show the performance of the proposed method. From Figure 9, we can see that the salient motion region detected by applying the size of 5 × 5 neighborhood is slightly scattering, while the area detected by the size of 13 × 13 is more complete. A larger the neighborhood 23 × 23, can cause more noise in the detection results. As for the Figure 10, the salient motion region size detected by using the 5 × 5 neighborhood is small, while the area detected by using the 15 × 15 neighborhood size is more complete. When choosing a larger neighborhood of 23 × 23, the result includes more noise. For instability motion detection, two scenes were used in this experiment. For the marathon scene, the detection result was usually not closed if the neighborhood size was too small (5 × 5 neighborhood). Applying a neighborhood size of 23 × 23, noise interference will be introduced, although closed salient motion regions can still be obtained. After the experiment, the closed salient motion region can be obtained using a neighborhood size of 11 × 11 (Figure 11). For another pilgrimage scene, although the saliency region can also be detected with a 5 × 5 size neighborhood, the result obtained with a 15 × 15 size neighborhood is closer to the ground truth (Figure 12).

5.4. Performance Evaluation and Comparison

The ground truth of crowd salient detection for pilgrimage and marathon scene has been given in the Crowd Saliency dataset [5]. The ground truth is given using a rectangular area. In order to evaluate the performance of the proposed method, we calculate the minimum enclosing rectangle of the detected salient motion region. To quantitatively evaluate the performance of the method, two indicators (precision and recall) are calculated in our experiments. In this paper, precision is the ratio of the number of pixels in the detected region that belong to the ground truth to the number of pixels in the detected area, indicating whether the number of pixels in the detected local motion instability area is accurate, expressed by Pr. Recall is the ratio of the number of pixels in the detected results region that belonging to the instability motion region to the number of all pixels of the ground truth, represented by R [25]. The precision and recall can be calculated as:
P r = T P T P + F P
R = T P T P + F N
where TP indicates that both the detection result and the ground truth are positive. FP indicates that the detection is positive and the actual is negative. TN indicates that both the prediction and the ground truth are negative. FN indicates that the prediction is negative but the actual is positive.
The precision and recall calculated from the pilgrimage and marathon scene using different parameters (the size of neighborhood) are given in Table 2. Obviously, according to the parameters selected in this paper, satisfactory detection accuracy can be obtained. If the neighborhood size is too large or too small, the detection accuracy will be seriously affected. Figure 13 shows the detection results of the pilgrimage and marathon scene using different methods. From Figure 13 we can see that both the proposed method and the methods mentioned in [26] can detect the salient region correctly. However, the rectangular region obtained by the proposed method is closer to the ground truth.

6. Conclusions

In this paper, we proposed a method for crowd salient motion detection based on a direction entropy and a repulsive force network. This paper focused on how to detect saliency regions in crowd movement effectively. Firstly, the crowd video sequence frames are processed by the optical flow algorithm followed by the crowd velocity vector field calculation. Secondly, according to the repulsive force model, the interaction force between two particles is determined as a certain condition. The repulsive force network is obtained and the strength of the crowd weighted network node is extracted as the characteristic parameter to construct a two-dimensional feature matrix. Finally, the velocity vector direction entropy is combined with the repulsive force network characteristic matrix to detect the salient crowd motion structure. The experimental results of four crowd video sequences show that the proposed method can not only detect the region of retrograde behavior of crowd movement but also the region of unstable crowd movement in large-scale crowd scenes. For future work, we will focus on the development of a method for an adaptive threshold and neighborhood calculation.

Author Contributions

X.Z. proposed the idea in this paper; X.Z., D.L., J.Z. and X.T. conceived and designed the experiments; D.L., J.Z. and Y.F. performed the experiments; X.Z., D.L., and H.Y. analyzed the data; X.Z. and D.L. wrote the paper; X.Z., Y.F., X.T. and H.Y. edited and reviewed the paper; All authors read and approved the final manuscript.

Funding

This research was supported by National Natural Science Foundation of China (no. 61771418).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Challenger, R.; Clegg, C.W.; Robinson, M.A. Understanding crowd behaviours: Supporting evidence. In Understanding Crowd Behaviours; Leigh, M., Ed.; Emergency Planning College: Easingwold, UK, 2009; pp. 1–326. [Google Scholar]
  2. Zhang, X.; Shu, X.; He, Z. Crowd panic state detection using entropy of the distribution of enthalpy. Phys. A Stat. Mech. Appl. 2019, 525, 935–945. [Google Scholar] [CrossRef]
  3. Wixson, L. Detecting salient motion by accumulating directionally-consistent flow. IEEE Trans. Pattern Anal. Mach. Intell. 2002, 22, 774–780. [Google Scholar] [CrossRef]
  4. Lim, M.K.; Chan, C.S.; Monekosso, D.; Remagnino, P. Detection of salient regions in crowded scenes. Electron. Lett. 2014, 50, 363–365. [Google Scholar] [CrossRef] [Green Version]
  5. Lim, M.K.; Kok, V.J.; Loy, C.C.; Chan, C.S. Crowd Saliency Detection via Global Similarity Structure. In Proceedings of the 22nd International Conference on Pattern Recognition, Stockholm, Sweden, 24–28 August 2014; pp. 3957–3962. [Google Scholar]
  6. Loy, C.; Xiang, T.; Gong, S. Salient motion detection in crowded scenes. In Proceedings of the 5th International Symposium on Communications, Control and Signal Processing (ISCCSP), Rome, Italy, 2–4 May 2012; pp. 1–4. [Google Scholar]
  7. Jian, M.; Zhag, W.; Yu, H.; Cui, C.; Nie, X.; Zhang, H.; Yin, Y. Saliency detection based on directional patches extraction and principal local color contrast. J. Vis. Commun. Image Represent. 2018, 57, 1–11. [Google Scholar] [CrossRef] [Green Version]
  8. Zhou, B.; Tang, X.; Wang, X. Coherent Filtering: Detecting Coherent Motions from crowd clutters. In Proceedings of the 12th European Conference on Computer Vision (ECCV), Firenze, Italy, 7–13 October 2012; Volume 7573, pp. 857–871. [Google Scholar]
  9. Solmaz, B.; Moore, B.E.; Shah, M. Identifying behaviors in crowd scenes using stability analysis for dynamical systems. PAMI 2012, 34, 2064–2070. [Google Scholar] [CrossRef] [PubMed]
  10. Zhang, X.; Yu, Q.; Yu, H. Physics Inspired Methods for Crowd Video Surveillance and Analysis: A Survey. IEEE Access 2018, 6, 66816–66830. [Google Scholar] [CrossRef]
  11. Hao, Y.; Xu, Z.J.; Liu, Y.; Wang, J.; Fan, J.-L. Effective Crowd Anomaly Detection Through Spatio-temporal Texture Analysis. Int. J. Autom. Comput. 2019, 16, 27–39. [Google Scholar] [CrossRef]
  12. Kanade, L. An Iterative Image Registration Technique with an Application to Stereo Vision. In Proceedings of the 7th International Joint Conference on Artificial Intelligence, Vancouver, BC, Canada, 24–28 August 1981; pp. 674–679. [Google Scholar]
  13. Bouguet, J.Y. Pyramidal implementation of the Lucas Kanade feature tracker description of the algorithm. OpenCV Doc. 1999, 22, 363–381. [Google Scholar]
  14. Chen, G.; Wang, X.; Li, X. Introduction to Complex Networks: Models. Structures and Dynamics; Higher Education Press: Beijing, China, 2012. [Google Scholar]
  15. Joldos, M.; Technical, C.C. A parallel evolutionary approach to community detection in complex networks. In Proceedings of the IEEE International Conference on Intelligent Computer Communication and Processing IEEE, Cluj-Napoca, Romania, 7–9 September 2017; pp. 247–254. [Google Scholar]
  16. Boccaletti, S.; Latora, V.; Moreno, Y. Complex networks: Structure and dynamics. Phys. Rep. 2006, 424, 175–308. [Google Scholar] [CrossRef]
  17. Dzwinel, W.; Yuen, D.A.; Boryczko, K.B. Diverse physical scales with the discrete-particle paradigm in modeling colloidal dynamics with mesoscopic features. Chem. Eng. Sci. 2006, 61, 2169–2185. [Google Scholar] [CrossRef]
  18. Mohcine, C.; Seyfried, A.; Schadschneider, A. Generalized Centrifugal Force Model for Pedestrian Dynamics. Phys. Rev. 2010, 82, 046111. [Google Scholar] [CrossRef]
  19. Zou, Q.; Sun, W.; Xing, L. Interest Point Detection in Images Based on Topology Structure Features of Directed Complex Network IEEE. In Proceedings of the 36th China Control Conference, Dalian, China, 26–28 July 2017; pp. 1507–1511. [Google Scholar]
  20. Wu, Z.; Lu, X.; Deng, Y. Image edge detection based on local dimension: A complex networks approach. Phys. A Stat. Mech. Appl. 2015, 440, 9–18. [Google Scholar] [CrossRef]
  21. Shannon, C.E. A mathematical theory of communication. Bell Syst. Tech. 1948, 27, 379–423. [Google Scholar] [CrossRef]
  22. Shannon, C.E.; Wyner, S.A. (Eds.) Collected Papers; IEEE Press: New York, NY, USA, 1993. [Google Scholar]
  23. Tribus, M.; McIrvine, E.C. Energy and information. Sci. Am. 1971, 225, 179–188. [Google Scholar] [CrossRef]
  24. Mehran, R.; Oyama, A.; Shah, M. Abnormal crowd behavior detection using social force model. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Miami, FL, USA, 20–25 June 2009; pp. 935–942. [Google Scholar]
  25. Goutte, C.; Gaussier, E. A Probabilistic Interpretation of Precision, Recall and F-Score, with Implication for Evaluation. Int. J. Radiat. Biol. Relat. Stud. Phys. Chem. Med. 2005, 51, 952. [Google Scholar]
  26. Ali, S.; Shah, M. A Lagrangian Particle Dynamics Approach for Crowd Flow Segmentation and Stability Analysis. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Minneapolis, MN, USA, 17–22 June 2007; pp. 1–6. [Google Scholar]
Figure 1. Framework of salient crowd motion detection based on repulsive force network and direction entropy.
Figure 1. Framework of salient crowd motion detection based on repulsive force network and direction entropy.
Entropy 21 00608 g001
Figure 2. Crowd optical flow field of the sampled frame.
Figure 2. Crowd optical flow field of the sampled frame.
Entropy 21 00608 g002
Figure 3. Schematic diagram of repulsive force: (a) original motion flow; (b) motion flow reversed.
Figure 3. Schematic diagram of repulsive force: (a) original motion flow; (b) motion flow reversed.
Entropy 21 00608 g003
Figure 4. Expressing the effect of optical flow reversal: (a) original sample frame; (b) detection result using original optical flow; (c) detection result using reversed optical flow; (d) detection result after the integration of optical flow.
Figure 4. Expressing the effect of optical flow reversal: (a) original sample frame; (b) detection result using original optical flow; (c) detection result using reversed optical flow; (d) detection result after the integration of optical flow.
Entropy 21 00608 g004
Figure 5. Retrograde motion detection in train station scene: (a) input frame; (b) node strength field of repulsive force network; (c) detection result using direction entropy; (d) salient region detection after optimized; (e) overlap the salient region with input frame.
Figure 5. Retrograde motion detection in train station scene: (a) input frame; (b) node strength field of repulsive force network; (c) detection result using direction entropy; (d) salient region detection after optimized; (e) overlap the salient region with input frame.
Entropy 21 00608 g005
Figure 6. Retrograde motion detection in single retrograde scene: (a) input frame; (b) node strength field of repulsive force network; (c) detection result using direction entropy; (d) salient region detection after optimized; (e) overlap the salient region with input frame.
Figure 6. Retrograde motion detection in single retrograde scene: (a) input frame; (b) node strength field of repulsive force network; (c) detection result using direction entropy; (d) salient region detection after optimized; (e) overlap the salient region with input frame.
Entropy 21 00608 g006
Figure 7. Salient crowd instability motion detection in marathon scene: (a) original video frame and ground true (red box); (b) node strength field of repulsive force network; (c) detection result using direction entropy; (d) salient region detection after optimized; (e) overlap the salient region with original video frame.
Figure 7. Salient crowd instability motion detection in marathon scene: (a) original video frame and ground true (red box); (b) node strength field of repulsive force network; (c) detection result using direction entropy; (d) salient region detection after optimized; (e) overlap the salient region with original video frame.
Entropy 21 00608 g007
Figure 8. Salient crowd instability motion detection in pilgrimage scene: (a) original video frame and ground true (red box); (b) node strength field of repulsive force network; (c) detection result using direction entropy; (d) salient region detection after optimized; (e) overlap the salient region with original video frame.
Figure 8. Salient crowd instability motion detection in pilgrimage scene: (a) original video frame and ground true (red box); (b) node strength field of repulsive force network; (c) detection result using direction entropy; (d) salient region detection after optimized; (e) overlap the salient region with original video frame.
Entropy 21 00608 g008
Figure 9. Retrograde motion detection in train station scene using different neighborhood size: (a) original video frame; (b) detection result using 5 × 5 neighborhood; (c) detection result using 13 × 13 neighborhood; (d) detection result using 23 × 23 neighborhood.
Figure 9. Retrograde motion detection in train station scene using different neighborhood size: (a) original video frame; (b) detection result using 5 × 5 neighborhood; (c) detection result using 13 × 13 neighborhood; (d) detection result using 23 × 23 neighborhood.
Entropy 21 00608 g009
Figure 10. Retrograde motion detection in single retrograde scene using different neighborhood size: (a) original video frame; (b) detection result using 5 × 5 neighborhood; (c) detection result using 15 × 15 neighborhood; (d) detection result using 23 × 23 neighborhood.
Figure 10. Retrograde motion detection in single retrograde scene using different neighborhood size: (a) original video frame; (b) detection result using 5 × 5 neighborhood; (c) detection result using 15 × 15 neighborhood; (d) detection result using 23 × 23 neighborhood.
Entropy 21 00608 g010
Figure 11. Instability motion detection in marathon scene using different neighborhood size: (a) original video frame and ground truth region; (b) detection result using 5 × 5 neighborhood; (c) detection result using 11 × 11 neighborhood; (d) detection result using 23 × 23 neighborhood.
Figure 11. Instability motion detection in marathon scene using different neighborhood size: (a) original video frame and ground truth region; (b) detection result using 5 × 5 neighborhood; (c) detection result using 11 × 11 neighborhood; (d) detection result using 23 × 23 neighborhood.
Entropy 21 00608 g011
Figure 12. Instability motion detection in pilgrimage scene using different neighborhood size: (a) original video frame and ground truth region; (b) detection result using 5 × 5 neighborhood; (c) detection result using 15 × 15 neighborhood; (d) detection result using 25 × 25 neighborhood.
Figure 12. Instability motion detection in pilgrimage scene using different neighborhood size: (a) original video frame and ground truth region; (b) detection result using 5 × 5 neighborhood; (c) detection result using 15 × 15 neighborhood; (d) detection result using 25 × 25 neighborhood.
Entropy 21 00608 g012
Figure 13. Comparison of the method in this paper with the article [26]: (a,e) are the ground truth of marathon and pilgrimage scene; (b,f) are the results gained by our method; (c,g) are courtesy of reference [26]; (d,h) are the local enlarged displays of the results.
Figure 13. Comparison of the method in this paper with the article [26]: (a,e) are the ground truth of marathon and pilgrimage scene; (b,f) are the results gained by our method; (c,g) are courtesy of reference [26]; (d,h) are the local enlarged displays of the results.
Entropy 21 00608 g013
Table 1. Different scenes and parameter values.
Table 1. Different scenes and parameter values.
Crowded ScenesSymbol of ParameterThe Value
Train station scene in Figure 5ε
M × N
13
480 × 360
Single retrograde scene in Figure 6ε
M × N
15
480 × 360
Marathon scene in Figure 7ε
M × N
11
640 × 480
Pilgrimage scene in Figure 8ε
M × N
15
640 × 480
Table 2. The measurement of the accuracy of the detection results using different parameters.
Table 2. The measurement of the accuracy of the detection results using different parameters.
Crowded ScenesStatisticsSize of NeighborhoodResults
marathonPr5 × 50.862
11 × 110.910
23 × 230.531
R5 × 50.841
11 × 110.909
23 × 230.877
pilgrimagePr5 × 51
15 × 151
25 × 250.684
R5 × 50.244
15 × 150.867
25 × 250.656

Share and Cite

MDPI and ACS Style

Zhang, X.; Lin, D.; Zheng, J.; Tang, X.; Fang, Y.; Yu, H. Detection of Salient Crowd Motion Based on Repulsive Force Network and Direction Entropy. Entropy 2019, 21, 608. https://doi.org/10.3390/e21060608

AMA Style

Zhang X, Lin D, Zheng J, Tang X, Fang Y, Yu H. Detection of Salient Crowd Motion Based on Repulsive Force Network and Direction Entropy. Entropy. 2019; 21(6):608. https://doi.org/10.3390/e21060608

Chicago/Turabian Style

Zhang, Xuguang, Dujun Lin, Juan Zheng, Xianghong Tang, Yinfeng Fang, and Hui Yu. 2019. "Detection of Salient Crowd Motion Based on Repulsive Force Network and Direction Entropy" Entropy 21, no. 6: 608. https://doi.org/10.3390/e21060608

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop