Redirecting to original paper in 30 seconds...
Click below to go immediately or wait for automatic redirect
📄 Abstract
Abstract: Few-shot action recognition (FSAR) aims to classify human actions in videos
with only a small number of labeled samples per category. The scarcity of
training data has driven recent efforts to incorporate additional modalities,
particularly text. However, the subtle variations in human posture, motion
dynamics, and the object interactions that occur during different phases, are
critical inherent knowledge of actions that cannot be fully exploited by action
labels alone. In this work, we propose Language-Guided Action Anatomy (LGA), a
novel framework that goes beyond label semantics by leveraging Large Language
Models (LLMs) to dissect the essential representational characteristics hidden
beneath action labels. Guided by the prior knowledge encoded in LLM, LGA
effectively captures rich spatiotemporal cues in few-shot scenarios.
Specifically, for text, we prompt an off-the-shelf LLM to anatomize labels into
sequences of atomic action descriptions, focusing on the three core elements of
action (subject, motion, object). For videos, a Visual Anatomy Module segments
actions into atomic video phases to capture the sequential structure of
actions. A fine-grained fusion strategy then integrates textual and visual
features at the atomic level, resulting in more generalizable prototypes.
Finally, we introduce a Multimodal Matching mechanism, comprising both
video-video and video-text matching, to ensure robust few-shot classification.
Experimental results demonstrate that LGA achieves state-of-the-art performance
across multipe FSAR benchmarks.