WO2010123342A2 - Method to generate an analytical path deviation model - Google Patents

Method to generate an analytical path deviation model Download PDF

Info

Publication number
WO2010123342A2
WO2010123342A2 PCT/MY2010/000060 MY2010000060W WO2010123342A2 WO 2010123342 A2 WO2010123342 A2 WO 2010123342A2 MY 2010000060 W MY2010000060 W MY 2010000060W WO 2010123342 A2 WO2010123342 A2 WO 2010123342A2
Authority
WO
WIPO (PCT)
Prior art keywords
path
surveillance
monitoring system
model
deviation
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/MY2010/000060
Other languages
French (fr)
Other versions
WO2010123342A3 (en
Inventor
Hock Woon Hon
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mimos Bhd
Original Assignee
Mimos Bhd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mimos Bhd filed Critical Mimos Bhd
Publication of WO2010123342A2 publication Critical patent/WO2010123342A2/en
Publication of WO2010123342A3 publication Critical patent/WO2010123342A3/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/20Analysis of motion
    • G06T7/246Analysis of motion using feature-based methods, e.g. the tracking of corners or segments
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N7/00Computing arrangements based on specific mathematical models
    • G06N7/01Probabilistic graphical models, e.g. probabilistic networks
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/194Segmentation; Edge detection involving foreground-background segmentation
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/50Context or environment of the image
    • G06V20/52Surveillance or monitoring of activities, e.g. for recognising suspicious objects
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V40/00Recognition of biometric, human-related or animal-related patterns in image or video data
    • G06V40/20Movements or behaviour, e.g. gesture recognition
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10016Video; Image sequence
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20076Probabilistic image processing
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20081Training; Learning
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20212Image combination
    • G06T2207/20224Image subtraction
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30232Surveillance

Definitions

  • the present invention relates generally to the field of surveillance, and more particularly to a model for analytically determining the probability of an object deviating from a standard path and use of the same.
  • Surveillance systems are being implemented in various areas such as car parks of supermarkets, international borders and airports. In most of this areas, surveillance is used as a means to detect and deter a criminal or suspicious act from being committed. Employing humans to monitor the images from surveillance video is human-intensive and often tedious. Moreover, each human perceive the images seen in a different way from others. To some certain acts may seen suspicious however to another the same act may seem normal.
  • Figure 2 Example of standard and suspicious path in an area under surveillance
  • Figure 5 One or more standard path
  • FIG. 1 A general overview of the exemplary method to generate the Analytical Path Deviation Model can been seen from Figure 1. It is an aspect of the present invention to generate a model that is able to calculate the probability of a mobile object to deviate from a standard path.
  • the definition of standard path here is a common path which is generally taken by moving objects in the area under surveillance.
  • a example of a standard path and suspicious path can been seen from Figure 2 (a) and (b).
  • the probability value generated by the model is also an indication of the degree of the intention of the mobile object to deviate from a standard path.
  • the model generates a continuous probability value at real time.
  • the intention of the mobile object i.e. whether the object is about commit a suspicious act or not can be analytically interpreted by analyzing the deviation probability valued obtained over a plurality of frames, hi other words, a conclusion on the objects intention is drawn based on its moving pattern history.
  • the present Analytical Path Deviation Model takes into consideration a few criteria when computing the probability value.
  • the criteria are: a. The instantaneous distance between the object and the outmost pixel of the standard path b. The relative distance between the two consecutive instant point c. The deviation rate d. The ratio between the width of the standard path and shortest distance.
  • the standard path used in the area under surveillance must first be determined.
  • a known standard path generation technique either from machine learning or neural network is used here.
  • An area under surveillance is observed over a period of time and the trend of the path taken by objects when traversing the area is collected.
  • a standard path Le. the common path taken based on these observation is then computed by means of machine learning or neural network.
  • An example of a standard path can be observed from Figure 3.
  • the pixel co-ordinate of standard path border is extracted . This pixel co-ordinate is then organized in an orderly manner, in order to enable efficient comparison between the border co-ordinate and the instantaneous pixel co-ordinate of the mobile object.
  • the mobile object is tracked using known motion tracking methods.
  • the centroid of the tracked mobile object is used to obtain its instantaneous co-ordinate.
  • each co-ordinate of the mobile object's centroid at time t n is compared against the closest border co-ordinates of the standard path.
  • the sampling interval t n is predetermined, for example 30 seconds. Therefore at every 30 second a sampling is done and the shortest distance, d sho m st is determined. It is to be noted that the length of the sampling interval has a direct effect on the efficiency of the detection. Wherein if the sampling interval is short it allows the system to capture the information correctly, especially in fast moving scenes. However, if the sampling is done too frequently it will take up too much of the resources of the computer. Therefore, ideally the sampling interval is set within the range of 100ms to 1 second.
  • the instantaneous sample co-ordinate in the image is compared with a set of pixel co-ordinates that denotes the outermost layer of the standard path i.e. standard path boundary.
  • Figure 4 illustrates the calculation of the shortest distance.
  • the object's centroid is compared against the closest border co-ordinate of both the standard paths.
  • the instantaneous centroid co-ordinate is compared with the pixel co-ordinate of plurality of standard path and the shortest distance is then determined.
  • the motion trend of the ' mobile object is determined by analyzing the shortest distance, d s h o n est samples collected over time, t . If the trend of the shortest distance, dshortest is increasing over time, t as illustrated in Figure 6 (a), then the motion trend of the mobile object is classified as deviating from the standard path. However, if the pattern follows Figure 6 (b) then the motion trend of the mobile object is conforming to the standard path.
  • Trend values are assigned according to the motion trend of the mobile object. When the motion trend is deviating from the standard path, the trend value is set as a negative value. On the other hand, when the motion trend is conforming to the standard path the trend value is set as a positive value. For the purpose of example " the trend value will be set as -0.15 when the motion trend is deviating and as 0.1 when the motion trend is conforming hereinafter. / Determining sliding window and sliding window weight
  • Sliding windows are defined as a user-dete ⁇ nined number of consecutive video frames of the surveillance video that is used for calculating the probability of the mobile objects deviation from the standard path.
  • the number sliding window can be pre-defined i.e. a default value or be defined at any point of time.
  • An example of sliding window is illustrated in Figure 7. In this example the number of sliding window has been set at 5.
  • Weight is assigned to each consecutive pair of sliding window as can be seen in Figure 8.
  • the sliding window pair that is closest to the current time, t is assigned the highest weight, and the further the sliding window pair is the lesser is the value assigned to them.
  • An example of the weight assignment can be seen in Figure 8.
  • the probability value obtained from the model which ranges from negative to positive is then normalised to create a single polarity of possibility.
  • the normalised probability value range is set from 0.1 to 1 in order to ease the interpretation of the risk in percentage.
  • Ratio, r is defined as instantaneous shortest distance/longest standard path.
  • Figure 10 illustrates the calculation of the ratio. Calculation of deviation risk probability
  • the instantaneous deviation risk probability of a mobile object is calculated by using the below equation.
  • Risk Probability Shortest Distance, d shortest x trend x sliding window weight x ratio, r
  • the Analytical Path Deviation Model generates a continuous instantaneous deviation risk probability of a mobile object according to real time in the above steps.
  • the model is integrated into a video surveillance system to achieve an automated Deviation Risk Monitoring System.
  • the Deviation Risk Monitoring System is used to continuously monitor the risk probability that an object within the area under surveillance is about to commit a suspicious or criminal act.
  • the premise for this lies in the fact that when an object is deviating from what is known as a standard path, it is an indication that the object is intentionally not conforming to the standard transition pattern observed in that particular area, which leads to the conclusion that the object is possibly having an criminal or suspicious intend.
  • areas which will benefit from this system are areas where the objects are expected to follow a standard path due to the existence of fixed exit or entry. Examples of such areas are customs declaration counter at an airport, international borders and areas with multiple entries and exits such as a stadium.
  • FIG. 11 A general overview of the surveillance system can be seen in Figure 11.
  • the system can generally be divided into 3 sections: a. Motion Tracking b. Analytical Path Deviation Model c. Semantic component a. Motion Tracking
  • Image input for the system is obtained from a plurality of image acquiring devices such as a surveillance camera.
  • the image acquired is then manipulated using a known motion tracking method.
  • Objects that are being tracked are then classified. Since the purpose of the system is to track mobile objections, the objects are classified as being human or non- human.
  • the tracked information such as centroid co-ordinate are then stored in a circular buffer so that it is available from the system's memory to be used in the following steps.
  • N number of instantaneous tracked information is obtained from an image buffer.
  • a circular buffer is used for the same purpose, wherein N denotes the number of sliding window.
  • This windowed tracked information is then sent to the reference model to be assigned the weight for the respective sliding window pair.
  • Instantaneous deviation probability of an object is calculated using the preceding methods of Analytical Path Deviation Model. This probability value is generated continuously and will be used as the input for the semantic component of the system, which will be described in detail in the following section.
  • This component of the surveillance system is responsible for analytically reasoning whether there arise a need to trigger the security alarm based on the probability values generated by the Analytical Path Deviation Model.
  • the security alarm is triggered when the reasoning value of the semantic interpretation stage reaches or exceeds the predetermined threshold value.
  • the threshold value is a border value indicating that a possible criminal act is about to be committed.
  • the value is predetermined by the user. Threshold value can be set high or low depending on the sensitivity level of an area. An example of threshold value can be seen in Figure 12 The Deviation Risk Monitoring System will now be further discussed with reference to the preferred embodiments.
  • Deviation Risk Monitoring System is used in the customs declaration counters, for example in airports.
  • An example Of standard paths in an custom's declaration area can be seen in figure 13 (a).
  • Figure 13 (b) illustrates a graph indicating the probability of deviation of an object in the area based over time and the threshold value.
  • Deviation Risk Monitoring System when an object is moving in neither the standard path leading to the - declaration counter nor the nothing to declare counter, it triggers the Deviation Risk Monitoring System to track the object. Also, when an object which was moving in a standard path but at some point exits the boundaries of the standard paths, it will also trigger the system to track its movement. As a rule, the Deviation Risk Monitoring System will initiate tracking of an object which is not moving within the boundaries of the standard path.
  • the semantic component reasons if the movement pattern of the object is suspicious or not.
  • the security alarm will be triggered if the semantic component reasons that the movement pattern of the object is suspicious.
  • the system is also able to pick an anomaly in the movement.
  • an anomaly for example, although the end result in Figure 13 (b) indicates that the object is in the standard path, there is a pattern indicating a very likely possibility that the object is not going to return to the standard path. This is indicated by the probability pattern within the circle. This would be considered as an anomaly, because there is an abrupt change of movement pattern. Therefore, this could also indicate that the object had an suspicious intend.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Multimedia (AREA)
  • Mathematical Physics (AREA)
  • Algebra (AREA)
  • Data Mining & Analysis (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computational Mathematics (AREA)
  • Software Systems (AREA)
  • Artificial Intelligence (AREA)
  • Evolutionary Computation (AREA)
  • Probability & Statistics with Applications (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Psychiatry (AREA)
  • Social Psychology (AREA)
  • Human Computer Interaction (AREA)
  • Image Analysis (AREA)
  • Burglar Alarm Systems (AREA)
  • Alarm Systems (AREA)
  • Closed-Circuit Television Systems (AREA)
  • Geophysics And Detection Of Objects (AREA)

Abstract

A model to calculate the movement risk probability of an object to deviate from a known standard path and use of the same in a surveillance system.

Description

Method To Generate An Analytical Path Deviation Model
Field of Invention
The present invention relates generally to the field of surveillance, and more particularly to a model for analytically determining the probability of an object deviating from a standard path and use of the same.
Background of Invention
Surveillance systems are being implemented in various areas such as car parks of supermarkets, international borders and airports. In most of this areas, surveillance is used as a means to detect and deter a criminal or suspicious act from being committed. Employing humans to monitor the images from surveillance video is human-intensive and often tedious. Moreover, each human perceive the images seen in a different way from others. To some certain acts may seen suspicious however to another the same act may seem normal.
Therefore, there is a need for an automated surveillance system which is able to automatically generate conclusions . However, most of the automated surveillance system is trained to classify an act as suspicious or otherwise based on the comparison of instantaneous event and that which has been stored in its database. The system is unable to interpret the movement trend of an object whether if there exist a possible risk of breach of security, because historical information is not taken into consideration when drawing a conclusion.
Therefore there exist a need for a surveillance system which is automatically able to interpret the risk of an object committing a suspicious act based on the historical information of the objects movement.
hi view of the above, there also exist a need for a model which is able to generate a continuous movement pattern risk probability of an object in real time, hi order for a surveillance system to be able to draw a conclusion if the object is about to commit a suspicious act or not.
Summary of Invention
It is an object of the present invention to provide a method to generate a model to analytically determine the probability of a mobile object, which is on the move in the area under surveillance, to deviate from the learned standard path based on the object's temporal moving pattern.
It is also an object of the present invention to provide a method for an automated surveillance system which is able to alert the security personnel when an object's deviation probability pattern indicates a suspicious behavior.
Brief Description of Drawings
Figure 1 Overview of Analytical Path Deviation Model generating method
Figure 2 Example of standard and suspicious path in an area under surveillance
Figure 3 Standard path computed by machine learning or neural network
Figure 4 Method to calculate shortest distance
Figure 5 One or more standard path
Figure 6 Motion trend of an object
Figure 7 Sliding Window
Figure 8 Assignment of weight for sliding window pair
Figure 9 Normalised value of model
Figure 10 Calculation of ratio
Figure 11 Over view of Deviation Risk Monitoring System
Figure 12 Example of threshold value for semantic reasoning
Figure 13 Standard path in an customs declaration area Detailed Description
The present invention will now be detailed with reference to the accompanying drawings, in which exemplary embodiments of the invention are shown. It should be understood that the description and specific examples are intended for purposes of illustration only and are not intended to limit the scope of the present disclosure.
A general overview of the exemplary method to generate the Analytical Path Deviation Model can been seen from Figure 1. It is an aspect of the present invention to generate a model that is able to calculate the probability of a mobile object to deviate from a standard path. The definition of standard path here is a common path which is generally taken by moving objects in the area under surveillance. A example of a standard path and suspicious path can been seen from Figure 2 (a) and (b).
The probability value generated by the model is also an indication of the degree of the intention of the mobile object to deviate from a standard path. The model generates a continuous probability value at real time. The intention of the mobile object i.e. whether the object is about commit a suspicious act or not can be analytically interpreted by analyzing the deviation probability valued obtained over a plurality of frames, hi other words, a conclusion on the objects intention is drawn based on its moving pattern history.
The present Analytical Path Deviation Model takes into consideration a few criteria when computing the probability value. The criteria are: a. The instantaneous distance between the object and the outmost pixel of the standard path b. The relative distance between the two consecutive instant point c. The deviation rate d. The ratio between the width of the standard path and shortest distance.
Hereinafter, the process to generate Analytical Path Deviation Model will be discussed in detail. a. Standard path detection
In order to initiate the Analytical Path Deviation Model generation process, the standard path used in the area under surveillance must first be determined. A known standard path generation technique either from machine learning or neural network is used here. Generally an area under surveillance is observed over a period of time and the trend of the path taken by objects when traversing the area is collected. A standard path Le. the common path taken based on these observation is then computed by means of machine learning or neural network. An example of a standard path can be observed from Figure 3.
b. Border Extraction
Once the standard path is established, then the pixel co-ordinate of standard path border is extracted . This pixel co-ordinate is then organized in an orderly manner, in order to enable efficient comparison between the border co-ordinate and the instantaneous pixel co-ordinate of the mobile object.
c. Obtaining Instantaneous co-ordinate of the object of interest
The mobile object is tracked using known motion tracking methods. The centroid of the tracked mobile object is used to obtain its instantaneous co-ordinate.
d. Determining the shortest distance, dshortest
To calculate the shortest distance, each co-ordinate of the mobile object's centroid at time tn is compared against the closest border co-ordinates of the standard path.. The sampling interval tn is predetermined, for example 30 seconds. Therefore at every 30 second a sampling is done and the shortest distance, dshomst is determined. It is to be noted that the length of the sampling interval has a direct effect on the efficiency of the detection. Wherein if the sampling interval is short it allows the system to capture the information correctly, especially in fast moving scenes. However, if the sampling is done too frequently it will take up too much of the resources of the computer. Therefore, ideally the sampling interval is set within the range of 100ms to 1 second.
The instantaneous sample co-ordinate in the image is compared with a set of pixel co-ordinates that denotes the outermost layer of the standard path i.e. standard path boundary. Figure 4 illustrates the calculation of the shortest distance.
When there are a plurality of standard path in an area as illustrated by Figure 5, the object's centroid is compared against the closest border co-ordinate of both the standard paths. The instantaneous centroid co-ordinate is compared with the pixel co-ordinate of plurality of standard path and the shortest distance is then determined.
Determining the motion trend
The motion trend of the'mobile object is determined by analyzing the shortest distance, dshonest samples collected over time, t . If the trend of the shortest distance, dshortest is increasing over time, t as illustrated in Figure 6 (a), then the motion trend of the mobile object is classified as deviating from the standard path. However, if the pattern follows Figure 6 (b) then the motion trend of the mobile object is conforming to the standard path.
Trend values are assigned according to the motion trend of the mobile object. When the motion trend is deviating from the standard path, the trend value is set as a negative value. On the other hand, when the motion trend is conforming to the standard path the trend value is set as a positive value. For the purpose of example" the trend value will be set as -0.15 when the motion trend is deviating and as 0.1 when the motion trend is conforming hereinafter. / Determining sliding window and sliding window weight
Sliding windows are defined as a user-deteπnined number of consecutive video frames of the surveillance video that is used for calculating the probability of the mobile objects deviation from the standard path. The number sliding window can be pre-defined i.e. a default value or be defined at any point of time. An example of sliding window is illustrated in Figure 7. In this example the number of sliding window has been set at 5.
Weight is assigned to each consecutive pair of sliding window as can be seen in Figure 8. The sliding window pair that is closest to the current time, t is assigned the highest weight, and the further the sliding window pair is the lesser is the value assigned to them. An example of the weight assignment can be seen in Figure 8.
g. Normalised model
The probability value obtained from the model which ranges from negative to positive is then normalised to create a single polarity of possibility. The normalised probability value range is set from 0.1 to 1 in order to ease the interpretation of the risk in percentage.
An example of the model value and its corresponding normalized probability value is illustrated in Figure 9.
h. Determining the ratio, r
Ratio, r is defined as instantaneous shortest distance/longest standard path. Figure 10 illustrates the calculation of the ratio. Calculation of deviation risk probability
The instantaneous deviation risk probability of a mobile object is calculated by using the below equation.
Risk Probability = Shortest Distance, dshortest x trend x sliding window weight x ratio, r
The Analytical Path Deviation Model generates a continuous instantaneous deviation risk probability of a mobile object according to real time in the above steps. The model is integrated into a video surveillance system to achieve an automated Deviation Risk Monitoring System.
The Deviation Risk Monitoring System is used to continuously monitor the risk probability that an object within the area under surveillance is about to commit a suspicious or criminal act. The premise for this lies in the fact that when an object is deviating from what is known as a standard path, it is an indication that the object is intentionally not conforming to the standard transition pattern observed in that particular area, which leads to the conclusion that the object is possibly having an criminal or suspicious intend. Examples of areas which will benefit from this system are areas where the objects are expected to follow a standard path due to the existence of fixed exit or entry. Examples of such areas are customs declaration counter at an airport, international borders and areas with multiple entries and exits such as a stadium.
A general overview of the surveillance system can be seen in Figure 11. The system can generally be divided into 3 sections: a. Motion Tracking b. Analytical Path Deviation Model c. Semantic component a. Motion Tracking
Image input for the system is obtained from a plurality of image acquiring devices such as a surveillance camera. The image acquired is then manipulated using a known motion tracking method. Objects that are being tracked are then classified. Since the purpose of the system is to track mobile objections, the objects are classified as being human or non- human. The tracked information such as centroid co-ordinate are then stored in a circular buffer so that it is available from the system's memory to be used in the following steps.
b. Analytical Path Deviation Model
In this section, N number of instantaneous tracked information is obtained from an image buffer. However, in the preferred embodiment a circular buffer is used for the same purpose, wherein N denotes the number of sliding window. This windowed tracked information is then sent to the reference model to be assigned the weight for the respective sliding window pair.
Instantaneous deviation probability of an object is calculated using the preceding methods of Analytical Path Deviation Model. This probability value is generated continuously and will be used as the input for the semantic component of the system, which will be described in detail in the following section.
C; Semantic component.
This component of the surveillance system is responsible for analytically reasoning whether there arise a need to trigger the security alarm based on the probability values generated by the Analytical Path Deviation Model.
The security alarm is triggered when the reasoning value of the semantic interpretation stage reaches or exceeds the predetermined threshold value. The threshold value is a border value indicating that a possible criminal act is about to be committed. The value is predetermined by the user. Threshold value can be set high or low depending on the sensitivity level of an area. An example of threshold value can be seen in Figure 12 The Deviation Risk Monitoring System will now be further discussed with reference to the preferred embodiments.
hi a preferred embodiment the Deviation Risk Monitoring System is used in the customs declaration counters, for example in airports. An example Of standard paths in an custom's declaration area can be seen in figure 13 (a). Figure 13 (b) illustrates a graph indicating the probability of deviation of an object in the area based over time and the threshold value.
In this example when an object is moving in neither the standard path leading to the - declaration counter nor the nothing to declare counter, it triggers the Deviation Risk Monitoring System to track the object. Also, when an object which was moving in a standard path but at some point exits the boundaries of the standard paths, it will also trigger the system to track its movement. As a rule, the Deviation Risk Monitoring System will initiate tracking of an object which is not moving within the boundaries of the standard path.
Based on the probability values generated by the Analytical Path Deviation Model, the semantic component reasons if the movement pattern of the object is suspicious or not. The security alarm will be triggered if the semantic component reasons that the movement pattern of the object is suspicious.
Referring to Figure 13 (b), the system is also able to pick an anomaly in the movement. For example, although the end result in Figure 13 (b) indicates that the object is in the standard path, there is a pattern indicating a very likely possibility that the object is not going to return to the standard path. This is indicated by the probability pattern within the circle. This would be considered as an anomaly, because there is an abrupt change of movement pattern. Therefore, this could also indicate that the object had an suspicious intend.
While a limited number of embodiments of the invention have been described, these embodiments are not intended to limit the scope of the invention as otherwise described and. claimed herein. Those of ordinary skill hi the art will recognize that variations and modifications from the described embodiments exist. Moreover, unless otherwise specified, the steps of the methods described herein are not limited to any particular order or sequence.

Claims

Claims
1. A method for predicting a suspicious event in a surveillance or monitoring system comprising the steps of :
predetermining a reference path in a video scene for an object to follow generated from spatial-temporal coherence trajectories of a test object obtainable from a sequence of video frames;
calibrating instantaneous deviations of the object from the reference path to a predetermined value to indicate the possibility of the occurrence of the suspicious event.
2. A method for predicting a suspicious event in a surveillance or monitoring system as claimed in Claim 1 wherein the calibration is based on the distance of the deviated object from the reference path.
3. A method for predicting a suspicious event in a surveillance or monitoring system as claimed in Claim 1 wherein the calibration is based on rate of the object deviated from the reference path.
4. A method for predicting a suspicious event in a surveillance or monitoring system as claimed in Claim 1 wherein the calibration is based on the ratio between width and the shortest distance of the path.
5. A method for predicting a suspicious event in a surveillance or monitoring system as claimed in Claim 1 wherein the calibration is based on the pixel coordinate between points on the deviated object and the reference path.
PCT/MY2010/000060 2009-04-22 2010-04-16 Method to generate an analytical path deviation model Ceased WO2010123342A2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
MYPI20091624 2009-04-22
MYPI20091624A MY158097A (en) 2009-04-22 2009-04-22 Method to generate analytical path deviation model

Publications (2)

Publication Number Publication Date
WO2010123342A2 true WO2010123342A2 (en) 2010-10-28
WO2010123342A3 WO2010123342A3 (en) 2011-03-03

Family

ID=43011649

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/MY2010/000060 Ceased WO2010123342A2 (en) 2009-04-22 2010-04-16 Method to generate an analytical path deviation model

Country Status (2)

Country Link
MY (2) MY158097A (en)
WO (1) WO2010123342A2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3062263A1 (en) * 2015-02-26 2016-08-31 Hitachi, Ltd. Method and apparatus for work quality control
CN107783893A (en) * 2016-08-26 2018-03-09 上海计算机软件技术开发中心 A kind of Auto-Test System and its implementation based on scene description

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102007010186A1 (en) * 2007-03-02 2008-09-04 Robert Bosch Gmbh Apparatus, method and computer program for image-based tracking of surveillance objects

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3062263A1 (en) * 2015-02-26 2016-08-31 Hitachi, Ltd. Method and apparatus for work quality control
US20160253618A1 (en) * 2015-02-26 2016-09-01 Hitachi, Ltd. Method and apparatus for work quality control
JP2016157357A (en) * 2015-02-26 2016-09-01 株式会社日立製作所 Worker quality control method and worker quality control device
US10614391B2 (en) 2015-02-26 2020-04-07 Hitachi, Ltd. Method and apparatus for work quality control
CN107783893A (en) * 2016-08-26 2018-03-09 上海计算机软件技术开发中心 A kind of Auto-Test System and its implementation based on scene description

Also Published As

Publication number Publication date
MY158097A (en) 2016-08-30
WO2010123342A3 (en) 2011-03-03
MY149998A (en) 2013-11-15

Similar Documents

Publication Publication Date Title
US11670086B2 (en) System and process for detecting, tracking and counting human objects of interest
EP3654285B1 (en) Object tracking using object attributes
KR101788269B1 (en) Method and apparatus for sensing innormal situation
US9928423B2 (en) Efficient retrieval of anomalous events with priority learning
JP4852765B2 (en) Estimating connection relationship between distributed cameras and connection relationship estimation program
US9977970B2 (en) Method and system for detecting the occurrence of an interaction event via trajectory-based analysis
Lim et al. iSurveillance: Intelligent framework for multiple events detection in surveillance videos
US20110169917A1 (en) System And Process For Detecting, Tracking And Counting Human Objects of Interest
Simonnet et al. Re-identification of pedestrians in crowds using dynamic time warping
US8068640B2 (en) Method for detecting image regions that are conspicuous in terms of the movement in them; apparatus and computer program for performing the method
US20100208063A1 (en) System and methods for improving accuracy and robustness of abnormal behavior detection
US9965687B2 (en) System and method for detecting potential mugging event via trajectory-based analysis
Ahmed et al. Surveillance scene representation and trajectory abnormality detection using aggregation of multiple concepts
US20180211113A1 (en) System and method for detecting potential drive-up drug deal activity via trajectory-based analysis
WO2018179202A1 (en) Information processing device, control method, and program
JP5679760B2 (en) Intruder detection device
WO2010123342A2 (en) Method to generate an analytical path deviation model
Vu et al. Real-time robust human tracking based on Lucas-Kanade optical flow and deep detection for embedded surveillance
JP2022017939A (en) Abnormal behavior detection system and abnormal behavior detection method
WO2011025359A1 (en) System and method to determine suspicious behavior
CN103974028A (en) Method for detecting violent behavior of personnel
CN116704394A (en) Anomalous Behavior Detection in Video Streams
Mallikharjuna Rao et al. Computer Vision-Based Self-inflicted Violence Detection in High-Rise Environments Using Deep Learning
Thirde et al. Multi-camera tracking for visual surveillance applications
Mudjirahardjo et al. Abnormal motion detection in an occlusion environment

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10767351

Country of ref document: EP

Kind code of ref document: A2

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 10767351

Country of ref document: EP

Kind code of ref document: A2