LGCVOct 4, 2021

Incremental Class Learning using Variational Autoencoders with Similarity Learning

arXiv:2110.01303v3
Originality Incremental advance
AI Analysis

This addresses the problem of catastrophic forgetting in neural networks for incremental learning, particularly in similarity learning contexts, though it is incremental as it builds on prior techniques like iCaRL, EWC, and EBLL.

The paper tackled catastrophic forgetting in incremental class learning by evaluating similarity-based loss functions and proposing a novel method using Variational Autoencoders (VAEs) to generate exemplars, which outperformed existing state-of-the-art techniques without requiring stored images.

Catastrophic forgetting in neural networks during incremental learning remains a challenging problem. Previous research investigated catastrophic forgetting in fully connected networks, with some earlier work exploring activation functions and learning algorithms. Applications of neural networks have been extended to include similarity learning. Understanding how similarity learning loss functions would be affected by catastrophic forgetting is of significant interest. Our research investigates catastrophic forgetting for four well-known similarity-based loss functions during incremental class learning. The loss functions are Angular, Contrastive, Center, and Triplet loss. Our results show that the catastrophic forgetting rate differs across loss functions on multiple datasets. The Angular loss was least affected, followed by Contrastive, Triplet loss, and Center loss with good mining techniques. We implemented three existing incremental learning techniques, iCaRL, EWC, and EBLL. We further proposed a novel technique using Variational Autoencoders (VAEs) to generate representation as exemplars passed through the network's intermediate layers. Our method outperformed three existing state-of-the-art techniques. We show that one does not require stored images (exemplars) for incremental learning with similarity learning. The generated representations from VAEs help preserve regions of the embedding space used by prior knowledge so that new knowledge does not ``overwrite'' it.

Foundations

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

Your Notes