APSNet: Attention Based Point Cloud Sampling
Yang Ye, Xiulong Yang, Shihao Ji

TL;DR
This paper introduces APSNet, an attention-based neural network that adaptively samples informative points from large 3D point clouds, improving efficiency and performance in downstream tasks like classification and reconstruction.
Contribution
The paper proposes a novel sequential, attention-based sampling method for point clouds, trained with supervised and self-supervised learning, capable of generating variable sample sizes in a task-oriented manner.
Findings
APSNet outperforms existing sampling methods in downstream tasks.
The model effectively learns to select task-relevant points.
Joint training enables flexible sample size generation.
Abstract
Processing large point clouds is a challenging task. Therefore, the data is often downsampled to a smaller size such that it can be stored, transmitted and processed more efficiently without incurring significant performance degradation. Traditional task-agnostic sampling methods, such as farthest point sampling (FPS), do not consider downstream tasks when sampling point clouds, and thus non-informative points to the tasks are often sampled. This paper explores a task-oriented sampling for 3D point clouds, and aims to sample a subset of points that are tailored specifically to a downstream task of interest. Similar to FPS, we assume that point to be sampled next should depend heavily on the points that have already been sampled. We thus formulate point cloud sampling as a sequential generation process, and develop an attention-based point cloud sampling network (APSNet) to tackle this…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Surveying and Cultural Heritage · 3D Shape Modeling and Analysis · Remote Sensing and LiDAR Applications
