Video Object Segmentation by Hypergraph Cut
Abstract
In this paper, we present a new framework of video object segmentation, in which we formulate the task of extracting prominent objects from a scene as the problem of hypergraph cut. We initially over-segment each frame in the sequence, and take the over-segmented image patches as the vertices in the graph. Different from the traditional pairwise graph structure, we build a novel graph structure, hypergraph, to represent the complex spatio-temporal neighborhood relationship among the patches. We assign each patch with several attributes that are computed from the optical flow and the appearance-based motion profile, and the vertices with the same attribute value is connected by a hyperedge. Through all the hyperedges, not only the complex non-pairwise relationships between the patches are described, but also their merits are integrated together organically. The task of video object segmentation is equivalent to the hypergraph partition, which can be solved by the hypergraph cut algorithm. The effectiveness of the proposed method is demonstrated by extensive experiments on nature scenes.
Cite
Text
Huang et al. "Video Object Segmentation by Hypergraph Cut." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009. doi:10.1109/CVPR.2009.5206795Markdown
[Huang et al. "Video Object Segmentation by Hypergraph Cut." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009.](https://mlanthology.org/cvpr/2009/huang2009cvpr-video/) doi:10.1109/CVPR.2009.5206795BibTeX
@inproceedings{huang2009cvpr-video,
title = {{Video Object Segmentation by Hypergraph Cut}},
author = {Huang, Yuchi and Liu, Qingshan and Metaxas, Dimitris N.},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2009},
pages = {1738-1745},
doi = {10.1109/CVPR.2009.5206795},
url = {https://mlanthology.org/cvpr/2009/huang2009cvpr-video/}
}