LACE: Loss-Adaptive Capacity Expansion for Continual Learning
Shivnath Tathe

TL;DR
LACE is an online method that adaptively expands a model's capacity during training based on loss signals, improving continual learning efficiency without prior knowledge of data complexity.
Contribution
LACE introduces a loss-based capacity expansion mechanism that dynamically adjusts model size during training, eliminating the need for pre-specified capacity in continual learning.
Findings
LACE triggers expansions precisely at domain boundaries with 100% boundary detection accuracy.
It matches large fixed-capacity model accuracy while using fewer parameters.
Removing all adapters causes only a 3% drop in accuracy, showing their importance.
Abstract
Fixed representational capacity is a fundamental constraint in continual learning: practitioners must guess an appropriate model width before training, without knowing how many distinct concepts the data contains. We propose LACE (Loss-Adaptive Capacity Expansion), a simple online mechanism that expands a model's representational capacity during training by monitoring its own loss signal. When sustained loss deviation exceeds a threshold - indicating that the current capacity is insufficient for newly encountered data - LACE adds new dimensions to the projection layer and trains them jointly with existing parameters. Across synthetic and real-data experiments, LACE triggers expansions exclusively at domain boundaries (100% boundary precision, zero false positives), matches the accuracy of a large fixed-capacity model while starting from a fraction of its dimensions, and produces adapter…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
