METHOD AND APPARATUS FOR TRACKING A NUMBER OF OBJECTS OR OBJECT PARTS IN IMAGE SEQUENCES

- FONDAZIONE BRUNO KESSLER

A method for tracking a number of objects or object parts in image sequences utilizes a Bayesian-like approach to object tracking, computing, at each time a new image is available, a probability distribution over all possible target configurations for that time. The Bayesian-like approach to object tracking computes a probability distribution for the previous image, at time (t-1), is propagated to the new image at time (t) according to a probabilistic model of target dynamics, obtaining a predicted distribution at time (t). The Bayesian-like approach to object tracking also aligns the predicted distribution at time (t) with the evidence contained in the new image at time (t) according to a probabilistic model of visual likelihood.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
FIELD OF THE INVENTION

The present invention relates to a method and apparatus for tracking a number of objects or object parts in image sequences.

BACKGROUND

As known, video tracking is the process of locating a moving object (or several ones) in time using a camera (or several ones). An algorithm analyses the video frames and outputs the location, optionally in real time.

Visual tracking of multiple moving targets is a challenging problem. Independent tracking of individual bodies is a simple solution but fails in the presence of occlusions, where the disappearance of a target cannot be explained but in relationship with the other targets (the event in which the light emitted or reflected by an object is blocked by another object before it reaches the eye or camera where the image is taken, is called occlusion).

On the other hand, principled modeling of the occlusion process is possible when considering the joint configuration of all involved targets, and enables a single tracker in charge of estimating the joint dynamics of the different bodies to interpret images correctly during occlusion. This solution, however, requires a representation size that grows exponentially with the number of bodies, thus leading to an estimation algorithm whose computational complexity grows exponentially as well.

However, the problem of tracking the position and the velocity of a single target is well distinguished from the one of tracking the position of two or more different targets. Although both tasks can be formalized as a joint estimation problem, in the first case physical constraints impose a strong correlation of position and velocity, while in the second case the two components, the locations of the different objects, may depend only weakly from each other, if at all. Their measurements, however, may still be strongly correlated due to occlusions. This is the basic observation that has motivated the invention. In our method we deal with estimates separately, but analyze images jointly.

There are a number of acknowledged approaches described in the literature which address the multi-target/multi-part tracking problem.

In particular the article by M. Isard and J. MacCormick, BraMBLe, a Bayesian multiple-blob tracker, in Int. Conf. Computer Vision, 2003, appears to be a point of reference for the kind of probabilistic approach that this proposal addresses.

Other articles address similar problems, like T. Zhao and R. Nevatia, “Tracking Multiple Humans in Crowded Environment,” IEEE Conf. on Computer Vision and Pattern Recognition, 2004; or K. Otsuka and N. Mukawa, “Multiview occlusion analysis for tracking densely populated objects based on 2-D visual angles,” in Int. Conf. Computer Vision and Pattern Recognition, 2004.

The above references disclose implementing principled occlusion reasoning suffering from the problem of dimensionality resulting in heavy computational burden due to exponential complexity increase in the number of targets.

SUMMARY OF THE INVENTION

Therefore it is the main object of the present invention to provide a method and apparatus for tracking a number of objects or object parts in image sequences, which offers a considerable reduction in computational complexity.

The subject of this invention is a new method for tracking a number of objects or object parts based on their visual appearance observed in a plurality of successive image frames, which can handle multiple occlusions consistently and at an affordable computational cost.

The present invention offers two main contributions which allow solving the multitarget tracking problem at an affordable computational cost.

The first contribution provides a novel Bayesian framework tailored to sequential estimation problems of weakly coupled signals, like the ones describing trajectories of different targets to which we will refer from now on. Involved joint distributions are represented by the outer product of single target components, while updates are carried out using joint likelihood model. These updates produce nonseparable distributions which are mapped into single target spaces by a projection that guarantees minimal information loss. The key feature of the resulting model, dubbed Hybrid Joint-Separable (HJS), is its economical representation size that scales linearly with the number of targets.

The second contribution is the presentation of an occlusion robust multitarget appearance likelihood and an associated algorithm for an efficient update within the HJS model. The likelihood model is derived according to image formation principles and implements occlusion reasoning at pixel level.

