Filling in Scenes by Propagating Probabilities Through Layers and into Appearance Models

Abstract

Inferring the identities and positions of multiple occluding objects in a noisy image is a difficult problem, even when the shapes and appearances of the allowable objects are known. Methods that detect and analyze shape features, occlusion boundaries and optical flow break down when the image is noisy. In situations where we know the boundaries and appearances of the allowable objects, a brute force method can be used to perform MAP inference. If there are K possible objects (including translations, etc.) in up to L layers, the number of possible configurations of the scene is K/sup L/, so exact inference is intractable for large numbers of objects and reasonably large numbers of layers. We construct a Bayesian network that describes the occlusion process and we use iterative probability propagation to approximately recover the identities and positions of the objects in the scene in time that is linear in K and L. Although iterative probability propagation is an approximate inference technique, it was recently used to obtain the world record in error-correcting decoding. Experiments show that when one explanation of the scene is most probable, the algorithm finds the solution. For a small problem, we show that as the number of iterations increases, iterative probability propagation performs better than a greedy technique and becomes closer to the exact MAP algorithm. Quite surprisingly, we also find that when the order of occlusion is ambiguous, the output of the algorithm may oscillate between plausible interpretations of the scene.

Cite

Text

Frey. "Filling in Scenes by Propagating Probabilities Through Layers and into Appearance Models." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2000. doi:10.1109/CVPR.2000.855818

Markdown

[Frey. "Filling in Scenes by Propagating Probabilities Through Layers and into Appearance Models." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2000.](https://mlanthology.org/cvpr/2000/frey2000cvpr-filling/) doi:10.1109/CVPR.2000.855818

BibTeX

@inproceedings{frey2000cvpr-filling,
  title     = {{Filling in Scenes by Propagating Probabilities Through Layers and into Appearance Models}},
  author    = {Frey, Brendan J.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2000},
  pages     = {1185-1192},
  doi       = {10.1109/CVPR.2000.855818},
  url       = {https://mlanthology.org/cvpr/2000/frey2000cvpr-filling/}
}