A Novel Vision Transformer for Camera-LiDAR Fusion based Traffic Object Segmentation
Toomas Tahves, Junyi Gu, Mauro Bellone, Raivo Sell
TL;DR
This work tackles robust traffic object segmentation for autonomous driving by fusing camera and LiDAR data using a vision-transformer framework. The Camera-LiDAR Fusion Transformer (CLFT) introduces an embedding, encoder, and decoder architecture with cross-fusion to integrate multimodal features, extended to cyclists, signs, and pedestrians under diverse weather. Empirical results on Waymo Open Dataset show that CLFT variants, especially the Hybrid configuration, achieve higher segmentation accuracy and resilience compared to CNN and single-modality Transformer baselines, with notable gains in rain and night scenarios. While promising, the approach requires substantial computing resources and exhibits variability under severe conditions, motivating further optimization and exploration of additional sensor modalities for practical deployment.
Abstract
This paper presents Camera-LiDAR Fusion Transformer (CLFT) models for traffic object segmentation, which leverage the fusion of camera and LiDAR data using vision transformers. Building on the methodology of visual transformers that exploit the self-attention mechanism, we extend segmentation capabilities with additional classification options to a diverse class of objects including cyclists, traffic signs, and pedestrians across diverse weather conditions. Despite good performance, the models face challenges under adverse conditions which underscores the need for further optimization to enhance performance in darkness and rain. In summary, the CLFT models offer a compelling solution for autonomous driving perception, advancing the state-of-the-art in multimodal fusion and object segmentation, with ongoing efforts required to address existing limitations and fully harness their potential in practical deployments.
