WO2006097680A1 - Method of tracking objects in a video sequence - Google Patents

Method of tracking objects in a video sequence Download PDF

Info

Publication number
WO2006097680A1
WO2006097680A1 PCT/GB2006/000731 GB2006000731W WO2006097680A1 WO 2006097680 A1 WO2006097680 A1 WO 2006097680A1 GB 2006000731 W GB2006000731 W GB 2006000731W WO 2006097680 A1 WO2006097680 A1 WO 2006097680A1
Authority
WO
WIPO (PCT)
Prior art keywords
objects
frame
foreground
pixel
video
Prior art date
Application number
PCT/GB2006/000731
Other languages
French (fr)
Inventor
Li-Qun Xu
Pere Puig Folch
Original Assignee
British Telecommunications Public Limited Company
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 British Telecommunications Public Limited Company filed Critical British Telecommunications Public Limited Company
Priority to CN2006800083900A priority Critical patent/CN101142593B/en
Priority to JP2008501391A priority patent/JP4741650B2/en
Priority to DE602006017812T priority patent/DE602006017812D1/en
Priority to EP06709955A priority patent/EP1859410B1/en
Priority to AT06709955T priority patent/ATE486332T1/en
Priority to US11/885,751 priority patent/US8073197B2/en
Publication of WO2006097680A1 publication Critical patent/WO2006097680A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/20Analysis of motion
    • G06T7/215Motion-based segmentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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; CALCULATING OR 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
    • G06T7/251Analysis of motion using feature-based methods, e.g. the tracking of corners or segments involving models
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/20Analysis of motion
    • G06T7/277Analysis of motion involving stochastic approaches, e.g. using Kalman filters
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/24Aligning, centring, orientation detection or correction of the image
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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; CALCULATING OR 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

