CVJul 21, 2022

MetaComp: Learning to Adapt for Online Depth Completion

arXiv:2207.10623v11 citationsh-index: 52
Originality Incremental advance
AI Analysis

This addresses the challenge of adapting depth completion models to new environments for applications like robotics and autonomous driving, though it is incremental as it builds on existing meta-learning methods.

The paper tackles the problem of online depth completion where test data differs from training data in image content and depth sparsity, proposing MetaComp to adapt models using meta-learning and self-supervised techniques, with results showing effective and robust adaptation to new environments.

Relying on deep supervised or self-supervised learning, previous methods for depth completion from paired single image and sparse depth data have achieved impressive performance in recent years. However, facing a new environment where the test data occurs online and differs from the training data in the RGB image content and depth sparsity, the trained model might suffer severe performance drop. To encourage the trained model to work well in such conditions, we expect it to be capable of adapting to the new environment continuously and effectively. To achieve this, we propose MetaComp. It utilizes the meta-learning technique to simulate adaptation policies during the training phase, and then adapts the model to new environments in a self-supervised manner in testing. Considering that the input is multi-modal data, it would be challenging to adapt a model to variations in two modalities simultaneously, due to significant differences in structure and form of the two modal data. Therefore, we further propose to disentangle the adaptation procedure in the basic meta-learning training into two steps, the first one focusing on the depth sparsity while the second attending to the image content. During testing, we take the same strategy to adapt the model online to new multi-modal data. Experimental results and comprehensive ablations show that our MetaComp is capable of adapting to the depth completion in a new environment effectively and robust to changes in different modalities.

Foundations

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

Your Notes