CVDec 13, 2024

Building a Multi-modal Spatiotemporal Expert for Zero-shot Action Recognition with CLIP

arXiv:2412.09895v213 citationsh-index: 13AAAI
Originality Incremental advance
AI Analysis

This work addresses the challenge of recognizing novel actions in videos without training data, which is important for video analysis applications, though it appears incremental as it builds on CLIP with specific enhancements.

The paper tackles the problem of zero-shot action recognition by addressing CLIP's limitations in capturing temporal dynamics, proposing a framework called Spatiotemporal Dynamic Duo (STDD) that improves performance on video benchmarks like Kinetics-600, UCF101, and HMDB51.

Zero-shot action recognition (ZSAR) requires collaborative multi-modal spatiotemporal understanding. However, finetuning CLIP directly for ZSAR yields suboptimal performance, given its inherent constraints in capturing essential temporal dynamics from both vision and text perspectives, especially when encountering novel actions with fine-grained spatiotemporal discrepancies. In this work, we propose Spatiotemporal Dynamic Duo (STDD), a novel CLIP-based framework to comprehend multi-modal spatiotemporal dynamics synergistically. For the vision side, we propose an efficient Space-time Cross Attention, which captures spatiotemporal dynamics flexibly with simple yet effective operations applied before and after spatial attention, without adding additional parameters or increasing computational complexity. For the semantic side, we conduct spatiotemporal text augmentation by comprehensively constructing an Action Semantic Knowledge Graph (ASKG) to derive nuanced text prompts. The ASKG elaborates on static and dynamic concepts and their interrelations, based on the idea of decomposing actions into spatial appearances and temporal motions. During the training phase, the frame-level video representations are meticulously aligned with prompt-level nuanced text representations, which are concurrently regulated by the video representations from the frozen CLIP to enhance generalizability. Extensive experiments validate the effectiveness of our approach, which consistently surpasses state-of-the-art approaches on popular video benchmarks (i.e., Kinetics-600, UCF101, and HMDB51) under challenging ZSAR settings.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes