Learning Fine-Grained Segmentation of 3D Shapes Without Part Labels
Abstract
Existing learning-based approaches to 3D shape segmentation usually formulate it as a semantic labeling problem, assuming that all parts of training shapes are annotated with a given set of labels. This assumption, however, is unrealistic for training fine-grained segmentation on large datasets since the annotation of fine-grained parts is extremely tedious. In this paper, we approach the problem with deep clustering, where the key idea is to learn part priors from a dataset with fine-grained segmentation but no part annotations. Given point sampled 3D shapes, we model the clustering priors of points with a similarity matrix and achieve part-based segmentation through minimizing a novel low rank loss. Further, since fine-grained parts can be very tiny, a 3D shape has to be densely sampled to ensure the tiny parts are well captured and segmented. To handle densely sampled point sets, we adopt a divide-and-conquer scheme. We first partition the large point set into a number of blocks. Each block is segmented using a deep-clustering-based part prior network (PriorNet) trained in a category-agnostic manner. We then train MergeNet, a graph convolution network, to merge the segments of all blocks to form the final segmentation result. Our method is evaluated with a challenging benchmark of fine-grained segmentation, showing significant advantage over the state-of-the-art ones.
Cite
Text
Wang et al. "Learning Fine-Grained Segmentation of 3D Shapes Without Part Labels." Conference on Computer Vision and Pattern Recognition, 2021. doi:10.1109/CVPR46437.2021.01014Markdown
[Wang et al. "Learning Fine-Grained Segmentation of 3D Shapes Without Part Labels." Conference on Computer Vision and Pattern Recognition, 2021.](https://mlanthology.org/cvpr/2021/wang2021cvpr-learning-a/) doi:10.1109/CVPR46437.2021.01014BibTeX
@inproceedings{wang2021cvpr-learning-a,
title = {{Learning Fine-Grained Segmentation of 3D Shapes Without Part Labels}},
author = {Wang, Xiaogang and Sun, Xun and Cao, Xinyu and Xu, Kai and Zhou, Bin},
booktitle = {Conference on Computer Vision and Pattern Recognition},
year = {2021},
pages = {10276-10285},
doi = {10.1109/CVPR46437.2021.01014},
url = {https://mlanthology.org/cvpr/2021/wang2021cvpr-learning-a/}
}