paper-with-me

Papers

Few-shot Continual Infomax Learning

2023-01-01 · ICCV 2023 1 · Ziqi Gu, Chunyan Xu, Jian Yang, Zhen Cui

Few-shot continual learning is the ability to continually train a neural network from a sequential stream of few-shot data. In this paper, we propose a Few-shot Continual Infomax Learning (FCIL) framework that makes a deep model to continually/incrementally learn new concepts from few labeled samples, relieving the catastrophic forgetting of past knowledge. Specifically, inspired by the theoretical definition of transfer entropy, we introduce a feature embedding infomax to effectively perform the few-shot learning, which can transfer the strong encoding capability of the base network to learn the feature embedding of these novel classes by maximizing the mutual information of different-level feature distributions. Further, considering that the learned knowledge in the human brain is a generalization of actual information and exists in a certain relational structure, we perform continual structure infomax learning to relieve the catastrophic forgetting problem in the continual learning process. The information structure of this learned knowledge can be preserved through maximizing the mutual information across these continual-changing relations of inter-classes. Comprehensive evaluations on CIFAR100, miniImageNet, and CUB200 datasets demonstrate the superiority of our FCIL when compared against state-of-the-art methods on the few-shot continual learning task.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningFew-Shot Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Deep Reinforcement and InfoMax Learning

2020-06-12 · NeurIPS 2020 12 · Bogdan Mazoure, Remi Tachet des Combes, Thang Doan, Philip Bachman 외

We begin with the hypothesis that a model-free agent whose representations are predictive of properties of future states (beyond expected rewards) will be more capable of solving and adapting to new RL problems. To test …

Continual Learning

Discrete Infomax Codes for Supervised Representation Learning

2019-05-28 · Yoonho Lee, Wonjae Kim, Wonpyo Park, Seungjin Choi

Learning compact discrete representations of data is a key task on its own or for facilitating subsequent processing of data. In this paper we present a model that produces Discrete InfoMax Codes (DIMCO); we learn a prob…

Meta-LearningMetric LearningRepresentation LearningRetrieval

QAInfomax: Learning Robust Question Answering System by Mutual Information Maximization

2019-08-31 · IJCNLP 2019 11 · Yi-Ting Yeh, Yun-Nung Chen

Standard accuracy metrics indicate that modern reading comprehension systems have achieved strong performance in many question answering datasets. However, the extent these systems truly understand language remains unkno…

Question AnsweringReading Comprehension

The Variational InfoMax Learning Objective

2020-03-07 · Vincenzo Crescimanna, Bruce Graham

Bayesian Inference and Information Bottleneck are the two most popular objectives for neural networks, but they can be optimised only via a variational lower bound: the Variational Information Bottleneck (VIB). In this m…

Bayesian Inference

ProtoInfoMax: Prototypical Networks with Mutual Information Maximization for Out-of-Domain Detection

2021-08-27 · Findings (EMNLP) 2021 11 · Iftitahu Ni'mah, Meng Fang, Vlado Menkovski, Mykola Pechenizkiy

The ability to detect Out-of-Domain (OOD) inputs has been a critical requirement in many real-world NLP applications. For example, intent classification in dialogue systems. The reason is that the inclusion of unsupporte…

Few-Shot Text Classificationintent-classificationIntent ClassificationOut of Distribution (OOD) Detection+3