Definitions

  • This invention relates to a method of tracking objects in a video sequence, and particularly, though not exclusively, to a method performed by digital video processing means which receives video frames from a camera, or other video source.
  • Digital video processing is used in a wide range of applications.
  • modern video surveillance systems commonly employ digital processing techniques to provide information concerning moving objects in the video.
  • Such a system will typically comprise a video camera connected to a computer system via a direct or network link.
  • the computer system runs software arranged to process and analyse video data supplied from the camera.
  • FIG. 1 is a block diagram showing the software-level stages of a known surveillance system.
  • the surveillance system comprises three main blocks, namely an object segmentation block 1 , a robust tracking block 3 and an object classification block 5.
  • a background model is learned from an initial segment of video data.
  • the background model typically comprises statistical information representing the relatively static background content.
  • background subtraction is performed on each incoming video frame.
  • the current frame is compared with the background model to estimate which pixels of the current frame represent foreground regions and which represent background. Small changes in the background model are also updated. Since the foreground pixels thus obtained may suffer from false detection due to noise or camera jitter, in a third stage 11 , false foreground suppression is performed.
  • each of its 8-connected neighbouring pixels is examined to determine if the pixel should be reclassified as a background pixel.
  • further detection is applied to locate areas likely to be cast shadows or highlights. The presence of shadows and highlights can result in detected foreground regions having a distorted shape.
  • connected component analysis is performed to group all the pixels presumably belonging to individual objects into respective blobs. The blobs are transferred to the robust tracking block 3 in which a comparison is made with objects identified in previous frames to establish a correspondence therebetween.
  • a first stage 17 involves extracting a model for each received blob, the model usually comprising a temporal template of persistent characteristic features, such as the velocity, shape and colour of the blob.
  • a matching process is performed using the features from each received blob and the objects identified in previous frames. More specifically, a cost function is computed for each combination of blobs and objects in order to identify matches.
  • a trajectory database is updated indicating the movement of the object. If required, the information stored in the database can be used to display a trail line on a display screen showing the cumulative path taken by the object.
  • the result of the matching process is used to identify objects that have become occluded, have just entered or have disappeared from the scene.
  • objects are classified in terms of their resemblance with real-world objects, such as 'person' or 'vehicle'. Subsequent high-level applications can also be employed to perform intelligent analysis of objects based on their appearance and movement.
  • the simultaneous tracking of multiple moving objects can cause a variety of problems for the system.
  • the scene is often cluttered, the objects present are constantly moving, the lighting conditions may change, self-shadow regions may be present, and so on.
  • Occlusions can be caused by stationary background structures, such as buildings or trees, or by other moving objects that pass or interact with the object of interest. In many cases, an occlusion event will involve both static and dynamic occlusions.
  • the tracking block 3 may have difficulty matching the newly-merged blob with objects already being tracked and so the identity of previously-tracked objects will be lost. This is undesirable in any automatic video system in which the user may want to obtain information on the movement or behaviour of objects being observed.
  • the appearance models comprise a set of data representing the statistical properties of each blob's appearance.
  • the appearance model comprises a colour histogram and associated colour correlogram which together model the appearance of each blob.
  • the correlogram represents the local spatial correlation of colours.
  • a method of tracking objects in a video sequence comprising a plurality of frames, each object being defined by a plurality of pixels, the method comprising: (a) identifying, in a first frame, first and second objects; (b) providing first and second appearance models respectively representing the first and second objects; (c) identifying in a second, subsequent, frame, a group object resulting from the merging of the first and second objects; (d) classifying each pixel of the group object as representing either the first or second object, the classification comprising (i) calculating first and second likelihood parameters respectively indicating the correspondence between said pixel's appearance and the first and second appearance models, (ii) applying a first and second weighting factor to the respective likelihood parameters respectively indicative of the depth order of the first and second objects, and (iii) identifying which of the first and second objects said pixel represents on the basis of the weighted first and second likelihood parameters.
  • appearance model is intended to refer to a distribution of appearance features relating to a particular candidate object.
  • a normalised colour histogram is used to model the appearance of a candidate object. This type of appearance model is found to be both effective and simple compared with other types of appearance models which tend to introduce localised spatial correlation information through the use of a costly correlogram.
  • the identification of a group candidate object refers to the identification of a candidate object whose appearance results from the detected merging of real-life objects represented by the first and second candidate objects identified in step (a).
  • the first and second weighting factors may be selected from a plurality of predetermined values, the selection being dependent on which of the first and second objects occupies an upper layer and which occupies a lower level in the first frame.
  • the depth order may be determined according to which of the first and second objects is nearer to a reference position in the frame, the object nearest the reference position being assigned to the upper level and the other object being assigned to the lower level. For example, the depth order can be determined according to which of the first and second objects is nearer to a reference line extending across the frame, the object nearest the reference line being assigned to the upper level and the other object being assigned to the lower level.
  • the depth order is determined according to the change in number of pixels defining the respective first and second objects over a plurality of frames generated prior to the second frame, the object having the greatest change in number of pixels being assigned to the lower level and the other object being assigned to the upper level.
  • the depth order can be verified by analysing the change in the number of pixels defining the respective first and second objects over a plurality of frames generated prior to the second frame, the object assigned to the upper level being reassigned to the lower level if the number of pixels defining said object has the greatest change in number of pixels.
  • the first and second appearance models can represent the respective colour distribution of the first and second candidate objects.
  • the first and second appearance models can represent a combination of the respective (a) colour distribution of, and (b) edge density information for, the first and second candidate objects.
  • Edge density information can be derived from a Sobel edge detection operation performed on the candidate object.
  • Step (c) can comprise identifying a new candidate object whose frame position partially overlaps the respective frame positions of the first and second candidate objects identified in (a). Further step (c) can comprise identifying that the number of candidate objects in the second frame is less than the number of candidate objects identified in the first frame, and identifying a new candidate object whose frame position partially overlaps the respective frame positions of the first and second candidate objects identified in (a).
  • a method of segmenting a foreground object in a frame of a video sequence comprising: (a) identifying, in a first frame, first and second foreground objects; (b) identifying, in a subsequent frame, a third foreground object resulting from the merging of the first and second objects; (c) classifying each pixel of the third object as representing either the first or second foreground object on the basis of a correspondence metric indicating to which of the first or second foreground objects said pixel most likely corresponds, said correspondence metric being dependent on appearance features of the first and second foreground objects and a respective weighting factor associated with the first and second foreground objects, said weighting factor being indicative of at least the depth order of the foreground object with which it is associated.
  • a computer program stored on a computer readable medium, the computer program comprising instructions arranged, when executed on a processor, to perform the steps of (a) identifying, in a first frame, first and second foreground objects; (b) identifying, in a subsequent frame, a third foreground object resulting from the merging of the first and second objects; (c) classifying each pixel of the third object as representing either the first or second foreground object on the basis of a correspondence metric indicating to which of the first or second foreground objects said pixel most likely corresponds, said correspondence metric being dependent on appearance features of the first and second foreground objects and a respective weighting factor associated with the first and second foreground objects, said weighting factor being indicative of at least the depth order of the foreground object with which it is associated.
  • an image processing system comprising: means arranged to receive a sequence of frames from a video source; and processing means arranged to (i) identify, in a first frame, first and second foreground objects, (ii) identify, in a subsequent frame, a third foreground object resulting from the merging of the first and second objects, and (iii) classify each pixel of the third object as representing either the first or second foreground object on the basis of a correspondence metric indicating to which of the first or second foreground objects said pixel most likely corresponds, said correspondence metric being dependent on appearance features of the first and second foreground objects and a respective weighting factor associated with the first and second foreground objects, said weighting factor being indicative of at least the depth order of the foreground object with which it is associated.
  • Figure 1 is a block diagram showing functional elements of a known intelligent video system
  • Figure 2 is a block diagram showing, schematically, hardware elements forming part of an intelligent video surveillance system
  • Figure 3 is a block diagram showing functional elements of a robust tracking block according to an embodiment of the invention.
  • Figures 4a-4d show four sequential video frames indicating the relative positions of first and second objects at different time slots;
  • Figures 5a and 5b show, respectively, a first video frame showing a plurality of objects prior to an occlusion event, and a second video frame showing said objects during an occlusion event;
  • Figures 6a and 6b show first and second sequential video frames which are useful for understanding a blob tracking stage used in the embodiment of the invention
  • Figures 7, 8 and 9 show video frames the appearance of which are useful for understanding a group object segmentation stage used in the embodiment of the invention
  • Figures 10a-10d show curves representing the respective likelihood function associated with first and second objects before, during, and after an occlusion event
  • Figure 11 is a schematic diagram which is useful for understanding a first method of estimating the depth order of a plurality of objects during an occlusion event
  • Figures 12(a) and 12(b) respectively represent a captured video frame comprising a number of foreground objects, and a horizon line indicating the view field of the video frame;
  • Figures 13(a)-13(d) represent different horizon line orientations indicative of the view field of respective video frames.
  • an intelligent video surveillance system 10 comprises a camera 25, a personal computer (PC) 27 and a video monitor 29.
  • Conventional data input devices are connected to the PC 27, including a keyboard 31 and mouse 33.
  • the camera 25 is a digital camera and can be, for example, a webcam such as the LogitecTM Pro 4000 colour webcam. Any type of camera capable of outputting digital image data can be used, for example a digital camcorder or an analogue camera with analogue-to-digital conversion means such as a frame grabber.
  • the captured video is then encoded using a standard video encoder such as motion JPEG, H.264 etc.
  • the camera 25 communicates with the PC 27 over a network 35, which can be any network such as a Local Area Network (LAN), a Wide Area Network (WAN) or the Internet.
  • the camera 25 and PC 27 are connected to the network 35 via respective network connections 37, 39, for example Digital Subscriber Line (DSL) modems.
  • the web camera 11 can be connected directly to the PC 27 by means of the PC's universal serial bus (USB) port.
  • the PC 27 may comprise any standard computer e.g. a desktop computer having a 2.6 GHz processor, 512 Megabytes random access memory (RAM), and a 40 Gigabyte hard disk drive.
  • the video monitor 29 is a 17" thin film transistor (TFT) monitor connected to the PC 27 by a standard video connector.
  • TFT thin film transistor
  • Video processing software is provided on the hard disk drive of the PC 27.
  • the software is arranged to perform a number of processing operations on video data received from the camera 25.
  • the video data represents individual frames of captured video, each frame being made up of a plurality of picture elements, or pixels.
  • the camera 25 outputs video frames having a display format of 640 pixels (width) by 480 pixels (height) at a rate of 25 frames per second. For running efficiency, subsampling of the video sequence in both space and time may be necessary e.g. 320 by 240 pixels at 10 frames per second.
  • each pixel is represented by data indicating the pixel's position in the frame, as well as the three colour components, namely red, green and blue components, which determine the displayed colour.
  • the above-mentioned video processing software can be initially provided on a portable storage medium such as a floppy or compact disk.
  • the video processing software is thereafter setup on the PC 27 during which operating files and data are transferred to the PC's hard disk drive.
  • the video processing software can be transferred to the PC 27 from a software vendor's computer (not shown) via the network link 35.
  • the video processing software is arranged to perform the processing stages indicated in Figure 1 , although, as will be described later on, the robust tracking block 3 operates in a different way. Accordingly, this detailed description concentrates on the robust tracking block 3, although an overview of the object segmentation block 1 will first be described.
  • the video processing software initially runs a background learning stage 7.
  • the purpose of this stage 7 is to establish a background model from an initial segment of video data.
  • This video segment will typically comprise one hundred frames, although this is variable depending on the surveillance scene concerned and the video sampling rate. Since the background scene of any image is likely to remain relatively stationary, compared with foreground objects, this stage establishes a background model in which ideally no foreground objects should be visible.
  • the background subtraction stage 9 analyses each pixel of the current frame. Each pixel is compared with the pixel occupying the corresponding position in the background model to estimate whether the pixel of the current frame represents part of a foreground region or background. Additionally, slow changes in the background model are updated dynamically whilst more severe or sudden changes may require a relearning operation.
  • a Gaussian mixture model (GMM) is used to model the temporal colour variations in the imaging scene.
  • the Gaussian distributions are updated with each incoming frame.
  • the models are then used to determine if an incoming pixel is generated by the background process or a foreground moving object.
  • the model allows a proper representation of the background scene undergoing slow and smooth lighting changes.
  • a false-foreground suppression stage 11 attempts to alleviate false detection problems caused by noise and camera jitter. For each pixel classified as a foreground pixel, the GMMs of its eight connected neighbouring pixels are examined. If the majority of them (more than five) agree that the pixel is a background pixel, the pixel is considered a false detection and removed from foreground.
  • a shadow/highlight removal operation is applied to foreground regions.
  • the presence of shadows and/or highlights in a video frame can cause errors in the background subtraction stage 9. This is because pixels representing shadows are likely to have darker intensity than pixels occupying the corresponding position in the background model 19. Accordingly, these pixels may be wrongly classified as foreground pixels when, in fact, they represent part of the background. The presence of highlights can cause a similar problem.
  • a number of shadow/highlight removal methods are known. For example, in Xu, Landabaso and Lei (referred to in the introduction) a technique is used based on greedy thresholding followed by a conditional morphological dilation.
  • the greedy thresholding removes all shadows, inevitably resulting in true foreground pixels being removed.
  • the conditional morphological dilation aims to recover only those deleted true foreground pixels constrained within the original foreground mask.
  • the final stage of the object segmentation block 1 involves the constrained component analysis stage (CCA) 15.
  • CCA constrained component analysis stage
  • the CCA stage 15 groups all pixels presumably belonging to individual objects into respective blobs.
  • the blobs are temporally tracked throughout their movements within the scene using the robust tracking block 3.
  • the robust tracking block 3 shown in Figure 1 is replaced by a new matching process stage 41.
  • the processing elements of the matching process stage 41 are shown schematically in Figure 3.
  • the terms 'object' and 'blob' are used throughout the description.
  • the term 'object' denotes a tracked object whilst the term 'blob' denotes a newly-detected foreground region in the incoming frame.
  • candidate blobs from the object segmentation block 1 are received by an attention manager stage 43.
  • the attention manager stage 43 is arranged to analyse the blobs and to assign each to one of four possible 'attention levels' based on a set of predefined rules. Subsequent processing steps performed on the blobs are determined by the attention level assigned thereto.
  • the distance between different blobs is computed to establish whether or not there is an overlap between two or more blobs. For those blobs that do not overlap and whose distance with respect to their nearest neighbour is above a predetermined threshold, attention level 1 is assigned. This situation is illustrated in Figure 4(a). Note that blobs occluded by static or background structures are not affected in this test.
  • the distance can be computed in terms of a vector distance between the blob boundaries, or alternatively, a distance metric can be used.
  • the blobs concerned are assigned 'attention level 2' status.
  • the purpose of this test is to identify blobs just prior to an occlusion/merging event. This situation is illustrated in Figure 4(b).
  • the blobs concerned are assigned 'attention level 3' status. Attention level 3 indicates that occlusion is taking place since two or more blobs are merging, as illustrated in Figure 4(c).
  • a comparison is necessary between the status of blobs in the current frame and the respective status of objects already being tracked.
  • the set of conditions is as follows:
  • the number of blobs in the incoming frame is less than the number of objects currently being tracked
  • the tracked objects identified in B are not 'new', i.e. they are trusted objects that have been tracked for a predetermined number of frames.
  • Figures 5(a) and 5(b) show, respectively, four objects 81 , 83, 85, 87 being tracked in a frame t, and three blobs 89, 91 , 93 in a current frame t+1.
  • two of the objects 85, 87 being tracked in frame t have moved in such a way that a group blob 93 now appears in frame t+1.
  • condition A is satisfied since there are three blobs, as compared with the four objects being tracked.
  • the group blob 93 overlaps the two objects 85, 87 in frame t from which the group blob is derived and so condition B is satisfied.
  • group blob 93 is assigned to 'attention level 3'.
  • the classification of- objects as 'new' or 'real' will be explained further on below with respect to the blob-based tracker stages.
  • the number of blobs in the current frame is greater than the number of objects being tracked
  • the group object in B overlaps at least two blobs.
  • Blob-based tracking involves temporally tracking the movement of blobs, frame by frame, using the so-called temporal templates.
  • Figure 6 shows an example where three objects, indexed by I, have been tracked to frame t, and the tracker seeks to match therewith newly detected candidate blobs (indexed by k) in a subsequent frame t+1.
  • One of the four candidate blobs just enters the scene, for which a new template will be created in a later stage 59 since no match will occur at stage 51.
  • Each of the three objects in frame t is modelled by a temporal template comprising a number of persistent characteristic features.
  • the identities of the three objects, and their respective temporal templates, are stored in an object queue. Different combinations of characteristic features can be used, although in this embodiment, the template comprises a set of five features describing the velocity, shape and colour of each object. These features are indicated in table 1 below.
  • M j (t) (V n S ⁇ r n O 1 , C 1 ) .
  • the set of Kalman filters, KF 1 (t) is updated by feeding it with the corresponding feature value of the matched blob.
  • the next stage employed in blob-based tracking is to compute, for each combination of objects I and blobs k pairs, a distance metric indicating the degree of match between each respective pair.
  • a distance metric indicating the degree of match between each respective pair.
  • TK(t) n the counter of tracked frames, i.e. current track length
  • MS(t) 0 the counter of lost frames M 7 (t + 1) the expected values in t+1 by Kalman prediction
  • stage 51 If a match occurs in stage 51 , the track length TK(t + ⁇ ) is increased by 1 and the above- described updates for the matched object I are performed in a subsequent stage 57.
  • M ; (t + 1) B k (t + 1) , as well as the mean and variance M 1 (t + 1) ,
  • V 1 (t + 1) respectively, and correspondingly, the Kalman filters KF 1 (t + 1) .
  • object I has been lost for a certain number of frames, or MS(t+1)>MAX_LOST (e.g. 10 frames) then it is deleted from the scene; the possible explanations include the object becoming static (merging into the background), the object entering into a building/car, or simply leaving the camera's field of view;
  • a new object template M t (t + l) is created from B k (t + 1) , this stage being indicated in Figure 3 by reference numeral 59.
  • tracked objects Prior to this, tracked objects are classified as 'new'. If an object is lost before it reaches 'real' it is simply deleted.
  • the classification of an object as 'new' or 'real' is used to determine whether or not the positional data for that object is recorded in a trajectory database. An object is not trusted until it reaches 'real' status. At this time, its movement history is recorded and, if desired, a trail line is displayed showing the path being taken by the object.
  • the process repeats from the attention manager stage 43 for the or each blob in the next incoming frame t+2 and so on.
  • blob-based tracking is found to be particularly effective in dealing with sudden changes in an object's appearance which may be caused by, for example, the object being occluded by a static object, such as a video sequence in which a person walks and sits down behind a desk with only a small part of the upper body being visible.
  • Other tracking methods such as appearance-based tracking methods, often fail to maintain a match when such dramatic appearance changes occur.
  • 'attention level 2' status is assigned to two or more blobs that are about to occlude.
  • the relevant blobs continue to be tracked using a blob- based tracking stage (indicated by reference numeral 47 in Figure 3).
  • an appearance model is either created or updated for the relevant blobs depending on whether or not a match is made.
  • the appearance model for a particular blob comprises a colour histogram indicating the frequency (i.e. number of pixels) of each colour level that occurs within that blob.
  • an edge density map may also be created for each blob.
  • the appearance model is defined in detail below.
  • edge density map ⁇ ; (e ; ) for the same blob so as to complement the colour histogram.
  • stage 63 if a new appearance model is created in stage 63, a new object template is created in stage 59. Similarly, if an existing appearance model is updated in stage 61 , updating of the blob's temporal template takes place (as before) in stage 57. The process repeats again for the next incoming frame at the attention manager stage 43.
  • Attention Level 3 Processing In the case where two or more blobs overlap or merge, the following four tasks are performed.
  • the merged blobs are considered to represent a single 'group blob' by a blob-based tracker stage 49. Initially, it is likely that no match will occur in stage 55 and so a new group blob will be created in stage 67. This involves creating a new temporal template for the group blob which is classified as 'new', irrespective of the track lengths of the respective individual blobs prior to the merge. If there is a match in stage 55, the temporal template of the group object to which it matched is updated in stage 65. Following stages 65 and 67, group segmentation is performed on the group blob in stage 69.
  • Group Segmentation (or pixel re-classification as it is sometimes known) is performed to maintain the identities of individual blobs forming the group blob throughout the occlusion period.
  • the above-mentioned appearance model created for each blob in attention level 2, is used together with a maximum likelihood decision criterion.
  • the appearance models are not updated.
  • segmentation operation In very complex occlusion situations, it is possible for the segmentation operation to fail. For example, if a partial occlusion event occurs and lasts for a relatively long period of time (e.g. if the video captures two people standing close together and holding a conversation) then it is possible that segmentation will fail, especially if the individual objects are not distinct in terms of their appearance. In order to maintain tracking during such a complex situation, there is an inter-play between the above-described blob tracker, and an additional appearance-based tracker. More specifically, at the time when occlusion occurs, one of the objects in the group is identified as (i) having the highest depth order, i.e.
  • the object is estimated to be furthest from the camera, and (ii) being represented by a number of pixels which is tending to decrease over time.
  • its temporal template is updated using Kalman filtering.
  • the aim is to allow the Kalman filter to predict the identified object's features throughout the occlusion event such that, when the occluded objects split, each object can be correctly matched.
  • a method for identifying the depth order of a particular object is described below in relation to the segmentation operation.
  • Attention Level 4 Processing In the case where a group object has split, the identities of the individual objects are recovered through appearance-based tracking. Referring back to Figure 3, it will be seen that an appearance based tracker 48 is employed which operates on the respective colour appearance models for the objects concerned.
  • colour appearance models can be used for matching and tracking purposes. These actions imply comparing the newly detected foreground regions in the incoming frame with the tracked models.
  • a normalised L 1 distance as defined below, is used.
  • / and /' represent a model and a candidate blob, respectively. Matching is performed on the basis of the normalised distance, a smaller distance indicating a better match.
  • each object's temporal template and appearance model is updated in blocks 71 and 72 respectively.
  • a is a constant (0 ⁇ ⁇ l) that determines the speed of the updating process.
  • the value of ⁇ determines the speed at which the new information is incorporated into the model - the smaller the value, the faster the incorporation.
  • a value of ⁇ o.9 is used. Note, however, that updating should only occur when the object is not occluded by other moving objects, although occlusions by stationary objects is acceptable.
  • group segmentation is performed on grouped blobs in attention level 3.
  • a known method for performing group segmentation is based on Huang et al. in "Spatial colour indexing and applications," International Journal of Computer Vision, 35(3), 1999. The following is a description of the segmentation method used in the present embodiment.
  • To summarise the method for each pixel of the group blob, we calculate the likelihood of the pixel belonging to an individual blob forming part of the group blob. The likelihood calculation is based on the appearance model generated for that individual blob in attention level 2. This process is repeated for each of the blobs forming part of the group blob. Following this, the pixel is classified to the individual blob returning the highest likelihood value.
  • the aim of the group segmentation stage 69 is illustrated in Figures 7(a) to 7(c) which show, respectively, (a) an original video frame, (b) the resulting group blob and (c) the ideal segmentation result. Having segmented the group blob, it is possible to maintain the identities of the two constituent objects during the occlusion such that, when they split, no extra processing is required to re-learn the identities of the two objects.
  • the group segmentation stage 69 is now considered in detail.
  • a pixel pe G with a colour c p is classified as belonging to the model M 1n , if and only if:
  • w argmaxIL (G ]M 1 ) (4) isS where ⁇ p (G ⁇ M). is the likelihood of the pixel pe G belonging to the model M 1 . Given that w(p) is a small window centred atp , for smoothness purposes we can define,
  • V ' ' HJc is the colour histogram contribution to the likelihood that a pixel q of colour c q inside the blob G belongs to the model M 1 .
  • an edge density-based histogram contribution of the pixel q of edge strength e q can be used to augment the likelihood function.
  • SDAM Spatial-Depth Affinity Metric
  • T 11 (M 1 ) O 11 (M 1 ) is the newly-defined SDAM, which includes two parts. In the first part,
  • T 11 (M 1 ) is also referred to as the spatial affinity metric (SAM).
  • SAM spatial affinity metric
  • o p (M,) ⁇ which explains the depth affinity of the pixel p with model M 1 in terms of a discrete weighting value that is a function of the depth ordering of the model.
  • the SAM of each pixel in the group should be weighted differently. It is for this reason we use the SDAM which takes into account the weighting parameter ⁇ which is varied for each object to reflect the layered scene situation.
  • This ⁇ variation can be achieved by exploring the relative 'depth order' of each object within the group - the relationship between the relative depth of an object and its impact on the likelihood function can be defined as 'the closer an object is to the camera, the greater its contribution to the likelihood function'.
  • Figures 10(a) to 10(d) show, respectively, the likelihood function of a pixel (a) before merging, (b) and (c) during merging, and (d) after merging.
  • the curve labelled A indicates the likelihood function of the object having greater depth.
  • a 'visibility index' which is the ratio between the number of visible pixels representing each object during occlusion and the expected number of pixels for that object when isolated.
  • This visibility index is used to measure depth.
  • a high visibility index indicates an object (in this case, a person) at the top level, i.e. nearest the camera. While this method can be used for estimating depth order, it is difficult to implement where more than two objects merge.
  • Elgammal et al. disclose, in "Background and foreground modelling using nonparametric Kernal density estimation for visual surveillance", Proc. IEEE, 90(7), July 2002, a method to model occlusions by assigning a relative depth to each person in the group based on the segmentation result. In this case, the method can be generalised to the case of N objects. The use of the segmentation result leads to the evaluation of different hypotheses about the arrangement of objects.
  • the first method is a segmentation-based method which involves the detection of, and reasoning with, a so-called Overlapping zone'.
  • the second method uses information concerning the scene geometry, together with an additional verification process, and, if necessary, examining the trend (over successive frames) of the number of pixels being re-classified as belonging to each component object.
  • Method 1 - Overlapping Zone When a merge between two or more objects is detected, a first-order model can be used to predict the centroid location of each object. The textural appearance of each object is correlated with the merged image at the centroid location to find a best fit. Given a best-fit location, a shape probability mask can then be used to determine 'disputed pixels', namely those pixels having non-zero value in more than one of the objects' probability masks. This group of pixels is called the Overlapping zone'. An illustration of the overlapping zone is shown schematically in Figure 9. Once the overlapping zone is determined, objects are ordered so that those assigned fewer 'disputed' pixels are given greater depth. This method is known per se and disclosed in Senior et al in "Appearance models for occlusion handling" Proc. Of PETS '01 , Hawaii, USA, Dec. 2001.
  • the two peaks (or heads in the case of this reference) that correspond to the x-position of the major axis of the blobs can easily be identified from the projection of the silhouette.
  • the overlapping zone is defined. From the 'disputed' pixels within the overlapping zone, pixel re-classification is carried out, and depth ordering determined.
  • Method 2 Scene Geometry
  • so-called 'top down' and 'bottom up' approaches are made based on scene geometry.
  • the top down approach is first used to provide an estimate of the depth order of objects, after which the bottom up approach is used for verification. Based on these steps, we obtain a final depth order which is used in determining which value of ⁇ is assigned to each pixel in the likelihood function of equation (7).
  • FIG. 12(a) shows three objects in an office scene, each object being characterised by a respective fitting ellipse having a base point indicated by an 'x'. By identifying the order of base points from the bottom of the image, the depth order can be estimated.
  • Figure 10(b) shows the 'visible line' inside the image which is parallel to, and indicative of, the perspective horizon line of the scene.
  • the method can be applied by manually entering the perspective horizon line, as indicated in Figure 13(a).
  • depth ordering is obtained by comparing the distance of each object's base point from the horizon line.
  • Figures 13(b) to 11(d) show the perspective scene geometry of some exemplary indoor sequences.
  • the top-down approach is simple and effective, although the assumption has been made that the contact points of the constituent objects are visible in the image. In the event that the contact point of an object on the ground plane is not visible, e.g. because it is partially occluded by static or moving objects, or simply out of camera shot, this estimation may not be sufficient. Accordingly, the top-down approach is preferably verified by a bottom- up approach to depth ordering that uses the number of pixels assigned to each constituent object from pixel-level segmentation results obtained over a number of previously-received frames.
  • an intelligent video surveillance system 10 which includes a new matching process stage 41 capable of robust tracking over a range of complex scenarios.
  • the matching process stage 4 is arranged to detect commencement of an occlusion event and to perform group segmentation on the resulting grouped blob thereby to maintain the identities of individual objects being tracked. In this way, it is possible to continuously track objects before, during and after an occlusion event. Blob-based tracking ensures that any sudden change in an object's appearance will not affect the matching process, whilst also being computationally efficient.
  • Segmentation is performed using a pre-generated appearance model for each individual blob of the grouped blob, together with the newly-defined SDAM parameter accounting for the spatial location of each pixel and the relative depth of the object to which the pixel belongs.
  • the relative depth information can be obtained using a number of methods, the preferred method utilising a top-down scene geometry approach with a bottom-up verification step.

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)
  • Closed-Circuit Television Systems (AREA)
  • Image Processing (AREA)
  • Studio Devices (AREA)

