Automatic Fence Segmentation in Videos of Dynamic Scenes

Abstract

We present a fully automatic approach to detect and segment fence-like occluders from a video clip. Unlike previous approaches that usually assume either static scenes or cameras, our method is capable of handling both dynamic scenes and moving cameras. Under a bottom-up framework, it first clusters pixels into coherent groups using color and motion features. These pixel groups are then analyzed in a fully connected graph, and labeled as either fence or non-fence using graph-cut optimization. Finally, we solve a dense Conditional Random Filed (CRF) constructed from multiple frames to enhance both spatial accuracy and temporal coherence of the segmentation. Once segmented, one can use existing hole-filling methods to generate a fence-free output. Extensive evaluation suggests that our method outperforms previous automatic and interactive approaches on complex examples captured by mobile devices.

Cite

Text

Yi et al. "Automatic Fence Segmentation in Videos of Dynamic Scenes." Conference on Computer Vision and Pattern Recognition, 2016. doi:10.1109/CVPR.2016.83

Markdown

[Yi et al. "Automatic Fence Segmentation in Videos of Dynamic Scenes." Conference on Computer Vision and Pattern Recognition, 2016.](https://mlanthology.org/cvpr/2016/yi2016cvpr-automatic/) doi:10.1109/CVPR.2016.83

BibTeX

@inproceedings{yi2016cvpr-automatic,
  title     = {{Automatic Fence Segmentation in Videos of Dynamic Scenes}},
  author    = {Yi, Renjiao and Wang, Jue and Tan, Ping},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2016},
  doi       = {10.1109/CVPR.2016.83},
  url       = {https://mlanthology.org/cvpr/2016/yi2016cvpr-automatic/}
}