Towards an Effective Action-Region Tracking Framework for Fine-grained Video Action Recognition
Baoli Sun, Yihan Wang, Xinzhu Ma, Zhihui Wang, Kun Lu, Zhiyong Wang
TL;DR
This work addresses fine-grained action recognition by introducing Action-Region Tracking (ART), which explicitly discovers and tracks discriminative local regions across frames through a query-response mechanism. ART uses a Region-Specific Semantics Activation module with text-constrained queries to generate region responses, organizes them into action tracklets, and optimizes them with a Multi-level Tracklet Contrastive Loss, complemented by a task-specific fine-tuning of a text-derived semantics bank. The method achieves state-of-the-art performance on FineGym and Diving48 with competitive complexity, demonstrating improved discrimination of subtle motion patterns and enhanced interpretability via tracklet-based representations. The approach offers a practical framework for robust FGAR and potential generalization to conventional action recognition tasks in real-world video analysis scenarios.
Abstract
Fine-grained action recognition (FGAR) aims to identify subtle and distinctive differences among fine-grained action categories. However, current recognition methods often capture coarse-grained motion patterns but struggle to identify subtle details in local regions evolving over time. In this work, we introduce the Action-Region Tracking (ART) framework, a novel solution leveraging a query-response mechanism to discover and track the dynamics of distinctive local details, enabling effective distinction of similar actions. Specifically, we propose a region-specific semantic activation module that employs discriminative and text-constrained semantics as queries to capture the most action-related region responses in each video frame, facilitating interaction among spatial and temporal dimensions with corresponding video features. The captured region responses are organized into action tracklets, which characterize region-based action dynamics by linking related responses across video frames in a coherent sequence. The text-constrained queries encode nuanced semantic representations derived from textual descriptions of action labels extracted by language branches within Visual Language Models (VLMs). To optimize the action tracklets, we design a multi-level tracklet contrastive constraint among region responses at spatial and temporal levels, enabling effective discrimination within each frame and correlation between adjacent frames. Additionally, a task-specific fine-tuning mechanism refines textual semantics such that semantic representations encoded by VLMs are preserved while optimized for task preferences. Comprehensive experiments on widely used action recognition benchmarks demonstrate the superiority to previous state-of-the-art baselines.
