Background Cut

Abstract

In this paper, we introduce background cut , a high quality and real-time foreground layer extraction algorithm. From a single video sequence with a moving foreground object and stationary background, our algorithm combines background subtraction, color and contrast cues to extract a foreground layer accurately and efficiently. The key idea in background cut is background contrast attenuation , which adaptively attenuates the contrasts in the background while preserving the contrasts across foreground/background boundaries. Our algorithm builds upon a key observation that the contrast (or more precisely, color image gradient) in the background is dissimilar to the contrast across foreground/background boundaries in most cases. Using background cut, the layer extraction errors caused by background clutter can be substantially reduced. Moreover, we present an adaptive mixture model of global and per-pixel background colors to improve the robustness of our system under various background changes. Experimental results of high quality composite video demonstrate the effectiveness of our background cut algorithm.

Cite

Text

Sun et al. "Background Cut." European Conference on Computer Vision, 2006. doi:10.1007/11744047_48

Markdown

[Sun et al. "Background Cut." European Conference on Computer Vision, 2006.](https://mlanthology.org/eccv/2006/sun2006eccv-background/) doi:10.1007/11744047_48

BibTeX

@inproceedings{sun2006eccv-background,
  title     = {{Background Cut}},
  author    = {Sun, Jian and Zhang, Weiwei and Tang, Xiaoou and Shum, Heung-Yeung},
  booktitle = {European Conference on Computer Vision},
  year      = {2006},
  pages     = {628-641},
  doi       = {10.1007/11744047_48},
  url       = {https://mlanthology.org/eccv/2006/sun2006eccv-background/}
}