paper-with-me

홈 › Papers

APSNet: Attention Based Point Cloud Sampling

2022-10-11 · Yang Ye, Xiulong Yang, Shihao Ji

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 problem. At each time step, APSNet attends to all the points in a cloud by utilizing the history of previously sampled points, and samples the most informative one. Both supervised learning and knowledge distillation-based self-supervised learning of APSNet are proposed. Moreover, joint training of APSNet over multiple sample sizes is investigated, leading to a single APSNet that can generate arbitrary length of samples with prominent performances. Extensive experiments demonstrate the superior performance of APSNet against state-of-the-arts in various downstream tasks, including 3D point cloud classification, reconstruction, and registration.

📄 PDF Abstract BibTeX arXiv:2210.05638

Code (1)

yangyeeee/apsnet 공식 구현 pytorch

Tasks

3D Point Cloud ClassificationKnowledge DistillationPoint Cloud ClassificationSelf-Supervised Learning

Similar Papers 제목 키워드 기반

CardioCaps: Attention-based Capsule Network for Class-Imbalanced Echocardiogram Classification

2024-03-14 · Hyunkyung Han, Jihyeon Seong, Jaesik Choi

Capsule Neural Networks (CapsNets) is a novel architecture that utilizes vector-wise representations formed by multiple neurons. Specifically, the Dynamic Routing CapsNets (DR-CapsNets) employ an affine matrix and dynami…

image-classificationImage Classificationregression

Attention-based Point Cloud Edge Sampling

2023-02-28 · CVPR 2023 1 · Chengzhi Wu, Junwei Zheng, Julius Pfrommer, Jürgen Beyerer

Point cloud sampling is a less explored research topic for this data representation. The most commonly used sampling methods are still classical random sampling and farthest point sampling. With the development of neural…

3D Part Segmentation3D Point Cloud Classification

PU-MFA : Point Cloud Up-sampling via Multi-scale Features Attention

2022-08-22 · Hyungjun Lee, Sejoon Lim

Recently, research using point clouds has been increasing with the development of 3D scanner technology. According to this trend, the demand for high-quality point clouds is increasing, but there is still a problem with …

Point cloud reconstructionPoint Cloud Super Resolution

Discrete Wavelet Transform-Based Capsule Network for Hyperspectral Image Classification

2025-01-08 · Zhiqiang Gao, Jiaqi Wang, Hangchi Shen, Zhihao Dou 외

Hyperspectral image (HSI) classification is a crucial technique for remote sensing to build large-scale earth monitoring systems. HSI contains much more information than traditional visual images for identifying the cate…

Hyperspectral Image Classificationimage-classificationImage Classification

Self-Attention Capsule Networks for Object Classification

2019-04-29 · Assaf Hoogi, Brian Wilcox, Yachee Gupta, Daniel L. Rubin

We propose a novel architecture for object classification, called Self-Attention Capsule Networks (SACN). SACN is the first model that incorporates the Self-Attention mechanism as an integral layer within the Capsule Net…

ClassificationGeneral ClassificationImage ClassificationObject