LGCVNov 16, 2017

Less-forgetful Learning for Domain Expansion in Deep Neural Networks

arXiv:1711.05959v177 citations
Originality Incremental advance
AI Analysis

This addresses the issue of catastrophic forgetting for practitioners needing to expand model domains without access to old data, though it appears incremental as it builds on existing domain adaptation techniques.

The paper tackles the problem of domain expansion in deep neural networks, where networks forget previously learned information when learning new domains, and proposes a less-forgetful learning method that works well with both old and new domains without needing to identify the input domain, demonstrating effectiveness through experiments on image classification tasks.

Expanding the domain that deep neural network has already learned without accessing old domain data is a challenging task because deep neural networks forget previously learned information when learning new data from a new domain. In this paper, we propose a less-forgetful learning method for the domain expansion scenario. While existing domain adaptation techniques solely focused on adapting to new domains, the proposed technique focuses on working well with both old and new domains without needing to know whether the input is from the old or new domain. First, we present two naive approaches which will be problematic, then we provide a new method using two proposed properties for less-forgetful learning. Finally, we prove the effectiveness of our method through experiments on image classification tasks. All datasets used in the paper, will be released on our website for someone's follow-up study.

Foundations

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

Your Notes