STARS: Self-supervised Tuning for 3D Action Recognition in Skeleton Sequences
Soroush Mehraban, Mohammad Javad Rajabi, Andrea Iaboni, Babak Taati
TL;DR
STARS addresses the limited inter-action discriminability of masked-prediction pretraining for skeleton-based 3D action recognition by coupling MAE-style pretraining with a brief NNCLR-based contrastive tuning that partially updates the encoder. The two-stage design yields well-separated action clusters without hand-crafted augmentations and achieves state-of-the-art self-supervised results on NTU-60, NTU-120, and PKU-MMD, while significantly improving few-shot performance. The approach combines a motion-aware masking MAE stage with a nearest-neighbor contrastive objective, demonstrating that selective encoder tuning can preserve generalization while enhancing cluster structure. Overall, STARS provides a practical, efficient pathway to strong self-supervised representations for skeleton-based action recognition and reliable transfer to few-shot regimes.
Abstract
Self-supervised pretraining methods with masked prediction demonstrate remarkable within-dataset performance in skeleton-based action recognition. However, we show that, unlike contrastive learning approaches, they do not produce well-separated clusters. Additionally, these methods struggle with generalization in few-shot settings. To address these issues, we propose Self-supervised Tuning for 3D Action Recognition in Skeleton sequences (STARS). Specifically, STARS first uses a masked prediction stage using an encoder-decoder architecture. It then employs nearest-neighbor contrastive learning to partially tune the weights of the encoder, enhancing the formation of semantic clusters for different actions. By tuning the encoder for a few epochs, and without using hand-crafted data augmentations, STARS achieves state-of-the-art self-supervised results in various benchmarks, including NTU-60, NTU-120, and PKU-MMD. In addition, STARS exhibits significantly better results than masked prediction models in few-shot settings, where the model has not seen the actions throughout pretraining. Project page: https://soroushmehraban.github.io/stars/
