HAR: Human Activity Recognition—classifying physical actions (walking, running) from wearable sensor data
Catastrophic Forgetting: A failure mode where a neural network abruptly loses knowledge of previously learned tasks upon learning new information
Plasticity: The ability of a learning system to acquire knowledge from new data or tasks
Stability: The ability of a learning system to retain previously acquired knowledge while learning new things
Domain-incremental learning: A continual learning scenario where the task definition (labels) remains constant, but the input distribution changes (e.g., different users)
Backbone: The main part of the neural network (usually a CNN) that extracts features from raw input
PEFT: Parameter-Efficient Fine-Tuning—adapting a large pretrained model by updating only a small subset of parameters
Diagonal operator: A linear transformation that scales each dimension independently without mixing dimensions (preserving feature direction)
IMU: Inertial Measurement Unit—a sensor device measuring force, angular rate, and magnetic field (accelerometer, gyroscope)