Continual Learning for Remote Physiological Measurement: Minimize Forgetting and Simplify Inference
Qian Liang, Yan Chen, Yang Hu
TL;DR
This work addresses the problem of domain incremental learning for remote physiological measurement (rPPG) by introducing ADDP, a rehearsal-free framework that uses adapter-based finetuning, domain prototypes, and prototype-based augmentation to minimize forgetting across sequential domain shifts. The method also includes a novel prototype-based inference simplification that transfers test samples to the model's most familiar style, improving robustness. The authors establish the first rPPG continual-learning protocol and demonstrate that ADDP outperforms several baselines, achieving competitive final incremental performance while preserving past knowledge with a compact, privacy-friendly setup. The approach offers practical benefits for real-world, privacy-conscious deployment of remote physiological sensing with efficient adaptation to new environments and subjects.
Abstract
Remote photoplethysmography (rPPG) has gained significant attention in recent years for its ability to extract physiological signals from facial videos. While existing rPPG measurement methods have shown satisfactory performance in intra-dataset and cross-dataset scenarios, they often overlook the incremental learning scenario, where training data is presented sequentially, resulting in the issue of catastrophic forgetting. Meanwhile, most existing class incremental learning approaches are unsuitable for rPPG measurement. In this paper, we present a novel method named ADDP to tackle continual learning for rPPG measurement. We first employ adapter to efficiently finetune the model on new tasks. Then we design domain prototypes that are more applicable to rPPG signal regression than commonly used class prototypes. Based on these prototypes, we propose a feature augmentation strategy to consolidate the past knowledge and an inference simplification strategy to convert potentially forgotten tasks into familiar ones for the model. To evaluate ADDP and enable fair comparisons, we create the first continual learning protocol for rPPG measurement. Comprehensive experiments demonstrate the effectiveness of our method for rPPG continual learning. Source code is available at \url{https://github.com/MayYoY/rPPGDIL}
