CoRe: Continual Representation Learning—the proposed framework that finetunes models by intervening on hidden representations in a low-rank subspace
ReFT: Representation Finetuning—a method originally for LLMs that modifies hidden states via learned interventions rather than changing model weights
PEFT: Parameter-Efficient Fine-Tuning—methods like Adapters or LoRA that update only a small subset of parameters to adapt pre-trained models
Catastrophic Forgetting: The tendency of neural networks to lose previously learned knowledge when trained on new data
Subspace Intervention: Modifying a vector (representation) only within a specific lower-dimensional direction or plane defined by a projection matrix
Orthogonality Constraint: A mathematical restriction ensuring the projection matrix columns are perpendicular, preserving the geometry of the representation space
ViT: Vision Transformer—a neural network architecture for image processing based on the Transformer mechanism
TIL: Task-Incremental Learning—CL scenario where the task ID is provided during inference
DIL: Domain-Incremental Learning—CL scenario where the domain changes but classes remain the same; task ID is not provided
CIL: Class-Incremental Learning—CL scenario where new classes are added over time; task ID is not provided
Representation Drift: Unintended changes in the internal features of a model as it learns new tasks, leading to forgetting of old tasks