DeepCO3: Deep Instance Co-Segmentation by Co-Peak Search and Co-Saliency Detection
Abstract
In this paper, we address a new task called instance co-segmentation. Given a set of images jointly covering object instances of a specific category, instance co-segmentation aims to identify all of these instances and segment each of them, i.e. generating one mask for each instance. This task is important since instance-level segmentation is preferable for humans and many vision applications. It is also challenging because no pixel-wise annotated training data are available and the number of instances in each image is unknown. We solve this task by dividing it into two sub-tasks, co-peak search and instance mask segmentation. In the former sub-task, we develop a CNN-based network to detect the co-peaks as well as co-saliency maps for a pair of images. A co-peak has two endpoints, one in each image, that are local maxima in the response maps and similar to each other. Thereby, the two endpoints are potentially covered by a pair of instances of the same category. In the latter subtask, we design a ranking function that takes the detected co-peaks and co-saliency maps as inputs and can select the object proposals to produce the final results. Our method for instance co-segmentation and its variant for object colocalization are evaluated on four datasets, and achieve favorable performance against the state-of-the-art methods. The source codes and the collected datasets are available at https://github.com/KuangJuiHsu/DeepCO3/
Cite
Text
Hsu et al. "DeepCO3: Deep Instance Co-Segmentation by Co-Peak Search and Co-Saliency Detection." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019. doi:10.1109/CVPR.2019.00905Markdown
[Hsu et al. "DeepCO3: Deep Instance Co-Segmentation by Co-Peak Search and Co-Saliency Detection." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019.](https://mlanthology.org/cvpr/2019/hsu2019cvpr-deepco3/) doi:10.1109/CVPR.2019.00905BibTeX
@inproceedings{hsu2019cvpr-deepco3,
title = {{DeepCO3: Deep Instance Co-Segmentation by Co-Peak Search and Co-Saliency Detection}},
author = {Hsu, Kuang-Jui and Lin, Yen-Yu and Chuang, Yung-Yu},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2019},
doi = {10.1109/CVPR.2019.00905},
url = {https://mlanthology.org/cvpr/2019/hsu2019cvpr-deepco3/}
}