Temporal Alignment-Free Video Matching for Few-shot Action Recognition
About
Few-Shot Action Recognition (FSAR) aims to train a model with only a few labeled video instances. A key challenge in FSAR is handling divergent narrative trajectories for precise video matching. While the frame- and tuple-level alignment approaches have been promising, their methods heavily rely on pre-defined and length-dependent alignment units (e.g., frames or tuples), which limits flexibility for actions of varying lengths and speeds. In this work, we introduce a novel TEmporal Alignment-free Matching (TEAM) approach, which eliminates the need for temporal units in action representation and brute-force alignment during matching. Specifically, TEAM represents each video with a fixed set of pattern tokens that capture globally discriminative clues within the video instance regardless of action length or speed, ensuring its flexibility. Furthermore, TEAM is inherently efficient, using token-wise comparisons to measure similarity between videos, unlike existing methods that rely on pairwise comparisons for temporal alignment. Additionally, we propose an adaptation process that identifies and removes common information across classes, establishing clear boundaries even between novel categories. Extensive experiments demonstrate the effectiveness of TEAM. Codes are available at github.com/leesb7426/TEAM.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Action Recognition | Kinetics | Accuracy (5-shot)88.2 | 47 | |
| Video Action Recognition | HMDB51 5-way 5-shot | Accuracy85.5 | 28 | |
| Video Action Recognition | UCF101 5-way 5-shot | Accuracy98.8 | 28 | |
| Action Recognition | HMDB51 | 1-Shot Top-1 Acc62.8 | 22 | |
| Action Recognition | UCF101 | Top-1 Accuracy (1-shot)87.2 | 22 | |
| Few-shot Action Recognition | HMDB | Accuracy70.9 | 21 | |
| Few-shot Action Recognition | UCF101 5-way 1-shot | Accuracy94.5 | 21 | |
| 5-way few-shot action recognition | Kinetics (test) | 1-shot Accuracy83.3 | 19 | |
| Action Recognition | HMDB51 | Accuracy (1-shot)62.8 | 16 | |
| Action Recognition | UCF101 | 1-shot Accuracy87.2 | 16 |