POET: Prompt Offset Tuning for Continual Human Action Adaptation
Prachi Garg, Joseph K J, Vineeth N Balasubramanian, Necati Cihan Camgoz, Chengde Wan, Kenrick Kin, Weiguang Si, Shugao Ma, Fernando De La Torre
TL;DR
POET addresses privacy-aware, few-shot continual action recognition for skeleton-based HAR on XR devices by learning spatio-temporal prompt offsets while keeping the backbone frozen and avoiding storage of past data. The method introduces a shared prompt pool, input-conditioned prompt selection, and coupled optimization to update prompts, keys, and the query adaptor, enabling efficient adaptation to new action classes with minimal data. Empirical results on NTU RGB+D and SHREC-2017 show POET achieves state-of-the-art stability-plasticity trade-offs (high $A_{HM}$) compared to prompt-based and traditional continual baselines, with a data-free paradigm that reduces memory and privacy risks. The approach demonstrates strong forward transfer and robust performance across graph CNN and graph transformer backbones, suggesting practical utility for deploying privacy-preserving, personalized XR action recognition systems.
Abstract
As extended reality (XR) is redefining how users interact with computing devices, research in human action recognition is gaining prominence. Typically, models deployed on immersive computing devices are static and limited to their default set of classes. The goal of our research is to provide users and developers with the capability to personalize their experience by adding new action classes to their device models continually. Importantly, a user should be able to add new classes in a low-shot and efficient manner, while this process should not require storing or replaying any of user's sensitive training data. We formalize this problem as privacy-aware few-shot continual action recognition. Towards this end, we propose POET: Prompt-Offset Tuning. While existing prompt tuning approaches have shown great promise for continual learning of image, text, and video modalities; they demand access to extensively pretrained transformers. Breaking away from this assumption, POET demonstrates the efficacy of prompt tuning a significantly lightweight backbone, pretrained exclusively on the base class data. We propose a novel spatio-temporal learnable prompt offset tuning approach, and are the first to apply such prompt tuning to Graph Neural Networks. We contribute two new benchmarks for our new problem setting in human action recognition: (i) NTU RGB+D dataset for activity recognition, and (ii) SHREC-2017 dataset for hand gesture recognition. We find that POET consistently outperforms comprehensive benchmarks. Source code at https://github.com/humansensinglab/POET-continual-action-recognition.
