Multi-Class Cosegmentation
Abstract
Bottom-up, fully unsupervised segmentation remains a daunting challenge for computer vision. In the cosegmentation context, on the other hand, the availability of multiple images assumed to contain instances of the same object classes provides a weak form of supervision that can be exploited by discriminative approaches. Unfortunately, most existing algorithms are limited to a very small number of images and/or object classes (typically two of each). This paper proposes a novel energy-minimization approach to cosegmentation that can handle multiple classes and a significantly larger number of images. The proposed cost function combines spectral- and discriminative-clustering terms, and it admits a probabilistic interpretation. It is optimized using an efficient EM method, initialized using a convex quadratic approximation of the energy. Comparative experiments show that the proposed approach matches or improves the state of the art on several standard datasets.
Cite
Text
Joulin et al. "Multi-Class Cosegmentation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012. doi:10.1109/CVPR.2012.6247719Markdown
[Joulin et al. "Multi-Class Cosegmentation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012.](https://mlanthology.org/cvpr/2012/joulin2012cvpr-multi/) doi:10.1109/CVPR.2012.6247719BibTeX
@inproceedings{joulin2012cvpr-multi,
title = {{Multi-Class Cosegmentation}},
author = {Joulin, Armand and Bach, Francis R. and Ponce, Jean},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2012},
pages = {542-549},
doi = {10.1109/CVPR.2012.6247719},
url = {https://mlanthology.org/cvpr/2012/joulin2012cvpr-multi/}
}