Neural Weight Search for Scalable Task Incremental Learning
Jian Jiang, Oya Celiktutan

TL;DR
This paper introduces a Neural Weight Search method for task incremental learning that efficiently builds new task models by searching for optimal weight combinations within a fixed space, reducing memory growth.
Contribution
It proposes a scalable, end-to-end neural weight search technique that maintains performance while controlling memory expansion in task incremental learning.
Findings
Achieves state-of-the-art accuracy on Split-CIFAR-100 and CUB-to-Sketches benchmarks.
Reduces total memory cost compared to existing methods.
Maintains performance with a fixed search space for weight combinations.
Abstract
Task incremental learning aims to enable a system to maintain its performance on previously learned tasks while learning new tasks, solving the problem of catastrophic forgetting. One promising approach is to build an individual network or sub-network for future tasks. However, this leads to an ever-growing memory due to saving extra weights for new tasks and how to address this issue has remained an open problem in task incremental learning. In this paper, we introduce a novel Neural Weight Search technique that designs a fixed search space where the optimal combinations of frozen weights can be searched to build new models for novel tasks in an end-to-end manner, resulting in scalable and controllable memory growth. Extensive experiments on two benchmarks, i.e., Split-CIFAR-100 and CUB-to-Sketches, show our method achieves state-of-the-art performance with respect to both average…
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
Neural Weight Search for Scalable Task Incremental Learning· youtube
Taxonomy
TopicsMultimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning · Human Pose and Action Recognition
