AYDIV: Adaptable Yielding 3D Object Detection via Integrated Contextual Vision Transformer
Tanmoy Dam, Sanjay Bhargav Dharavath, Sameer Alam, Nimrod Lilith, Supriyo Chakraborty, Mir Feroskhan
TL;DR
AYDIV tackles long-range 3D object detection by fusing LiDAR and camera data through a tri-phase transformer-based fusion: GCFAT provides depth-informed image features, SFFA enables sparse, depth-guided LiDAR–image alignment, and VGA fuses RoI-level voxel and image features in a volumetric grid. The framework demonstrates strong performance on Waymo Open Dataset and Argoverse2, achieving 82.04 mAPH (L2) on Waymo and a 7.40% AP improvement on AV2, outperforming several fusion-based baselines without heavy ensembling or test-time augmentation. Ablation studies confirm the necessity of each component and the global depth query for robust cross-modal fusion. These results indicate AYDIV’s potential to improve safety-critical perception in autonomous systems and motivate future work on robustness and broader domain applications.
Abstract
Combining LiDAR and camera data has shown potential in enhancing short-distance object detection in autonomous driving systems. Yet, the fusion encounters difficulties with extended distance detection due to the contrast between LiDAR's sparse data and the dense resolution of cameras. Besides, discrepancies in the two data representations further complicate fusion methods. We introduce AYDIV, a novel framework integrating a tri-phase alignment process specifically designed to enhance long-distance detection even amidst data discrepancies. AYDIV consists of the Global Contextual Fusion Alignment Transformer (GCFAT), which improves the extraction of camera features and provides a deeper understanding of large-scale patterns; the Sparse Fused Feature Attention (SFFA), which fine-tunes the fusion of LiDAR and camera details; and the Volumetric Grid Attention (VGA) for a comprehensive spatial data fusion. AYDIV's performance on the Waymo Open Dataset (WOD) with an improvement of 1.24% in mAPH value(L2 difficulty) and the Argoverse2 Dataset with a performance improvement of 7.40% in AP value demonstrates its efficacy in comparison to other existing fusion-based methods. Our code is publicly available at https://github.com/sanjay-810/AYDIV2
