Towards Weakly Supervised End-to-end Learning for Long-video Action Recognition
Jiaming Zhou, Hanjun Li, Kun-Yu Lin, Junwei Liang
TL;DR
This work tackles end-to-end long-video action recognition under only video-level supervision, where precise action intervals are unavailable and full clip-level labels are expensive to obtain. It introduces AdaptFocus, a three-module framework comprising Action Saliency Estimation (ASE), Action Focusing, and Clip Focusing, which jointly estimate per-action spike-actionness $a^k$ and salient times $\lambda^k$ to selectively train on cleaner clips via a self-paced weighting scheme. The approach is validated on three long-video datasets (Charades, Breakfast, MultiThumos) across CNN-based and Transformer-based backbones, showing that Weak (Ours) nearly matches Full (Clean) performance and significantly surpasses Weak (Noisy). Additionally, AdaptFocus enables a weakly supervised feature extraction pipeline (Weak-FEAT) that improves downstream long-video tasks such as Temporal Sentence Grounding, Complex Activity Recognition, and Temporal Action Segmentation, reducing the annotation burden while boosting robustness of long-video understanding. Overall, AdaptFocus offers a practical, scalable path toward robust, end-to-end weakly supervised long-video understanding and provides a useful feature extraction paradigm for a range of downstream tasks.
Abstract
Developing end-to-end action recognition models on long videos is fundamental and crucial for long-video action understanding. Due to the unaffordable cost of end-to-end training on the whole long videos, existing works generally train models on short clips trimmed from long videos. However, this ``trimming-then-training'' practice requires action interval annotations for clip-level supervision, i.e., knowing which actions are trimmed into the clips. Unfortunately, collecting such annotations is very expensive and prevents model training at scale. To this end, this work aims to build a weakly supervised end-to-end framework for training recognition models on long videos, with only video-level action category labels. Without knowing the precise temporal locations of actions in long videos, our proposed weakly supervised framework, namely AdaptFocus, estimates where and how likely the actions will occur to adaptively focus on informative action clips for end-to-end training. The effectiveness of the proposed AdaptFocus framework is demonstrated on three long-video datasets. Furthermore, for downstream long-video tasks, our AdaptFocus framework provides a weakly supervised feature extraction pipeline for extracting more robust long-video features, such that the state-of-the-art methods on downstream tasks are significantly advanced. We will release the code and models.
