Partial Hypernetworks for Continual Learning
Hamed Hemati, Vincenzo Lomonaco, Davide Bacciu, Damian Borth

TL;DR
This paper introduces partial hypernetworks for continual learning, generating only the final layers' weights to reduce computation and improve robustness to noisy data, while maintaining competitive performance.
Contribution
It proposes a novel partial weight generation approach using hypernetworks, analyzing how many layers can be frozen without performance loss and demonstrating robustness to noise.
Findings
Number of frozen layers correlates with distributional similarity in CL streams.
Partial hypernetworks outperform latent replay in noisy environments.
Effective balance between computation and accuracy in continual learning.
Abstract
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 expensive for larger architectures, but also, it is not well understood whether generating all model weights is necessary. Inspired by latent replay methods in CL, we propose partial weight generation for the final layers of a model using hypernetworks while freezing the initial layers. With this objective, we first answer the question of how many layers can be frozen without compromising the final performance. Through several experiments, we empirically show that the number of layers that can be frozen is proportional to the distributional similarity in the CL stream. Then, to demonstrate the effectiveness of hypernetworks, we show that noisy streams can significantly…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
