paper-with-me

홈 › Papers

Gated Adaptation for Continual Learning in Human Activity Recognition

2026-03-08 · Reza Rahimi Azghan, Gautham Krishna Gudur, Mohit Malu, Edison Thomaz, Giulia Pedrielli, Pavan Turaga, Hassan Ghasemzadeh arxiv

Wearable sensors in Internet of Things (IoT) ecosystems increasingly support applications such as remote health monitoring, elderly care, and smart home automation, all of which rely on robust human activity recognition (HAR). Continual learning systems must balance plasticity (learning new tasks) with stability (retaining prior knowledge), yet AI models often exhibit catastrophic forgetting, where learning new tasks degrades performance on earlier ones. This challenge is especially acute in domain-incremental HAR, where on-device models must adapt to new subjects with distinct movement patterns while maintaining accuracy on prior subjects without transmitting sensitive data to the cloud. We propose a parameter-efficient continual learning framework based on channel-wise gated modulation of frozen pretrained representations. Our key insight is that adaptation should operate through feature selection rather than feature generation: by restricting learned transformations to diagonal scaling of existing features, we preserve the geometry of pretrained representations while enabling subject-specific modulation. We provide a theoretical analysis showing that gating implements a bounded diagonal operator that limits representational drift compared to unconstrained linear transformations. Empirically, freezing the backbone substantially reduces forgetting, and lightweight gates restore lost adaptation capacity, achieving stability and plasticity simultaneously. On PAMAP2 with 8 sequential subjects, our approach reduces forgetting from 39.7% to 16.2% and improves final accuracy from 56.7% to 77.7%, while training less than 2% of parameters. Our method matches or exceeds standard continual learning baselines without replay buffers or task-specific regularization, confirming that structured diagonal operators are effective and efficient under distribution shift.

📄 PDF Abstract BibTeX arXiv:2603.10046

Code (0)

등록된 구현이 없습니다.

Tasks

Human Activity RecognitionContinual Learning

Similar Papers 제목 키워드 기반

Balancing Continual Learning and Fine-tuning for Human Activity Recognition

2024-01-04 · Chi Ian Tang, Lorena Qendro, Dimitris Spathis, Fahim Kawsar 외

Wearable-based Human Activity Recognition (HAR) is a key task in human-centric machine learning due to its fundamental understanding of human behaviours. Due to the dynamic nature of human behaviours, continual learning …

Activity RecognitionContinual LearningContinual Self-Supervised LearningContrastive Learning+3

Lifelong Adaptive Machine Learning for Sensor-based Human Activity Recognition Using Prototypical Networks

2022-03-11 · Rebecca Adaimi, Edison Thomaz

Continual learning, also known as lifelong learning, is an emerging research topic that has been attracting increasing interest in the field of machine learning. With human activity recognition (HAR) playing a key role i…

Activity Recognitionclass-incremental learningClass Incremental LearningContinual Learning+3

Towards Continual Egocentric Activity Recognition: A Multi-modal Egocentric Activity Dataset for Continual Learning

2023-01-26 · Linfeng Xu, Qingbo Wu, Lili Pan, Fanman Meng 외

With the rapid development of wearable cameras, a massive collection of egocentric video for first-person visual perception becomes available. Using egocentric videos to predict first-person activity faces many challenge…

Activity RecognitionContinual LearningEgocentric Activity RecognitionHuman Activity Recognition

Continual Learning in Human Activity Recognition: an Empirical Analysis of Regularization

2020-07-06 · Saurav Jha, Martin Schiemer, Juan Ye

Given the growing trend of continual learning techniques for deep neural networks focusing on the domain of computer vision, there is a need to identify which of these generalizes well to other tasks such as human activi…

Activity RecognitionContinual LearningHuman Activity RecognitionIncremental Learning

Scene-Adaptive Continual Learning for CSI-based Human Activity Recognition with Mixture of Experts

2026-05-07 · Wenhan Zheng, Yuyi Mao, Ivan Wang-Hei Ho arxiv

Channel state information (CSI)-based human activity recognition (HAR) is vulnerable to performance degradation under domain shifts across varying physical environments. Continual learning (CL) offers a principled way to…

Human Activity RecognitionComputational EfficiencyContinual Learning