AdaCoSeg: Adaptive Shape Co-Segmentation with Group Consistency Loss

Abstract

We introduce AdaCoSeg, a deep neural network architecture for adaptive co-segmentation of a set of 3D shapes represented as point clouds. Differently from the familiar single-instance segmentation problem, co-segmentation is intrinsically contextual: how a shape is segmented can vary depending on the set it is in. Hence, our network features an adaptive learning module to produce a consistent shape segmentation which adapts to a set. Specifically, given an input set of unsegmented shapes, we first employ an offline pre-trained part prior network to propose per-shape parts. Then the co-segmentation network iteratively and jointly optimizes the part labelings across the set subjected to a novel group consistency loss defined by matrix ranks. While the part prior network can be trained with noisy and inconsistently segmented shapes, the final output of AdaSeg is a consistent part labeling for the input set, with each shape segmented into up to (a user-specified) K parts. Overall, our method is weakly supervised, producing segmentations tailored to the test set, without consistent ground-truth segmentations. We show qualitative and quantitative results from AdaSeg and evaluate it via ablation studies and comparisons to state-of-the-art co-segmentation methods.

Cite

Text

Zhu et al. "AdaCoSeg: Adaptive Shape Co-Segmentation with Group Consistency Loss." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.00857

Markdown

[Zhu et al. "AdaCoSeg: Adaptive Shape Co-Segmentation with Group Consistency Loss." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/zhu2020cvpr-adacoseg/) doi:10.1109/CVPR42600.2020.00857

BibTeX

@inproceedings{zhu2020cvpr-adacoseg,
  title     = {{AdaCoSeg: Adaptive Shape Co-Segmentation with Group Consistency Loss}},
  author    = {Zhu, Chenyang and Xu, Kai and Chaudhuri, Siddhartha and Yi, Li and Guibas, Leonidas J. and Zhang, Hao},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2020},
  doi       = {10.1109/CVPR42600.2020.00857},
  url       = {https://mlanthology.org/cvpr/2020/zhu2020cvpr-adacoseg/}
}