Manydepth2: Motion-Aware Self-Supervised Monocular Depth Estimation in Dynamic Scenes
Kaichen Zhou, Jia-Wang Bian, Jian-Qing Zheng, Jiaxing Zhong, Qian Xie, Niki Trigoni, Andrew Markham
TL;DR
Manydepth2 tackles dynamic-scene self-supervised monocular depth estimation by introducing a motion-aware cost volume built from optical flow and a pseudo-static reference frame, and refining depth with an attention-enhanced HRNet. The method jointly estimates depth and rigid motion while employing a photometric self-supervision loss with L1, SSIM, and depth-consistency terms. It achieves notable RMSE improvements on KITTI-2015 and Cityscapes, demonstrates strong odometry accuracy gains, and remains computationally efficient enough to train on a single RTX 3090. This work advances robust depth perception in dynamic environments and provides a practical, scalable approach for real-world autonomous perception systems.
Abstract
Despite advancements in self-supervised monocular depth estimation, challenges persist in dynamic scenarios due to the dependence on assumptions about a static world. In this paper, we present Manydepth2, to achieve precise depth estimation for both dynamic objects and static backgrounds, all while maintaining computational efficiency. To tackle the challenges posed by dynamic content, we incorporate optical flow and coarse monocular depth to create a pseudo-static reference frame. This frame is then utilized to build a motion-aware cost volume in collaboration with the vanilla target frame. Furthermore, to improve the accuracy and robustness of the network architecture, we propose an attention-based depth network that effectively integrates information from feature maps at different resolutions by incorporating both channel and non-local attention mechanisms. Compared to methods with similar computational costs, Manydepth2 achieves a significant reduction of approximately five percent in root-mean-square error for self-supervised monocular depth estimation on the KITTI-2015 dataset. The code could be found at https://github.com/kaichen-z/Manydepth2.
