Table of Contents
Fetching ...

Distinguishing Visually Similar Actions: Prompt-Guided Semantic Prototype Modulation for Few-Shot Action Recognition

Xiaoyang Li, Mingming Lu, Ruiqi Wang, Hao Li, Zewei Le

TL;DR

This work tackles data-scarce video action recognition by introducing CLIP-SPM, a cross-modal FSAR framework. It combines a Hierarchical Synergistic Motion Refinement for robust temporal modeling, Semantic Prototype Modulation to generate query-relevant textual guidance and bridge modality gaps, and Prototype-Anchor Dual Modulation to refine prototypes and anchor queries to a global semantic space. The approach yields consistent gains across five benchmarks and multiple shot settings, supported by extensive ablations, visual analyses, and ablation-driven insights into the individual components. The results demonstrate the value of deep visual-text interaction and wait-for-text dynamics in few-shot action recognition, with publicly available code and models enabling reproducibility.

Abstract

Few-shot action recognition aims to enable models to quickly learn new action categories from limited labeled samples, addressing the challenge of data scarcity in real-world applications. Current research primarily addresses three core challenges: (1) temporal modeling, where models are prone to interference from irrelevant static background information and struggle to capture the essence of dynamic action features; (2) visual similarity, where categories with subtle visual differences are difficult to distinguish; and (3) the modality gap between visual-textual support prototypes and visual-only queries, which complicates alignment within a shared embedding space. To address these challenges, this paper proposes a CLIP-SPM framework, which includes three components: (1) the Hierarchical Synergistic Motion Refinement (HSMR) module, which aligns deep and shallow motion features to improve temporal modeling by reducing static background interference; (2) the Semantic Prototype Modulation (SPM) strategy, which generates query-relevant text prompts to bridge the modality gap and integrates them with visual features, enhancing the discriminability between similar actions; and (3) the Prototype-Anchor Dual Modulation (PADM) method, which refines support prototypes and aligns query features with a global semantic anchor, improving consistency across support and query samples. Comprehensive experiments across standard benchmarks, including Kinetics, SSv2-Full, SSv2-Small, UCF101, and HMDB51, demonstrate that our CLIP-SPM achieves competitive performance under 1-shot, 3-shot, and 5-shot settings. Extensive ablation studies and visual analyses further validate the effectiveness of each component and its contributions to addressing the core challenges. The source code and models are publicly available at GitHub.

Distinguishing Visually Similar Actions: Prompt-Guided Semantic Prototype Modulation for Few-Shot Action Recognition

TL;DR

This work tackles data-scarce video action recognition by introducing CLIP-SPM, a cross-modal FSAR framework. It combines a Hierarchical Synergistic Motion Refinement for robust temporal modeling, Semantic Prototype Modulation to generate query-relevant textual guidance and bridge modality gaps, and Prototype-Anchor Dual Modulation to refine prototypes and anchor queries to a global semantic space. The approach yields consistent gains across five benchmarks and multiple shot settings, supported by extensive ablations, visual analyses, and ablation-driven insights into the individual components. The results demonstrate the value of deep visual-text interaction and wait-for-text dynamics in few-shot action recognition, with publicly available code and models enabling reproducibility.

Abstract

Few-shot action recognition aims to enable models to quickly learn new action categories from limited labeled samples, addressing the challenge of data scarcity in real-world applications. Current research primarily addresses three core challenges: (1) temporal modeling, where models are prone to interference from irrelevant static background information and struggle to capture the essence of dynamic action features; (2) visual similarity, where categories with subtle visual differences are difficult to distinguish; and (3) the modality gap between visual-textual support prototypes and visual-only queries, which complicates alignment within a shared embedding space. To address these challenges, this paper proposes a CLIP-SPM framework, which includes three components: (1) the Hierarchical Synergistic Motion Refinement (HSMR) module, which aligns deep and shallow motion features to improve temporal modeling by reducing static background interference; (2) the Semantic Prototype Modulation (SPM) strategy, which generates query-relevant text prompts to bridge the modality gap and integrates them with visual features, enhancing the discriminability between similar actions; and (3) the Prototype-Anchor Dual Modulation (PADM) method, which refines support prototypes and aligns query features with a global semantic anchor, improving consistency across support and query samples. Comprehensive experiments across standard benchmarks, including Kinetics, SSv2-Full, SSv2-Small, UCF101, and HMDB51, demonstrate that our CLIP-SPM achieves competitive performance under 1-shot, 3-shot, and 5-shot settings. Extensive ablation studies and visual analyses further validate the effectiveness of each component and its contributions to addressing the core challenges. The source code and models are publicly available at GitHub.

Paper Structure

This paper contains 29 sections, 15 equations, 7 figures, 6 tables.

Figures (7)

  • Figure 1: The architecture of CLIP-SPM. The Hierarchical Synergistic Motion Refinement (HSMR) extracts shallow/deep motion cues and enforces consistency, while the Semantic Prototype Modulation (SPM) provides semantics-guided feature modulation. The Prototype--Anchor Dual Modulation (PADM) jointly refines support prototypes and aligns query features with a global anchor through prototype and anchor modulation.
  • Figure 2: Illustration of the Motion Feature Extraction (MFE) module.
  • Figure 3: Architecture of the Semantic Fusion (SF) module.
  • Figure 4: Illustration of the Prompt Generator (PG).
  • Figure 5: Ablation study of the number of prompt templates $R$ on HMDB51 and SSv2-Small under the 5-way 1-shot setting.
  • ...and 2 more figures