CVAIJul 19

STAR: Skeletal Token Alignment and Rearrangement for Interaction Recognition

arXiv:2607.1734211.01 citationsHas Code
Predicted impact top 31% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For researchers in 3D vision and human-robot interaction, STAR provides a method to improve skeleton-based interaction recognition by leveraging visual cues during training, while maintaining skeleton-only efficiency at inference.

STAR addresses interaction recognition from skeleton sequences by aligning skeleton and RGB video representations via contrastive learning, enabling skeleton-only inference with visual-informed benefits. It achieves state-of-the-art performance on Chico, HARPER, NTU Mutual 11 and 26 datasets.

Understanding physical human-robot and human-human interactions is a challenging yet emerging topic in 3D vision. While most existing methods rely on skeleton sequences--effective in low-light and privacy-sensitive environment--they face two major challenges: 1) learning and effectively exploiting interaction cues from skeletal data, and 2) compensating for the lack of visual information absent in skeletons alone. To address these challenges, we propose skeletal token alignment and rearrangement (STAR) for human-robot and human-human interaction recognition. It learns interaction-specific skeleton features and enriches them using visual cues by aligning skeleton and RGB video representations in a shared latent space. Specifically, STAR consists of three key components. First, we design a skeleton encoder that captures fine-grained interdependencies using Entity Rearrangement (ER) and Interactive Spatiotemporal Tokens (ISTs). Second, we present Visual Interaction Encoding that introduces a Focus on Interactions (FoI) strategy to attend to spatiotemporal regions relevant to interactions in RGB videos. Finally, these representations are aligned via a contrastive learning objective, with a refinement head further refines predictions. During training, STAR leverages both skeleton and RGB video data to learn robust, discriminative interaction representations. At inference time, it operates on skeletons alone, retaining visual-informed benefits while preserving skeleton-only efficiency. Extensive experiments on Chico, HARPER, NTU Mutual 11 and 26 datasets consistently validate our approach by demonstrating superior performance over state-of-the-art methods. Our code is publicly available at https://github.com/Necolizer/STAR.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes