Maximum Weight Cliques with Mutex Constraints for Video Object Segmentation

Abstract

In this paper, we address the problem of video object segmentation, which is to automatically identify the primary object and segment the object out in every frame. We propose a novel formulation of selecting object region candidates simultaneously in all frames as finding a maximum weight clique in a weighted region graph. The selected regions are expected to have high objectness score (unary potential) as well as share similar appearance (binary potential). Since both unary and binary potentials are unreliable, we introduce two types of mutex (mutual exclusion) constraints on regions in the same clique: intra-frame and inter-frame constraints. Both types of constraints are expressed in a single quadratic form. We propose a novel algorithm to compute the maximal weight cliques that satisfy the constraints. We apply our method to challenging benchmark videos and obtain very competitive results that outperform state-of-the-art methods.

Cite

Text

Ma and Latecki. "Maximum Weight Cliques with Mutex Constraints for Video Object Segmentation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012. doi:10.1109/CVPR.2012.6247735

Markdown

[Ma and Latecki. "Maximum Weight Cliques with Mutex Constraints for Video Object Segmentation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012.](https://mlanthology.org/cvpr/2012/ma2012cvpr-maximum/) doi:10.1109/CVPR.2012.6247735

BibTeX

@inproceedings{ma2012cvpr-maximum,
  title     = {{Maximum Weight Cliques with Mutex Constraints for Video Object Segmentation}},
  author    = {Ma, Tianyang and Latecki, Longin Jan},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2012},
  pages     = {670-677},
  doi       = {10.1109/CVPR.2012.6247735},
  url       = {https://mlanthology.org/cvpr/2012/ma2012cvpr-maximum/}
}