paper-with-me

Papers

Adaptive Channel Encoding Transformer for Point Cloud Analysis

2021-12-05 · Guoquan Xu, Hezhi Cao, Yifan Zhang, Yanxin Ma, Jianwei Wan, Ke Xu

Transformer plays an increasingly important role in various computer vision areas and remarkable achievements have also been made in point cloud analysis. Since they mainly focus on point-wise transformer, an adaptive channel encoding transformer is proposed in this paper. Specifically, a channel convolution called Transformer-Conv is designed to encode the channel. It can encode feature channels by capturing the potential relationship between coordinates and features. Compared with simply assigning attention weight to each channel, our method aims to encode the channel adaptively. In addition, our network adopts the neighborhood search method of low-level and high-level dual semantic receptive fields to improve the performance. Extensive experiments show that our method is superior to state-of-the-art point cloud classification and segmentation methods on three benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2112.02507

Code (0)

등록된 구현이 없습니다.

Tasks

Point Cloud Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Adaptive Channel Encoding for Point Cloud Analysis

2021-12-05 · Guoquan Xu, Hezhi Cao, Yifan Zhang, Jianwei Wan 외

Attention mechanism plays a more and more important role in point cloud analysis and channel attention is one of the hotspots. With so much channel information, it is difficult for neural networks to screen useful channe…

TopNet: Transformer-Efficient Occupancy Prediction Network for Octree-Structured Point Cloud Geometry Compression

2025-01-01 · CVPR 2025 1 · Xinjie Wang, Yifan Zhang, Ting Liu, Xinpu Liu 외

Efficient Point Cloud Geometry Compression (PCGC) with a lower bits per point (BPP) and higher peak signal-to-noise ratio (PSNR) is essential for the transportation of large-scale 3D data. Although octree-based entro…

Exploiting Inductive Bias in Transformer for Point Cloud Classification and Segmentation

2023-04-27 · Zihao Li, Pan Gao, Hui Yuan, Ran Wei 외

Discovering inter-point connection for efficient high-dimensional feature extraction from point coordinate is a key challenge in processing point cloud. Most existing methods focus on designing efficient local feature ex…

3D Object Classification3D Part SegmentationInductive BiasPoint Cloud Classification+1

Point-Voxel Adaptive Feature Abstraction for Robust Point Cloud Classification

2022-10-27 · Lifa Zhu, Changwei Lin, Chen Zheng, Ninghua Yang

Great progress has been made in point cloud classification with learning-based methods. However, complex scene and sensor inaccuracy in real-world application make point cloud data suffer from corruptions, such as occlus…

ClassificationPoint Cloud Classification

Deep Point Cloud Reconstruction

2021-11-23 · ICLR 2022 4 · Jaesung Choe, Byeongin Joung, Francois Rameau, Jaesik Park 외

Point cloud obtained from 3D scanning is often sparse, noisy, and irregular. To cope with these issues, recent studies have been separately conducted to densify, denoise, and complete inaccurate point cloud. In this pape…

DenoisingPoint Cloud CompletionPoint cloud reconstructionPoint Set Upsampling