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

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, extended

Summary

JustDepth is a novel single-stage radar-camera depth estimator designed for autonomous systems, trained exclusively with radar, camera, and single-scan LiDAR data, avoiding auxiliary annotations. It aggregates all radar returns into a fixed-width 1D representation, ensuring constant inference latency regardless of point count. The architecture incorporates a Height Fusion Block for efficient modality fusion and a lightweight Graph Neural Network (GNN) for global depth propagation. A training-only confidence decoder stabilizes learning without adding test-time overhead. JustDepth effectively mitigates LiDAR Distribution Leakage (LDL) stripe artifacts through point upsampling and synchronized rotation augmentation, quantified by the Vertical-Horizontal Gradient Ratio (VHGR). On the nuScenes dataset, it achieves real-time inference at approximately 14.8 ms, reducing inference time by 39.7x and stripe artifacts by 66% compared to recent state-of-the-art methods, while maintaining competitive accuracy, including the best AbsRel score of 0.074.

Key takeaway

For Machine Learning Engineers developing real-time depth estimation for autonomous driving, JustDepth offers a compelling solution. Its single-stage, constant-latency architecture, which processes frames in approximately 14.8 ms, significantly reduces inference time by 39.7x while mitigating LiDAR Distribution Leakage artifacts by 66%. You should consider integrating this approach to simplify your perception stack, reduce reliance on auxiliary annotations, and achieve robust, artifact-free depth maps crucial for safety-critical applications.

Key insights

Single-stage radar-camera depth estimation achieves real-time performance and artifact reduction with minimal supervision.

Principles

Method

Fuses 1D radar and 2D image features via a Height Fusion Block, then propagates depth globally using a GNN, supervised by single-scan LiDAR with augmentations.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.