Continual HyperTransformer: A Meta-Learner for Continual Few-Shot Learning
Max Vladymyrov, Andrey Zhmoginov, Mark Sandler
TL;DR
The paper introduces Continual HyperTransformer (CHT), a meta-learned, Transformer-based hypernetwork that generates task-specific CNN weights from a live support set and recursively incorporates previously generated weights to learn a sequence of few-shot tasks without forgetting. To address interference across tasks, it replaces cross-entropy with a prototypical loss that stores class representations as task-aware prototypes $c_{\tau k}$, enabling fixed embedding dimensionality and robust cross-task generalization. Empirical results on Omniglot and tieredImageNet demonstrate strong performance across mini-batch, task-incremental, and class-incremental scenarios, with evidence of positive backward transfer and good extrapolation to more tasks. The approach supports rapid, on-device adaptation after meta-training and shows promising applicability to multi-domain sequences while maintaining privacy advantages through weight-based information sharing.
Abstract
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.
