Continually adapting large models to new tasks usually comes at a cost: each update risks overwriting what the model already knew, a problem known as catastrophic forgetting. Standard fine-tuning and many parameter-efficient methods still drift, especially when tasks arrive sequentially and prior data is unavailable for replay.
CRAFT frames adaptation as a targeted intervention on hidden representations rather than a global parameter overwrite. It identifies the representation directions that a new task needs, applies a controlled adjustment along those directions, and constrains updates so that directions important to previously learned tasks remain stable. The result is a forgetting-aware update rule that integrates new knowledge while preserving old.
For deployed foundation models that must keep learning across domains, users, or time CRAFT offers a path to continual adaptation that is both data-efficient and stable, an important property for privacy-sensitive and resource-constrained settings.