Task-Specific Distance Correlation Matching for Few-Shot Action Recognition
By: Fei Long , Yao Zhang , Jiaming Lv and more
Few-shot action recognition (FSAR) has recently made notable progress through set matching and efficient adaptation of large-scale pre-trained models. However, two key limitations persist. First, existing set matching metrics typically rely on cosine similarity to measure inter-frame linear dependencies and then perform matching with only instance-level information, thus failing to capture more complex patterns such as nonlinear relationships and overlooking task-specific cues. Second, for efficient adaptation of CLIP to FSAR, recent work performing fine-tuning via skip-fusion layers (which we refer to as side layers) has significantly reduced memory cost. However, the newly introduced side layers are often difficult to optimize under limited data conditions. To address these limitations, we propose TS-FSAR, a framework comprising three components: (1) a visual Ladder Side Network (LSN) for efficient CLIP fine-tuning; (2) a metric called Task-Specific Distance Correlation Matching (TS-DCM), which uses $α$-distance correlation to model both linear and nonlinear inter-frame dependencies and leverages a task prototype to enable task-specific matching; and (3) a Guiding LSN with Adapted CLIP (GLAC) module, which regularizes LSN using the adapted frozen CLIP to improve training for better $α$-distance correlation estimation under limited supervision. Extensive experiments on five widely-used benchmarks demonstrate that our TS-FSAR yields superior performance compared to prior state-of-the-arts.
Similar Papers
Temporal Alignment-Free Video Matching for Few-shot Action Recognition
CV and Pattern Recognition
Teaches computers to recognize actions from few examples.
Hierarchical Relation-augmented Representation Generalization for Few-shot Action Recognition
CV and Pattern Recognition
Teaches computers to learn new actions from few examples.
Task-Adapter++: Task-specific Adaptation with Order-aware Alignment for Few-shot Action Recognition
CV and Pattern Recognition
Teaches computers to recognize actions from few examples.