JustDepth: Real-Time Radar-Camera Depth Estimation with Single-Scan LiDAR Supervision
Summary
JustDepth is a novel single-stage radar-camera depth estimator designed for autonomous systems, providing accurate, low-latency depth. It is trained using only radar, camera, and single-scan LiDAR data. The system aggregates all radar returns into a fixed-width 1D representation, ensuring runtime independence from point count. Key architectural components include a Height Fusion Block for modality integration, a lightweight Graph Neural Network (GNN) for global depth propagation, and a training-only confidence decoder that stabilizes learning without test-time overhead. JustDepth also employs simple augmentations to mitigate stripe artifacts, quantified by the Vertical-Horizontal Gradient Ratio (VHGR). On the nuScenes dataset, JustDepth achieves comparable accuracy to state-of-the-art methods while reducing inference time by 39.7x and stripe artifacts by 66%.
Key takeaway
For Computer Vision Engineers developing autonomous systems that demand real-time, accurate depth perception, JustDepth offers a significant advancement. Its single-stage radar-camera fusion architecture reduces inference time by 39.7x and minimizes stripe artifacts by 66% on nuScenes. You should evaluate this approach to streamline your perception pipelines, enhance system responsiveness, and potentially reduce computational overhead in your deployments.
Key insights
JustDepth integrates radar and camera for real-time depth estimation, using single-scan LiDAR for supervision.
Principles
- Decouple runtime from radar point count via fixed-width 1D representation.
- Use a training-only confidence decoder to stabilize learning.
- Mitigate stripe artifacts with simple augmentations.
Method
Aggregates radar returns into a fixed-width 1D representation, fuses modalities with a Height Fusion Block, and propagates depth globally via a lightweight GNN.
In practice
- Real-time depth for autonomous driving perception.
- Reduce inference latency in radar-camera systems.
- Improve depth accuracy in sparse radar environments.
Topics
- Radar-Camera Fusion
- Depth Estimation
- Autonomous Driving
- Real-Time Perception
- LiDAR Supervision
- Graph Neural Networks
- nuScenes Dataset
Best for: Research Scientist, AI Scientist, Computer Vision Engineer, Robotics Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.