An Unsupervised, Online Learning Framework for Moving Object Detection

Abstract

Object detection with a learned classifier has been applied successfully to difficult tasks such as detecting faces and pedestrians. Systems using this approach usually learn the classifier offline with manually labeled training data. We present a framework that learns the classifier online with automatically labeled data for the specific case of detecting moving objects from video. Motion information is used to automatically label training examples collected directly from the live detection task video. An online learner based on the Winnow algorithm incrementally trains a task-specific classifier with these examples. Since learning occurs online and without manual help, it can continue in parallel with detection and adapt the classifier over time. The framework is demonstrated on a person detection task for an office corridor scene. In this task, we use background subtraction to automatically label training examples. After the initial manual effort of implementing the labeling method, the framework runs by itself on the scene video stream to gradually train an accurate detector.

Cite

Text

Nair and Clark. "An Unsupervised, Online Learning Framework for Moving Object Detection." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2004. doi:10.1109/CVPR.2004.34

Markdown

[Nair and Clark. "An Unsupervised, Online Learning Framework for Moving Object Detection." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2004.](https://mlanthology.org/cvpr/2004/nair2004cvpr-unsupervised/) doi:10.1109/CVPR.2004.34

BibTeX

@inproceedings{nair2004cvpr-unsupervised,
  title     = {{An Unsupervised, Online Learning Framework for Moving Object Detection}},
  author    = {Nair, Vinod and Clark, James J.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2004},
  pages     = {317-324},
  doi       = {10.1109/CVPR.2004.34},
  url       = {https://mlanthology.org/cvpr/2004/nair2004cvpr-unsupervised/}
}