CVAIJul 25, 2025

Multistream Network for LiDAR and Camera-based 3D Object Detection in Outdoor Scenes

arXiv:2507.19304v13 citationsh-index: 32Has CodeIROS
Originality Incremental advance
AI Analysis

This addresses the challenge of precise 3D object detection in outdoor scenes for applications like autonomous driving, though it is incremental as it builds on existing fusion methods.

The paper tackles the problem of effectively integrating LiDAR and RGB data for outdoor 3D object detection by proposing a MultiStream Detection (MuStD) network, achieving new state-of-the-art or highly competitive results on the KITTI benchmark.

Fusion of LiDAR and RGB data has the potential to enhance outdoor 3D object detection accuracy. To address real-world challenges in outdoor 3D object detection, fusion of LiDAR and RGB input has started gaining traction. However, effective integration of these modalities for precise object detection task still remains a largely open problem. To address that, we propose a MultiStream Detection (MuStD) network, that meticulously extracts task-relevant information from both data modalities. The network follows a three-stream structure. Its LiDAR-PillarNet stream extracts sparse 2D pillar features from the LiDAR input while the LiDAR-Height Compression stream computes Bird's-Eye View features. An additional 3D Multimodal stream combines RGB and LiDAR features using UV mapping and polar coordinate indexing. Eventually, the features containing comprehensive spatial, textural and geometric information are carefully fused and fed to a detection head for 3D object detection. Our extensive evaluation on the challenging KITTI Object Detection Benchmark using public testing server at https://www.cvlibs.net/datasets/kitti/eval_object_detail.php?&result=d162ec699d6992040e34314d19ab7f5c217075e0 establishes the efficacy of our method by achieving new state-of-the-art or highly competitive results in different categories while remaining among the most efficient methods. Our code will be released through MuStD GitHub repository at https://github.com/IbrahimUWA/MuStD.git

Code Implementations1 repo
Foundations

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

Your Notes