ACL-SPC: Adaptive Closed-Loop System for Self-Supervised Point Cloud Completion
Abstract
Point cloud completion addresses filling in the missing parts of a partial point cloud obtained from depth sensors and generating a complete point cloud. Although there has been steep progress in the supervised methods on the synthetic point cloud completion task, it is hardly applicable in real-world scenarios due to the domain gap between the synthetic and real-world datasets or the requirement of prior information. To overcome these limitations, we propose a novel self-supervised framework ACL-SPC for point cloud completion to train and test on the same data. ACL-SPC takes a single partial input and attempts to output the complete point cloud using an adaptive closed-loop (ACL) system that enforces the output same for the variation of an input. We evaluate our ACL-SPC on various datasets to prove that it can successfully learn to complete a partial point cloud as the first self-supervised scheme. Results show that our method is comparable with unsupervised methods and achieves superior performance on the real-world dataset compared to the supervised methods trained on the synthetic dataset. Extensive experiments justify the necessity of self-supervised learning and the effectiveness of our proposed method for the real-world point cloud completion task. The code is publicly available from this link.
Cite
Text
Hong et al. "ACL-SPC: Adaptive Closed-Loop System for Self-Supervised Point Cloud Completion." Conference on Computer Vision and Pattern Recognition, 2023. doi:10.1109/CVPR52729.2023.00910Markdown
[Hong et al. "ACL-SPC: Adaptive Closed-Loop System for Self-Supervised Point Cloud Completion." Conference on Computer Vision and Pattern Recognition, 2023.](https://mlanthology.org/cvpr/2023/hong2023cvpr-aclspc/) doi:10.1109/CVPR52729.2023.00910BibTeX
@inproceedings{hong2023cvpr-aclspc,
title = {{ACL-SPC: Adaptive Closed-Loop System for Self-Supervised Point Cloud Completion}},
author = {Hong, Sangmin and Yavartanoo, Mohsen and Neshatavar, Reyhaneh and Lee, Kyoung Mu},
booktitle = {Conference on Computer Vision and Pattern Recognition},
year = {2023},
pages = {9435-9444},
doi = {10.1109/CVPR52729.2023.00910},
url = {https://mlanthology.org/cvpr/2023/hong2023cvpr-aclspc/}
}