Search papers, labs, and topics across Lattice.
This paper introduces a novel monocular depth estimation framework, PTC-Depth, that enforces temporal consistency by integrating wheel odometry and optical flow. It triangulates sparse depth and estimates camera pose between frames, using this information to update a Bayesian estimate of the metric scale for rescaling depth predictions from a pre-trained foundation model. Experiments across multiple datasets (KITTI, TartanAir, MS2, and a custom dataset) demonstrate improved robustness and accuracy in depth estimation compared to existing methods.
Achieve temporally stable monocular depth estimation by fusing wheel odometry with a pre-trained depth foundation model, mitigating jitter and failures in dynamic environments.
Monocular depth estimation (MDE) has been widely adopted in the perception systems of autonomous vehicles and mobile robots. However, existing approaches often struggle to maintain temporal consistency in depth estimation across consecutive frames. This inconsistency not only causes jitter but can also lead to estimation failures when the depth range changes abruptly. To address these challenges, this paper proposes a consistency-aware monocular depth estimation framework that leverages wheel odometry from a mobile robot to achieve stable and coherent depth predictions over time. Specifically, we estimate camera pose and sparse depth from triangulation using optical flow between consecutive frames. The sparse depth estimates are used to update a recursive Bayesian estimate of the metric scale, which is then applied to rescale the relative depth predicted by a pre-trained depth estimation foundation model. The proposed method is evaluated on the KITTI, TartanAir, MS2, and our own dataset, demonstrating robust and accurate depth estimation performance.