Incremental Task Learning with Incremental Rank Updates
Rakib Hyder, Ken Shao, Boyu Hou, Panos Markopoulos, Ashley, Prater-Bennette, M. Salman Asif

TL;DR
This paper introduces a novel incremental task learning method using low-rank matrix updates, improving accuracy and memory efficiency over existing approaches by representing network weights as combinations of rank-1 matrices.
Contribution
The paper proposes a new low-rank factorization framework for incremental task learning that updates network weights with rank-1 matrices and a selector vector, outperforming current state-of-the-art methods.
Findings
Achieves higher accuracy than existing methods.
Reduces catastrophic forgetting effectively.
Offers better memory efficiency.
Abstract
Incremental Task learning (ITL) is a category of continual learning that seeks to train a single network for multiple tasks (one after another), where training data for each task is only available during the training of that task. Neural networks tend to forget older tasks when they are trained for the newer tasks; this property is often known as catastrophic forgetting. To address this issue, ITL methods use episodic memory, parameter regularization, masking and pruning, or extensible network structures. In this paper, we propose a new incremental task learning framework based on low-rank factorization. In particular, we represent the network weights for each layer as a linear combination of several rank-1 matrices. To update the network for a new task, we learn a rank-1 (or low-rank) matrix and add that to the weights of every layer. We also introduce an additional selector vector…
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
