You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 3, 2024. It is now read-only.
If you find our work useful in your research, please consider citing:
@article{tao2022seggroup,
title={{SegGroup}: Seg-Level Supervision for {3D} Instance and Semantic Segmentation},
author={Tao, An and Duan, Yueqi and Wei, Yi and Lu, Jiwen and Zhou, Jie},
journal={IEEE Transactions on Image Processing},
year={2022},
volume={31},
pages={4952-4965},
publisher={IEEE}
}
[2022/07/01] This work is accepted by IEEE Transactions on Image Processing!
[2022/06/23] We update our paper in arXiv.
Usage
Our seg-level supervised point cloud segmentation method can be divided into two steps: 1) pseudo label generation with SegGroup and 2) fully-supervised point cloud segmentation model training with pseudo labels. The two stages are trained separately, and the evaluation of the segmentation performance is conducted on the model trained in step 2.
1. Pseudo Label Generation
Use our designed SegGroup model in seggroup/ to generate point-level pseudo labels from seg-level labels.
2. Fully Supervised Point Cloud Segmentation Model Training
After generating pseudo labels, we can use them to replace the ground-truth labels on the training set to train a standard point cloud segmentation model with full supervision.
In our work, our pseudo labels can be used in both instance segmentation and semantic segmentation task.