ResearchPod Summary
Adapting large-scale Vision-Language Models (VLMs) like CLIP for video recognition often leads to a performance trade-off: the model gains task-specific knowledge but loses the broad, open-vocabulary generalization capabilities learned during pretraining. This paper investigates why standard fine-tuning fails to maintain this balance, specifically focusing on how optimization within a limited training distribution causes representation drift and alignment shifts in out-of-distribution (OOD) space.
The authors identify that standard fine-tuning objectives are restricted to the training distribution, which leads to suboptimal alignment when the model encounters unseen categories. To address this, they introduce TACO, a framework that enforces consistency across the entire representation space.
TACO employs two primary mechanisms:
TACO demonstrates that preserving the relative geometry of the embedding space is critical for OOD generalization. By regularizing the entire space rather than just the training distribution, the model avoids the "over-shifting" of cross-modal alignments that typically degrades performance on novel categories. The authors show that their approach achieves state-of-the-art results across multiple cross-dataset and base-to-novel video recognition benchmarks, confirming that their simple geometric anchors are sufficient to provide a stable reference for adaptation.
This work provides a principled way to adapt foundation models for downstream tasks without sacrificing their inherent generalization power. By treating the embedding space as a geometric structure that must be preserved, the authors offer a scalable alternative to complex, data-heavy regularization techniques, making it easier to deploy open-vocabulary models in real-world scenarios where training data is limited.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.