InTAct: Interval-based Task Activation Consolidation for Continual Learning
Patryk Krukowski, Jan Miksa, Piotr Helm, Jacek Tabor, Paweł Wawrzyński, Przemysław Spurek
TL;DR
The paper tackles representation drift in continual learning, especially under domain shifts, by introducing InTAct, a method that preserves past task functionality through activation-level regularization rather than parameter constraints or data replay. It builds activation interval representations in the form of cumulative hypercubes per layer and enforces a set of regularizers (IntDrift, Var, Align, Feat) to stabilize prior activations while allowing adaptation elsewhere. This approach directly targets the network’s functional evolution, enabling integration with state-of-the-art prompt-based continual learning frameworks to reduce drift and improve Average Accuracy by up to 8 percentage points on benchmarks like DomainNet and ImageNet-R without changing architecture or using past data. The method is architecture-agnostic, lightweight, and data-free with strong empirical gains across CIL and DIL settings, offering a principled balance between stability and plasticity and advancing robust, scalable continual learning in real-world, domain-diverse scenarios.
Abstract
Continual learning aims to enable neural networks to acquire new knowledge without forgetting previously learned information. While recent prompt-based methods perform strongly in class-incremental settings, they remain vulnerable under domain shifts, where the input distribution changes but the label space remains fixed. This exposes a persistent problem known as representation drift. Shared representations evolve in ways that overwrite previously useful features and cause forgetting even when prompts isolate task-specific parameters. To address this issue, we introduce InTAct, a method that preserves functional behavior in shared layers without freezing parameters or storing past data. InTAct captures the characteristic activation ranges associated with previously learned tasks and constrains updates to ensure the network remains consistent within these regions, while still allowing for flexible adaptation elsewhere. In doing so, InTAct stabilizes the functional role of important neurons rather than directly restricting parameter values. The approach is architecture-agnostic and integrates seamlessly into existing prompt-based continual learning frameworks. By regulating representation changes where past knowledge is encoded, InTAct achieves a principled balance between stability and plasticity. Across diverse domain-incremental benchmarks, including DomainNet and ImageNet-R, InTAct consistently reduces representation drift and improves performance, increasing Average Accuracy by up to 8 percentage points over state-of-the-art baselines.
