CHASE: Learning Convex Hull Adaptive Shift for Skeleton-based Multi-Entity Action Recognition
Yuhang Wen, Mengyuan Liu, Songtao Wu, Beichen Ding
TL;DR
This work tackles the challenge of inter-entity distribution discrepancies in skeleton-based multi-entity action recognition by introducing CHASE, a backbone-wrapper that performs sample-adaptive coordinate shifts. CHASE combines the Implicit Convex Hull Constrained Adaptive Shift (ICHAS) with a lightweight Coefficient Learning Block (CLB) and an auxiliary Mini-batch Pair-wise Maximum Mean Discrepancy (MPMMD) objective to minimize cross-entity distribution gaps. The approach unbiases downstream backbones, yielding consistent performance gains across six benchmarks and multiple baselines, while adding only a small parameter overhead. By enabling a principled, convex-hull-constrained origin shift and discrepancy minimization, CHASE provides a practical and generalizable tool for improving multi-entity action recognition in skeletal data. Code is publicly available to facilitate reproducibility and adoption across related models and datasets.
Abstract
Skeleton-based multi-entity action recognition is a challenging task aiming to identify interactive actions or group activities involving multiple diverse entities. Existing models for individuals often fall short in this task due to the inherent distribution discrepancies among entity skeletons, leading to suboptimal backbone optimization. To this end, we introduce a Convex Hull Adaptive Shift based multi-Entity action recognition method (CHASE), which mitigates inter-entity distribution gaps and unbiases subsequent backbones. Specifically, CHASE comprises a learnable parameterized network and an auxiliary objective. The parameterized network achieves plausible, sample-adaptive repositioning of skeleton sequences through two key components. First, the Implicit Convex Hull Constrained Adaptive Shift ensures that the new origin of the coordinate system is within the skeleton convex hull. Second, the Coefficient Learning Block provides a lightweight parameterization of the mapping from skeleton sequences to their specific coefficients in convex combinations. Moreover, to guide the optimization of this network for discrepancy minimization, we propose the Mini-batch Pair-wise Maximum Mean Discrepancy as the additional objective. CHASE operates as a sample-adaptive normalization method to mitigate inter-entity distribution discrepancies, thereby reducing data bias and improving the subsequent classifier's multi-entity action recognition performance. Extensive experiments on six datasets, including NTU Mutual 11/26, H2O, Assembly101, Collective Activity and Volleyball, consistently verify our approach by seamlessly adapting to single-entity backbones and boosting their performance in multi-entity scenarios. Our code is publicly available at https://github.com/Necolizer/CHASE .
