Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_cv 94% Match Research Paper Autonomous vehicle engineers,Data engineers,Robotics researchers,Cloud infrastructure specialists 1 day ago

Been There, Scanned That: Nostalgia-Driven LiDAR Compression for Self-Driving Cars

computer-vision › 3d-vision
📄 Abstract

Abstract: An autonomous vehicle can generate several terabytes of sensor data per day. A significant portion of this data consists of 3D point clouds produced by depth sensors such as LiDARs. This data must be transferred to cloud storage, where it is utilized for training machine learning models or conducting analyses, such as forensic investigations in the event of an accident. To reduce network and storage costs, this paper introduces DejaView. Although prior work uses interframe redundancies to compress data, DejaView searches for and uses redundancies on larger temporal scales (days and months) for more effective compression. We designed DejaView with the insight that the operating area of autonomous vehicles is limited and that vehicles mostly traverse the same routes daily. Consequently, the 3D data they collect daily is likely similar to the data they have captured in the past. To capture this, the core of DejaView is a diff operation that compactly represents point clouds as delta w.r.t. 3D data from the past. Using two months of LiDAR data, an end-to-end implementation of DejaView can compress point clouds by a factor of 210 at a reconstruction error of only 15 cm.
Authors (7)
Ali Khalid
Jaiaid Mobin
Sumanth Rao Appala
Avinash Maurya
Stephany Berrio Perez
M. Mustafa Rafique
+1 more
Submitted
November 1, 2025
arXiv Category
eess.IV
arXiv PDF

Key Contributions

DejaView introduces a novel LiDAR compression technique for autonomous vehicles that leverages redundancies on larger temporal scales (days and months), unlike prior methods focusing on interframe redundancies. By exploiting the insight that vehicles traverse similar routes, it uses a diff operation to compactly represent point clouds based on past captured data, significantly reducing network and storage costs.

Business Value

Dramatically reduces operational costs for autonomous vehicle fleets by minimizing data transfer and storage expenses, enabling more efficient data utilization for training and analysis.