paper-with-me

Papers

Prototype Augmented Hypernetworks for Continual Learning

2025-05-12 · Neil De La Fuente, Maria Pilligua, Daniel Vidal, Albin Soutiff, Cecilia Curreli, Daniel Cremers, Andrey Barsky

Continual learning (CL) aims to learn a sequence of tasks without forgetting prior knowledge, but gradient updates for a new task often overwrite the weights learned earlier, causing catastrophic forgetting (CF). We propose Prototype-Augmented Hypernetworks (PAH), a framework where a single hypernetwork, conditioned on learnable task prototypes, dynamically generates task-specific classifier heads on demand. To mitigate forgetting, PAH combines cross-entropy with dual distillation losses, one to align logits and another to align prototypes, ensuring stable feature representations across tasks. Evaluations on Split-CIFAR100 and TinyImageNet demonstrate that PAH achieves state-of-the-art performance, reaching 74.5 % and 63.7 % accuracy with only 1.7 % and 4.4 % forgetting, respectively, surpassing prior methods without storing samples or heads.

📄 PDF Abstract BibTeX arXiv:2505.07450

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Effect of Optimizer, Initializer, and Architecture of Hypernetworks on Continual Learning from Demonstration

2023-12-31 · Sayantan Auddy, Sebastian Bergner, Justus Piater

In continual learning from demonstration (CLfD), a robot learns a sequence of real-world motion skills continually from human demonstrations. Recently, hypernetworks have been successful in solving this problem. In this …

Continual Learning

Partial Hypernetworks for Continual Learning

2023-06-19 · Hamed Hemati, Vincenzo Lomonaco, Davide Bacciu, Damian Borth

Hypernetworks mitigate forgetting in continual learning (CL) by generating task-dependent weights and penalizing weight changes at a meta-model level. Unfortunately, generating all weights is not only computationally exp…

Continual Learning

Continual Learning with Dependency Preserving Hypernetworks

2022-09-16 · Dupati Srikar Chandra, Sakshi Varshney, P. K. Srijith, Sunil Gupta

Humans learn continually throughout their lifespan by accumulating diverse knowledge and fine-tuning it for future tasks. When presented with a similar goal, neural networks suffer from catastrophic forgetting if data di…

Continual Learningimage-classificationImage Classification

FPPL: An Efficient and Non-IID Robust Federated Continual Learning Framework

2024-11-04 · Yuchen He, Chuyun Shen, Xiangfeng Wang, Bo Jin

Federated continual learning (FCL) aims to learn from sequential data stream in the decentralized federated learning setting, while simultaneously mitigating the catastrophic forgetting issue in classical continual learn…

Continual LearningContrastive LearningFederated LearningPrompt Learning

Continual learning with hypernetworks

2019-06-03 · ICLR 2020 1 · Johannes von Oswald, Christian Henning, Benjamin F. Grewe, João Sacramento

Artificial neural networks suffer from catastrophic forgetting when they are sequentially trained on multiple tasks. To overcome this problem, we present a novel approach based on task-conditioned hypernetworks, i.e., ne…

Continual LearningTransfer Learning