用神经预测编码压缩激光雷达点云,省带宽又快。
LiZIP: An Auto-Regressive Compression Framework for LiDAR Point Clouds
- 用小型MLP根据局部上下文预测点坐标,只压缩残差。
- 比LASzip小7.5%-14.8%,比Google Draco小8.8%-11.3%。
- 无需重训练即可跨数据集通用,适合车载与云端部署。
自动驾驶中激光雷达生成的海量数据阻碍了实时处理和车对外通信(V2X)。现有无损压缩方法存在权衡:行业标准算法(如LASzip)适应性差,深度学习方法计算开销大。本文提出LiZIP,一种轻量级、近无损、零漂移的自回归压缩框架,基于神经预测编码。通过紧凑的多层感知机(MLP)从局部上下文预测点坐标,仅编码稀疏残差。在NuScenes和Argoverse数据集上评估,对比GZip、LASzip和24位量化配置的Google Draco(作为高精度几何基准)。结果表明,LiZIP在不同环境下均实现更优压缩比:相比工业标准LASzip减少7.5%-14.8%文件大小,优于Google Draco 8.8%-11.3%;相比通用压缩工具GZip减少38%-48%。该系统在未见的Argoverse数据集上展现良好泛化能力,无需重新训练。其高效性为带宽受限的V2X应用及大规模云存档提供显著优势。
原文摘要 · Abstract (English)
The massive volume of data generated by LiDAR sensors in autonomous vehicles creates a bottleneck for real-time processing and vehicle-to-everything (V2X) transmission. Existing lossless compression methods often force a trade-off: industry standard algorithms (e.g., LASzip) lack adaptability, while deep learning approaches suffer from prohibitive computational costs. This paper proposes LiZIP, a lightweight, near-lossless zero-drift compression framework based on neural predictive coding. By utilizing a compact Multi-Layer Perceptron (MLP) to predict point coordinates from local context, LiZIP efficiently encodes only the sparse residuals. We evaluate LiZIP on the NuScenes and Argoverse datasets, benchmarking against GZip, LASzip, and Google Draco (configured with 24-bit quantization to serve as a high-precision geometric baseline). Results demonstrate that LiZIP consistently achieves superior compression ratios across varying environments. The proposed system achieves a 7.5%-14.8% reduction in file size compared to the industry-standard LASzip and outperforms Google Draco by 8.8%-11.3% across diverse datasets. Furthermore, the system demonstrates generalization capabilities on the unseen Argoverse dataset without retraining. Against the general purpose GZip algorithm, LiZIP achieves a reduction of 38%-48%. This efficiency offers a distinct advantage for bandwidth constrained V2X applications and large scale cloud archival.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。