CVFeb 8, 2022

HALS: A Height-Aware Lidar Super-Resolution Framework for Autonomous Driving

arXiv:2202.03901v210 citations
AI Analysis

This addresses the cost barrier for high-resolution lidar in autonomous vehicles, though it is incremental as it builds on existing upsampling frameworks.

The paper tackles the problem of upsampling lidar point clouds for autonomous driving to reduce sensor costs, benchmarking existing methods and introducing HALS, which achieves state-of-the-art performance on three real-world datasets.

Lidar sensors are costly yet critical for understanding the 3D environment in autonomous driving. High-resolution sensors provide more details about the surroundings because they contain more vertical beams, but they come at a much higher cost, limiting their inclusion in autonomous vehicles. Upsampling lidar pointclouds is a promising approach to gain the benefits of high resolution while maintaining an affordable cost. Although there exist many pointcloud upsampling frameworks, a consistent comparison of these works against each other on the same dataset using unified metrics is still missing. In the first part of this paper, we propose to benchmark existing methods on the Kitti dataset. In the second part, we introduce a novel lidar upsampling model, HALS: Height-Aware Lidar Super-resolution. HALS exploits the observation that lidar scans exhibit a height-aware range distribution and adopts a generator architecture with multiple upsampling branches of different receptive fields. HALS regresses polar coordinates instead of spherical coordinates and uses a surface-normal loss. Extensive experiments show that HALS achieves state-of-the-art performance on 3 real-world lidar datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes