paper-with-me

Papers

Density-Aware Farthest Point Sampling

2025-09-16 · Paolo Climaco, Jochen Garcke arxiv

We focus on training machine learning regression models in scenarios where the availability of labeled training data is limited due to computational constraints or high labeling costs. Thus, selecting suitable training sets from unlabeled data is essential for balancing performance and efficiency. For the selection of the training data, we focus on passive and model-agnostic sampling methods that only consider the data feature representations. We derive an upper bound for the expected prediction error of Lipschitz continuous regression models that linearly depends on the weighted fill distance of the training set: a quantity we can estimate simply by considering the data features. We introduce ''Density-Aware Farthest Point Sampling'' (DA-FPS), a novel sampling method. We prove that DA-FPS provides approximate minimizers for a data-driven estimation of the weighted fill distance, thereby aiming at minimizing our derived bound. We conduct experiments using two regression models across three datasets. The results demonstrate that DA-FPS significantly reduces the mean absolute prediction error compared to other sampling strategies.

📄 PDF Abstract BibTeX arXiv:2509.13213

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The farthest point strategy for progressive image sampling

1994-09-13 · Proceedings of the 12th IAPR International Conference on Pattern Recognition, Vol. 2 - Conference B: Computer Vision & Image Processing. (Cat. No.94CH3440-5) 1994 9 · Eldar, Yuval, Michael Lindenbaum, Moshe Porat 외

A new method of "farthest point strategy" (FPS) for progressive image acquisition is presented. Its main advantage is in retaining its uniformity with the increased density, providing an efficient means for sparse image …

Point Density-Aware Voxels for LiDAR 3D Object Detection

2022-03-10 · CVPR 2022 1 · Jordan S. K. Hu, Tianshu Kuai, Steven L. Waslander

LiDAR has become one of the primary 3D object detection sensors in autonomous driving. However, LiDAR's diverging point pattern with increasing distance results in a non-uniform sampled point cloud ill-suited to discreti…

3D Object DetectionAutonomous DrivingDensity Estimationobject-detection+1

Grid-GCN for Fast and Scalable Point Cloud Learning

2019-12-06 · CVPR 2020 6 · Qiangeng Xu, Xudong Sun, Cho-Ying Wu, Panqu Wang 외

Due to the sparsity and irregularity of the point cloud data, methods that directly consume points have become popular. Among all point-based models, graph convolutional networks (GCN) lead to notable performance by full…

Point Cloud Classification

An Adjustable Farthest Point Sampling Method for Approximately-sorted Point Cloud Data

2022-08-18 · Jingtao Li, Jian Zhou, Yan Xiong, Xing Chen 외

Sampling is an essential part of raw point cloud data processing such as in the popular PointNet++ scheme. Farthest Point Sampling (FPS), which iteratively samples the farthest point and performs distance updating, is on…

2k

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

2025-07-31 · Donghyun Lee, Dawoon Jeong, Jae W. Lee, Hongil Yoon arxiv

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 ac…

Point Clouds