CS-Net:Contribution-based Sampling Network for Point Cloud Simplification
Tian Guo, Chen Chen, Hui Yuan, Xiaolong Mao, Raouf Hamzaoui, and, Junhui Hou

TL;DR
CS-Net introduces a contribution-based sampling method for point clouds that improves task-specific relevance and reduces redundancy, leading to state-of-the-art results in various 3D vision tasks.
Contribution
The paper proposes a novel differentiable Top-k sampling method with a contribution scoring module, enhancing task relevance and end-to-end trainability in point cloud simplification.
Findings
Achieved state-of-the-art performance on ModelNet40 and PU147 datasets.
Improved results in classification, registration, compression, and surface reconstruction tasks.
Effectively prioritizes important points while reducing redundancy.
Abstract
Point cloud sampling plays a crucial role in reducing computation costs and storage requirements for various vision tasks. Traditional sampling methods, such as farthest point sampling, lack task-specific information and, as a result, cannot guarantee optimal performance in specific applications. Learning-based methods train a network to sample the point cloud for the targeted downstream task. However, they do not guarantee that the sampled points are the most relevant ones. Moreover, they may result in duplicate sampled points, which requires completion of the sampled point cloud through post-processing techniques. To address these limitations, we propose a contribution-based sampling network (CS-Net), where the sampling operation is formulated as a Top-k operation. To ensure that the network can be trained in an end-to-end way using gradient descent algorithms, we use a differentiable…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · 3D Surveying and Cultural Heritage · Remote Sensing and LiDAR Applications
MethodsSoftmax · Attention Is All You Need · Entropy Regularization
