TL;DR
Training Video Language Models (VideoLLMs) for complex reasoning is difficult due to sparse rewards and poor credit assignment. VISD, a structured self-distillation framework, was developed to enhance video reasoning by providing detailed feedback on reasoning quality.
✦ Why It Matters
Engineers can leverage VISD to improve the efficiency and accuracy of video reasoning models in their applications.
Key Takeaways
Full Summary
Video reasoning tasks often struggle with sparse sequence-level rewards, making it hard to assign credit for specific contributions during learning. VISD, or Video reasoning via Structured Self-Distillation, addresses this by introducing a structured feedback mechanism that evaluates reasoning quality across multiple dimensions, such as answer correctness and logical consistency.
It employs a video-aware judge model to provide this feedback, which guides a teacher policy for token-level supervision. A novel direction magnitude decoupling mechanism allows for stable integration of dense supervision with reinforcement learning, enhancing both reasoning accuracy and training efficiency.
Results from various benchmarks indicate that VISD consistently outperforms existing methods, improving answer accuracy and spatio-temporal grounding quality while achieving nearly double the speed in convergence during training. This structured approach to self-supervision significantly enhances the performance and sample efficiency of VideoLLMs.
Related