DELTA: Dense Depth from Events and LiDAR using Transformer's Attention
Vincent Brebion, Julien Moreau, Franck Davoine
TL;DR
DELTA addresses dense depth estimation by fusing asynchronous event data with LiDAR through a transformer-based attention framework. It introduces a propagation memory and a central memory to enable high-rate, temporally coherent fusion, and uses self- and cross-attention to model intra- and inter-modal relationships, producing a single depth map per temporal window $D_{bf}$. Across SLED, MVSEC, and M3ED, DELTA achieves state-of-the-art or competitive results, with particularly strong improvements at close range (up to a fourfold error reduction) and robust performance under challenging lighting and motion. The work lays a foundation for high-rate, multi-sensor depth densification in automotive perception and suggests directions for further optimization, including alternative event representations and 3D fusion extensions.
Abstract
Event cameras and LiDARs provide complementary yet distinct data: respectively, asynchronous detections of changes in lighting versus sparse but accurate depth information at a fixed rate. To this day, few works have explored the combination of these two modalities. In this article, we propose a novel neural-network-based method for fusing event and LiDAR data in order to estimate dense depth maps. Our architecture, DELTA, exploits the concepts of self- and cross-attention to model the spatial and temporal relations within and between the event and LiDAR data. Following a thorough evaluation, we demonstrate that DELTA sets a new state of the art in the event-based depth estimation problem, and that it is able to reduce the errors up to four times for close ranges compared to the previous SOTA.
