Compression-aware Continual Learning using Singular Value Decomposition
Varigonda Pavan Teja, and Priyadarshini Panda

TL;DR
This paper introduces a compression-aware continual learning method that employs SVD-based low-rank approximations and shared representations to efficiently learn multiple tasks with minimal performance loss and significant parameter reduction.
Contribution
It presents a novel SVD-based low-rank weight approximation technique combined with shared representation learning for continual neural network training.
Findings
Outperforms prior methods on three benchmark datasets.
Achieves up to 15.6% accuracy improvement.
Reduces model size by up to 5.91x.
Abstract
We propose a compression based continual task learning method that can dynamically grow a neural network. Inspired from the recent model compression techniques, we employ compression-aware training and perform low-rank weight approximations using singular value decomposition (SVD) to achieve network compaction. By encouraging the network to learn low-rank weight filters, our method achieves compressed representations with minimal performance degradation without the need for costly fine-tuning. Specifically, we decompose the weight filters using SVD and train the network on incremental tasks in its factorized form. Such a factorization allows us to directly impose sparsity-inducing regularizers over the singular values and allows us to use fewer number of parameters for each task. We further introduce a novel shared representational space based learning between tasks. This promotes the…
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 · Sparse and Compressive Sensing Techniques
