CVAILGDec 8, 2020

Continual Adaptation of Visual Representations via Domain Randomization and Meta-learning

arXiv:2012.04324v289 citations
AI Analysis

This work is significant for researchers and practitioners working on continual learning in computer vision, aiming to mitigate catastrophic forgetting when models adapt to new visual domains.

The paper addresses catastrophic forgetting in visual representation learning when models are sequentially trained on different visual domains. They propose using domain randomization with heavy image manipulations to make models more robust against forgetting, and further develop a meta-learning strategy that penalizes loss when transferring to auxiliary meta-domains, also generated via randomization.

Most standard learning approaches lead to fragile models which are prone to drift when sequentially trained on samples of a different nature - the well-known "catastrophic forgetting" issue. In particular, when a model consecutively learns from different visual domains, it tends to forget the past domains in favor of the most recent ones. In this context, we show that one way to learn models that are inherently more robust against forgetting is domain randomization - for vision tasks, randomizing the current domain's distribution with heavy image manipulations. Building on this result, we devise a meta-learning strategy where a regularizer explicitly penalizes any loss associated with transferring the model from the current domain to different "auxiliary" meta-domains, while also easing adaptation to them. Such meta-domains are also generated through randomized image manipulations. We empirically demonstrate in a variety of experiments - spanning from classification to semantic segmentation - that our approach results in models that are less prone to catastrophic forgetting when transferred to new domains.

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