paper-with-me

Papers

Superpoint Network for Point Cloud Oversegmentation

2021-01-01 · ICCV 2021 10 · Le Hui, Jia Yuan, Mingmei Cheng, Jin Xie, Xiaoya Zhang, Jian Yang

Superpoints are formed by grouping similar points with local geometric structures, which can effectively reduce the number of primitives of point clouds for subsequent point cloud processing. Existing superpoint methods mainly focus on employing clustering or graph partition to generate superpoints with handcrafted or learned features. Nonetheless, these methods cannot learn superpoints of point clouds with an end-to-end network. In this paper, we develop a new deep iterative clustering network to directly generate superpoints from irregular 3D point clouds in an end-to-end manner. Specifically, in our clustering network, we first jointly learn a soft point-superpoint association map from the coordinate and feature spaces of point clouds, where each point is assigned to the superpoint with a learned weight. Furthermore, we then iteratively update the association map and superpoint centers so that we can more accurately group the points into the corresponding superpoints with locally similar geometric structures. Finally, by predicting the pseudo labels of the superpoint centers, we formulate a label consistency loss on the points and superpoint centers to train the network. Extensive experiments on various datasets indicate that our method not only achieves the state-of-the-art on superpoint generation but also improves the performance of point cloud semantic segmentation. Code is available at https://github.com/fpthink/SPNet.

📄 PDF Abstract BibTeX

Code (1)

fpthink/spnet 공식 구현 pytorch

Tasks

ClusteringSemantic Segmentation

Similar Papers 제목 키워드 기반

Efficient LiDAR Point Cloud Oversegmentation Network

2023-01-01 · ICCV 2023 1 · Le Hui, Linghua Tang, Yuchao Dai, Jin Xie 외

Point cloud oversegmentation is a challenging task since it needs to produce perceptually meaningful partitions (i.e., superpoints) of a point cloud. Most existing oversegmentation methods cannot efficiently generate…

LIDAR Semantic SegmentationSemantic Segmentation

Point Cloud Oversegmentation with Graph-Structured Deep Metric Learning

2019-04-03 · CVPR 2019 6 · Loic Landrieu, Mohamed Boussaha

We propose a new supervized learning framework for oversegmenting 3D point clouds into superpoints. We cast this problem as learning deep embeddings of the local geometry and radiometry of 3D points, such that the border…

Semantic Segmentation

Superpoint-guided Semi-supervised Semantic Segmentation of 3D Point Clouds

2021-07-08 · Shuang Deng, Qiulei Dong, Bo Liu, Zhanyi Hu

3D point cloud semantic segmentation is a challenging topic in the computer vision field. Most of the existing methods in literature require a large amount of fully labeled training data, but it is extremely time-consumi…

Point Cloud SegmentationPseudo LabelSegmentationSemantic Segmentation+1

SSPC-Net: Semi-supervised Semantic 3D Point Cloud Segmentation Network

2021-04-16 · Mingmei Cheng, Le Hui, Jin Xie, Jian Yang

Point cloud semantic segmentation is a crucial task in 3D scene understanding. Existing methods mainly focus on employing a large number of annotated labels for supervised semantic segmentation. Nonetheless, manually lab…

Point Cloud SegmentationScene UnderstandingSegmentationSemantic Segmentation

Self-Supervised 3D Scene Flow Estimation Guided by Superpoints

2023-05-04 · CVPR 2023 1 · Yaqi Shen, Le Hui, Jin Xie, Jian Yang

3D scene flow estimation aims to estimate point-wise motions between two consecutive frames of point clouds. Superpoints, i.e., points with similar geometric features, are usually employed to capture similar motions of l…

Scene Flow Estimation