JustDepth: Real-Time Radar-Camera Depth Estimation with Single-Scan LiDAR Supervision

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, quick

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

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

Topics

Best for: Research Scientist, AI Scientist, Computer Vision Engineer, Robotics Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.