The complexity of the HJS posterior update is quadratic in the number of tracked objects and linear in representation size of single target estimates.

Therefore the present method is unique in the way it handles occlusions in a principled way but maintains an affordable computational cost. The complexity of the method scales quadratically with the number of targets rather than exponentially, as in the known systems.

The method described hereafter addresses both scalability and robustness issues, providing a new solution which is robust to inter-object occlusions and remains practical at the same time. The method follows a Bayesian approach to object tracking: it computes, at each time a new image is available, a probability distribution over target configurations for that time. Bayesian tracking then involves two steps:

    • Prediction: the probability distribution computed for the previous image, at time (t-1), is propagated to the new image at time (t) according to a probabilistic model of target dynamics, obtaining a predicted, or prior, distribution at time (t); and
    • Update: the predicted distribution at time (t) is then aligned with the evidence contained in the new image at time (t) according to a probabilistic model of visual likelihood, obtaining a posterior distribution at time (t).

More specifically, the method in accordance with the present invention computes the posterior distribution value, or probability density, in the Update step, of any hypothetic target configuration associated with a new frame by performing image analysis, in the following way:

    • the image portion in which the target under consideration is expected to be visible under the current configuration is identified, by using a shape rendering function, namely a user-defined shape model of the target that is rendered onto the image for the specific configuration under analysis;
    • a probability value is assigned to each pixel of the identified image portion, which is computed as the probability of being occluded by another target, the probability being derived from other targets' prior distributions and their shape model;
    • a degree of dissimilarity is computed, in a user-defined way, between visual features extracted from the identified image portion and a corresponding characterization, or appearance model, of the target, the importance, or weight, of the different pixels in this calculation being thereby calculated by said probability of being occluded;
    • to said value of degree of dissimilarity, a further dissimilarity term per each other tracked target is added, each such other target-term being computed in form of the expectation, under its prior distribution, of the dissimilarity values calculated on those configurations that map closer to the camera (or to any other shooting or picture recording device used) than the one of the target under analysis, the target currently under consideration being neglected; and
    • the distribution value assigned to the hypothesized configuration of the target under analysis is finally calculated by multiplying the prior value with the negative exponential of the overall dissimilarity score as obtained according to the previous two items.

With the term “any hypothetic target configuration” it is meant not only the location of a moving subject, but also the posture, the orientation, the leg or arm angles, of any simple or articulated subjects, etc.

The above list of operations has to be repeated for each target configuration on which the value of the probability distribution has to be determined. For example, in a Particle filter implementation of the method, the list of operations has to be executed for each single element of the sample set that has been chosen to represent the distribution (i.e., for each particle). However, the method is by no means limited to being applied to such realization. The present invention is about a new routine to compute the update step of a multi-body/multi-part Bayes filter, which might be realized on a computer through approximate implementation of it, including, but not limited to, Kalman Filter, Particle Filter, Markov Chain Monte Carlo (MCMC) Filter, PhD Filter, Rao-Blackwellised Particle Filter, Grid Filter, Kernel Filter, Belief Propagation, Non-parametric Belief Propagation, PAMPAS, etc.

These and further objects are achieved by means of a method and apparatus for tracking a number of objects or object parts in image sequences, as described in the attached claims, which are considered an integral part of the present description.

BRIEF DESCRIPTION OF THE DRAWINGS

The invention will become fully clear from the following detailed description, given by way of a mere exemplifying and non limiting example, to be read with reference to the attached drawing figures, wherein:

FIG. 1 shows an example of Bayes filter iteration according to known criteria;

FIG. 2 shows an example of implementation of the shape rendering function according to the invention;

FIG. 3 shows an example of image partition by a Two-body image partitioning for an occlusion hypothesis using the shape rendering function, as from FIG. 2;

FIG. 4 shows an example of weight map; and

FIG. 5 shows a silhouette contour rendered at a hypothetic position xk of the target in background, say with index k, and corresponding weight map wk overlaid for visualization purpose as transparency mask.

DETAILED DESCRIPTION

