PoseAdapt: Sustainable Human Pose Estimation via Continual Learning Benchmarks and Toolkit
Muhammad Saif Ullah Khan, Didier Stricker
TL;DR
PoseAdapt tackles the brittleness of static pose estimators by introducing a continual adaptation framework and benchmark suite for 2D human pose estimation. It formalizes domain-incremental and class-incremental tracks with fixed backbones and strict budgets, enabling fair comparison of continual learning strategies such as LFL, LwF, and EWC. The experiments reveal clear stability–plasticity trade-offs, with LFL offering strongest retention across photometric shifts and cross-modality degeneration remaining a key challenge. The work provides a practical pathway toward sustainable, incremental pose estimation suitable for edge deployment and evolving tasks.
Abstract
Human pose estimators are typically retrained from scratch or naively fine-tuned whenever keypoint sets, sensing modalities, or deployment domains change--an inefficient, compute-intensive practice that rarely matches field constraints. We present PoseAdapt, an open-source framework and benchmark suite for continual pose model adaptation. PoseAdapt defines domain-incremental and class-incremental tracks that simulate realistic changes in density, lighting, and sensing modality, as well as skeleton growth. The toolkit supports two workflows: (i) Strategy Benchmarking, which lets researchers implement continual learning (CL) methods as plugins and evaluate them under standardized protocols; and (ii) Model Adaptation, which allows practitioners to adapt strong pretrained models to new tasks with minimal supervision. We evaluate representative regularization-based methods in single-step and sequential settings. Benchmarks enforce a fixed lightweight backbone, no access to past data, and tight per-step budgets. This isolates adaptation strategy effects, highlighting the difficulty of maintaining accuracy under strict resource limits. PoseAdapt connects modern CL techniques with practical pose estimation needs, enabling adaptable models that improve over time without repeated full retraining.
