English

FastPoint: Accelerating 3D Point Cloud Model Inference via Sample Point Distance Prediction

Computer Vision and Pattern Recognition 2025-08-01 v1

Abstract

Deep neural networks have revolutionized 3D point cloud processing, yet efficiently handling large and irregular point clouds remains challenging. To tackle this problem, we introduce FastPoint, a novel software-based acceleration technique that leverages the predictable distance trend between sampled points during farthest point sampling. By predicting the distance curve, we can efficiently identify subsequent sample points without exhaustively computing all pairwise distances. Our proposal substantially accelerates farthest point sampling and neighbor search operations while preserving sampling quality and model performance. By integrating FastPoint into state-of-the-art 3D point cloud models, we achieve 2.55x end-to-end speedup on NVIDIA RTX 3090 GPU without sacrificing accuracy.

Keywords

Cite

@article{arxiv.2507.23480,
  title  = {FastPoint: Accelerating 3D Point Cloud Model Inference via Sample Point Distance Prediction},
  author = {Donghyun Lee and Dawoon Jeong and Jae W. Lee and Hongil Yoon},
  journal= {arXiv preprint arXiv:2507.23480},
  year   = {2025}
}

Comments

Accepted to ICCV 2025

R2 v1 2026-07-01T04:27:42.207Z