paper-with-me

Papers

Incremental Class Learning using Variational Autoencoders with Similarity Learning

2021-10-04 · Jiahao Huo, Terence L. Van Zyl

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.

📄 PDF Abstract BibTeX arXiv:2110.01303

Code (0)

등록된 구현이 없습니다.

Tasks

Incremental LearningMetric LearningTriplet

Methods 이 논문이 사용한 방법론

EWC The methon to overcome catastrophic forgetting in neural network while continual learning

Similar Papers 제목 키워드 기반

ConVAEr: Convolutional Variational AutoEncodeRs for incremental similarity learning

2021-09-29 · Jiahao Huo, Terence L van Zyl

Due to catastrophic forgetting, incremental similarity learning in neural networks remains an open challenge. Previous work has shown that keeping image exemplars during incremental similarity learning is ef…

Metric LearningTransfer Learning

Class Incremental Continual Learning with Self-Organizing Maps and Variational Autoencoders Using Synthetic Replay

2025-08-28 · Pujan Thapa, Alexander Ororbia, Travis Desell arxiv

This work introduces a novel generative continual learning framework based on self-organizing maps (SOMs) and variational autoencoders (VAEs) to enable memory-efficient replay, eliminating the need to store raw data samp…

Continual Learning

How good are variational autoencoders at transfer learning?

2023-04-21 · Lisa Bonheme, Marek Grzes

Variational autoencoders (VAEs) are used for transfer learning across various research domains such as music generation or medical image analysis. However, there is no principled way to assess before transfer which compo…

Medical Image AnalysisMusic GenerationTransfer Learning

Self-Supervised Bernoulli Autoencoders for Semi-Supervised Hashing

2020-07-17 · Ricardo Ñanculef, Francisco Mena, Antonio Macaluso, Stefano Lodi 외

Semantic hashing is an emerging technique for large-scale similarity search based on representing high-dimensional data using similarity-preserving binary codes used for efficient indexing and search. It has recently bee…

Supervised Image RetrievalSupervised Text Retrieval

Factorized Gaussian Process Variational Autoencoders

2020-11-14 · pproximateinference AABI Symposium 2021 1 · Metod Jazbec, Michael Pearce, Vincent Fortuin

Variational autoencoders often assume isotropic Gaussian priors and mean-field posteriors, hence do not exploit structure in scenarios where we may expect similarity or consistency across latent variables. Gaussian proce…