Video Self-Stitching Graph Network for Temporal Action Localization
Chen Zhao, Ali Thabet, Bernard Ghanem
TL;DR
The paper tackles temporal action localization under large duration variability, with a focus on improving short-action detection. It introduces Video Self-Stitching Graph Network (VSGN), which combines a video self-stitching (VSS) module that creates larger-scale short clips by temporally magnifying brief segments and stitching them with the original clips, with a cross-scale graph pyramid network (xGPN) that propagates information across scales via a pyramid of cross-scale graph networks. Four modules in the scoring/localization stage (M_loc, M_cls, M_adj, M_scr) enable precise localization and classification, trained with a multi-task loss and inference that integrates predictions from both original and magnified clips. Experimental results on THUMOS-14 and ActivityNet-v1.3 demonstrate state-of-the-art performance, with pronounced gains on short actions and improved overall TAL, highlighting the practical potential of cross-scale graph-based temporal models and cross-scale data augmentation for TAL.
Abstract
Temporal action localization (TAL) in videos is a challenging task, especially due to the large variation in action temporal scales. Short actions usually occupy a major proportion in the datasets, but tend to have the lowest performance. In this paper, we confront the challenge of short actions and propose a multi-level cross-scale solution dubbed as video self-stitching graph network (VSGN). We have two key components in VSGN: video self-stitching (VSS) and cross-scale graph pyramid network (xGPN). In VSS, we focus on a short period of a video and magnify it along the temporal dimension to obtain a larger scale. We stitch the original clip and its magnified counterpart in one input sequence to take advantage of the complementary properties of both scales. The xGPN component further exploits the cross-scale correlations by a pyramid of cross-scale graph networks, each containing a hybrid module to aggregate features from across scales as well as within the same scale. Our VSGN not only enhances the feature representations, but also generates more positive anchors for short actions and more short training samples. Experiments demonstrate that VSGN obviously improves the localization performance of short actions as well as achieving the state-of-the-art overall performance on THUMOS-14 and ActivityNet-v1.3.
