CVDec 23, 2023

Manydepth2: Motion-Aware Self-Supervised Monocular Depth Estimation in Dynamic Scenes

arXiv:2312.15268v920 citationsHas CodeIEEE Robot Autom Lett
Originality Incremental advance
AI Analysis

This addresses the challenge of accurate depth estimation for dynamic objects and static backgrounds in computer vision, with incremental improvements over existing methods.

The paper tackles the problem of self-supervised monocular depth estimation in dynamic scenes by introducing Manydepth2, which uses optical flow and coarse depth to create a pseudo-static reference frame and an attention-based network, resulting in a reduction of approximately five percent in root-mean-square error on the KITTI-2015 dataset.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes