Search papers, labs, and topics across Lattice.
The paper introduces Anchor Evolution (AnE), a novel post-training paradigm for MLLMs that combines truth-anchored data curation with a scaffold-stripping mechanism for model evolution. AnE uses Truth Anchor Expansion to identify model failure points and retrieve high-fidelity data from ground-truth databases. Then, a Scaffold-Stripping Mechanism uses scaffold-augmented supervision followed by RL to transfer reasoning paths into the model's intrinsic capabilities, leading to a significant performance boost.
MLLMs can achieve 10% gains on multimodal reasoning benchmarks by using ground-truth anchored data curation and scaffold-stripping to avoid cognitive drift during self-evolution.
Post-training via Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) is crucial for enhancing reasoning in Multimodal Large Language Models (MLLMs), yet existing paradigms often reach a performance bottleneck due to the limitations of static data. While current methods leverage self-reflection or self-evolution to push these boundaries, they still suffer from cognitive drift and hallucinated reasoning paths caused by low-quality synthetic data. To address these challenges, we propose Anchor Evolution (AnE), a new paradigm that integrates truth-anchored data curation and model evolution, achieving faithful and steady performance gains at the reasoning frontier. Specifically, we propose Truth Anchor Expansion, which pinpoints the model failing frontier via trajectory rollouts and leverages ground-truth databases to retrieve high-fidelity anchors for faithful data curation. Subsequently, we introduce the Scaffold-Stripping Mechanism to internalize reasoning capabilities. This mechanism first anchors reasoning paths via scaffold-augmented supervision to mitigate the learning complexity and distribution drift of direct SFT on raw data, then leverages RL to strip the scaffold template, thereby effectively transitioning the reasoning paths into intrinsic model capabilities. Experimental results on multimodal reasoning benchmarks show that our method substantially advances the model performance frontier, improving the base model by 10.3\% across eight multimodal benchmarks and achieving state-of-the-art results. The code will be made publicly available.