The present invention is about a new functional routine which computes the update step of a multi-body/multi-part Bayes filter (or any approximate implementation of it including, but not limited to, Kalman Filter, Particle Filter, Markov Chain Monte Carlo (MCMC) Filter, PhD Filter, Rao-Blackwellised Particle Filter, Grid Filter, Kernel Filter, Belief Propagation, Non-parametric Belief Propagation, PAMPAS, etc.):

    • for a specific, approximate, representation of target configuration distribution;
    • using a specific form of visual likelihood that implements the visual occlusion process, which however is completely generic w.r.t the type of image cues used (including, but not limited to, image gradients, edges, color, optical flow, motion layers, texture, wavelets, feature points, etc., or any combination of them); and
    • built upon an explicit shape model of the target(s).

In the following each of the above items is specified rigorously, build upon an explicit shape model of the target(s).

FIG. 1 shows an example of Bayes filter iteration according to known criteria: the posterior distribution computed for time t-1 (Posterior t-1) is first projected to time t according to a Prediction model to get a prior distribution for time t (Prior t), and then updated with the likelihood evaluated on the new image, to get a Posterior distribution at time t (Posterior t).

This section describes the type of estimate representation the method calculates.

The configuration of a target within the monitored scene is represented on a computer by an n-dimensional vector, x, the target state. A target can be, for example but not in a limiting sense, a single object, or a part of it such as the upper leg of a person, or a joint of a mechanical arm of a robotic platform.

This state can simply be the image coordinates of the centroid of the object, or the spatial position of a person measured on the floor plane, or a high-dimensional description of its posture in terms of joint angles, etc. Let xtk denote the state of a target k at time t, where k is a unique identifier associated to each target. The joint conditional distribution p(xt1:K|z1:t) of a number of targets 1, . . . , K, which can all be of the same type or even of different types and thus each xtk may have different dimension and meaning, is defined as the distribution over the combined, joint, state vector xt1:K=(xt1, . . . ,xtK) of all the targets, conditioned on the sequence of images z1:t=(z1, . . . ,zt).

The method proposed here computes an approximate representation q(xt1:K|z1:t) of p(xt1:K|z1:t) which is given by the product of its marginal components q ( x t 1 : K z 1 : t ) = k = 1 K q ( x t k z 1 : t ) with ( 1 ) q ( x t k z 1 : t ) = p ( x t 1 : k z 1 : t ) x t 1 : K k ( 2 )

(superscript 1:K|k enumerates all object indices but k)

where distribution p(xt1:K|z1:t) in equation (2) comes from a Bayes-like filter update p ( x t 1 : K z 1 : t ) p ( z t x t 1 : K ) k = 1 K q ( x t k z 1 : t - 1 ) , ( 3 )

q(xtk|z1:t-1) is the predicted distribution for target k at time t, and p(zt|xt1:K) is a likelihood function of the type defined in section “Occlusion robust visual likelihood.”

Relation (3) defines an equivalence up to a proportionality factor which is independent of xtk, and will thus be omitted since it does not alter the shape of the distribution to be estimated (its shape contains all the information requested for tracking purpose).

This section describes the shape rendering function of a target and its representation that is used as input to the method. Each target k has a rendering procedure associated to the numeric description chosen, denoted by gk(xk). This function provides, for a given configuration xk of the target, a depth map of the target as seen from a given camera. Precisely, it computes a real-valued scalar image whose pixels contain the distance of the target surface, or an approximation of it, from the camera optical centre; in pixels where the object is not visible, a reserved value, e.g., ∞, is assigned.

An example of an implementation of this function is given in FIG. 2, showing a functional procedure of an example shape rendering function for a person tracking task. A coarse 3D model is adopted for shape, target state xk is encoded as its 2D position on the floor plane. Given a calibrated model of the camera, a depth map gk(xk) can be computed (i.e., by Computer Graphics techniques, such as ray-tracing or polygonal mesh rendering). Distance is green-coded, textured regions are at infinity.

