CVJul 24, 2023

LiDAR Meta Depth Completion

arXiv:2307.12761v24 citationsh-index: 56
Originality Highly original
AI Analysis

This enables flexible deployment of a single depth completion model across different LiDAR sensors, which is valuable for mobile autonomous systems and nascent adaptive scanning technologies.

The paper tackles the problem of depth completion models requiring retraining for each new LiDAR sensor due to differing scanning patterns, proposing a meta depth completion network that dynamically adapts to multiple sensors, yielding significantly better results than non-adaptive baselines and outperforming LiDAR-specific models in very sparse cases.

Depth estimation is one of the essential tasks to be addressed when creating mobile autonomous systems. While monocular depth estimation methods have improved in recent times, depth completion provides more accurate and reliable depth maps by additionally using sparse depth information from other sensors such as LiDAR. However, current methods are specifically trained for a single LiDAR sensor. As the scanning pattern differs between sensors, every new sensor would require re-training a specialized depth completion model, which is computationally inefficient and not flexible. Therefore, we propose to dynamically adapt the depth completion model to the used sensor type enabling LiDAR adaptive depth completion. Specifically, we propose a meta depth completion network that uses data patterns derived from the data to learn a task network to alter weights of the main depth completion network to solve a given depth completion task effectively. The method demonstrates a strong capability to work on multiple LiDAR scanning patterns and can also generalize to scanning patterns that are unseen during training. While using a single model, our method yields significantly better results than a non-adaptive baseline trained on different LiDAR patterns. It outperforms LiDAR-specific expert models for very sparse cases. These advantages allow flexible deployment of a single depth completion model on different sensors, which could also prove valuable to process the input of nascent LiDAR technology with adaptive instead of fixed scanning patterns.

Code Implementations1 repo
Foundations

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

Your Notes