Efficient and Effective Weakly-Supervised Action Segmentation via Action-Transition-Aware Boundary Alignment
Angchi Xu, Wei-Shi Zheng
TL;DR
The paper targets weakly-supervised action segmentation by eliminating costly frame-by-frame alignments and instead focusing on detecting a small set of action transitions. It introduces ATBA, which combines class-agnostic boundary cues and transition-specific patterns into a DP-based alignment that selects the most plausible boundaries, thereby generating reliable pseudo labels for training. Complementary video-level losses strengthen semantic learning under pseudo-label noise, and a pyramid temporal network enables efficient long-video processing. Empirical results show state-of-the-art or competitive performance with significantly faster training and inference, highlighting ATBA's practical impact for WSAS in instructional and cinematic videos.
Abstract
Weakly-supervised action segmentation is a task of learning to partition a long video into several action segments, where training videos are only accompanied by transcripts (ordered list of actions). Most of existing methods need to infer pseudo segmentation for training by serial alignment between all frames and the transcript, which is time-consuming and hard to be parallelized while training. In this work, we aim to escape from this inefficient alignment with massive but redundant frames, and instead to directly localize a few action transitions for pseudo segmentation generation, where a transition refers to the change from an action segment to its next adjacent one in the transcript. As the true transitions are submerged in noisy boundaries due to intra-segment visual variation, we propose a novel Action-Transition-Aware Boundary Alignment (ATBA) framework to efficiently and effectively filter out noisy boundaries and detect transitions. In addition, to boost the semantic learning in the case that noise is inevitably present in the pseudo segmentation, we also introduce video-level losses to utilize the trusted video-level supervision. Extensive experiments show the effectiveness of our approach on both performance and training speed.
