TEST-V: TEst-time Support-set Tuning for Zero-shot Video Classification
Rui Yan, Jin Wang, Hongyu Qu, Xiaoyu Du, Dong Zhang, Jinhui Tang, Tieniu Tan
TL;DR
TEST-V addresses the modality gap in zero-shot video classification by integrating test-time, learnable support-set tuning. It combines Multi-prompting Support-set Dilation (MSD) to create semantically diverse support videos with Temporal-aware Support-set Erosion (TSE) to dynamically weight frames and scales, all in a training-free setup. The approach achieves state-of-the-art results on four benchmarks and demonstrates strong generalization across VLM backbones, with ablations showing the complementary gains from diversity and temporal refinement. This framework offers practical, interpretable mechanisms for adapting pre-trained VLMs to unseen video classes in real-world scenarios.
Abstract
Recently, adapting Vision Language Models (VLMs) to zero-shot visual classification by tuning class embedding with a few prompts (Test-time Prompt Tuning, TPT) or replacing class names with generated visual samples (support-set) has shown promising results. However, TPT cannot avoid the semantic gap between modalities while the support-set cannot be tuned. To this end, we draw on each other's strengths and propose a novel framework namely TEst-time Support-set Tuning for zero-shot Video Classification (TEST-V). It first dilates the support-set with multiple prompts (Multi-prompting Support-set Dilation, MSD) and then erodes the support-set via learnable weights to mine key cues dynamically (Temporal-aware Support-set Erosion, TSE). Specifically, i) MSD expands the support samples for each class based on multiple prompts enquired from LLMs to enrich the diversity of the support-set. ii) TSE tunes the support-set with factorized learnable weights according to the temporal prediction consistency in a self-supervised manner to dig pivotal supporting cues for each class. $\textbf{TEST-V}$ achieves state-of-the-art results across four benchmarks and has good interpretability for the support-set dilation and erosion.
