ViSurf: Visual Supervised-and-Reinforcement Fine-Tuning for Large Vision-and-Language Models
Abstract
Lay Summary
To teach model to understand images and text, researchers traditionally use two different training methods: one acts like a strict teacher showing the exact answers (Supervised Fine-Tuning), while the other lets the model learn through trial and error (Reinforcement Learning). Unfortunately, the "teacher" method often makes the model forget what it previously learned, while the "trial and error" method fails if the model lacks a baseline understanding of the task. Combining them sequentially is computationally slow and still leads to forgetfulness. To solve this, we developed ViSurf, a unified training approach that blends both methods into a single, seamless step. ViSurf acts like an adaptive tutor: it lets the model explore and learn from its own attempts, but seamlessly steps in with the exact correct answer whenever the model gets stuck. This unified approach allows the model to learn new, complex visual tasks, like identifying medical anomalies or solving visual math problems, without forgetting its foundational knowledge. Ultimately, ViSurf creates more reliable model that significantly outperform previous standalone training methods.