Abstract

A video surveillance system (10) comprises a camera (25), a personal computer (PC) (27) and a video monitor (29). Video processing software is provided on the hard disk drive of the PC (27). The software is arranged to perform a number of processing operations on video data received from the camera, the video data representing individual frames of captured video. In particular, the software is arranged to identify one or more foreground blobs in a current frame, to match the or each blob with an object identified in one or more previous frames, and to track the motion of the or each object as more frames are received. In order to maintain the identity of objects during an occlusion event, an appearance model is generated for blobs that are close to one another in terms of image position. Once occlusion takes place, the respective appearance models are used, in combination with a depth factor representing the depth order of the occluded objects, to segment the resulting group blob into regions which are classified as representing one or other of the merged objects.

Description

Method of Tracking Objects in a Video Sequence
This invention relates to a method of tracking objects in a video sequence, and particularly, though not exclusively, to a method performed by digital video processing means which receives video frames from a camera, or other video source.
Digital video processing is used in a wide range of applications. For example, modern video surveillance systems commonly employ digital processing techniques to provide information concerning moving objects in the video. Such a system will typically comprise a video camera connected to a computer system via a direct or network link. The computer system runs software arranged to process and analyse video data supplied from the camera.
Figure 1 is a block diagram showing the software-level stages of a known surveillance system. The surveillance system comprises three main blocks, namely an object segmentation block 1 , a robust tracking block 3 and an object classification block 5.
In a first stage 7 of the object segmentation block 1 , a background model is learned from an initial segment of video data. The background model typically comprises statistical information representing the relatively static background content. In this respect, it will be appreciated that a background scene will remain relatively stationary compared with objects in the foreground. In a second stage 9, background subtraction is performed on each incoming video frame. The current frame is compared with the background model to estimate which pixels of the current frame represent foreground regions and which represent background. Small changes in the background model are also updated. Since the foreground pixels thus obtained may suffer from false detection due to noise or camera jitter, in a third stage 11 , false foreground suppression is performed. Here, for each pixel initially classified as a foreground pixel, each of its 8-connected neighbouring pixels is examined to determine if the pixel should be reclassified as a background pixel. In a fourth stage 13, further detection is applied to locate areas likely to be cast shadows or highlights. The presence of shadows and highlights can result in detected foreground regions having a distorted shape. In a fifth stage 15, connected component analysis (CCA) is performed to group all the pixels presumably belonging to individual objects into respective blobs. The blobs are transferred to the robust tracking block 3 in which a comparison is made with objects identified in previous frames to establish a correspondence therebetween.
In the robust tracking block 3, a first stage 17 involves extracting a model for each received blob, the model usually comprising a temporal template of persistent characteristic features, such as the velocity, shape and colour of the blob. In the second stage 19, a matching process is performed using the features from each received blob and the objects identified in previous frames. More specifically, a cost function is computed for each combination of blobs and objects in order to identify matches. When a match occurs, a trajectory database is updated indicating the movement of the object. If required, the information stored in the database can be used to display a trail line on a display screen showing the cumulative path taken by the object. In a third stage 21 , the result of the matching process is used to identify objects that have become occluded, have just entered or have disappeared from the scene.
In the object classification block 5, objects are classified in terms of their resemblance with real-world objects, such as 'person' or 'vehicle'. Subsequent high-level applications can also be employed to perform intelligent analysis of objects based on their appearance and movement.
A detailed description of the above-described video surveillance system is given by L-Q Xu, J L Landabaso, B Lei in "Segmentation and tracking of multiple moving objects for intelligent video analysis", British Telecommunications (BT) Technology Journal, Vol. 22, No. 3, July 2004.
In a realistic video scenario, the simultaneous tracking of multiple moving objects can cause a variety of problems for the system. The scene is often cluttered, the objects present are constantly moving, the lighting conditions may change, self-shadow regions may be present, and so on. Perhaps the most challenging problem confronting any automated or intelligent video system is how to deal robustly with occlusions that partially or totally block the view of an object from the camera's line of sight. Occlusions can be caused by stationary background structures, such as buildings or trees, or by other moving objects that pass or interact with the object of interest. In many cases, an occlusion event will involve both static and dynamic occlusions. As a result of occlusion, the tracking block 3 may have difficulty matching the newly-merged blob with objects already being tracked and so the identity of previously-tracked objects will be lost. This is undesirable in any automatic video system in which the user may want to obtain information on the movement or behaviour of objects being observed.
There has been some research into occlusion problems. A number of recently-proposed methods are based around the use of so-called appearance models, as opposed to temporal templates, in the matching process. The appearance models comprise a set of data representing the statistical properties of each blob's appearance. In Balcells et al in "An appearance based approach for human and object tracking", Proceedings of International Conference on Image Processing (ICIP '03), Barcelona, Sept. 2003, the appearance model comprises a colour histogram and associated colour correlogram which together model the appearance of each blob. The correlogram represents the local spatial correlation of colours. The models are then used to match the newly-detected blobs in the incoming frame with already-tracked objects. When a dynamic occlusion, or object grouping, is detected, the individual appearance models are used to segment the group into regions that belong to the individual objects so as to maintain their tracking identities. Unfortunately, there is a high degree of complexity and computational cost involved in generating and applying the correlogram.
Furthermore, in the event of a sudden change of an object's appearance, such as if a person walks behind a desk so that only the upper part of his or her body is visible, the effectiveness of appearance-based tracking will be significantly reduced. Indeed, under such circumstances, appearance-based tracking often fails completely.
According to one aspect of the invention, there is provided a method of tracking objects in a video sequence comprising a plurality of frames, each object being defined by a plurality of pixels, the method comprising: (a) identifying, in a first frame, first and second objects; (b) providing first and second appearance models respectively representing the first and second objects; (c) identifying in a second, subsequent, frame, a group object resulting from the merging of the first and second objects; (d) classifying each pixel of the group object as representing either the first or second object, the classification comprising (i) calculating first and second likelihood parameters respectively indicating the correspondence between said pixel's appearance and the first and second appearance models, (ii) applying a first and second weighting factor to the respective likelihood parameters respectively indicative of the depth order of the first and second objects, and (iii) identifying which of the first and second objects said pixel represents on the basis of the weighted first and second likelihood parameters.
The term appearance model is intended to refer to a distribution of appearance features relating to a particular candidate object. In the preferred embodiment, a normalised colour histogram is used to model the appearance of a candidate object. This type of appearance model is found to be both effective and simple compared with other types of appearance models which tend to introduce localised spatial correlation information through the use of a costly correlogram.
For the sake of clarity, it will be understood that, in step (c), the identification of a group candidate object refers to the identification of a candidate object whose appearance results from the detected merging of real-life objects represented by the first and second candidate objects identified in step (a).
The first and second weighting factors may be selected from a plurality of predetermined values, the selection being dependent on which of the first and second objects occupies an upper layer and which occupies a lower level in the first frame. The depth order may be determined according to which of the first and second objects is nearer to a reference position in the frame, the object nearest the reference position being assigned to the upper level and the other object being assigned to the lower level. For example, the depth order can be determined according to which of the first and second objects is nearer to a reference line extending across the frame, the object nearest the reference line being assigned to the upper level and the other object being assigned to the lower level.
Alternatively, or additionally, the depth order is determined according to the change in number of pixels defining the respective first and second objects over a plurality of frames generated prior to the second frame, the object having the greatest change in number of pixels being assigned to the lower level and the other object being assigned to the upper level.
The depth order can be verified by analysing the change in the number of pixels defining the respective first and second objects over a plurality of frames generated prior to the second frame, the object assigned to the upper level being reassigned to the lower level if the number of pixels defining said object has the greatest change in number of pixels. The first and second appearance models can represent the respective colour distribution of the first and second candidate objects. Alternatively, the first and second appearance models can represent a combination of the respective (a) colour distribution of, and (b) edge density information for, the first and second candidate objects. Edge density information can be derived from a Sobel edge detection operation performed on the candidate object.
Step (c) can comprise identifying a new candidate object whose frame position partially overlaps the respective frame positions of the first and second candidate objects identified in (a). Further step (c) can comprise identifying that the number of candidate objects in the second frame is less than the number of candidate objects identified in the first frame, and identifying a new candidate object whose frame position partially overlaps the respective frame positions of the first and second candidate objects identified in (a).
According to a second aspect of the invention, there is provided a method of segmenting a foreground object in a frame of a video sequence, the foreground object being defined by a plurality of foreground pixels, the method comprising: (a) identifying, in a first frame, first and second foreground objects; (b) identifying, in a subsequent frame, a third foreground object resulting from the merging of the first and second objects; (c) classifying each pixel of the third object as representing either the first or second foreground object on the basis of a correspondence metric indicating to which of the first or second foreground objects said pixel most likely corresponds, said correspondence metric being dependent on appearance features of the first and second foreground objects and a respective weighting factor associated with the first and second foreground objects, said weighting factor being indicative of at least the depth order of the foreground object with which it is associated.
According to a third aspect of the invention, there is provided a computer program stored on a computer readable medium, the computer program comprising instructions arranged, when executed on a processor, to perform the steps of (a) identifying, in a first frame, first and second foreground objects; (b) identifying, in a subsequent frame, a third foreground object resulting from the merging of the first and second objects; (c) classifying each pixel of the third object as representing either the first or second foreground object on the basis of a correspondence metric indicating to which of the first or second foreground objects said pixel most likely corresponds, said correspondence metric being dependent on appearance features of the first and second foreground objects and a respective weighting factor associated with the first and second foreground objects, said weighting factor being indicative of at least the depth order of the foreground object with which it is associated.
According to a fourth aspect of the invention, there is provided an image processing system comprising: means arranged to receive a sequence of frames from a video source; and processing means arranged to (i) identify, in a first frame, first and second foreground objects, (ii) identify, in a subsequent frame, a third foreground object resulting from the merging of the first and second objects, and (iii) classify each pixel of the third object as representing either the first or second foreground object on the basis of a correspondence metric indicating to which of the first or second foreground objects said pixel most likely corresponds, said correspondence metric being dependent on appearance features of the first and second foreground objects and a respective weighting factor associated with the first and second foreground objects, said weighting factor being indicative of at least the depth order of the foreground object with which it is associated.
The invention will now be described, by way of example, with reference to the accompanying drawings, in which:
Figure 1 is a block diagram showing functional elements of a known intelligent video system;
Figure 2 is a block diagram showing, schematically, hardware elements forming part of an intelligent video surveillance system;
Figure 3 is a block diagram showing functional elements of a robust tracking block according to an embodiment of the invention;
Figures 4a-4d show four sequential video frames indicating the relative positions of first and second objects at different time slots; Figures 5a and 5b show, respectively, a first video frame showing a plurality of objects prior to an occlusion event, and a second video frame showing said objects during an occlusion event;
Figures 6a and 6b show first and second sequential video frames which are useful for understanding a blob tracking stage used in the embodiment of the invention;
Figures 7, 8 and 9 show video frames the appearance of which are useful for understanding a group object segmentation stage used in the embodiment of the invention;
Figures 10a-10d show curves representing the respective likelihood function associated with first and second objects before, during, and after an occlusion event;
Figure 11 is a schematic diagram which is useful for understanding a first method of estimating the depth order of a plurality of objects during an occlusion event;
Figures 12(a) and 12(b) respectively represent a captured video frame comprising a number of foreground objects, and a horizon line indicating the view field of the video frame; and
Figures 13(a)-13(d) represent different horizon line orientations indicative of the view field of respective video frames.
Referring to Figure 2, an intelligent video surveillance system 10 comprises a camera 25, a personal computer (PC) 27 and a video monitor 29. Conventional data input devices are connected to the PC 27, including a keyboard 31 and mouse 33. The camera 25 is a digital camera and can be, for example, a webcam such as the Logitec™ Pro 4000 colour webcam. Any type of camera capable of outputting digital image data can be used, for example a digital camcorder or an analogue camera with analogue-to-digital conversion means such as a frame grabber. The captured video is then encoded using a standard video encoder such as motion JPEG, H.264 etc. The camera 25 communicates with the PC 27 over a network 35, which can be any network such as a Local Area Network (LAN), a Wide Area Network (WAN) or the Internet. The camera 25 and PC 27 are connected to the network 35 via respective network connections 37, 39, for example Digital Subscriber Line (DSL) modems. Alternatively, the web camera 11 can be connected directly to the PC 27 by means of the PC's universal serial bus (USB) port. The PC 27 may comprise any standard computer e.g. a desktop computer having a 2.6 GHz processor, 512 Megabytes random access memory (RAM), and a 40 Gigabyte hard disk drive. The video monitor 29 is a 17" thin film transistor (TFT) monitor connected to the PC 27 by a standard video connector.
Video processing software is provided on the hard disk drive of the PC 27. The software is arranged to perform a number of processing operations on video data received from the camera 25. The video data represents individual frames of captured video, each frame being made up of a plurality of picture elements, or pixels. In this embodiment, the camera 25 outputs video frames having a display format of 640 pixels (width) by 480 pixels (height) at a rate of 25 frames per second. For running efficiency, subsampling of the video sequence in both space and time may be necessary e.g. 320 by 240 pixels at 10 frames per second. Since the camera 25 is a colour camera, each pixel is represented by data indicating the pixel's position in the frame, as well as the three colour components, namely red, green and blue components, which determine the displayed colour.
The above-mentioned video processing software can be initially provided on a portable storage medium such as a floppy or compact disk. The video processing software is thereafter setup on the PC 27 during which operating files and data are transferred to the PC's hard disk drive. Alternatively, the video processing software can be transferred to the PC 27 from a software vendor's computer (not shown) via the network link 35.
The video processing software is arranged to perform the processing stages indicated in Figure 1 , although, as will be described later on, the robust tracking block 3 operates in a different way. Accordingly, this detailed description concentrates on the robust tracking block 3, although an overview of the object segmentation block 1 will first be described.
Object Segmentation Block 1
The video processing software initially runs a background learning stage 7. The purpose of this stage 7 is to establish a background model from an initial segment of video data. This video segment will typically comprise one hundred frames, although this is variable depending on the surveillance scene concerned and the video sampling rate. Since the background scene of any image is likely to remain relatively stationary, compared with foreground objects, this stage establishes a background model in which ideally no foreground objects should be visible.
Following background learning 7, the background subtraction stage 9 analyses each pixel of the current frame. Each pixel is compared with the pixel occupying the corresponding position in the background model to estimate whether the pixel of the current frame represents part of a foreground region or background. Additionally, slow changes in the background model are updated dynamically whilst more severe or sudden changes may require a relearning operation.
Various methods for performing background learning and background subtraction are known in the art. A particularly effective method of performing both is the so-called Mixture of Gaussian (MoG) method described in detail by Stauffer & Grimson in 'Learning Patterns of Activity Using Real-Time Tracking', IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 22, No. 8, August 2000, pp. 747-757. Such a method is also used by Javed, and Shah, M, in "Tracking and object classification for automated surveillance", Proc. of ECCV'2002, Copenhagen, Denmark, pp. 343-357, May-June 2002.
In summary, at each pixel location, a Gaussian mixture model (GMM) is used to model the temporal colour variations in the imaging scene. The Gaussian distributions are updated with each incoming frame. The models are then used to determine if an incoming pixel is generated by the background process or a foreground moving object. The model allows a proper representation of the background scene undergoing slow and smooth lighting changes.
Following the background subtraction stage 9, a false-foreground suppression stage 11 attempts to alleviate false detection problems caused by noise and camera jitter. For each pixel classified as a foreground pixel, the GMMs of its eight connected neighbouring pixels are examined. If the majority of them (more than five) agree that the pixel is a background pixel, the pixel is considered a false detection and removed from foreground.
In the next stage 15, a shadow/highlight removal operation is applied to foreground regions. It will be appreciated that the presence of shadows and/or highlights in a video frame can cause errors in the background subtraction stage 9. This is because pixels representing shadows are likely to have darker intensity than pixels occupying the corresponding position in the background model 19. Accordingly, these pixels may be wrongly classified as foreground pixels when, in fact, they represent part of the background. The presence of highlights can cause a similar problem.
A number of shadow/highlight removal methods are known. For example, in Xu, Landabaso and Lei (referred to in the introduction) a technique is used based on greedy thresholding followed by a conditional morphological dilation. The greedy thresholding removes all shadows, inevitably resulting in true foreground pixels being removed. The conditional morphological dilation aims to recover only those deleted true foreground pixels constrained within the original foreground mask.
The final stage of the object segmentation block 1 involves the constrained component analysis stage (CCA) 15. The CCA stage 15 groups all pixels presumably belonging to individual objects into respective blobs. As will be described in detail below, the blobs are temporally tracked throughout their movements within the scene using the robust tracking block 3.
In accordance with a preferred embodiment of the invention, the robust tracking block 3 shown in Figure 1 is replaced by a new matching process stage 41. The processing elements of the matching process stage 41 are shown schematically in Figure 3. Note that the terms 'object' and 'blob' are used throughout the description. The term 'object' denotes a tracked object whilst the term 'blob' denotes a newly-detected foreground region in the incoming frame.
Referring to Figure 3, for each incoming frame, candidate blobs from the object segmentation block 1 are received by an attention manager stage 43. The attention manager stage 43 is arranged to analyse the blobs and to assign each to one of four possible 'attention levels' based on a set of predefined rules. Subsequent processing steps performed on the blobs are determined by the attention level assigned thereto.
In a first test, the distance between different blobs is computed to establish whether or not there is an overlap between two or more blobs. For those blobs that do not overlap and whose distance with respect to their nearest neighbour is above a predetermined threshold, attention level 1 is assigned. This situation is illustrated in Figure 4(a). Note that blobs occluded by static or background structures are not affected in this test. The distance can be computed in terms of a vector distance between the blob boundaries, or alternatively, a distance metric can be used.
In the event that the computed distance between any two blobs is less than the predetermined threshold, the blobs concerned are assigned 'attention level 2' status. The purpose of this test is to identify blobs just prior to an occlusion/merging event. This situation is illustrated in Figure 4(b).
In the event that each of a set of conditions is met, the blobs concerned are assigned 'attention level 3' status. Attention level 3 indicates that occlusion is taking place since two or more blobs are merging, as illustrated in Figure 4(c). In order to detect an occlusion, a comparison is necessary between the status of blobs in the current frame and the respective status of objects already being tracked. The set of conditions is as follows:
A. the number of blobs in the incoming frame is less than the number of objects currently being tracked;
B. a blob overlaps two or more objects currently being tracked; and
C. the tracked objects identified in B are not 'new', i.e. they are trusted objects that have been tracked for a predetermined number of frames.
To explain this process, reference is made to Figures 5(a) and 5(b), which show, respectively, four objects 81 , 83, 85, 87 being tracked in a frame t, and three blobs 89, 91 , 93 in a current frame t+1. It will be noted that two of the objects 85, 87 being tracked in frame t have moved in such a way that a group blob 93 now appears in frame t+1. Clearly, condition A is satisfied since there are three blobs, as compared with the four objects being tracked. The group blob 93 overlaps the two objects 85, 87 in frame t from which the group blob is derived and so condition B is satisfied. Therefore, provided the two tracked objects 85, 87 have been classified as 'real' (as opposed to 'new') by the tracker then group blob 93 is assigned to 'attention level 3'. The classification of- objects as 'new' or 'real' will be explained further on below with respect to the blob-based tracker stages.
Finally, in the event that a different set of conditions are met, which conditions are indicative of a group splitting situation, the blobs concerned are assigned 'attention level 4' status. Attention level 4 indicates that objects previously involved in an occlusion event have now moved apart, as illustrated in Figure 4(d). In order to detect splitting, the following conditions are detected:
A. the number of blobs in the current frame is greater than the number of objects being tracked;
B. there is at least one known group object; and
C. the group object in B overlaps at least two blobs.
Having explained the assignment of blobs to one of the four attention levels, the resulting processing steps applied to each blob will now be described.
Attention Level 1 Processing
In this case, the or each blob in the frame is processed by a blob-based spatial tracker 45. Blob-based tracking involves temporally tracking the movement of blobs, frame by frame, using the so-called temporal templates. A detailed description of blob-based tracking now follows.
Figure 6 shows an example where three objects, indexed by I, have been tracked to frame t, and the tracker seeks to match therewith newly detected candidate blobs (indexed by k) in a subsequent frame t+1. One of the four candidate blobs (near the right border) just enters the scene, for which a new template will be created in a later stage 59 since no match will occur at stage 51. Each of the three objects in frame t is modelled by a temporal template comprising a number of persistent characteristic features. The identities of the three objects, and their respective temporal templates, are stored in an object queue. Different combinations of characteristic features can be used, although in this embodiment, the template comprises a set of five features describing the velocity, shape and colour of each object. These features are indicated in table 1 below.
Figure imgf000013_0001
Figure imgf000014_0003
Table 1 - Example of a feature set used in blob-based tracking
Therefore, at time t, we have for each object I centred at (ρIXtpIy)& template of features
M j (t) = (VnS^rnO1 , C1) . There are two points that first require clarification. Firstly, prior to matching the template of I with a candidate blob k in frame t+1 , which is centred at
(P'kx, P'ky ) having a template Bk (t + ϊ) = (v\ ,s\ , r\ ,θ\ ,c'k ) , Kalman filters are used to update the template M1 (t) by predicting, respectively, its new velocity, size, aspect ratio and orientation in M1 (t + 1) . The velocity of a candidate blob k is calculated as v\ - (.P'kx 'P'ky )T ~ (Pix>Piy)TTne difference between the dominant colour of template I and that of candidate blob k is defined as:
«κ (C ; , C j. ) (1 )
Figure imgf000014_0001
The mean M i (t) and variance V1 (t) vector of a template I are updated when a matching candidate blob k is found. These are computed using the most recent L blobs on the track, or over a temporal window of L frames, e.g. L=50. The set of Kalman filters, KF1 (t) , is updated by feeding it with the corresponding feature value of the matched blob.
The variance of each template feature is analysed and taken into account in the matching process described below to achieve a robust tracking result.
The next stage employed in blob-based tracking is to compute, for each combination of objects I and blobs k pairs, a distance metric indicating the degree of match between each respective pair. For example, it is possible to use the known Mahalanobis distance metric, or, alternatively, a scaled Euclidean distance metric, as expressed by.
Figure imgf000014_0002
where the index i runs through all N=5 features of the template, and σ^ is the corresponding component of the variance vector V1 (t) . Note that the dominant colour feature can be viewed as xu - yki = dlk (c,,c'k ). The initial values of all components of V1 (t) are either set at a relatively large value or inherited from a neighbouring object.
Having defined a suitable distance metric, the matching process, represented by stage 51 in Figure 3, will be described in greater detail as follows.
As described above, for each object I being tracked so far, we have stored in the object queue the following parameters:
M1 (t) the template of features
( M i (t) V1 (t) ) the mean and variance vectors
KF1 (t) the related set of Kalman Filters
TK(t) = n the counter of tracked frames, i.e. current track length
MS(t) = 0 the counter of lost frames M7 (t + 1) the expected values in t+1 by Kalman prediction
In the matching step 51 , for each new frame t+1 , all valid candidate blobs {k} are matched against all the existing tracks {I} using equation (2) above by way of the template prediction, M1 (t + 1) , variance vector V1 (t) and Bk (t + 1) . A ranking list is then built for each object I by sorting the matching pairs from low to high cost. The matching pair with the lowest cost value D(I, k) which is also less than a threshold, THR, e.g. 10 in this case, is identified as a matched pair.
If a match occurs in stage 51 , the track length TK(t + ϊ) is increased by 1 and the above- described updates for the matched object I are performed in a subsequent stage 57. In particular, we obtain M; (t + 1) = Bk (t + 1) , as well as the mean and variance M1 (t + 1) ,
V1 (t + 1) respectively, and correspondingly, the Kalman filters KF1 (t + 1) .
If object I has found no match at all in frame t+1 , presumably because it is missing of occluded, then the mean of its template is kept the same, or M7 (t + l) =M/ (t) . The lost counter MS(t+1) is incremented and the object I is carried over to the next frame. The following rules apply to this case:
- If object I has been lost for a certain number of frames, or MS(t+1)>MAX_LOST (e.g. 10 frames) then it is deleted from the scene; the possible explanations include the object becoming static (merging into the background), the object entering into a building/car, or simply leaving the camera's field of view;
- Otherwise, the variance V1 (t + 1) is adjusted using the expression σf (t + ϊ) = (l + δ)σ2(t) where δ=0.05; since no observation is available for each feature, the latest template mean vector is used for prediction, which states that MI (t + ϊ) =MI (t) + MI (t) .
For each candidate blob k in frame t+1 that is not matched, a new object template Mt(t + l) is created from Bk (t + 1) , this stage being indicated in Figure 3 by reference numeral 59. The choice of initial variance vector Vk (t + 1) needs some consideration - it can be copied from either a very similar object already in the scene or typical values obtained by prior statistical analysis of tracked object, however, will not be declared 'real' until after it has been tracked for a number of frames, or 2X(t + l)>=MIN_SEEN, e.g. 10 frames, so as to discount any short momentary object movements. Prior to this, tracked objects are classified as 'new'. If an object is lost before it reaches 'real' it is simply deleted.
The classification of an object as 'new' or 'real' is used to determine whether or not the positional data for that object is recorded in a trajectory database. An object is not trusted until it reaches 'real' status. At this time, its movement history is recorded and, if desired, a trail line is displayed showing the path being taken by the object.
Following the above-mentioned tracking steps, the process repeats from the attention manager stage 43 for the or each blob in the next incoming frame t+2 and so on.
In general, blob-based tracking is found to be particularly effective in dealing with sudden changes in an object's appearance which may be caused by, for example, the object being occluded by a static object, such as a video sequence in which a person walks and sits down behind a desk with only a small part of the upper body being visible. Other tracking methods, such as appearance-based tracking methods, often fail to maintain a match when such dramatic appearance changes occur.
Attention Level 2 Processing
As mentioned above, 'attention level 2' status is assigned to two or more blobs that are about to occlude. In this case, the relevant blobs continue to be tracked using a blob- based tracking stage (indicated by reference numeral 47 in Figure 3). In this case, however, following the match decision stage 53, an appearance model is either created or updated for the relevant blobs depending on whether or not a match is made. The appearance model for a particular blob comprises a colour histogram indicating the frequency (i.e. number of pixels) of each colour level that occurs within that blob. To augment the histogram, an edge density map may also be created for each blob. The appearance model is defined in detail below.
First, we let / be a detected blob in the incoming frame. The colours in / are quantified into /T? colours c,,...,^ . We also let /<» denote the colour of a p\xe\ p = (x,y)e i , and lc ≡{p \l(p) = c}. Thus, p≡ Ic meanspe l, i(p) = c . We denote the set 1,2,... ,n by[n] . The normalised colour histogram h of 7 is defined for ie [m\ such that It1(C1) gives, for any pixel in / , the probability that the colour of the pixel isc(. . Given the count, #,(c;) ≡|{/?e /c }| , it follows that,
A'(c')=πτr (3)
In a similar manner, we define an edge density map ^;(e;)for the same blob so as to complement the colour histogram. First, an edge detector (which can be the known horizontal and vertical Sobel operator) is applied to the intensity image. Then, after noise filtering, the resulting horizontal and vertical edges of a pixel are respectively quantified into 16 bins each. This will create a one-dimensional edge histogram of Λ/=32 bins.
As indicated in Figure 3, if a new appearance model is created in stage 63, a new object template is created in stage 59. Similarly, if an existing appearance model is updated in stage 61 , updating of the blob's temporal template takes place (as before) in stage 57. The process repeats again for the next incoming frame at the attention manager stage 43.
Attention Level 3 Processing In the case where two or more blobs overlap or merge, the following four tasks are performed.
First, the merged blobs are considered to represent a single 'group blob' by a blob-based tracker stage 49. Initially, it is likely that no match will occur in stage 55 and so a new group blob will be created in stage 67. This involves creating a new temporal template for the group blob which is classified as 'new', irrespective of the track lengths of the respective individual blobs prior to the merge. If there is a match in stage 55, the temporal template of the group object to which it matched is updated in stage 65. Following stages 65 and 67, group segmentation is performed on the group blob in stage 69.
Group Segmentation (or pixel re-classification as it is sometimes known) is performed to maintain the identities of individual blobs forming the group blob throughout the occlusion period. To achieve this, the above-mentioned appearance model, created for each blob in attention level 2, is used together with a maximum likelihood decision criterion. During group segmentation, the appearance models are not updated.
In very complex occlusion situations, it is possible for the segmentation operation to fail. For example, if a partial occlusion event occurs and lasts for a relatively long period of time (e.g. if the video captures two people standing close together and holding a conversation) then it is possible that segmentation will fail, especially if the individual objects are not distinct in terms of their appearance. In order to maintain tracking during such a complex situation, there is an inter-play between the above-described blob tracker, and an additional appearance-based tracker. More specifically, at the time when occlusion occurs, one of the objects in the group is identified as (i) having the highest depth order, i.e. the object is estimated to be furthest from the camera, and (ii) being represented by a number of pixels which is tending to decrease over time. Having identified such an object, its temporal template is updated using Kalman filtering. Here, the aim is to allow the Kalman filter to predict the identified object's features throughout the occlusion event such that, when the occluded objects split, each object can be correctly matched. A method for identifying the depth order of a particular object is described below in relation to the segmentation operation.
Attention Level 4 Processing In the case where a group object has split, the identities of the individual objects are recovered through appearance-based tracking. Referring back to Figure 3, it will be seen that an appearance based tracker 48 is employed which operates on the respective colour appearance models for the objects concerned.
As is known in the art, colour appearance models can be used for matching and tracking purposes. These actions imply comparing the newly detected foreground regions in the incoming frame with the tracked models. A normalised L1 distance, as defined below, is used.
Figure imgf000019_0001
where / and /' , represent a model and a candidate blob, respectively. Matching is performed on the basis of the normalised distance, a smaller distance indicating a better match.
In a dynamic visual scene, the lighting conditions as well as an object's pose, scale, and perceived colours often change with time. In order to accommodate these effects, each object's temporal template and appearance model is updated in blocks 71 and 72 respectively. In the case of the appearance model, we use a first-order updating process: h,{ct,ή = a-hI{cl,t-l)+(l-a)-hr{c!,t) where h?w(c,,t) is the histogram obtained for the matched object at time t, h,(c,,t-l) the stored model at time t-1 , and h,(c,,ή the updated model at time t. a is a constant (0< α<l) that determines the speed of the updating process. The value of α determines the speed at which the new information is incorporated into the model - the smaller the value, the faster the incorporation. In this embodiment a value of α = o.9 is used. Note, however, that updating should only occur when the object is not occluded by other moving objects, although occlusions by stationary objects is acceptable. Group Segmentation Stage 69
As mentioned above, group segmentation is performed on grouped blobs in attention level 3. A known method for performing group segmentation is based on Huang et al. in "Spatial colour indexing and applications," International Journal of Computer Vision, 35(3), 1999. The following is a description of the segmentation method used in the present embodiment. To summarise the method, for each pixel of the group blob, we calculate the likelihood of the pixel belonging to an individual blob forming part of the group blob. The likelihood calculation is based on the appearance model generated for that individual blob in attention level 2. This process is repeated for each of the blobs forming part of the group blob. Following this, the pixel is classified to the individual blob returning the highest likelihood value. The aim of the group segmentation stage 69 is illustrated in Figures 7(a) to 7(c) which show, respectively, (a) an original video frame, (b) the resulting group blob and (c) the ideal segmentation result. Having segmented the group blob, it is possible to maintain the identities of the two constituent objects during the occlusion such that, when they split, no extra processing is required to re-learn the identities of the two objects.
The group segmentation stage 69 is now considered in detail.
Given a set of objects M1 , i≡ s and a detected group blob G resulting from the merge of two or more objects, and assuming that all the models have equal prior probability, then a pixel pe G with a colour cp is classified as belonging to the model M1n , if and only if:
w = argmaxIL (G ]M1) (4) isS where τιp(G\M). is the likelihood of the pixel pe G belonging to the model M1. Given that w(p) is a small window centred atp , for smoothness purposes we can define,
πp(G\M,)≡ ∑ ^,,,,(G|M,.) (5) where,
π ,(G|M.) = ininjgM'(Cg) , lj (6)
V' ' HJc ) is the colour histogram contribution to the likelihood that a pixel q of colour cq inside the blob G belongs to the model M1. Similarly, an edge density-based histogram contribution of the pixel q of edge strength eq can be used to augment the likelihood function.
Since a colour histogram does not contain local spatial correlation information, a new parameter is introduced, namely the Spatial-Depth Affinity Metric (SDAM). In particular, a modified version of the above-described likelihood function equation IT is provided, expressed as:
πp {G \M) = Tp(Mι) Op{Mι) Up{G \Mι) (7)
where TAM,) = , and o (M ) = /?
T11(M1) O11(M1) is the newly-defined SDAM, which includes two parts. In the first part,
T11(M1) takes account of the spatial affinity of a non-occluded pixel p = (χ,y) belonging to the appearance model M1 as a function of, d(x,CM* ) - the L, distance between the x-axis of the pixel and that of the currently predicted centroid of the object, λ is a constant value close to 1 (e.g., λ = 0.99) . T11(M1) is also referred to as the spatial affinity metric (SAM). In the second part, op(M,) = β which explains the depth affinity of the pixel p with model M1 in terms of a discrete weighting value that is a function of the depth ordering of the model.
The effect of the SAM and the SDAM on the original likelihood function is now considered.
First, we consider the effect of the SAM by setting β = \ . The new likelihood function FT allows error correction for those pixels classified as belonging to an object (say object A) judged by the colour appearance metric only, but which are located further away from the predicted central axis of object A than other alternatives. As such, the segmentation results are improved considerably. An example is shown in Figures 8(a) to 8(c) which show, respectively, (a) an input video frame, (b) the object segmentation result without using the SAM in the likelihood function, and (c) the object segmentation result using the SAM in the likelihood function. In Figure 8(c), note that errors in similar colour regions are almost completely removed.
There is one major drawback in using the SAM for object segmentation purposes. During a group merging situation where two moving objects switch positions, e.g. when two people walking in opposite directions pass each other, the SAM produces an undesirable effect - a vertically-oriented false detection zone corresponding to the previous centroid position. This effect is shown stage by stage in Figures 9(a) to 9(c).
To remedy this defect, the SAM of each pixel in the group should be weighted differently. It is for this reason we use the SDAM which takes into account the weighting parameter^ which is varied for each object to reflect the layered scene situation. This β variation can be achieved by exploring the relative 'depth order' of each object within the group - the relationship between the relative depth of an object and its impact on the likelihood function can be defined as 'the closer an object is to the camera, the greater its contribution to the likelihood function'. In practice, it is found that the likelihood function works well if the value of ^ is reduced by 0.1 based on the object's relative depth. For example, an object at the top level (non-occluded) will have β=Λ , an object deemed to be further away will have β =0.9 and so on.
Given that, in most cases, objects will merge and then split, as in Figures 9(a) to 9(d), the desired variation in the likelihood function for a pixel is shown in Figures 10(a) to 10(d) which show, respectively, the likelihood function of a pixel (a) before merging, (b) and (c) during merging, and (d) after merging. The curve labelled A indicates the likelihood function of the object having greater depth.
We now consider the method by which the value of β is selected to reflect the relative depth order of the individual objects.
Depth Order Estimation
Several approaches have been suggested to automatically estimate depth order. McKenna et al. in "Tracking groups of people", Computer Vision and Image
Understanding, 80(1), October 2000, define a 'visibility index' which is the ratio between the number of visible pixels representing each object during occlusion and the expected number of pixels for that object when isolated. This visibility index is used to measure depth. A high visibility index indicates an object (in this case, a person) at the top level, i.e. nearest the camera. While this method can be used for estimating depth order, it is difficult to implement where more than two objects merge. Elgammal et al. disclose, in "Background and foreground modelling using nonparametric Kernal density estimation for visual surveillance", Proc. IEEE, 90(7), July 2002, a method to model occlusions by assigning a relative depth to each person in the group based on the segmentation result. In this case, the method can be generalised to the case of N objects. The use of the segmentation result leads to the evaluation of different hypotheses about the arrangement of objects.
In the present embodiment, we consider two methods for acquiring depth order information of group objects. The first method is a segmentation-based method which involves the detection of, and reasoning with, a so-called Overlapping zone'. The second method uses information concerning the scene geometry, together with an additional verification process, and, if necessary, examining the trend (over successive frames) of the number of pixels being re-classified as belonging to each component object.
Method 1 - Overlapping Zone When a merge between two or more objects is detected, a first-order model can be used to predict the centroid location of each object. The textural appearance of each object is correlated with the merged image at the centroid location to find a best fit. Given a best-fit location, a shape probability mask can then be used to determine 'disputed pixels', namely those pixels having non-zero value in more than one of the objects' probability masks. This group of pixels is called the Overlapping zone'. An illustration of the overlapping zone is shown schematically in Figure 9. Once the overlapping zone is determined, objects are ordered so that those assigned fewer 'disputed' pixels are given greater depth. This method is known per se and disclosed in Senior et al in "Appearance models for occlusion handling" Proc. Of PETS '01 , Hawaii, USA, Dec. 2001.
In our group segmentation stage 69, since there is no shape-based probabilistic mask, we can instead use an object's 'silhouette' taken from the most recent time to approximate the object's extent. Also, to locate properly the silhouettes of the constituent objects when they form a group, the technique introduced by Haritaoglu et al in "W4: Realtime surveillance of people and their activities" IEEE Transactions on Pattern Analysis and Machine Intelligence, 22(8) August 2000 can be used. The method computes the one- dimensional horizontal 'projection histogram' of the group silhouette by projecting the binary foreground region onto an axis perpendicular to the major axis of the blob. As upright positions are assumed, the two peaks (or heads in the case of this reference) that correspond to the x-position of the major axis of the blobs can easily be identified from the projection of the silhouette. By displacing the objects' silhouettes to their respective new x-positions, the overlapping zone is defined. From the 'disputed' pixels within the overlapping zone, pixel re-classification is carried out, and depth ordering determined.
This approach works well in most cases, although there may be problems in scenarios where people, and therefore their heads, can not be detected. Also, the perspective projection of the camera often leads to situations where it is nearly impossible to detect heads with the histogram projection technique. In addition, classification is based on colour appearance only which can be prone to errors. Therefore, in the present embodiment, an alternative method of computing the depth order is proposed to improve the group segmentation stage 69 and so ensure robust object tracking.
Method 2 - Scene Geometry In this preferred method of estimating the depth order of objects, so-called 'top down' and 'bottom up' approaches are made based on scene geometry. Specifically, the top down approach is first used to provide an estimate of the depth order of objects, after which the bottom up approach is used for verification. Based on these steps, we obtain a final depth order which is used in determining which value of β is assigned to each pixel in the likelihood function of equation (7).
In the top-down approach, it is observed that in indoor surveillance situations, video frames usually show a frontal oblique view of the monitored scene on a ground plane. It is reasonable to assume, therefore, that the relative depth of an object is related to the location of its contact point on the ground. The lower the contact point of an object, the closer that object is to the camera. An example is shown in Figure 12(a) which shows three objects in an office scene, each object being characterised by a respective fitting ellipse having a base point indicated by an 'x'. By identifying the order of base points from the bottom of the image, the depth order can be estimated. Figure 10(b) shows the 'visible line' inside the image which is parallel to, and indicative of, the perspective horizon line of the scene.
In situations where the camera does not provide a front oblique view, the method can be applied by manually entering the perspective horizon line, as indicated in Figure 13(a). In this case, depth ordering is obtained by comparing the distance of each object's base point from the horizon line. Figures 13(b) to 11(d) show the perspective scene geometry of some exemplary indoor sequences. In each case, the horizon line is represented by a line equation y=mx that passes through the origin of the coordinates set at the bottom-left corner of the image. The perpendicular distance of each object's contact point from the horizon line is used to determine the relative depth ordering of the objects.
The top-down approach is simple and effective, although the assumption has been made that the contact points of the constituent objects are visible in the image. In the event that the contact point of an object on the ground plane is not visible, e.g. because it is partially occluded by static or moving objects, or simply out of camera shot, this estimation may not be sufficient. Accordingly, the top-down approach is preferably verified by a bottom- up approach to depth ordering that uses the number of pixels assigned to each constituent object from pixel-level segmentation results obtained over a number of previously-received frames. By analysing the change in the number of pixels assigned to each model over this time period, which tends to decrease during occlusion for those with greater depth (since they are becoming more and more occluded) it is possible to validate or question the initial depth order provided by the top-down approach.
To summarise, there has been described an intelligent video surveillance system 10 which includes a new matching process stage 41 capable of robust tracking over a range of complex scenarios. In particular, the matching process stage 4 is arranged to detect commencement of an occlusion event and to perform group segmentation on the resulting grouped blob thereby to maintain the identities of individual objects being tracked. In this way, it is possible to continuously track objects before, during and after an occlusion event. Blob-based tracking ensures that any sudden change in an object's appearance will not affect the matching process, whilst also being computationally efficient. Segmentation is performed using a pre-generated appearance model for each individual blob of the grouped blob, together with the newly-defined SDAM parameter accounting for the spatial location of each pixel and the relative depth of the object to which the pixel belongs. The relative depth information can be obtained using a number of methods, the preferred method utilising a top-down scene geometry approach with a bottom-up verification step.

Claims

1. A method of tracking objects in a video sequence comprising a plurality of frames, each object being defined by a plurality of pixels, the method comprising:
(a) identifying, in a first frame, first and second objects;
(b) providing first and second appearance models respectively representing the first and second objects;
(c) identifying in a second, subsequent, frame, a group object resulting from the merging of the first and second objects;
(d) classifying each pixel of the group object as representing either the first or second object, the classification comprising (i) calculating first and second likelihood parameters respectively indicating the correspondence between said pixel's appearance and the first and second appearance models, (ii) applying a first and second weighting factor to the respective likelihood parameters respectively indicative of the depth order of the first and second objects, and (iii) identifying which of the first and second objects said pixel represents on the basis of the weighted first and second likelihood parameters.
2. A method according to claim 1 , wherein the first and second weighting factors are selected from a plurality of predetermined values, the selection being dependent on which of the first and second objects occupies an upper level and which occupies a lower level in the first frame.
3. A method according to claim 2, wherein the depth order is determined according to which of the first and second objects is nearer to a reference position in the frame, the object nearest the reference position being assigned to the upper level and the other object being assigned to the lower level.
4. A method according to claim 2, wherein the depth order is determined according to which of the first and second objects is nearer to a reference line extending across the frame, the object nearest the reference line being assigned to the upper level and the other object being assigned to the lower level.
5. A method according to claim 2, wherein the depth order is determined according to the change in number of pixels defining the respective first and second objects over a plurality of frames generated prior to the second frame, the object having the greatest change in number of pixels being assigned to the lower level and the other object being assigned to the upper level.
6. A method according to claim 3 or claim 4, wherein the depth order is verified by analysing the change in the number of pixels defining the respective first and second objects over a plurality of frames generated prior to the second frame, the object assigned to the upper level being reassigned to the lower level if the number of pixels defining said object has the greatest change in number of pixels.
7. A method according to any preceding claim, wherein the first and second appearance models represent the respective colour distribution of the first and second candidate objects.
8. A method according to any of claims 1 to 6, wherein the first and second appearance models represent a combination of the respective (a) colour distribution of, and (b) edge density information for, the first and second candidate objects.
9. A method according to claim 8, wherein the edge density information is derived from a Sobel edge detection operation performed on the candidate object.
10. A method according to any preceding claim, wherein step (c) comprises identifying a new candidate object whose frame position partially overlaps the respective frame positions of the first and second candidate objects identified in (a).
11. A method according to any of claims 1 to 9, wherein step (c) comprises identifying that the number of candidate objects in the second frame is less than the number of candidate objects identified in the first frame, and identifying a new candidate object whose frame position partially overlaps the respective frame positions of the first and second candidate objects identified in (a).
12. A method of segmenting a foreground object in a frame of a video sequence, the foreground object being defined by a plurality of foreground pixels, the method comprising:
(a) identifying, in a first frame, first and second foreground objects; (b) identifying, in a subsequent frame, a third foreground object resulting from the merging of the first and second objects;
(c) classifying each pixel of the third object as representing either the first or second foreground object on the basis of a correspondence metric indicating to which of the first or second foreground objects said pixel most likely corresponds, said correspondence metric being dependent on appearance features of the first and second foreground objects and a respective weighting factor associated with the first and second foreground objects, said weighting factor being indicative of at least the depth order of the foreground object with which it is associated.
13. A computer program stored on a computer readable medium, the computer program comprising instructions arranged, when executed on a processor, to perform the steps of any preceding claim.
14. An image processing system comprising: means arranged to receive a sequence of frames from a video source; and processing means arranged to (i) identify, in a first frame, first and second foreground objects, (ii) identify, in a subsequent frame, a third foreground object resulting from the merging of the first and second objects, and (iii) classify each pixel of the third object as representing either the first or second foreground object on the basis of a correspondence metric indicating to which of the first or second foreground objects said pixel most likely corresponds, said correspondence metric being dependent on appearance features of the first and second foreground objects and a respective weighting factor associated with the first and second foreground objects, said weighting factor being indicative of at least the depth order of the foreground object with which it is associated.
15. A video surveillance system comprising a video source for generating frames of a video sequence and an image processing system according to claim 14.
PCT/GB2006/000731 2005-03-17 2006-03-01 Method of tracking objects in a video sequence WO2006097680A1 (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
CN2006800083900A CN101142593B (en) 2005-03-17 2006-03-01 Method of tracking objects in a video sequence
JP2008501391A JP4741650B2 (en) 2005-03-17 2006-03-01 Method of object tracking in video sequence
DE602006017812T DE602006017812D1 (en) 2005-03-17 2006-03-01 METHOD FOR TRACKING OBJECTS IN A VIDEO SEQUENCE
EP06709955A EP1859410B1 (en) 2005-03-17 2006-03-01 Method of tracking objects in a video sequence
AT06709955T ATE486332T1 (en) 2005-03-17 2006-03-01 METHOD FOR TRACKING OBJECTS IN A VIDEO SEQUENCE
US11/885,751 US8073197B2 (en) 2005-03-17 2006-03-01 Method of tracking objects in a video sequence

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
EP05251638 2005-03-17
EP05251638.2 2005-03-17

Publications (1)

Publication Number Publication Date
WO2006097680A1 true WO2006097680A1 (en) 2006-09-21

Family

ID=34940594

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/GB2006/000731 WO2006097680A1 (en) 2005-03-17 2006-03-01 Method of tracking objects in a video sequence

Country Status (7)

Country Link
US (1) US8073197B2 (en)
EP (1) EP1859410B1 (en)
JP (1) JP4741650B2 (en)
CN (1) CN101142593B (en)
AT (1) ATE486332T1 (en)
DE (1) DE602006017812D1 (en)
WO (1) WO2006097680A1 (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008106506A2 (en) * 2007-02-28 2008-09-04 Honeywell International Inc. Video data matching using clustering on covariance appearance
EP2058763A1 (en) * 2007-11-02 2009-05-13 Core Logic, Inc. Apparatus for digital image stabilization using object tracking and method thereof
EP2059028A1 (en) * 2007-11-02 2009-05-13 Core Logic, Inc. Apparatus and method for digital image stabilization using object tracking
FR2927443A1 (en) * 2008-02-12 2009-08-14 Cliris Soc Par Actions Simplif METHOD FOR TRACKING INDIVIDUALS IN A FIELD OF VISION OF A CAMERA
WO2009101363A2 (en) * 2008-02-12 2009-08-20 Cliris Method for determining a local rate of transformation of an object of interest
WO2009101365A2 (en) * 2008-02-12 2009-08-20 Cliris Method for generating a density image of an observation zone
JP2010518522A (en) * 2007-02-08 2010-05-27 ビヘイヴィアラル レコグニション システムズ, インコーポレイテッド Behavior recognition system
CN101212658B (en) * 2007-12-21 2010-06-02 北京中星微电子有限公司 Target tracking method and device
GB2467932A (en) * 2009-02-19 2010-08-25 Sony Corp Image processing device and method
CN101527838B (en) * 2008-03-04 2010-12-08 华为技术有限公司 Method and system for feedback-type object detection and tracing of video object
US7898576B2 (en) 2007-02-28 2011-03-01 Honeywell International Inc. Method and system for indexing and searching objects of interest across a plurality of video streams
WO2011119015A1 (en) * 2010-03-26 2011-09-29 Mimos Berhad Method for tracking and characterising motion blobs
CN101764923B (en) * 2008-12-23 2013-03-27 北京中星微电子有限公司 Method and device for eliminating noise in motion detection
CN108229456A (en) * 2017-11-22 2018-06-29 深圳市商汤科技有限公司 Method for tracking target and device, electronic equipment, computer storage media
WO2022068433A1 (en) * 2020-09-29 2022-04-07 京东方科技集团股份有限公司 Object recognition and tracking method and apparatus

Families Citing this family (93)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8121361B2 (en) 2006-05-19 2012-02-21 The Queen's Medical Center Motion tracking system for real time adaptive imaging and spectroscopy
JP4631806B2 (en) * 2006-06-05 2011-02-16 日本電気株式会社 Object detection apparatus, object detection method, and object detection program
US8456528B2 (en) * 2007-03-20 2013-06-04 International Business Machines Corporation System and method for managing the interaction of object detection and tracking systems in video surveillance
JP2008281385A (en) * 2007-05-09 2008-11-20 Olympus Corp Image processing device
US20090002489A1 (en) * 2007-06-29 2009-01-01 Fuji Xerox Co., Ltd. Efficient tracking multiple objects through occlusion
US8200011B2 (en) * 2007-09-27 2012-06-12 Behavioral Recognition Systems, Inc. Context processor for video analysis system
US8170280B2 (en) * 2007-12-03 2012-05-01 Digital Smiths, Inc. Integrated systems and methods for video-based object modeling, recognition, and tracking
US8611591B2 (en) * 2007-12-21 2013-12-17 21 Ct, Inc. System and method for visually tracking with occlusions
US8855360B2 (en) * 2008-07-23 2014-10-07 Qualcomm Technologies, Inc. System and method for face tracking
US8812226B2 (en) * 2009-01-26 2014-08-19 GM Global Technology Operations LLC Multiobject fusion module for collision preparation system
FR2944629B1 (en) * 2009-04-17 2017-01-20 Univ De Tech De Troyes SYSTEM AND METHOD FOR TARGET LOCATION BY A CAMERA NETWORK
TWI416068B (en) 2009-12-10 2013-11-21 Ind Tech Res Inst Object tracking method and apparatus for a non-overlapping-sensor network
US8941726B2 (en) * 2009-12-10 2015-01-27 Mitsubishi Electric Research Laboratories, Inc. Method and system for segmenting moving objects from images using foreground extraction
US20110150271A1 (en) 2009-12-18 2011-06-23 Microsoft Corporation Motion detection using depth images
US8379921B1 (en) * 2010-01-26 2013-02-19 Verint Systems Ltd. Method and apparatus to determine a region of interest in a video sequence based on floor detection
US9082278B2 (en) * 2010-03-19 2015-07-14 University-Industry Cooperation Group Of Kyung Hee University Surveillance system
CN101800890B (en) * 2010-04-08 2013-04-24 北京航空航天大学 Multiple vehicle video tracking method in expressway monitoring scene
US9311708B2 (en) 2014-04-23 2016-04-12 Microsoft Technology Licensing, Llc Collaborative alignment of images
US9413477B2 (en) * 2010-05-10 2016-08-09 Microsoft Technology Licensing, Llc Screen detector
US9508011B2 (en) 2010-05-10 2016-11-29 Videosurf, Inc. Video visual and audio query
CN101819164B (en) * 2010-05-14 2011-06-01 山东大学 Device and method for detecting impurities after filling of beverage
CN101867699B (en) * 2010-05-25 2012-05-30 中国科学技术大学 Real-time tracking method of nonspecific target based on partitioning
US8487932B1 (en) 2010-08-30 2013-07-16 Disney Enterprises, Inc. Drawing figures in computer-based drawing applications
US8427483B1 (en) * 2010-08-30 2013-04-23 Disney Enterprises. Inc. Drawing figures in computer-based drawing applications
US8983121B2 (en) * 2010-10-27 2015-03-17 Samsung Techwin Co., Ltd. Image processing apparatus and method thereof
JP5649425B2 (en) * 2010-12-06 2015-01-07 株式会社東芝 Video search device
MY152782A (en) * 2010-12-13 2014-11-28 Mimos Berhad A system and method to detect intrusion event
CN102074020B (en) * 2010-12-31 2012-08-15 浙江大学 Method for performing multi-body depth recovery and segmentation on video
DE102011011931A1 (en) 2011-02-18 2012-08-23 Hella Kgaa Hueck & Co. Method for evaluating a plurality of time-shifted images, device for evaluating images, monitoring system
EP2549754A1 (en) * 2011-07-19 2013-01-23 Thomson Licensing Method and apparatus for reframing and encoding an original video signal
US9606209B2 (en) 2011-08-26 2017-03-28 Kineticor, Inc. Methods, systems, and devices for intra-scan motion correction
US20130063556A1 (en) * 2011-09-08 2013-03-14 Prism Skylabs, Inc. Extracting depth information from video from a single camera
US20130120588A1 (en) * 2011-11-16 2013-05-16 Stmicroelectronics, Inc. Video window detection
US9218782B2 (en) 2011-11-16 2015-12-22 Stmicroelectronics International N.V. Video window detection
KR101299237B1 (en) * 2011-11-23 2013-08-22 서울대학교산학협력단 Apparatus and method for detecting object using PTZ camera
SE537206C2 (en) * 2012-04-11 2015-03-03 Vidispine Ab Method and system for searching digital content
KR102026651B1 (en) * 2012-04-25 2019-09-30 삼성전자주식회사 A method and system for robust object tracking using particle filter framework
WO2013166513A2 (en) * 2012-05-04 2013-11-07 Oblong Industries, Inc. Cross-user hand tracking and shape recognition user interface
IL219795A0 (en) * 2012-05-15 2012-08-30 D V P Technologies Ltd Detection of foreign objects in maritime environments
CN103679742B (en) * 2012-09-06 2016-08-03 株式会社理光 Method for tracing object and device
CN102999921B (en) * 2012-11-09 2015-01-21 山东大学 Pixel label propagation method based on directional tracing windows
US9367733B2 (en) 2012-11-21 2016-06-14 Pelco, Inc. Method and apparatus for detecting people by a surveillance system
US10009579B2 (en) * 2012-11-21 2018-06-26 Pelco, Inc. Method and system for counting people using depth sensor
US9305365B2 (en) 2013-01-24 2016-04-05 Kineticor, Inc. Systems, devices, and methods for tracking moving targets
US9717461B2 (en) 2013-01-24 2017-08-01 Kineticor, Inc. Systems, devices, and methods for tracking and compensating for patient motion during a medical imaging scan
US10327708B2 (en) 2013-01-24 2019-06-25 Kineticor, Inc. Systems, devices, and methods for tracking and compensating for patient motion during a medical imaging scan
WO2014120734A1 (en) 2013-02-01 2014-08-07 Kineticor, Inc. Motion tracking system for real time adaptive motion compensation in biomedical imaging
US9639747B2 (en) 2013-03-15 2017-05-02 Pelco, Inc. Online learning method for people detection and counting for retail stores
CN103237155B (en) * 2013-04-01 2016-12-28 北京工业大学 The tracking of the target that a kind of single-view is blocked and localization method
AU2013242830B2 (en) * 2013-10-10 2016-11-24 Canon Kabushiki Kaisha A method for improving tracking in crowded situations using rival compensation
US20150189191A1 (en) * 2013-12-27 2015-07-02 Telemetrio LLC Process and system for video production and tracking of objects
US10004462B2 (en) 2014-03-24 2018-06-26 Kineticor, Inc. Systems, methods, and devices for removing prospective motion correction from medical imaging scans
JP6340228B2 (en) * 2014-03-27 2018-06-06 株式会社メガチップス Object detection device
CN105225217B (en) * 2014-06-23 2018-04-10 株式会社理光 Background model update method and system based on depth
US9836655B2 (en) * 2014-06-24 2017-12-05 Nec Corporation Information processing apparatus, information processing method, and computer-readable medium
EP3188660A4 (en) 2014-07-23 2018-05-16 Kineticor, Inc. Systems, devices, and methods for tracking and compensating for patient motion during a medical imaging scan
US9652675B2 (en) * 2014-07-23 2017-05-16 Microsoft Technology Licensing, Llc Identifying presentation styles of educational videos
US9836635B2 (en) * 2014-10-09 2017-12-05 Cognex Corporation Systems and methods for tracking optical codes
US9349054B1 (en) * 2014-10-29 2016-05-24 Behavioral Recognition Systems, Inc. Foreground detector for video analytics system
CN104574444B (en) * 2015-01-19 2017-06-09 天津工业大学 A kind of Camshift trackings based on goal decomposition
US9943247B2 (en) 2015-07-28 2018-04-17 The University Of Hawai'i Systems, devices, and methods for detecting false movements for motion correction during a medical imaging scan
US20170083790A1 (en) * 2015-09-23 2017-03-23 Behavioral Recognition Systems, Inc. Detected object tracker for a video analytics system
US11354819B2 (en) 2015-10-01 2022-06-07 Nortek Security & Control Methods for context-aware object tracking
US10445885B1 (en) 2015-10-01 2019-10-15 Intellivision Technologies Corp Methods and systems for tracking objects in videos and images using a cost matrix
US10019631B2 (en) 2015-11-05 2018-07-10 Qualcomm Incorporated Adapting to appearance variations when tracking a target object in video sequence
US10716515B2 (en) 2015-11-23 2020-07-21 Kineticor, Inc. Systems, devices, and methods for tracking and compensating for patient motion during a medical imaging scan
CN105719288A (en) * 2016-01-19 2016-06-29 无锡北邮感知技术产业研究院有限公司 Binary-tree based object depth order evaluation method in monocular image
JP6755713B2 (en) 2016-05-25 2020-09-16 キヤノン株式会社 Tracking device, tracking method and program
US10185877B2 (en) * 2016-07-08 2019-01-22 Huawei Technologies Co., Ltd. Systems, processes and devices for occlusion detection for video-based object tracking
JP6942464B2 (en) * 2016-12-09 2021-09-29 キヤノン株式会社 Image processing equipment, image processing methods, and programs
US10755419B2 (en) * 2017-01-30 2020-08-25 Nec Corporation Moving object detection apparatus, moving object detection method and program
US20180254065A1 (en) * 2017-03-03 2018-09-06 Qualcomm Incorporated Methods and systems for splitting non-rigid objects for video analytics
US10229503B2 (en) 2017-03-03 2019-03-12 Qualcomm Incorporated Methods and systems for splitting merged objects in detected blobs for video analytics
CN106991684B (en) * 2017-03-15 2019-09-17 上海信昊信息科技有限公司 Foreground extracting method and device
US10304207B2 (en) * 2017-07-07 2019-05-28 Samsung Electronics Co., Ltd. System and method for optical tracking
CN108229290B (en) * 2017-07-26 2021-03-02 北京市商汤科技开发有限公司 Video object segmentation method and device, electronic equipment and storage medium
CN107292916B (en) * 2017-08-08 2020-10-27 阔地教育科技有限公司 Target association method, storage device and direct recording and broadcasting interactive terminal
US20190130191A1 (en) * 2017-10-30 2019-05-02 Qualcomm Incorporated Bounding box smoothing for object tracking in a video analytics system
US20190130586A1 (en) * 2017-10-30 2019-05-02 Qualcomm Incorporated Robust sleeping object detection in video analytics
JP7003628B2 (en) * 2017-12-19 2022-01-20 富士通株式会社 Object tracking program, object tracking device, and object tracking method
US11669724B2 (en) 2018-05-17 2023-06-06 Raytheon Company Machine learning using informed pseudolabels
US11636686B2 (en) * 2018-09-26 2023-04-25 Five AI Limited Structure annotation
US11176597B2 (en) * 2018-10-30 2021-11-16 Ncr Corporation Associating shoppers together
US10872424B2 (en) 2018-11-19 2020-12-22 Accenture Global Solutions Limited Object tracking using object attributes
EP3667557B1 (en) * 2018-12-13 2021-06-16 Axis AB Method and device for tracking an object
CN112016353B (en) * 2019-05-30 2024-05-21 普天信息技术有限公司 Method and device for carrying out identity recognition on face image based on video
US11068747B2 (en) * 2019-09-27 2021-07-20 Raytheon Company Computer architecture for object detection using point-wise labels
US11004212B1 (en) * 2020-01-02 2021-05-11 Hong Kong Applied Science and Technology Research Institute Company Limited Object tracking method and system using iterative template matching
US11676391B2 (en) 2020-04-16 2023-06-13 Raytheon Company Robust correlation of vehicle extents and locations when given noisy detections and limited field-of-view image frames
US11775615B2 (en) * 2020-12-04 2023-10-03 Toyota Research Institute, Inc. System and method for tracking detected objects
US11562184B2 (en) 2021-02-22 2023-01-24 Raytheon Company Image-based vehicle classification
CN117795972A (en) * 2021-08-04 2024-03-29 三星电子株式会社 Method and electronic device for frame stabilization of video sequences
FR3131047A1 (en) * 2021-12-21 2023-06-23 Orange Method for detecting the movement of at least one object, electronic device, system, computer program product and corresponding storage medium

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4020982B2 (en) * 1995-03-10 2007-12-12 松下電器産業株式会社 Moving image processing device
KR19980702922A (en) * 1995-03-22 1998-09-05 마누엘쿠베로 Depth modeling and method and device for providing depth information of moving object
US6526161B1 (en) * 1999-08-30 2003-02-25 Koninklijke Philips Electronics N.V. System and method for biometrics-based facial feature extraction
JP2001143054A (en) * 1999-11-16 2001-05-25 Hitachi Ltd Satellite image-processing method
US6973201B1 (en) * 2000-11-01 2005-12-06 Koninklijke Philips Electronics N.V. Person tagging in an image processing system utilizing a statistical model based on both appearance and geometric features
US7058205B2 (en) * 2001-12-07 2006-06-06 Xerox Corporation Robust, on-line, view-based appearance models for visual motion analysis and visual tracking
US6954544B2 (en) * 2002-05-23 2005-10-11 Xerox Corporation Visual motion analysis method for detecting arbitrary numbers of moving objects in image sequences
JP4070618B2 (en) * 2003-01-15 2008-04-02 日本電信電話株式会社 Object tracking method, object tracking apparatus, object tracking method program, and recording medium recording the program
US7142726B2 (en) * 2003-03-19 2006-11-28 Mitsubishi Electric Research Labs, Inc. Three-dimensional scene reconstruction from labeled two-dimensional images
US20050012817A1 (en) * 2003-07-15 2005-01-20 International Business Machines Corporation Selective surveillance system with active sensor management policies
US7330593B2 (en) * 2004-06-25 2008-02-12 Stmicroelectronics, Inc. Segment based image matching method and system
EP2201784B1 (en) * 2007-10-11 2012-12-12 Koninklijke Philips Electronics N.V. Method and device for processing a depth-map

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
CAPELLADES M B ET AL: "An appearance based approach for human and object traciung", PROCEEDINGS 2003 INTERNATIONAL CONFERENCE ON IMAGE PROCESSING. ICIP-2003. BARCELONA, SPAIN, SEPT. 14 - 17, 2003, INTERNATIONAL CONFERENCE ON IMAGE PROCESSING, NEW YORK, NY : IEEE, US, vol. VOL. 2 OF 3, 14 September 2003 (2003-09-14), pages 85 - 88, XP010669829, ISBN: 0-7803-7750-8 *
SENIOR ANDREWS: "Tracking people with probabilistic appearance models", PROC 3RD IEEE INTL WORKSHOP ON PERFORMANCE EVALUATION OF TRACKING AND SURVEILLANCE (PETS 2002), COPENHAGEN, DENMARK, June 2002 (2002-06-01), pages 48 - 55, XP002341137 *
XU L-Q, LANDABASO J L, LEI B: "Segmentation and tracking of multiple moving objects for intelligent video analysis", BRITISH TELECOM (BT) TECHNOLOGY JOURNAL, vol. 22, no. 3, July 2004 (2004-07-01), pages 140 - 150, XP002341136 *

Cited By (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101260847B1 (en) 2007-02-08 2013-05-06 비헤이버럴 레코그니션 시스템즈, 인코포레이티드 Behavioral recognition system
US8620028B2 (en) 2007-02-08 2013-12-31 Behavioral Recognition Systems, Inc. Behavioral recognition system
JP2010518522A (en) * 2007-02-08 2010-05-27 ビヘイヴィアラル レコグニション システムズ, インコーポレイテッド Behavior recognition system
WO2008106506A3 (en) * 2007-02-28 2009-04-02 Honeywell Int Inc Video data matching using clustering on covariance appearance
US7925112B2 (en) 2007-02-28 2011-04-12 Honeywell International Inc. Video data matching using clustering on covariance appearance
US7898576B2 (en) 2007-02-28 2011-03-01 Honeywell International Inc. Method and system for indexing and searching objects of interest across a plurality of video streams
WO2008106506A2 (en) * 2007-02-28 2008-09-04 Honeywell International Inc. Video data matching using clustering on covariance appearance
EP2058763A1 (en) * 2007-11-02 2009-05-13 Core Logic, Inc. Apparatus for digital image stabilization using object tracking and method thereof
EP2059028A1 (en) * 2007-11-02 2009-05-13 Core Logic, Inc. Apparatus and method for digital image stabilization using object tracking
US7952615B2 (en) 2007-11-02 2011-05-31 Core Logic, Inc. Apparatus for digital image stabilization using object tracking and method thereof
US7952614B2 (en) 2007-11-02 2011-05-31 Core Logic, Inc. Apparatus and method for digital image stabilization using object tracking
CN101212658B (en) * 2007-12-21 2010-06-02 北京中星微电子有限公司 Target tracking method and device
WO2009101365A3 (en) * 2008-02-12 2009-10-29 Cliris Method for generating a density image of an observation zone
WO2009101363A3 (en) * 2008-02-12 2009-10-29 Cliris Method for determining a local rate of transformation of an object of interest
US8588480B2 (en) 2008-02-12 2013-11-19 Cliris Method for generating a density image of an observation zone
WO2009101366A3 (en) * 2008-02-12 2009-10-08 Cliris Method of tracking individuals in a field of vision of a camera
WO2009101366A2 (en) * 2008-02-12 2009-08-20 Cliris Method of tracking individuals in a field of vision of a camera
WO2009101365A2 (en) * 2008-02-12 2009-08-20 Cliris Method for generating a density image of an observation zone
WO2009101363A2 (en) * 2008-02-12 2009-08-20 Cliris Method for determining a local rate of transformation of an object of interest
FR2927443A1 (en) * 2008-02-12 2009-08-14 Cliris Soc Par Actions Simplif METHOD FOR TRACKING INDIVIDUALS IN A FIELD OF VISION OF A CAMERA
CN101527838B (en) * 2008-03-04 2010-12-08 华为技术有限公司 Method and system for feedback-type object detection and tracing of video object
CN101764923B (en) * 2008-12-23 2013-03-27 北京中星微电子有限公司 Method and device for eliminating noise in motion detection
CN101815227A (en) * 2009-02-19 2010-08-25 索尼株式会社 Image processing equipment and method
US8477995B2 (en) 2009-02-19 2013-07-02 Sony Corporation Image processing device and method
EP2222089A3 (en) * 2009-02-19 2010-12-29 Sony Corporation Image processing device and method
GB2467932A (en) * 2009-02-19 2010-08-25 Sony Corp Image processing device and method
WO2011119015A1 (en) * 2010-03-26 2011-09-29 Mimos Berhad Method for tracking and characterising motion blobs
CN108229456A (en) * 2017-11-22 2018-06-29 深圳市商汤科技有限公司 Method for tracking target and device, electronic equipment, computer storage media
WO2022068433A1 (en) * 2020-09-29 2022-04-07 京东方科技集团股份有限公司 Object recognition and tracking method and apparatus

Also Published As

Publication number Publication date
US8073197B2 (en) 2011-12-06
CN101142593A (en) 2008-03-12
EP1859410A1 (en) 2007-11-28
DE602006017812D1 (en) 2010-12-09
US20080166045A1 (en) 2008-07-10
CN101142593B (en) 2010-12-15
EP1859410B1 (en) 2010-10-27
ATE486332T1 (en) 2010-11-15
JP4741650B2 (en) 2011-08-03
JP2008533892A (en) 2008-08-21

Similar Documents

Publication Publication Date Title
US8073197B2 (en) Method of tracking objects in a video sequence
EP1859411B1 (en) Tracking objects in a video sequence
US8134596B2 (en) Classifying an object in a video frame
Gabriel et al. The state of the art in multiple object tracking under occlusion in video sequences
Porikli et al. Human body tracking by adaptive background models and mean-shift analysis
JP6655878B2 (en) Image recognition method and apparatus, program
JP4971191B2 (en) Identification of spurious areas in video frames
Di Lascio et al. A real time algorithm for people tracking using contextual reasoning
Ribeiro et al. Hand Image Segmentation in Video Sequence by GMM: a comparative analysis
KR102434397B1 (en) Real time multi-object tracking device and method by using global motion
JP6607630B2 (en) Moving object extraction apparatus, method and program
JP2020119250A (en) Object extraction method and device
Teixeira et al. Object segmentation using background modelling and cascaded change detection
Xu et al. A hybrid blob-and appearance-based framework for multi-object tracking through complex occlusions
Ma et al. Depth assisted occlusion handling in video object tracking
Di Lascio et al. Tracking interacting objects in complex situations by using contextual reasoning
Tsai et al. Multiple human objects tracking in crowded scenes
JP6616093B2 (en) Method and system for automatic ranking of vehicles in adjacent drive-through structures by appearance-based classification
RU2676028C1 (en) Method of detecting left object in video stream
Corvee et al. Occlusion tolerent tracking using hybrid prediction schemes
JP3763279B2 (en) Object extraction system, object extraction method, and object extraction program
Humphreys et al. Multiple object tracking using a neural cost function
US20230410467A1 (en) Image processing device and image processing method
Lin et al. An efficient probabilistic occupancy map-based people localization approach
Teixeira et al. Cascaded change detection for foreground segmentation

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2006709955

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 11885751

Country of ref document: US

WWE Wipo information: entry into national phase

Ref document number: 200680008390.0

Country of ref document: CN

Ref document number: 2008501391

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

NENP Non-entry into the national phase

Ref country code: RU

WWW Wipo information: withdrawn in national office

Ref document number: RU

WWP Wipo information: published in national office

Ref document number: 2006709955

Country of ref document: EP