CVFeb 28, 2023

Learning to Estimate Two Dense Depths from LiDAR and Event Data

arXiv:2302.14444v19 citationsh-index: 25
Originality Incremental advance
AI Analysis

This work improves depth estimation for autonomous driving by combining sparse LiDAR with event cameras, though it is incremental in its approach.

The paper tackles the problem of estimating dense depth maps by fusing LiDAR and event camera data, addressing the sparsity of LiDAR and the depth ambiguity in events, and achieves up to a 61% error reduction compared to state-of-the-art methods.

Event cameras do not produce images, but rather a continuous flow of events, which encode changes of illumination for each pixel independently and asynchronously. While they output temporally rich information, they lack any depth information which could facilitate their use with other sensors. LiDARs can provide this depth information, but are by nature very sparse, which makes the depth-to-event association more complex. Furthermore, as events represent changes of illumination, they might also represent changes of depth; associating them with a single depth is therefore inadequate. In this work, we propose to address these issues by fusing information from an event camera and a LiDAR using a learning-based approach to estimate accurate dense depth maps. To solve the "potential change of depth" problem, we propose here to estimate two depth maps at each step: one "before" the events happen, and one "after" the events happen. We further propose to use this pair of depths to compute a depth difference for each event, to give them more context. We train and evaluate our network, ALED, on both synthetic and real driving sequences, and show that it is able to predict dense depths with an error reduction of up to 61% compared to the current state of the art. We also demonstrate the quality of our 2-depths-to-event association, and the usefulness of the depth difference information. Finally, we release SLED, a novel synthetic dataset comprising events, LiDAR point clouds, RGB images, and dense depth maps.

Foundations

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

Your Notes