paper-with-me

홈 › Papers

Curvature Informed Furthest Point Sampling

2024-11-25 · Shubham Bhardwaj, Ashwin Vinod, Soumojit Bhattacharya, Aryan Koganti, Aditya Sai Ellendula, Balakrishna Reddy

Point cloud representation has gained traction due to its efficient memory usage and simplicity in acquisition, manipulation, and storage. However, as point cloud sizes increase, effective down-sampling becomes essential to address the computational requirements of downstream tasks. Classical approaches, such as furthest point sampling (FPS), perform well on benchmarks but rely on heuristics and overlook geometric features, like curvature, during down-sampling. In this paper, We introduce a reinforcement learning-based sampling algorithm that enhances FPS by integrating curvature information. Our approach ranks points by combining FPS-derived soft ranks with curvature scores computed by a deep neural network, allowing us to replace a proportion of low-curvature points in the FPS set with high-curvature points from the unselected set. Existing differentiable sampling techniques often suffer from training instability, hindering their integration into end-to-end learning frameworks. By contrast, our method achieves stable end-to-end learning, consistently outperforming baseline models across multiple downstream geometry processing tasks. We provide comprehensive ablation studies, with both qualitative and quantitative insights into the effect of each feature on performance. Our algorithm establishes state-of-the-art results for classification, segmentation and shape completion, showcasing its robustness and adaptability.

📄 PDF Abstract BibTeX arXiv:2411.16995

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Data-Free Point Cloud Network for 3D Face Recognition

2019-11-12 · Ziyu, Zhang, Feipeng, Da 외

Point clouds-based Networks have achieved great attention in 3D object classification, segmentation and indoor scene semantic parsing. In terms of face recognition, 3D face recognition method which directly consume point…

3D Object ClassificationFace RecognitionSemantic Parsing

Gradient-Guided Furthest Point Sampling for Robust Training Set Selection

2025-10-10 · Morris Trestman, Stefan Gugler, Felix A. Faber, O. A. von Lilienfeld arxiv

Training set sampling methods are used to improve model performance and lower data costs in machine learning problems relevant to chemistry. We introduce Gradient Guided Furthest Point Sampling (GGFPS), a simple extensio…

CAD-PU: A Curvature-Adaptive Deep Learning Solution for Point Set Upsampling

2020-09-10 · Jiehong Lin, Xian Shi, Yuan Gao, Ke Chen 외

Point set is arguably the most direct approximation of an object or scene surface, yet its practical acquisition often suffers from the shortcoming of being noisy, sparse, and possibly incomplete, which restricts its use…

Point Set Upsampling

Rethinking Physics-Informed Regression Beyond Training Loops and Bespoke Architectures

2025-12-15 · Lorenzo Sabug, Eric Kerrigan arxiv

We revisit the problem of physics-informed regression, and propose a method that directly computes the state at the prediction point, simultaneously with the derivative and curvature information of the existing samples. …

Modeling Point Clouds with Self-Attention and Gumbel Subset Sampling

2019-04-06 · CVPR 2019 6 · Jiancheng Yang, Qiang Zhang, Bingbing Ni, Linguo Li 외

Geometric deep learning is increasingly important thanks to the popularity of 3D sensors. Inspired by the recent advances in NLP domain, the self-attention transformer is introduced to consume the point clouds. We develo…