ActFusion: a Unified Diffusion Model for Action Segmentation and Anticipation
Dayoung Gong, Suha Kwak, Minsu Cho
TL;DR
ActFusion introduces a unified diffusion-based model for temporal action segmentation (TAS) and long-term action anticipation (LTA). By employing anticipative masking with learnable mask tokens, the framework learns to segment visible frames while predicting unseen future frames within a single training process, using an ASFormer-based encoder and a dilated-attention decoder. The method achieves state-of-the-art results on TAS and LTA benchmarks (50 Salads, Breakfast, GTEA) and demonstrates bi-directional benefits between the two tasks, while also addressing realistic evaluation by testing without ground-truth future lengths. This work highlights the potential of task-unified diffusion models for temporal action understanding and motivates further exploration of robust, length-agnostic deployment scenarios.
Abstract
Temporal action segmentation and long-term action anticipation are two popular vision tasks for the temporal analysis of actions in videos. Despite apparent relevance and potential complementarity, these two problems have been investigated as separate and distinct tasks. In this work, we tackle these two problems, action segmentation and action anticipation, jointly using a unified diffusion model dubbed ActFusion. The key idea to unification is to train the model to effectively handle both visible and invisible parts of the sequence in an integrated manner; the visible part is for temporal segmentation, and the invisible part is for future anticipation. To this end, we introduce a new anticipative masking strategy during training in which a late part of the video frames is masked as invisible, and learnable tokens replace these frames to learn to predict the invisible future. Experimental results demonstrate the bi-directional benefits between action segmentation and anticipation. ActFusion achieves the state-of-the-art performance across the standard benchmarks of 50 Salads, Breakfast, and GTEA, outperforming task-specific models in both of the two tasks with a single unified model through joint learning.
