Learning Color and Locality Cues for Moving Object Detection and Segmentation
Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition — 2009
This paper presents an algorithm for automatically detecting
and segmenting a moving object from a monocular
video. Detecting and segmenting a moving object from a
video with limited object motion is challenging. Since existing
automatic algorithms rely on motion to detect the moving
object, they cannot work well when the object motion is
sparse and insufficient. In this paper, we present an unsupervised
algorithm to learn object color and locality cues
from the sparse motion information. We first detect key
frames with reliable motion cues and then estimate moving
sub-objects based on these motion cues using a Markov
Random Field (MRF) framework. From these sub-objects,
we learn an appearancemodel as a color Gaussian Mixture
Model. To avoid the false classification of background pixels
with similar color to the moving objects, the locations
of these sub-objects are propagated to neighboring frames
as locality cues. Finally, robust moving object segmentation
is achieved by combining these learned color and locality
cues with motion cues in a MRF framework. Experiments
on videos with a variety of object and camera motion
demonstrate the effectiveness of this algorithm.
Images and movies
BibTex references
@InProceedings{LG09, author = "Liu, Feng and Gleicher, Michael", title = "Learning Color and Locality Cues for Moving Object Detection and Segmentation", booktitle = "Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition", year = "2009", url = "http://graphics.cs.wisc.edu/Papers/2009/LG09" }