CVAIMar 26, 2022

Learn to Adapt for Monocular Depth Estimation

arXiv:2203.14005v14 citationsh-index: 61
Originality Incremental advance
AI Analysis

This addresses the domain adaptation challenge in monocular depth estimation for computer vision applications, offering an incremental improvement over existing methods.

The paper tackles the problem of monocular depth estimation models degrading on new datasets by proposing an adversarial depth estimation task trained with meta-learning to extract domain-invariant representations, resulting in models that adapt well to new datasets after few training steps during testing.

Monocular depth estimation is one of the fundamental tasks in environmental perception and has achieved tremendous progress in virtue of deep learning. However, the performance of trained models tends to degrade or deteriorate when employed on other new datasets due to the gap between different datasets. Though some methods utilize domain adaptation technologies to jointly train different domains and narrow the gap between them, the trained models cannot generalize to new domains that are not involved in training. To boost the transferability of depth estimation models, we propose an adversarial depth estimation task and train the model in the pipeline of meta-learning. Our proposed adversarial task mitigates the issue of meta-overfitting, since the network is trained in an adversarial manner and aims to extract domain invariant representations. In addition, we propose a constraint to impose upon cross-task depth consistency to compel the depth estimation to be identical in different adversarial tasks, which improves the performance of our method and smoothens the training process. Experiments demonstrate that our method adapts well to new datasets after few training steps during the test procedure.

Foundations

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

Your Notes