TinySubNets: An efficient and low capacity continual learning strategy
Marcin Pietro\'n, Kamil Faber, Dominik \.Zurek, Roberto Corizzo

TL;DR
TinySubNets (TSN) introduces a novel architectural continual learning strategy that combines pruning, adaptive quantization, and weight sharing to efficiently utilize model capacity, improve accuracy, and reduce resource consumption across tasks.
Contribution
TSN presents a new approach integrating pruning, quantization, and weight sharing to enhance capacity utilization and performance in continual learning.
Findings
TSN outperforms existing methods in accuracy on benchmark datasets.
TSN significantly improves model capacity exploitation.
The strategy reduces computational resource requirements.
Abstract
Continual Learning (CL) is a highly relevant setting gaining traction in recent machine learning research. Among CL works, architectural and hybrid strategies are particularly effective due to their potential to adapt the model architecture as new tasks are presented. However, many existing solutions do not efficiently exploit model sparsity, and are prone to capacity saturation due to their inefficient use of available weights, which limits the number of learnable tasks. In this paper, we propose TinySubNets (TSN), a novel architectural CL strategy that addresses the issues through the unique combination of pruning with different sparsity levels, adaptive quantization, and weight sharing. Pruning identifies a subset of weights that preserve model performance, making less relevant weights available for future tasks. Adaptive quantization allows a single weight to be separated into…
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
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Text and Document Classification Technologies
MethodsPruning
