SparseLaneSTP: Leveraging Spatio-Temporal Priors with Sparse Transformers for 3D Lane Detection
Maximilian Pittner, Joel Janai, Mario Faigle, Alexandru Paul Condurache
TL;DR
SparseLaneSTP tackles 3D lane detection by fusing lane-aware geometric priors with a sparse transformer and incorporating temporal information through a memory-based, ego-motion-aware fusion strategy. It introduces a continuous Catmull-Rom spline lane representation, a spatio-temporal attention mechanism with dedicated masks for intra-lane, inter-lane, and historical relations, and regularization to promote smooth, consistent predictions. The approach is complemented by an auto-labeling pipeline that yields accurate long-range 3D lane labels up to 250 m, including occlusion information, enabling robust training. Experimental results on OpenLane, ONCE-3DLanes, and a new dataset show state-of-the-art performance and stronger robustness in challenging visibility and long-range scenarios, highlighting practical benefits for autonomous driving systems.
Abstract
3D lane detection has emerged as a critical challenge in autonomous driving, encompassing identification and localization of lane markings and the 3D road surface. Conventional 3D methods detect lanes from dense birds-eye-viewed (BEV) features, though erroneous transformations often result in a poor feature representation misaligned with the true 3D road surface. While recent sparse lane detectors have surpassed dense BEV approaches, they completely disregard valuable lane-specific priors. Furthermore, existing methods fail to utilize historic lane observations, which yield the potential to resolve ambiguities in situations of poor visibility. To address these challenges, we present SparseLaneSTP, a novel method that integrates both geometric properties of the lane structure and temporal information into a sparse lane transformer. It introduces a new lane-specific spatio-temporal attention mechanism, a continuous lane representation tailored for sparse architectures as well as temporal regularization. Identifying weaknesses of existing 3D lane datasets, we also introduce a precise and consistent 3D lane dataset using a simple yet effective auto-labeling strategy. Our experimental section proves the benefits of our contributions and demonstrates state-of-the-art performance across all detection and error metrics on existing 3D lane detection benchmarks as well as on our novel dataset.
