paper-with-me

Papers

Efficient LiDAR Point Cloud Geometry Compression Through Neighborhood Point Attention

2022-08-26 · Ruixiang Xue, Jianqiang Wang, Zhan Ma

Although convolutional representation of multiscale sparse tensor demonstrated its superior efficiency to accurately model the occupancy probability for the compression of geometry component of dense object point clouds, its capacity for representing sparse LiDAR point cloud geometry (PCG) was largely limited. This is because 1) fixed receptive field of the convolution cannot characterize extremely and unevenly distributed sparse LiDAR points very well; and 2) pretrained convolutions with fixed weights are insufficient to dynamically capture information conditioned on the input. This work therefore suggests the neighborhood point attention (NPA) to tackle them, where we first use k nearest neighbors (kNN) to construct adaptive local neighborhood; and then leverage the self-attention mechanism to dynamically aggregate information within this neighborhood. Such NPA is devised as a NPAFormer to best exploit cross-scale and same-scale correlations for geometric occupancy probability estimation. Compared with the anchor using standardized G-PCC, our method provides >17% BD-rate gains for lossy compression, and >14% bitrate reduction for lossless scenario using popular LiDAR point clouds in SemanticKITTI and Ford datasets. Compared with the state-of-the-art (SOTA) solution using attention optimized octree coding method, our approach requires much less decoding runtime with about 640 times speedup on average, while still presenting better compression efficiency.

📄 PDF Abstract BibTeX arXiv:2208.12573

Code (0)

등록된 구현이 없습니다.

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 제목 키워드 기반

LPCM: Learning-based Predictive Coding for LiDAR Point Cloud Compression

2025-05-26 · Chang Sun, Hui Yuan, Shiqi Jiang, Da Ai 외

Since the data volume of LiDAR point clouds is very huge, efficient compression is necessary to reduce their storage and transmission costs. However, existing learning-based compression methods do not exploit the inheren…

Quantization

Octree-based Learned Point Cloud Geometry Compression: A Lossy Perspective

2026-03-30 · Kaiyu Zheng, Wei Gao, Huiming Zheng arxiv

Octree-based context learning has recently become a leading method in point cloud compression. However, its potential on lossy compression remains undiscovered. The traditional lossy compression paradigm using lossless o…

Point Clouds

Lossless Point Cloud Attribute Compression with Normal-based Intra Prediction

2021-06-23 · Qian Yin, Qingshan Ren, Lili Zhao, Wenyi Wang 외

The sparse LiDAR point clouds become more and more popular in various applications, e.g., the autonomous driving. However, for this type of data, there exists much under-explored space in the corresponding compression fr…

AttributeAutonomous Driving

Cylindrical coordinates for LiDAR point cloud compression

2021-06-21 · Shashank N. Sridhara, Eduardo Pavez, Antonio Ortega

We present an efficient voxelization method to encode the geometry and attributes of 3D point clouds obtained from autonomous vehicles. Due to the circular scanning trajectory of sensors, the geometry of LiDAR point clou…

AttributeAutonomous Vehicles

Sampling color and geometry point clouds from ShapeNet dataset

2022-01-18 · Davi Lazzarotto, Touradj Ebrahimi

The popularisation of acquisition devices capable of capturing volumetric information such as LiDAR scans and depth cameras has lead to an increased interest in point clouds as an imaging modality. Due to the high amount…