Online Depth Learning Against Forgetting in Monocular Videos
Abstract
Online depth learning is the problem of consistently adapting a depth estimation model to handle a continuously changing environment. This problem is challenging due to the network easily overfits on the current environment and forgets its past experiences. To address such problem, this paper presents a novel Learning to Prevent Forgetting (LPF) method for online mono-depth adaptation to new target domains in unsupervised manner. Instead of updating the universal parameters, LPF learns adapter modules to efficiently adjust the feature representation and distribution without losing the pre-learned knowledge in online condition. Specifically, to adapt temporal-continuous depth patterns in videos, we introduce a novel meta-learning approach to learn adapter modules by combining online adaptation process into the learning objective. To further avoid overfitting, we propose a novel temporal-consistent regularization to harmonize the gradient descent procedure at each online learning step. Extensive evaluations on real-world datasets demonstrate that the proposed method, with very limited parameters, significantly improves the estimation quality.
Cite
Text
Zhang et al. "Online Depth Learning Against Forgetting in Monocular Videos." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.00455Markdown
[Zhang et al. "Online Depth Learning Against Forgetting in Monocular Videos." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/zhang2020cvpr-online/) doi:10.1109/CVPR42600.2020.00455BibTeX
@inproceedings{zhang2020cvpr-online,
title = {{Online Depth Learning Against Forgetting in Monocular Videos}},
author = {Zhang, Zhenyu and Lathuiliere, Stephane and Ricci, Elisa and Sebe, Nicu and Yan, Yan and Yang, Jian},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2020},
doi = {10.1109/CVPR42600.2020.00455},
url = {https://mlanthology.org/cvpr/2020/zhang2020cvpr-online/}
}