Nonparametric Belief Propagation (NBP) is an inference algorithm for graphical models containing continuous, non-Gaussian random variables. NBP extends the popular class of particle filtering algorithms, which assume variables are related by a Markov chain, to general graphs. NBP's computations are based on efficient sampling algorithms which avoid the need to discretize high-dimensional spaces. Currently, NBP has been applied to several computer vision problems, but it also has many potential applications in other fields. |
![]() |
![]() |
Belief PropagationThe Belief Propagation (BP) algorithm solves graphical inference problems
via a series of local message-passing operations. For example, to compute
the outgoing (red) message at left, the central node must combine all
incoming messages (blue) with its local observation. In tree structured
graphs, BP is exact, and messages can be interpreted as sufficient statistics.
In graphs with cycles, BP is approximate, but has reasonable theoretical
justifications and produces excellent empirical results in many applications.
BP may be applied to graphs with discrete (messages are vectors) or
Gaussian (messages are means and covariances) variables. |
Products of Gaussian Mixtures
|
|
![]() |
|
Multiscale Methods for Efficient Sampling
|
|
esuddert
|
||
|
ihler
|
||
|
billf
|
||
|
willsky
|
|
(Matlab/C++)
|
Hand TrackingAccurate visual detection and tracking of 3D articulated objects is a challenging problem with applications in human-computer interfaces, motion capture, and scene understanding. We have used NBP to develop a tracking algorithm which exploits the statistical structure of a kinematic hand model to improve robustness and efficiency. We describe the hand using 16 rigid bodies constrained by revolute joints (top left). The tracking algorithm uses NBP to search for 3D configurations whose projections match image-based edge and color cues (top right). Given a single frame, NBP propagates information about likely configurations of each finger to infer overall hand position. Our graphical model of hand dynamics (lower right) allows NBP to track hand motion through image sequences. Two result videos (lower left) show projections of the marginal position estimates produced by our tracker. Note that the "Grasping" sequences shows some robustness to self-occlusion. For further details, additional results, and references, please see our technical report presented at the 2004 CVPR Workshop on Generative Model Based Vision. |
![]() |
![]() |
![]() |
![]() |
||||
![]() |
![]() |
![]() |
||||||
![]() |
![]() |
|||||||
![]() |
||||||||
| Occlusion Video Sequence | ||||||||
Facial ComponentsComponent-based visual appearance models provide the basis for many of the best face detection and recognition algorithms. We have extended these approaches to model not only the appearance of individual facial features, but also the relationships between the location and appearance of different features. Using manually aligned training images (top left), we built a nonparametric graphical prior model (top right) for the appearance and location of five different facial features. The model includes an outlier process to allow detection of occluded features. The results of using NBP to fit this model to two images are shown to the right. In both cases, feature positions are correctly identified (middle column). By observing the squinting eyes of the subject in the lower photo, and using relationships learned from the training data, NBP correctly infers (right column) that the hidden mouth is most likely smiling For further details, additional results, and references, please see our CVPR 2003 paper. |
![]() |
||||||
![]() |
|||||||
|
Training data (including image at right) courtesy
of AR
Face Database.
|
|||||||
![]() |
![]() |
||||||
![]() |
|||||||
![]() |
![]() |
||||||
![]() |
|||||||
Stereo VisionGraphical models are often used to regularize the otherwise ill-posed problem of estimating the depth of three-dimensional objects from a pair of input images. If the range of possible inverse depths, or disparities, is discretized, discrete BP may be used to produce the depth estimates at lower left. The results for NBP (lower right) verify that its sampling updates closely approximate the true BP messages. Moreover, NBP may also be applied to higher dimensional problems (often arising from more sophisticated prior models) for which discretization is intractable. For further details, additional results, and references, please see our LIDS technical report. |
Stereo test data courtesy of Middlebury Stereo Database. |
![]() |
![]() |
|||||
Left Input Image |
True Disparity Map |
|||||||
![]() |
![]() |
|||||||
Discrete BP Disparity Map |
NBP Disparity Map |
|||||||
Last Updated