Pose-Aware Weakly-Supervised Action Segmentation
Seth Z. Zhao, Reza Ghoddoosian, Isht Dwivedi, Nakul Agarwal, Behzad Dariush
TL;DR
The paper tackles weakly-supervised action segmentation in long instructional videos lacking frame-level labels. It introduces a training-time pose encoder and a pose-guided contrastive loss to distill pose knowledge into an RGB encoder, enabling RGB-only inference at test time. The method delivers state-of-the-art results across online and offline settings on the AT A, IKEA, and Desktop Assembly datasets and remains robust to different pose extractors and backbone architectures. By reducing labeling costs while improving temporal boundary detection, the approach offers practical benefits for real-time instructional video understanding and deployment in resource-constrained environments. The training objective combines a pose-based contrastive loss with a segmentation loss, i.e., $\mathcal{L}_{Final} = \mathcal{L}_{con} + \mathcal{L}_{segment}$, and explicitly leverages pose similarities via $\mathcal{L}_{con} = \mathcal{L}_{I2P} + \mathcal{L}_{P2I}$ with pose-distance based negative mining $d_{t,j}=|\overline{p}_t-\overline{p}_j|$ and threshold $\delta$.
Abstract
Understanding human behavior is an important problem in the pursuit of visual intelligence. A challenge in this endeavor is the extensive and costly effort required to accurately label action segments. To address this issue, we consider learning methods that demand minimal supervision for segmentation of human actions in long instructional videos. Specifically, we introduce a weakly-supervised framework that uniquely incorporates pose knowledge during training while omitting its use during inference, thereby distilling pose knowledge pertinent to each action component. We propose a pose-inspired contrastive loss as a part of the whole weakly-supervised framework which is trained to distinguish action boundaries more effectively. Our approach, validated through extensive experiments on representative datasets, outperforms previous state-of-the-art (SOTA) in segmenting long instructional videos under both online and offline settings. Additionally, we demonstrate the framework's adaptability to various segmentation backbones and pose extractors across different datasets.
