WO2012074362A1 - Method and system for tracking object using adaptive attention regions - Google Patents
Method and system for tracking object using adaptive attention regions Download PDFInfo
- Publication number
- WO2012074362A1 WO2012074362A1 PCT/MY2011/000128 MY2011000128W WO2012074362A1 WO 2012074362 A1 WO2012074362 A1 WO 2012074362A1 MY 2011000128 W MY2011000128 W MY 2011000128W WO 2012074362 A1 WO2012074362 A1 WO 2012074362A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- target object
- objects
- properties
- predicted
- regions
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/20—Analysis of motion
- G06T7/246—Analysis of motion using feature-based methods, e.g. the tracking of corners or segments
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/90—Determination of colour characteristics
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/20—Image preprocessing
- G06V10/255—Detecting or recognising potential candidate objects based on visual cues, e.g. shapes
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/50—Context or environment of the image
- G06V20/52—Surveillance or monitoring of activities, e.g. for recognising suspicious objects
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2200/00—Indexing scheme for image data processing or generation, in general
- G06T2200/24—Indexing scheme for image data processing or generation, in general involving graphical user interfaces [GUIs]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/10—Image acquisition modality
- G06T2207/10016—Video; Image sequence
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/10—Image acquisition modality
- G06T2207/10024—Color image
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20092—Interactive image processing based on input by user
- G06T2207/20104—Interactive definition of region of interest [ROI]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/30—Subject of image; Context of image processing
- G06T2207/30196—Human being; Person
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/30—Subject of image; Context of image processing
- G06T2207/30232—Surveillance
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/30—Subject of image; Context of image processing
- G06T2207/30241—Trajectory
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
- G06V10/62—Extraction of image or video features relating to a temporal dimension, e.g. time-based feature extraction; Pattern tracking
Definitions
- the present invention generally relates to automatic object recognition and tracking technologies, and more particularly to a system and method for automatically tracking a target object based on adaptive attention regions of the target object Background of the Invention
- Object tracking is an important part of video surveillance and video analysis systems, and is best described as an automatic process to assign to a target object appearing in a scene the same label from the beginning when the target object enters the scene until it leaves the scene, where the target object refers to any object that is to be tracked in the scene.
- Patent No 7,684,592 discloses a real-time computer vision system tracks one or more objects moving in a scene using a target location technique which does not involve searching.
- the imaging hardware includes a color camera, frame grabber and processor.
- the software consists of the low-level image grabbing software and a tracking algorithm.
- the system tracks objects based on the color, motion and/or shape of the object in the image.
- a color matching function is used to compute three measures of the target's probable location based on the target color, shape and motion.
- the method then computes the most probable location of the target using a weighting technique.
- a graphical user interface displays the live image from the color camera on the computer screen. The operator can then use the mouse to select a target for tracking, fhe system will then keep track of the moving target in the scene in real-time.
- US patent application No 2009/0175500 ⁇ 1 discloses an object tracking apparatus that tracks an object on image data captured continuously.
- the object tracking apparatus includes an object color adjusting unit and a particle filter processing unit.
- the object color adjusting unit calculates tendency of color change in regions on image data and adjusts a color of the object set as an object color based on the tendency of color change to obtain a reference color.
- the particle filter processing unit estimates a region corresponding to the object on image data based on likelihood of each particle calculated by comparing a color around each particle with the reference color, using particles which move on image data according to a predefined rule.
- One aspect of the present invention provides a method of tracking a target object in a scene.
- the method comprises selecting a target object that is to be tracked in a scene, predicting possible locations of the target object on next frame: calculating the properties of the background and other objects present at the predicted locations; determining the attention regions of the target object: and determining the tracked location of the target object on the next frame; whereby the method allows to track the target object even when the larget object has high similarity with the scene background and other objects in the scene.
- the step of selecting a target object comprises identifying new motion blobs that are calculated by image differencing technique, where the target object is selected automatically.
- the step of selecting a target object comprises manual selection via a graphic user interface (GUT).
- GUT graphic user interface
- the step of predicting the possible locations of the target object on next frame comprises using a prediction algorithm based on the history locations of the target object at the previous frames.
- the step of calculating the properties of the background and other objects present at the predicted locations comprises predicting other objects in the predicted location where the target object is predicted on the next frame; determining whether other objects are found in the predicted location; calculating the properties of the other objects at the predicted location, and storing the information of the properties of the other objects into the storage if the other objects arc found (Yes) at the predicted location; and calculating the properties of the background at the predicted location regardless of whether other objects arc found in the predicted location, and stored into the storage if no other object is found (No) at the predicted location.
- the step of calculating the properties of the other objects at the predicted locations further comprises determining the regions of the other objects that do not overlap with each other at the predicted locations; deciding if non-overlap regions are found: wherein if non-overlap regions are found (Yes), the properties of the non-overlap regions of the other objects are calculated as stored information; and wherein if non- overlap regions are not found (No), the size and bottom position of the overlapped other objects are determined; and identifying the regions that belong to the other objects that arc bigger in size and lower in terms of bottom position.
- the step of determining the attention regions of the target object comprises calculating the color shade properties of the target object; grouping the areas having almost similar color or with the difference of the median color below a predefined threshold together as a similar shade region; calculating the color shades of the overlap other objects and background at the predicted location; and calculating the matching score between each color shade properties of the target object and the color shade properties of the overlap other objects and background; thereby, if the calculated matching score is be-low the predefined threshold value, the respective color shade properties are extracted as attention regions.
- the color shade properties are calculated based on clustering technique.
- the tracked location is calculated using appearance modeling, motion modeling or searching methods.
- the system comprises a visual information module for acquiring and presenting visual images frame by frame; a microprocessor being electronically coupled with the visual information module; and a graphic user interface (GUI) being electronically coupled with the microprocessor.
- GUI graphic user interface
- FIG ⁇ is a functional block flowchart that illustrates the method of tracking a target object, in a scene in accordance with one embodiment of the present invention.
- FIG 2 is a functional block flowchart that illustrates the calculation of the ptx>perties of the background and other objects within the predicted locations 30 in accordance with one embodiment of the present in vention.
- FIG 3 is a functional block flowchart that illustrates the operation of the calculation of the propcilics of the other objects at the predicted location 33 in accordance with one embodiment of the present invention.
- FIG 4 shows the illustration of calculating the properties of the other objects at the predicted locations.
- FIG 5 is a functional block flowchart thai illustrates the operation of determining the attention regions of the target object 40 in accordance with one embodiment of the present invention.
- FIG 6 shows a graph illustrating the output of the clustering technique to obtain color shade in accordance with one embodiment of the present invention.
- FIG 7 is an exemplary functional block diagram o f the system in accordance with one embodiment of the present invention.
- One aspect of the present invention provides a ttiethod of tracking a target object in a scene that have high similarity with the scene background and other objects in the scene.
- the target object is the one to be tracked in the scene; the other objects refer to the objects that move within the scene, likely interfering with the tracking of the target object.
- the method and system of the present invention are not limited to tracking one object at one time; instead, they are suitable for simultaneously tracking more than one object within the scene.
- the description of the present invention uses one target object ⁇ illustrate the principles of the present invention.
- the method is performed by an algorithm that is stored in a computer executable medium, and the algorithm can be implemented in any computer system for surveillance and visual analysis.
- the method of the present invention for tracking a target object is based on the use of the adaptive attention regions of the target object. Briefly, the target object is divided into two more regions based on their color shade properties; then one or more of the regions are adaptively selected in light of the background information and other objects within each frame of the scene; then the adaptively selected regions are used to track the target object within each frame.
- the selected regions for tracking are designated as attention regions; since the attention regions for each frame arc adaptively selected, they arc designated as adaptive attention regions throughout this application.
- the method of the present invention does not use the complete profile of a target object to perform the tracking of the target object; it is advantageous in consuming less computing power and more critically reducing or eliminating the tracking errors when the target object has high similarity with the background of or other objects in the scene.
- FIG. 1 there is provided a functional block flowchart that illustrates the method of tracking a target object in a scene in accordance with one embodiment of the present invention.
- the method of tracking a target object 1 first selects a target object that is to be tracked in a scene (target object) 10; then predicts the possible locations of the target object on next frame (predicted locations) 20, each location within the next frame is referred to an area in which the target object might be present; then calculates the properties of the background and other objects at the predicted locations 30; then determines the attention regions of the target object 40; and finally determines the location of the target object on the next frame (tracked location) 50.
- the step 10 of selecting a target object is done automatically by for example identifying new motion blobs that are calculated by image differencing technique. In another embodiment, it is done by manual selection via a graphic user interface (GUI).
- GUI graphic user interface
- the step 20 of predicting the possible locations of the target object on next frame is done using for example a prediction algorithm based on the history locations of the target object at the previous frames.
- FIG 2 there is provided a functional block flowchart that illustrates the calculation of the properties of the background and other objects within the predicted locations 30 in accordance with one embodiment of the present invention.
- the calculation of the properties of the background and other objects at the predicted locations 30 first predicts other objects that likely move into the predicted location where the target object is predicted on the next frame 31 ; then determines whether other objects are found in the predicted location 32; if the other objects are found (Yes) at the predicted location, then calculates the properties of the other objects at the predicted location 33, and stores the information of the properties of the other objects into the storage 34; if no other object is found (No) at the predicted location, the properties of the background at the predicted location are calculated regardless of whether other objects are found in the predicted location, and stored into the storage 35.
- FIG 3 there is provided a functional block flowchart that illustrates the operation of the calculation of the properties of the other objects at the predicted location 33 in accordance with one embodiment of the present invention.
- the regions of the other objects that do not overlap with each other at the predicted location are first determined 321.
- the properties of the non-overlap regions of the other objects are calculated as stored information 323; if non-overlap regions arc not found (No), the size and bottom position of the overlapped other objects are determined 324.
- the regions thai belong to the other objects that are bigger in size and lower in terms of bottom position are identi fied as stored information 325.
- FIG 4 shows the illustration of calculating the properties of the other objects at the predicted locations.
- FIG 5 there is provided a functional block flowchart that illustrates the operation of determining the attention regions of the target object 40 in accordance with one embodiment of the present invention.
- the color shade properties of the target object are first calculated 41.
- the color shade properties are calculated based on clustering technique.
- the output of the clustering technique to obtain color shade is illustrated in FIG 6.
- the areas having almost similar color or with the difference of the median color below a predefined threshold are grouped together as a similar shade region.
- the color shades of the overlap other objects and background at the predicted location are calculated.
- Next 43 is calculating the matching score between each color shade properties of the target object and the color shade properties of the overlap other objects and background. If the calculated matching score is below the predefined threshold value 44, the respective color shade properties arc extracted as attention regions.
- the tracked location of the target object on the next frame 50 is determined based on the extracted attention regions.
- the tracked location is calculated using appearance modeling, motion modeling and searching methods.
- the system 100 comprises a visual information module 110 for acquiring and presenting visual images frame by frame, a microprocessor 120 being electronically coupled with the visual information module 110, and a graphic user interface (GUI) 130 being electronically coupled with the microprocessor.
- the visual information module 110 may comprise a video camera for recording the images of the scene.
- the microprocessor 120 comprises a computer executable medium for embedding the programs of automatic tracking and performing the automatic tracking as described above.
- the GUI can be any screen for displaying the images and results and receiving inputs from a user.
- the system 100 can be any device or apparatus for surveillance and visual analysis.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Multimedia (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Image Analysis (AREA)
- Radar Systems Or Details Thereof (AREA)
Abstract
The present invention provides a method of tracking a target object in a scene, where the method is based on the use of the adaptive attention regions of the target object. The method does not use complete profile of the target object, saving computer power. More importantly, the method allows track the target object even when the target object has high similarity with the scene background and other objects in the scene. The present invention also provides a system of automatic tracking a target object in a scene.
Description
METHOD AND SYSTEM FOR TRACKING OBJECT USING ADAPTIVE
ATTENTION REGIONS
Field of the Invention
[0001] The present invention generally relates to automatic object recognition and tracking technologies, and more particularly to a system and method for automatically tracking a target object based on adaptive attention regions of the target object Background of the Invention
[0002] Object tracking is an important part of video surveillance and video analysis systems, and is best described as an automatic process to assign to a target object appearing in a scene the same label from the beginning when the target object enters the scene until it leaves the scene, where the target object refers to any object that is to be tracked in the scene.
[0003] Current object tracking systems and methods are diverse. For example, US
Patent No 7,684,592 discloses a real-time computer vision system tracks one or more objects moving in a scene using a target location technique which does not involve searching. The imaging hardware includes a color camera, frame grabber and processor. The software consists of the low-level image grabbing software and a tracking algorithm. The system tracks objects based on the color, motion and/or shape of the object in the image. A color matching function is used to compute three measures of the target's probable location based on the target color, shape and motion. The method then computes the most probable location of the target using a weighting technique. Once the system is running, a graphical user interface displays the live image from the color camera on the computer screen. The operator can then use the mouse to select a target for tracking, fhe system will then keep track of the moving target in the scene in real-time.
[0004] US patent application No 2009/0175500 Λ1 discloses an object tracking apparatus that tracks an object on image data captured continuously. The object tracking apparatus includes an object color adjusting unit and a particle filter processing unit. The object color adjusting unit calculates tendency of color change in regions on image data
and adjusts a color of the object set as an object color based on the tendency of color change to obtain a reference color. The particle filter processing unit estimates a region corresponding to the object on image data based on likelihood of each particle calculated by comparing a color around each particle with the reference color, using particles which move on image data according to a predefined rule.
[0005] It is a still unsolved issue in object tracking where the properties of a target object in a scene have high similarity with the scene background or other objects in the scene. In this case, the known tracking algorithm that is mainly based on the complete profile of the target object to perform tracking will likely predict the wrong location for the target object.
Summary of the Invention
[0006] One aspect of the present invention provides a method of tracking a target object in a scene. In one embodiment, the method comprises selecting a target object that is to be tracked in a scene, predicting possible locations of the target object on next frame: calculating the properties of the background and other objects present at the predicted locations; determining the attention regions of the target object: and determining the tracked location of the target object on the next frame; whereby the method allows to track the target object even when the larget object has high similarity with the scene background and other objects in the scene.
[0007] In one embodiment of the method, the step of selecting a target object comprises identifying new motion blobs that are calculated by image differencing technique, where the target object is selected automatically.
[0008] In another embodiment of the method, the step of selecting a target object comprises manual selection via a graphic user interface (GUT).
[0009] In another embodiment of the method, the step of predicting the possible locations of the target object on next frame comprises using a prediction algorithm based on the history locations of the target object at the previous frames.
[0010] In another embodiment of the method, the step of calculating the properties of the background and other objects present at the predicted locations comprises predicting other objects in the predicted location where the target object is predicted on the next
frame; determining whether other objects are found in the predicted location; calculating the properties of the other objects at the predicted location, and storing the information of the properties of the other objects into the storage if the other objects arc found (Yes) at the predicted location; and calculating the properties of the background at the predicted location regardless of whether other objects arc found in the predicted location, and stored into the storage if no other object is found (No) at the predicted location. In a further embodiment of the method, the step of calculating the properties of the other objects at the predicted locations further comprises determining the regions of the other objects that do not overlap with each other at the predicted locations; deciding if non-overlap regions are found: wherein if non-overlap regions are found (Yes), the properties of the non-overlap regions of the other objects are calculated as stored information; and wherein if non- overlap regions are not found (No), the size and bottom position of the overlapped other objects are determined; and identifying the regions that belong to the other objects that arc bigger in size and lower in terms of bottom position.
[0011] In another embodiment of the method, the step of determining the attention regions of the target object comprises calculating the color shade properties of the target object; grouping the areas having almost similar color or with the difference of the median color below a predefined threshold together as a similar shade region; calculating the color shades of the overlap other objects and background at the predicted location; and calculating the matching score between each color shade properties of the target object and the color shade properties of the overlap other objects and background; thereby, if the calculated matching score is be-low the predefined threshold value, the respective color shade properties are extracted as attention regions. In a further embodiment of the method, the color shade properties are calculated based on clustering technique.
[0012] In another embodiment of the method, the tracked location is calculated using appearance modeling, motion modeling or searching methods.
Ϊ0013] Another aspect of the present invention provides a system for automatically tracking an object in one scene. In one embodiment, the system comprises a visual information module for acquiring and presenting visual images frame by frame; a microprocessor being electronically coupled with the visual information module; and a graphic user interface (GUI) being electronically coupled with the microprocessor.
100141 The objectives and advantages of the invention will become apparent from the following detailed description of preferred embodiments thereof in connection with the accompanying drawings. Brief Description of the Drawings
[0015] Preferred embodiments according to the present invention will now be described with reference to the Figures, in which like reference numerals denote like elements.
[0016] FIG { is a functional block flowchart that illustrates the method of tracking a target object, in a scene in accordance with one embodiment of the present invention.
[0017] FIG 2 is a functional block flowchart that illustrates the calculation of the ptx>perties of the background and other objects within the predicted locations 30 in accordance with one embodiment of the present in vention.
[0018] FIG 3 is a functional block flowchart that illustrates the operation of the calculation of the propcilics of the other objects at the predicted location 33 in accordance with one embodiment of the present invention.
[0019] FIG 4 shows the illustration of calculating the properties of the other objects at the predicted locations.
[0020] FIG 5 is a functional block flowchart thai illustrates the operation of determining the attention regions of the target object 40 in accordance with one embodiment of the present invention.
[0021] FIG 6 shows a graph illustrating the output of the clustering technique to obtain color shade in accordance with one embodiment of the present invention.
[0022] FIG 7 is an exemplary functional block diagram o f the system in accordance with one embodiment of the present invention.
Detailed Description of the Invention [0023] The present invention may be understood more readily by reference to the following detailed description of certain embodiments of the invention.
[0024] Throughout this application, where publications are referenced, the disclosures of these publications arc hereby incorporated by reference, in their entireties, into this application in order to more fully describe the state of art to which this invention pertains.
[0025] One aspect of the present invention provides a ttiethod of tracking a target object in a scene that have high similarity with the scene background and other objects in the scene. Here, the target object is the one to be tracked in the scene; the other objects refer to the objects that move within the scene, likely interfering with the tracking of the target object. It is to be noted that the method and system of the present invention are not limited to tracking one object at one time; instead, they are suitable for simultaneously tracking more than one object within the scene. For the sake of brevity, the description of the present invention uses one target object ιο illustrate the principles of the present invention.
[0026] The method is performed by an algorithm that is stored in a computer executable medium, and the algorithm can be implemented in any computer system for surveillance and visual analysis. In principle, the method of the present invention for tracking a target object is based on the use of the adaptive attention regions of the target object. Briefly, the target object is divided into two more regions based on their color shade properties; then one or more of the regions are adaptively selected in light of the background information and other objects within each frame of the scene; then the adaptively selected regions are used to track the target object within each frame. The selected regions for tracking are designated as attention regions; since the attention regions for each frame arc adaptively selected, they arc designated as adaptive attention regions throughout this application. Evidently, the method of the present invention does not use the complete profile of a target object to perform the tracking of the target object; it is advantageous in consuming less computing power and more critically reducing or eliminating the tracking errors when the target object has high similarity with the background of or other objects in the scene.
[0027] Now referring to FIG 1. there is provided a functional block flowchart that illustrates the method of tracking a target object in a scene in accordance with one embodiment of the present invention. As shown in FIO I. after Start, the method of tracking a target object 1 first selects a target object that is to be tracked in a scene (target
object) 10; then predicts the possible locations of the target object on next frame (predicted locations) 20, each location within the next frame is referred to an area in which the target object might be present; then calculates the properties of the background and other objects at the predicted locations 30; then determines the attention regions of the target object 40; and finally determines the location of the target object on the next frame (tracked location) 50.
[0028] In one embodiment, the step 10 of selecting a target object is done automatically by for example identifying new motion blobs that are calculated by image differencing technique. In another embodiment, it is done by manual selection via a graphic user interface (GUI). After the target object is selected, its basic properties are calculated and stored, where the basic properties include color shade, texture, edge information and shape.
[0029] In one embodiment, the step 20 of predicting the possible locations of the target object on next frame is done using for example a prediction algorithm based on the history locations of the target object at the previous frames.
[0030] Now referring to FIG 2, there is provided a functional block flowchart that illustrates the calculation of the properties of the background and other objects within the predicted locations 30 in accordance with one embodiment of the present invention. As shown in FIG 2, the calculation of the properties of the background and other objects at the predicted locations 30 first predicts other objects that likely move into the predicted location where the target object is predicted on the next frame 31 ; then determines whether other objects are found in the predicted location 32; if the other objects are found (Yes) at the predicted location, then calculates the properties of the other objects at the predicted location 33, and stores the information of the properties of the other objects into the storage 34; if no other object is found (No) at the predicted location, the properties of the background at the predicted location are calculated regardless of whether other objects are found in the predicted location, and stored into the storage 35.
[0031] Now referring to FIG 3, there is provided a functional block flowchart that illustrates the operation of the calculation of the properties of the other objects at the predicted location 33 in accordance with one embodiment of the present invention. As shown in FIG 3, the regions of the other objects that do not overlap with each other at the predicted location are first determined 321. At the decision step 322, if non-overlap
regions are found (Yes), the properties of the non-overlap regions of the other objects are calculated as stored information 323; if non-overlap regions arc not found (No), the size and bottom position of the overlapped other objects are determined 324. The regions thai belong to the other objects that are bigger in size and lower in terms of bottom position are identi fied as stored information 325. FIG 4 shows the illustration of calculating the properties of the other objects at the predicted locations.
{0032] Now referring to FIG 5, there is provided a functional block flowchart that illustrates the operation of determining the attention regions of the target object 40 in accordance with one embodiment of the present invention. As shown in FIG 5, the color shade properties of the target object are first calculated 41. In one embodiment, the color shade properties are calculated based on clustering technique. The output of the clustering technique to obtain color shade is illustrated in FIG 6. The areas having almost similar color or with the difference of the median color below a predefined threshold are grouped together as a similar shade region. In the following step 42, the color shades of the overlap other objects and background at the predicted location are calculated. Next 43 is calculating the matching score between each color shade properties of the target object and the color shade properties of the overlap other objects and background. If the calculated matching score is below the predefined threshold value 44, the respective color shade properties arc extracted as attention regions.
[0033] The tracked location of the target object on the next frame 50 is determined based on the extracted attention regions. In one embodiment, the tracked location is calculated using appearance modeling, motion modeling and searching methods.
[0034] Another aspect of the present invention provides a system for automatically tracking an object in one scene. As shown in FIG 7, the system 100 comprises a visual information module 110 for acquiring and presenting visual images frame by frame, a microprocessor 120 being electronically coupled with the visual information module 110, and a graphic user interface (GUI) 130 being electronically coupled with the microprocessor. The visual information module 110 may comprise a video camera for recording the images of the scene. The microprocessor 120 comprises a computer executable medium for embedding the programs of automatic tracking and performing the automatic tracking as described above. The GUI can be any screen for displaying the
images and results and receiving inputs from a user. The system 100 can be any device or apparatus for surveillance and visual analysis.
[0035] While the present invention has been described with reference to particular embodiments, it will be understood that the embodiments are illustrative and thai the invention scope is not so limited. Alternative embodiments of the present invention will become apparent to those having ordinary skill in the art to which the present invention pertains. Such alternate embodiments arc considered to be encompassed within the scope of the present invention. Accordingly, the scope of the present invention is defined by the appended claims and is supported by the foregoing description.
Claims
What is claimed is: I . A method of tracking a target object in a scene, comprising:
selecting a target object that is to be tracked in a scene;
predicting possible locations of the target object on next frame;
calculating the properties of the background and other objects present at the predicted locations;
determining the attention regions of the target object; and
determining the tracked location of the target object on the next frame;
whereby the method allows to track the target object even when the target object has high similarity with the scene background and other objects in the scene.
2. The method of claim 1 , wherein the step of selecting a target object comprises identifying new motion blobs that are calculated by image differencing technique, where the target object is selected automatically.
3. The method of claim 1 , wherein the step of selecting a target object comprises manual selection via a graphic user interface (GUI).
4. The method of claim I , wherein the step of predicting the possible locations of the target object on next frame comprises using a prediction algorilhm based on the history locations of the target object at the previous frames.
5. The method of claim 1 , wherein the step of calculating the properties of the background and other objects present at the predicted locations comprises:
predicting other objects in the predicted location where the target object is predicted on the next frame;
determining whether other objects arc found in the predicted location; calculating the properties of the other objects at the predicted location, and storing the information of the properties of the other objects into the storage if the other objects are found (Yes) at the predicted location; and
calculating the properties of the background at the predicted location regardless of whether other objects arc found in the predicted location, and stored into the storage if no other object is found (No) at the predicted location.
6. Hie method of claim 5, wherein the step of calculating the properties of the other objects at the predicted locations further comprises:
determining the regions of the other objects that do not overlap with each other at the predicted locations;
deciding if non-overlap regions are found; wherein if non-overlap regions arc found (Yes), the properties of the non-overlap regions of the other objects arc calculated as stored information; and wherein if non-overlap regions are not found (No), the size and bottom position of the overlapped other objects are determined; and
identifying the regions that belong to the other objects that are bigger in size and lower in terms of bottom position.
7. The method of claim 1 , wherein the step of determining the attention regions of the target object comprises:
calculating the color shade properties of the target object;
grouping the areas having almost similar color or with the difference of the median color below a predefined threshold together as a similar shade region;
calculating the color shades of the overlap other objects and background at the predicted location: and
calculating the matching score between each color shade properties of the target object and the color shade properties of the overlap other objects and background;
thereby, if the calculated matching score is below the predefined threshold value, the respective color shade properties are extracted as attention regions.
8. The method of claim 7, wherein the color shade propenies are calculated based on clustering technique.
9. The method of claim I , wherein the tracked location is calculated using appearance modeling, motion modeling or searching methods.
10. A system for automatically tracking an object in one scene, said system comprising: a visual inforniaiion module for acquiring and presenting visual images frame by frame;
a microprocessor being electronically coupled with the visual inibmiation module; and
a graphic user interlace (GUI) being electronically coupled with the microprocessor;
wherein the microprocessor comprises a computer executable medium for embedding the programs of automatic tracking and performing the method of the automatic tracking of claim 1.
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| MYPI2010005729A MY162243A (en) | 2010-12-02 | 2010-12-02 | Method and system for tracking object using adaptive attention regions |
| MYPI2010005729 | 2010-12-02 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2012074362A1 true WO2012074362A1 (en) | 2012-06-07 |
Family
ID=46172123
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/MY2011/000128 Ceased WO2012074362A1 (en) | 2010-12-02 | 2011-06-22 | Method and system for tracking object using adaptive attention regions |
Country Status (2)
| Country | Link |
|---|---|
| MY (1) | MY162243A (en) |
| WO (1) | WO2012074362A1 (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN115048008A (en) * | 2022-06-17 | 2022-09-13 | 浙江中控技术股份有限公司 | Visualization method and device for objects in HMI (human machine interface) picture |
| US12118062B2 (en) | 2020-11-02 | 2024-10-15 | Samsung Electronics Co., Ltd. | Method and apparatus with adaptive object tracking |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20060222205A1 (en) * | 2005-04-01 | 2006-10-05 | Porikli Fatih M | Tracking objects in low frame rate videos |
| US7684592B2 (en) * | 1998-08-10 | 2010-03-23 | Cybernet Systems Corporation | Realtime object tracking system |
-
2010
- 2010-12-02 MY MYPI2010005729A patent/MY162243A/en unknown
-
2011
- 2011-06-22 WO PCT/MY2011/000128 patent/WO2012074362A1/en not_active Ceased
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7684592B2 (en) * | 1998-08-10 | 2010-03-23 | Cybernet Systems Corporation | Realtime object tracking system |
| US20060222205A1 (en) * | 2005-04-01 | 2006-10-05 | Porikli Fatih M | Tracking objects in low frame rate videos |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US12118062B2 (en) | 2020-11-02 | 2024-10-15 | Samsung Electronics Co., Ltd. | Method and apparatus with adaptive object tracking |
| CN115048008A (en) * | 2022-06-17 | 2022-09-13 | 浙江中控技术股份有限公司 | Visualization method and device for objects in HMI (human machine interface) picture |
| CN115048008B (en) * | 2022-06-17 | 2023-08-15 | 浙江中控技术股份有限公司 | Method and equipment for visualizing objects in HMI (human machine interface) picture |
Also Published As
| Publication number | Publication date |
|---|---|
| MY162243A (en) | 2017-05-31 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| Zhang et al. | Online multi-person tracking by tracker hierarchy | |
| EP3008696B1 (en) | Tracker assisted image capture | |
| KR101764845B1 (en) | A video surveillance apparatus for removing overlap and tracking multiple moving objects and method thereof | |
| US9390328B2 (en) | Static occlusion handling using directional pixel replication in regularized motion environments | |
| EP2372654B1 (en) | Object tracking apparatus, object tracking method, and control program | |
| US6493042B1 (en) | Feature based hierarchical video segmentation | |
| JP7125843B2 (en) | Fault detection system | |
| US20160171311A1 (en) | Computer Vision Pipeline and Methods for Detection of Specified Moving Objects | |
| WO2019031083A1 (en) | Method and system for detecting action | |
| US12087040B2 (en) | Information processing device, information processing method, and program recording medium | |
| CN112703533A (en) | Object tracking | |
| US20230007167A1 (en) | Image processing device and image processing system, and image processing method | |
| US8588583B2 (en) | Systems and methods for interactive video frame selection | |
| WO2010019024A2 (en) | Method and system for tracking and tagging objects | |
| Daniyal et al. | Multi-camera scheduling for video production | |
| WO2012074362A1 (en) | Method and system for tracking object using adaptive attention regions | |
| KR101690050B1 (en) | Intelligent video security system | |
| CN106446820A (en) | Background feature point identification method and device in dynamic video editing | |
| US20180018525A1 (en) | System and method for auto-commissioning an intelligent video system with feedback | |
| Argyros et al. | Tracking skin-colored objects in real-time | |
| Weng et al. | Weather-adaptive flying target detection and tracking from infrared video sequences | |
| CN102203828A (en) | Method and device for analyzing video signals generated by a moving camera | |
| KR102878307B1 (en) | Apparatus and method for image integration and object recognition | |
| Sridhar | Computer Vision for Driver Assistance Systems | |
| Bruni et al. | Perceptual object tracking |
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: 11845795 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 11845795 Country of ref document: EP Kind code of ref document: A1 |