Video-STaR: Self-Training Enables Video Instruction Tuning with Any Supervision
Orr Zohar, Xiaohan Wang, Yonatan Bitton, Idan Szpektor, Serena Yeung-Levy
TL;DR
Video-STaR introduces a novel self-training loop that reuses labeled video datasets for visual instruction tuning by generating answers, rationalizing labels when needed, and verifying label containment. By cycling data generation with finetuning and enforcing weak supervision through a Parser-Verifier, it enables incorporating diverse video supervision beyond caption-style prompts. The approach yields strong zero-shot QA gains (e.g., TempCompass) and substantial improvements on adapted tasks (e.g., Kinetics700, FineDiving) and results in the VSTaR-1M dataset, illustrating broad applicability across domains. These results suggest that weakly supervised, cycle-based self-training can significantly enhance LVLMs’ video understanding and cross-domain adaptability, while highlighting areas for further refinement such as computational efficiency and reducing hallucinations.
Abstract
The performance of Large Vision Language Models (LVLMs) is dependent on the size and quality of their training datasets. Existing video instruction tuning datasets lack diversity as they are derived by prompting large language models with video captions to generate question-answer pairs, and are therefore mostly descriptive. Meanwhile, many labeled video datasets with diverse labels and supervision exist - however, we find that their integration into LVLMs is non-trivial. Herein, we present Video Self-Training with augmented Reasoning (Video-STaR), the first video self-training approach. Video-STaR allows the utilization of any labeled video dataset for video instruction tuning. In Video-STaR, an LVLM cycles between instruction generation and finetuning, which we show (I) improves general video understanding and (II) adapts LVLMs to novel downstream tasks with existing supervision. During generation, an LVLM is prompted to propose an answer. The answers are then filtered only to those that contain the original video labels, and the LVLM is then re-trained on the generated dataset. By only training on generated answers that contain the correct video labels, Video-STaR utilizes these existing video labels as weak supervision for video instruction tuning. Our results demonstrate that Video-STaR-enhanced LVLMs exhibit improved performance in (I) general video QA, where TempCompass performance improved by 10%, and (II) on downstream tasks, where Video-STaR improved Kinetics700-QA accuracy by 20% and action quality assessment on FineDiving by 15%.
