Training-Free Action Recognition and Goal Inference with Dynamic Frame Selection
Ee Yeo Keat, Zhang Hao, Alexander Matyasko, Basura Fernando
TL;DR
VidTFS presents a training-free, open-vocabulary framework for video goal inference and action recognition by coupling frozen vision models (BLIP-2, CLIP) with an open-vocabulary LLM (Vicuna) in a four-stage See–Guess–Select–Infer pipeline. A novel dynamic frame selection module (evidence selector) uses CLIP to align hypothesized steps with visual frames, restricting processing to a small, informative subset (M ≤ 16). The method achieves competitive to state-of-the-art results across four datasets (CrossTask, COIN, UCF101, ActivityNet) without task-specific training, and ablations validate the effectiveness of frame selection, hypothesis expansion, and CLIP-based evidence matching. While promising in training-free settings, VidTFS inherits LLM drawbacks such as potential hallucinations and limited explainability, suggesting directions for improved controllability and interpretability in open-vocabulary video reasoning.
Abstract
We introduce VidTFS, a Training-free, open-vocabulary video goal and action inference framework that combines the frozen vision foundational model (VFM) and large language model (LLM) with a novel dynamic Frame Selection module. Our experiments demonstrate that the proposed frame selection module improves the performance of the framework significantly. We validate the performance of the proposed VidTFS on four widely used video datasets, including CrossTask, COIN, UCF101, and ActivityNet, covering goal inference and action recognition tasks under open-vocabulary settings without requiring any training or fine-tuning. The results show that VidTFS outperforms pretrained and instruction-tuned multimodal language models that directly stack LLM and VFM for downstream video inference tasks. Our VidTFS with its adaptability shows the future potential for generalizing to new training-free video inference tasks.