This section describes the specific type of visual likelihood function p(z|x1:K) on which the method operates. p(z|x1:K) is a real-valued function of joint configuration x1:K and image z, and operates as follows. Image z is subdivided into a set of image patches z1, . . . ,zK. Each patch zk is composed of image pixels in which gk(xk), the associated shape rendering function instantiated for the camera which captured z and evaluated for the state represented by the k-th component of x1:K, is different from ∞ and has smaller value that all the other depth maps gm(xm) with m≠k. Patch zk, a short-hand for zk(x1:K), therefore represents the image portion in which target k is expected to be visible under hypothesis x1:K.

An example of image partition is given with reference to FIG. 3 which shows a Two-body image partitioning for an occlusion hypothesis using shape models as defined with reference to FIG. 2.

The likelihood function on which the method operates is given by the following expression - log p ( z z 1 : K ) k = 1 K L k ( z k x 1 : K ) , ( 4 )

with Lk(zk|x1:K) denoting a generic image log-likelihood function for target k only, that is evaluated on zk only.

In addition, for the method it is required each Lk(zk|x1:K) being a function that allows modulating the contribution of each single pixel of that portion to the overall score by providing a real-value weight map ω that defines the importance of each such pixel. To underline this property, let us rewrite each term in Eq. (4) by Lk(z|ωk), where ωk, a short-hand for ωk(x1:K), is a specific weight map computed as the characteristic function of the support of image patch zk under hypothesis x1:K. Precisely, ωk takes value 1 on the pixels associated to zk, and 0 elsewhere. Lk(z|ωk) can be built upon image cues such as gradients, edges, color, optical flow, stereo disparity, motion layers, texture, wavelets, feature points, etc., or any combinations of them.

As an example, Lk(z|ωk) could be evaluated by means of Bhattacharrya-coefficient based distance between the color histogram of zk and a model histogram of target k.

The method subject of the invention introduces a new functional block that performs the update of approximate distribution defined in Eq. (1) in an efficient way using the likelihood function in Eq. (4).

Manipulations show that computing q(xtk|z1:t) from Eq. (2), up to a proportionality factor, is equivalent to multiplying the temporal prior q(xtk|z1:t-1) with the function f ( z t x t k , z 1 : t - 1 ) = p ( z t x t 1 : K ) m k K q ( x t m z 1 : t - 1 ) x t 1 : K k . ( 5 )

(superscript 1:K|k enumerates all object indices but k). Again, the proportionality factor can be omitted for the same reason as in Equation (3).

Under the specific form of likelihood defined in Equation (4), an approximation to ƒ(zt|xtk,z1:t-1) is computed by - log f ( z t x t k , z 1 : t - 1 ) L k ( z t w k ) + m k L m ( z t w m k ) q ( x t m z 1 : t - 1 ) x t m where ( 6 ) w k = ω k m k K q ( x t m z 1 : t - 1 ) x 1 : K k ( 7 ) w m k = ω m n m , k K q ( x t n z 1 : t - 1 ) x 1 : K m , k . ( 8 )

wk,wm|k are now continuous-valued weight maps to be accounted for when evaluating Lk,Lm.

Equation (6), with Equations (7) and (8), define the mathematical framework of this invention.

An example weight map is shown in FIG. 4, where on the left a high-dimensional shape model of a person in a specific pose and a bimodal distribution representing a possible prior estimate of the person's position is shown. The right image shows the corresponding weight map used to update the estimate of a second person hypothesized behind her: the template shape becomes blurred due to estimation uncertainty.

The key claim is that evaluating Eq. (6) can be accomplished in a number of computations that grows quadratically with the number of targets K; evaluating ƒ(zt|xtk,z1:t-1) directly from Eq. (5) requires, instead according to known criteria, an exponential number of operations.

