paper-with-me

홈 › Papers

OctSqueeze: Octree-Structured Entropy Model for LiDAR Compression

2020-05-14 · CVPR 2020 6 · Lila Huang, Shenlong Wang, Kelvin Wong, Jerry Liu, Raquel Urtasun

We present a novel deep compression algorithm to reduce the memory footprint of LiDAR point clouds. Our method exploits the sparsity and structural redundancy between points to reduce the bitrate. Towards this goal, we first encode the LiDAR points into an octree, a data-efficient structure suitable for sparse point clouds. We then design a tree-structured conditional entropy model that models the probabilities of the octree symbols to encode the octree into a compact bitstream. We validate the effectiveness of our method over two large-scale datasets. The results demonstrate that our approach reduces the bitrate by 10-20% at the same reconstruction quality, compared to the previous state-of-the-art. Importantly, we also show that for the same bitrate, our approach outperforms other compression algorithms when performing downstream 3D segmentation and detection tasks using compressed representations. Our algorithm can be used to reduce the onboard and offboard storage of LiDAR points for applications such as self-driving cars, where a single vehicle captures 84 billion points per day

📄 PDF Abstract BibTeX arXiv:2005.07178

Code (6)

2023-MindSpore-1/ms-code-3/tree/main/OctSqueeze mindspore
MS-Mind/MS-Code-06/tree/main/OctSqueeze mindspore
Mind23-2/MindCode-101/tree/main/OctSqueeze mindspore
MindSpore-paper-code-2/code2/tree/main/OctSqueeze mindspore
code-implementation1/Code6/tree/main/OctSqueeze mindspore
mindspore-ai/models/tree/master/official/cv/octsqueeze mindspore

Tasks

modelSelf-Driving Cars

Similar Papers 제목 키워드 기반

Multiscale Latent-Guided Entropy Model for LiDAR Point Cloud Compression

2022-09-26 · Tingyu Fan, Linyao Gao, Yiling Xu, Dong Wang 외

The non-uniform distribution and extremely sparse nature of the LiDAR point cloud (LPC) bring significant challenges to its high-efficient compression. This paper proposes a novel end-to-end, fully-factorized deep framew…

MuSCLE: Multi Sweep Compression of LiDAR using Deep Entropy Models

2020-11-15 · NeurIPS 2020 12 · Sourav Biswas, Jerry Liu, Kelvin Wong, Shenlong Wang 외

We present a novel compression algorithm for reducing the storage of LiDAR sensor data streams. Our model exploits spatio-temporal relationships across multiple LiDAR sweeps to reduce the bitrate of both geometry and int…

Point Cloud Compression with Sibling Context and Surface Priors

2022-05-02 · Zhili Chen, Zian Qian, Sukai Wang, Qifeng Chen

We present a novel octree-based multi-level framework for large-scale point cloud compression, which can organize sparse and unstructured point clouds in a memory-efficient way. In this framework, we propose a new entrop…

VoxelContext-Net: An Octree based Framework for Point Cloud Compression

2021-05-05 · CVPR 2021 1 · Zizheng Que, Guo Lu, Dong Xu

In this paper, we propose a two-stage deep learning framework called VoxelContext-Net for both static and dynamic point cloud compression. Taking advantages of both octree based methods and voxel based schemes, our appro…

Decoder

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