paper-with-me

Papers

Continual HyperTransformer: A Meta-Learner for Continual Few-Shot Learning

2023-01-11 · Max Vladymyrov, Andrey Zhmoginov, Mark Sandler

We focus on the problem of learning without forgetting from multiple tasks arriving sequentially, where each task is defined using a few-shot episode of novel or already seen classes. We approach this problem using the recently published HyperTransformer (HT), a Transformer-based hypernetwork that generates specialized task-specific CNN weights directly from the support set. In order to learn from a continual sequence of tasks, we propose to recursively re-use the generated weights as input to the HT for the next task. This way, the generated CNN weights themselves act as a representation of previously learned tasks, and the HT is trained to update these weights so that the new task can be learned without forgetting past tasks. This approach is different from most continual learning algorithms that typically rely on using replay buffers, weight regularization or task-dependent architectural changes. We demonstrate that our proposed Continual HyperTransformer method equipped with a prototypical loss is capable of learning and retaining knowledge about past tasks for a variety of scenarios, including learning from mini-batches, and task-incremental and class-incremental learning scenarios.

📄 PDF Abstract BibTeX arXiv:2301.04584

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental Learningcontinual few-shot learningContinual LearningFew-Shot LearningIncremental Learning

Methods 이 논문이 사용한 방법론

HyperNetwork A HyperNetwork is a network that generates weights for a main network. The behavior of the main network is the same with any usual neural network: it learns to map some raw…

Similar Papers 제목 키워드 기반

Principled Fast and Meta Knowledge Learners for Continual Reinforcement Learning

2026-03-01 · Ke Sun, Hongming Zhang, Jun Jin, Chao Gao 외 arxiv

Inspired by the human learning and memory system, particularly the interplay between the hippocampus and cerebral cortex, this study proposes a dual-learner framework comprising a fast learner and a meta learner to addre…

Reinforcement LearningContinuous ControlContinual Learning

Learning to Continually Learn Rapidly from Few and Noisy Data

2021-03-06 · Nicholas I-Hsien Kuo, Mehrtash Harandi, Nicolas Fourrier, Christian Walder 외

Neural networks suffer from catastrophic forgetting and are unable to sequentially learn new tasks without guaranteed stationarity in data distribution. Continual learning could be achieved via replay -- by concurrently …

Continual LearningMeta-Learning

Continual Few-Shot Learning with Adversarial Class Storage

2022-07-10 · Kun Wu, Chengxiang Yin, Jian Tang, Zhiyuan Xu 외

Humans have a remarkable ability to quickly and effectively learn new concepts in a continuous manner without forgetting old knowledge. Though deep learning has made tremendous successes on various computer vision tasks,…

continual few-shot learningFew-Shot LearningMeta-LearningTask 2

Learning Mamba as a Continual Learner

2024-12-01 · Chongyang Zhao, Dong Gong

Continual learning (CL) aims to efficiently learn and accumulate knowledge from a data stream with different distributions. By formulating CL as a sequence prediction task, meta-continual learning (MCL) enables to meta-l…

Continual LearningMambaState Space Models

Active perception and disentangled representations allow continual, episodic zero and few-shot learning

2026-02-22 · David Rawlinson, Gideon Kowadlo arxiv

Generalization is often regarded as an essential property of machine learning systems. However, perhaps not every component of a system needs to generalize. Training models for generalization typically produces entangled…

Continual LearningFew-Shot Learning