The gain in efficiency can be understood by rewriting wk (and similarly wm|k) in the following form: w k ( u ) = { m k ( 1 - x t m < u x t k q ( x t m z 1 : t - 1 ) x t m ) if x t k < u 0 elsewhere ( 9 )

where xtm<uxtk identifies the set of configurations xtm which, according to associated shape rendering function, render closer to the camera in pixel u than configuration xtk. Relation xtk<u∞ is meant to be true when xtk is observable in pixel u. The gain comes from the fact that the computation of the joint integral in Eq. (5) is now partitioned into K single-space integrals in Eq. (6) and Eq. (9). In practice wk(u) is equal to 0 where xtk is not observable (i.e. outside zk(x1:K)), is close to 0 in the pixels in which occlusion is likely, and is equal to 1 in the pixels in which occlusion is certainly not present.

This section describes the implementation details of the method in a stand-alone fashion. The method presents a new way to perform the update step of a Bayes filter for visual multi-target tracking. In general, Bayesian tracking involves recursively computing the posterior distribution p(xt|z1:t) of some vectorial description of the configuration xt of a scene at time t in the following way:
p(xt|z1:t)∞p(zt|xt)p(xt|z1:t-1)  (10)

where p(zt|xt) is a likelihood function for hypothesis xt evaluated on the new image zt and p(xt|z1:t-1) is the prior distribution usually computed by prediction.

When multiple targets are present, this formula can be applied to compute a posterior distribution q(xtk|z1:t) for each single target k. As shown in the previous section, each such distribution can be computed recursively from single-target priors q(xtk|z1:t-1) by
q(xtk|z1:t)∞ƒ(zt|xtk,z1:t-1)q(xtk|z1:t-1)  (11)

where ƒ(zt|xtk,z1:t-1) is a multi-target likelihood function which implements the occlusion process.

Evaluating ƒ in a straightforward way conveys exponential complexity.

The novelty of the method then lies in the efficient implementation of an approximate version of it which is defined in the following way (see also Eq. (6)): - log f ( z t x t k , z 1 : t - 1 ) L k ( z t w k ) + m k L m ( z t w m k ) q ( x t m z 1 : t - 1 ) x t m ( 12 )

Informally, wk,wm|k are scalar images computed by the algorithm which attribute to each pixel of z a value in the range [0,1]. This value is interpreted by the method as the importance of that pixel when computing the likelihood score for target k. In other words, it encodes the predicted degree of visibility of k in the considered pixel. Formally, wk,wm|k are computed for each pixel u as follows: w k ( u ) = { m k ( 1 - x t m < u x t k q ( x t m z 1 : t - 1 ) x t m ) if x t k < u 0 elsewhere , ( 13 ) w m k ( u ) = { n k , m ( 1 - x t n < u x t m q ( x t n z 1 : t - 1 ) x t n ) if x t m < u x t k < u 0 elsewhere , ( 14 )

Here relations xtm<uxtk and xtk<u∞ are defined as for Equation (9), and can be resolved by using depth information provided by the shape rendering procedure.

An informal interpretation of the formula presented in Eq. 12, and a description of how to evaluate it, is given in the following.

The equation 12 is composed of several terms, one per target, whose roles are explained next based on FIG. 5, showing a silhouette contour rendered at a hypothetic position xtk of the target in background, and corresponding weight map wk overlaid for visualization purpose as transparency mask.

Lk(zt|wk) is called the foreground term. This term calculates a dissimilarity score between the image part where target k is expected to be visible, and its appearance model.

To compute this term, the image portion in which hypothesis xtk is visible is identified by the shape rendering function is first calculated (the red contour in FIG. 5). Then, pixel weights wk are computed within this image area according to Eq. (13) (the transparency mask in FIG. 5), weighted appearance features are extracted from that region (e.g., weighted color histograms for head, torso and legs) and finally compared to the appearance model of the target. This comparison is made in terms of a distance function between extracted and modeled appearance features (e.g., Bhattacharrya-coefficient based distance between color histograms, as described for example in D. Comaniciu, V. Ramesh, and P. Meer, “Kernel-based object tracking,” IEEE Trans. on Pattern Analysis and Machine Intelligence, vol. 25, no. 5, 2003) and defines the value of Lk(zt|wk). The use of wk in this calculation has the effect of decreasing the influence of contributions due to pixels in which xtk is supposed to be occluded by at least one other target.

∫Lm(zt|wm|k)q(xtm|z1:t-1)dxtm is called the background term. This term takes into account the occlusion evidence deriving from the presence of target m≠k.

It is computed as the expectation of the foreground term of m under prior q(xtm|z1:t-1) when the configuration of k is blocked to hypothesis xtk under analysis. More in detail, for each xtm a foreground score Lm(zt|wm|k) is computed as described above, using weight map wmk defined in Eq. 14. These scores are modulated with the prior q(xtm|z1:t-1) and finally integrated. The effect of using this term in the definition of ƒ is to enforce occluded hypotheses if they are really occluded (i.e., when there is occlusion evidence within the image), and to weaken those who are not.

For reference purposes, a possible example of pseudo-code of a particle filter implementation of the method is given as follows, applying software criteria known per se.

Algorithm 1 Particle filter implementation of the proposed method input: {<xik, 1>} are weighted particle sets representing q(xtk|z1:t−1) update: order {xik} according to camera distance let {xp} denote the so obtained hybrid, ordered, particle set let kp denote the object index the particle xp belongs to initialize buffers {bfgk = N, bbgk = 0} for p = 1,...,N K do compute weight map wkp = wkp(xp) Πm≠kp(bfgm/N) compute foreground term l1 = Lkp(zt|wkp) compute background term l2 = Σm≠kpΣuw[u]kp(xp) bg[u]kp assign particle weight πp = exp(−α(l1 + l2)) update foregroung buffer bfgkp = bfgkp − wkp(xp) foreach object index m ≠ kp do compute weight map wkp|m = wkp(xp) Πn≠m,kp(bfgn/N) compute reduced foreground term l3 = Lkp(zt|wkp|m) update background buffer bbgkp = bbgkp + l3wkp|mwkp(xp) output: {<xikik>} are weighted particle sets representing q(xtk|z1:t)

In this realization, each target is assigned two image buffers, bfgk and bbgk, which are used as support to incrementally calculate weight maps and background terms (mathematical operations on these buffers, as well as on ωk, without explicit reference to pixel values are intended to be applied at each single pixel). α is a parameter whose value has been determined empirically. With this realization, the complexity of the method is bounded by O(K2N), where K is the number of tracked targets and N is the number of particles used to represent each single distribution q(xtk|z1:t). The term prediction q(xtk|z1:t-1) can be computed according to known criteria. The particle set {<xtk,1>} representing prior p(xtk|z1:t-1) can be computed from the particle representation of p(xt-1k|z1:t-1) according to known criteria.

The method can be used to address any vision-based state estimation problem; among them we can cite: people tracking, vehicle tracking, human pose estimation, tracking of mechanical objects such as a robotic arm, target tracking from a mobile platform such as a robot, etc.

Potential application areas include: Domotics, Ambient Intelligence, Visual Monitoring, Visual Surveillance, Traffic Analysis, Vision-based Control and Automation, Human-Computer Interaction, Sports Event Analysis, Robotics, and others.

A multi-person tracking system based on the present invention can be realized as follows.

The apparatus is composed of a single Personal Computer (PC) with dual Intel XEON™ 3 GHz processor, and 4 non-synchronized cameras delivering RGB images at 15 Hz, connected to the PC via fire-wire. Image data captured by these cameras is made accessible to software implementation of the method via a software package of a known type (for example the software called “libVHPD1394”).

In this realization, the following specifications over the general formulation subject of this invention have been made:

    • target state is described as target position and velocity on the floor plane, thus for each target a distribution over a 4-dimensional state space is estimated;
    • as common in many similar approaches, a linear-Gaussian dynamical model is assumed for each target to perform the prediction step of the Bayes filter;
    • the shape rendering function depicted in FIG. 2 has been adopted;
    • the appearance of the target has been characterized in terms of three body part color histograms (RGB, 8 uniform bins per channel): one for head, one for torso, and one for legs;
    • Lk(z|wk) is evaluated by means of sum of Bhattacharrya-coefficient based distance between extracted weighted body-part histograms and their pre-acquired models, body parts being thereby identified by the elements of the composite shape rendering function; and
    • the proposed method has been implemented in form of a Particle filter as reported by the above Algorithm 1.

With these choices, the calculations involved have been translated into a computer program in form of C/C++ code. No particular software development methodology or technology has been used.

The realization allows real-time tracking of 5 people on complex indoor sequences involving several complete, temporally persistent, occlusions among multiple targets. The number of image streams used by the realization can be changed via software: it operates reliably during severe occlusions even when using the images of a single camera only.

Further implementation details will not be described, as the man skilled in the art is able to carry out the invention starting from the teaching of the above description.

The present invention can be advantageously implemented through a program for computer comprising program coding means for the implementation of one or more steps of the method, when this program is running on a computer. Therefore, it is understood that the scope of protection is extended to such a program for computer and in addition to a computer readable means having a recorded message therein, said computer readable means comprising program coding means for the implementation of one or more steps of the method, when this program is run on a computer.

By means of the present invention, a number of advantages are achieved.

Tracking is based on a sequential Bayesian approach, with the aim of estimating a probability distribution for each target defined over all its possible locations or, more generically, configurations. This has the advantage of providing estimates which can support multiple hypotheses and intrinsic uncertainty, expressed by multiple modes of any shape in the distribution, which is crucial for achieving robust tracking in complex scenes.

When occlusions exist among the targets, such distributions must be computed by considering jointly all targets involved when analyzing the images because of their visual dependencies.

This leads to tracking methods which convey computational complexity that scales exponentially with the number of targets, with obvious implications on real-time applications.

In this invention it is shown that an approximate form of such distributions can be computed much more efficiently, in quadratic complexity, while still applying joint image analysis. The resulting method then handles occlusions robustly, in a principled way, while maintaining an affordable computational cost. Based on the proposed method, a tracking system has been realized that allows real-time 3D tracking of 5 people on complex indoor sequences involving several complete, temporally persistent, occlusions among multiple targets.

Many changes, modifications, variations and other uses and applications of the subject invention will become apparent to those skilled in the art after considering the specification and the accompanying drawings which disclose preferred embodiments thereof. All such changes, modifications, variations and other uses and applications which do not depart from the spirit and scope of the invention are deemed to be covered by this invention.

Claims

1. A method for tracking a number of objects or object parts in image sequences, comprising following a Bayesian-like approach to object tracking, computing, at each time a new image is available, a probability distribution over target configurations for that time, said Bayesian-like approach to object tracking comprising the following steps:

computing a probability distribution for the previous image, at time (t-1), is propagated to the new image at time (t) according to a probabilistic model of target dynamics, obtaining a predicted, or prior, distribution at time (t); and
aligning the predicted distribution, at time (t), with the evidence contained in the new image at time (t) according to a probabilistic model of visual likelihood, obaining a posterior distribution at time (t);
wherein aligning said predicted distribution at time (t) of a hypothetic target configuration associated with a new frame by performing image analysis in the following way, the image portion in which the target under consideration is expected to be visible under the current configuration is identified, by using a shape rendering function, namely a user-defined shape model of the target that is rendered onto the image for the specific configuration under analysis, a probability value is assigned to each pixel of the identified image portion, which is computed as the probability of being occluded by another target, the probability being derived from other targets' prior distributions and their shape model, a degree of dissimilarity is computed, in a user-defined way, between visual features extracted from the identified image portion and a corresponding characterization, or appearance model, of the target, the importance, or weight, of the different pixels in this calculation being thereby calculated by said probability of being occluded, to said value of degree of dissimilarity, a further dissimilarity term per each other tracked target is added, each such other target-term being computed in form of the expectation, under its prior distribution, of the dissimilarity values calculated on those configurations that map closer to the camera (or to any other shooting or picture recording device used) than the one of the target under analysis, the target currently under consideration being neglected, and the distribution value assigned to the hypothesized configuration of the target under analysis is finally calculated by multiplying the prior value with the negative exponential of the overall dissimilarity score as obtained according to the previous two items.

2. A method according to claim 1, wherein said distribution value assigned to the hypothesized configuration of the target under analysis is calculated recursively according to the following expression: q(xtk|z1:t)∞ƒ(zt|xtk,z1:t-1)q(xtk|z1:t-1)

where:
xtk is the configuration of a scene at time t for a target k;
zt is the image at time (t);
q(xtk|z1:t-1) is a posterior distribution for each single target k, when multiple targets are present, at time (t); and
q(xtk|z1:t-1) is the prior distribution at time (t);
ƒ(zt|xtk,z1:t-1) is a multi-target likelihood function which implements the occlusion process, according to the following expression:
- log ⁢   ⁢ f ⁡ ( z t ⁢ ❘ ⁢ x t k, z 1: t - 1 ) ≈ L k ⁡ ( z t ⁢ ❘ ⁢ w k ) + ∑ m ≠ k ⁢ ∫ L m ⁡ ( z t ⁢ ❘ ⁢ w m ❘ k ) ⁢ q ⁡ ( x t m ⁢ ❘ ⁢ z 1: t - 1 ) ⁢ ⅆ x t m
where:
Lk(zt|wk), called foreground term,_is said degree of dissimilarity between visual features extracted from the identified image region and a corresponding characterization, or appearance model, of the target; and
∫Lm(zt|wm|k)q(xtm|z1:t-1)dxtm, called background term, is said further dissimilarity term per each other tracked target.

3. A method according to claim 2, wherein said foreground term Lk(zt|wk) calculates a dissimilarity score between the image part where target k is expected to be visible, and its appearance model by the following steps:

the image region identified by the shape model for the hypothesis xtk under analysis is first calculated;
pixel weights wk are computed within this image area;
weighted appearance features are extracted from that region (e.g. weighted color histograms for head, torso and legs) and finally compared to the appearance model of the target; and
the comparison being made in terms of a distance function between extracted and modeled appearance features (e.g. Bhattacharrya-coefficient based distance between color histograms) and defining the value of Lk(zt|wk).

4. A method according to claim 2, wherein said background term ∫Lm(zt|wm|k)q(xtm|z1:t-1)dxtm takes into account the occlusion evidence deriving from the presence of target m≠k, and is computed as the expectation of the foreground term of m under prior q(xtm|z1:t-1) when the configuration of k is blocked to hypothesis xtk under analysis; and in that, for each xtm, a foreground score Lm(zt|wm|k) is computed, using weight maps wm|k; the scores are modulated with the prior q(xtm|z1:t-1) and finally integrated.

5. A method according to claim 2, wherein said pixel weights and weight maps wk,wm|k are scalar images computed by attributing to each pixel of z a probability value in the range [0,1], the probability value being interpreted as the importance of that pixel when computing the likelihood score for target k.

6. A method according to claim 5, characterized in that said pixel weights and weight maps wk, wm|k are computed for each pixel u as follows: w k ⁡ ( u ) = { ∏ m ≠ k ⁢   ⁢ ( 1 - ∫ x t m ⁢ < u ⁢ x t k ⁢ q ⁡ ( x t m ⁢ ❘ ⁢ z 1: t - 1 ) ⁢ ⅆ x t m ) if ⁢   ⁢ x t k ⁢ < u ⁢ ∞ 0 elsewhere, w m ❘ k ⁡ ( u ) = { ∏ n ≠ k, m ⁢   ⁢ ( 1 - ∫ x t n ⁢ < u ⁢ x t m ⁢ q ⁡ ( x t n ⁢ ❘ ⁢ z 1: t - 1 ) ⁢ ⅆ x t n ) if ⁢   ⁢ x t m ⁢ < u ⁢ x t k ⁢ < u ⁢ ∞ 0 elsewhere. where xtm<uxtk identifies the set of configurations xtm which, according to associated shape rendering function, render closer to the camera in pixel u than configuration xtk, relation xtk<u∞ is meant to be true when xtk is observable in pixel u.

7. An apparatus for tracking a number of objects or object parts in image sequences comprising means for the implementation of the method as in claim 1.

8. A computer program comprising a computer program code adapted to perform all the steps of claim 1, when said program is run on a computer.

9. A computer readable medium having a program recorded thereon, said computer readable medium comprising a computer program code adapted to perform all the steps of claim 1, when said program is run on a computer.

Patent History
Publication number: 20080031492
Type: Application
Filed: Jul 5, 2007
Publication Date: Feb 7, 2008
Patent Grant number: 7965867
Applicant: FONDAZIONE BRUNO KESSLER (Trento)
Inventor: Oswald Lanz (Bolzano)
Application Number: 11/773,483
Classifications
Current U.S. Class: 382/103.000
International Classification: G06T 7/20 (20060101);