CVAINov 4, 2023

Continual Learning of Unsupervised Monocular Depth from Videos

arXiv:2311.02393v110 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses a practical issue for robotics and autonomous driving applications by enabling efficient model updates without retraining from scratch, but it is incremental as it adapts existing rehearsal-based techniques to a new domain.

The paper tackles the problem of catastrophic forgetting in unsupervised monocular depth estimation when training models continually on sequentially collected videos, and introduces a framework and method that achieves this with reduced computational costs, though no specific performance numbers are provided.

Spatial scene understanding, including monocular depth estimation, is an important problem in various applications, such as robotics and autonomous driving. While improvements in unsupervised monocular depth estimation have potentially allowed models to be trained on diverse crowdsourced videos, this remains underexplored as most methods utilize the standard training protocol, wherein the models are trained from scratch on all data after new data is collected. Instead, continual training of models on sequentially collected data would significantly reduce computational and memory costs. Nevertheless, naive continual training leads to catastrophic forgetting, where the model performance deteriorates on older domains as it learns on newer domains, highlighting the trade-off between model stability and plasticity. While several techniques have been proposed to address this issue in image classification, the high-dimensional and spatiotemporally correlated outputs of depth estimation make it a distinct challenge. To the best of our knowledge, no framework or method currently exists focusing on the problem of continual learning in depth estimation. Thus, we introduce a framework that captures the challenges of continual unsupervised depth estimation (CUDE), and define the necessary metrics to evaluate model performance. We propose a rehearsal-based dual-memory method, MonoDepthCL, which utilizes spatiotemporal consistency for continual learning in depth estimation, even when the camera intrinsics are unknown.

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