MindGPT-4ov: An Enhanced MLLM via a Multi-Stage Post-Training Paradigm

TL;DR

Proposes MindGPT-4ov, a multi-stage post-training framework integrating data synthesis, curriculum fine-tuning, and reinforcement learning, achieving SOTA performance.

cs.CV 🔴 Advanced 2025-12-03 45 views
Wei Chen Chaoqun Du Feng Gu Wei He Qizhen Li Zide Liu Xuhao Pan Chang Ren Xudong Rao Chenfeng Wang Tao Wei Chengjun Yu Pengfei Yu Yufei Zheng Chunpeng Zhou Pan Zhou Xuhan Zhu
multimodal large language model post-training paradigm data synthesis reinforcement learning model optimization

Key Findings

Methodology

This approach combines information density-driven data generation, a dual-dimensional tree label system, collaborative curriculum supervised fine-tuning, and multi-stage hybrid reinforcement learning. Data synthesis employs IDS-based dynamic adjustment to prioritize high-value samples. Fine-tuning incorporates curriculum strategies to balance domain knowledge and general capabilities. Reinforcement learning uses multi-objective rewards to enhance reasoning and perception. Techniques include GPT-4o for label expansion, Ops-MM-embedding-v1-7B for matching, and multi-model voting for quality control. Hardware optimizations like 5D parallel training further improve efficiency.

Key Results

  • On benchmarks such as MMBench, MMStar, MathVision, and MathVista, MindGPT-4ov surpasses SOTA models, with an average of 3.4% improvement in VQA and 3.6% in STEM tasks. It demonstrates superior vertical domain performance and user experience enhancements. Training efficiency is improved by 20% via 5D parallelism, with inference response times reduced by 20%. Data synthesis strategies significantly boost generalization in few-shot scenarios, and multi-stage reinforcement learning enhances reasoning and perception capabilities.
  • The IDS-driven data synthesis effectively increases data diversity and domain coverage, leading to better generalization. The curriculum fine-tuning reduces catastrophic forgetting, maintaining foundational abilities. Multi-objective reinforcement learning improves reasoning depth and multimodal perception, enabling the model to handle complex tasks with high accuracy.
  • Experimental results confirm that the integrated framework achieves a balanced trade-off between performance, efficiency, and deployment readiness, making it suitable for industrial applications like autonomous driving, healthcare, and industrial inspection.

Significance

This work addresses critical bottlenecks in scaling multimodal models for real-world deployment. By systematically integrating data generation, fine-tuning, and reinforcement learning, it offers a scalable, low-cost pathway to high-performance models. The framework enhances the adaptability of models across diverse vertical domains while preserving core capabilities, thus bridging the gap between academic research and industrial needs. Its open-source release accelerates community-driven innovation, fostering rapid development of practical multimodal AI solutions.

Technical Contribution

The paper introduces a comprehensive post-training paradigm that unifies high-quality data synthesis, curriculum-based fine-tuning, and multi-objective reinforcement learning. The IDS-based data generation ensures efficient resource utilization, while the tree-structured label system guarantees broad coverage. The multi-stage reinforcement learning with hybrid rewards systematically enhances reasoning and perception. Hardware-level optimizations like 5D parallelism significantly reduce training costs, enabling large-scale deployment. These innovations collectively push the frontier of scalable, efficient, and adaptable multimodal large models.

Novelty

This is the first work to incorporate an information density-driven data synthesis mechanism combined with a hierarchical label system for automated, high-quality data generation across domains. The multi-stage hybrid reinforcement learning framework introduces a systematic approach to balancing multiple objectives, addressing both performance and deployment efficiency. The integration of these components into a unified post-training paradigm marks a significant advancement over existing methods, which often focus on isolated aspects.

Limitations

  • Despite efficiency gains, training large models still demands substantial computational resources, limiting accessibility for some institutions.
  • The IDS-based data synthesis relies on predefined labels and features, which may not fully capture the complexity of real-world data, leading to potential biases.
  • Multi-objective reinforcement learning can introduce training instability, requiring careful hyperparameter tuning and further robustness improvements.

Future Work

未来将探索更智能化的自动数据生成策略,结合自监督学习提升数据多样性和质量。优化多目标奖励机制的稳定性,结合元学习实现模型自适应。扩展模型在更复杂、多模态、多任务环境中的应用,推动多模态AI的工业化落地。

AI Executive Summary

Multimodal large language models (MLLMs) have achieved remarkable progress in vision-language understanding, yet their deployment in industry faces significant challenges. Existing solutions often rely on manual data annotation or single-stage fine-tuning, which limit scalability and adaptability. To address these issues, this study introduces MindGPT-4ov, a comprehensive post-training framework that integrates data synthesis, curriculum-based fine-tuning, and multi-stage reinforcement learning.

The core innovation lies in the information density (IDS) driven data generation, which dynamically prioritizes high-value samples, ensuring diverse and high-quality training data. Coupled with a hierarchical tree label system, it enables automated, cross-domain data synthesis with broad coverage. The collaborative curriculum fine-tuning strategy progressively injects domain-specific knowledge while preserving general capabilities, reducing catastrophic forgetting.

Furthermore, the multi-stage hybrid reinforcement learning employs multi-objective rewards to enhance reasoning, perception, and diversity. Hardware optimizations such as 5D parallel training and inference quantization significantly improve efficiency and reduce costs. Experimental results demonstrate that MindGPT-4ov outperforms state-of-the-art models like Qwen3-VL-30B-A3B, with an average improvement of 3.4% on VQA benchmarks and 3.6% on STEM tasks. It exhibits superior performance in vertical domains and offers a better user experience.

This framework not only advances the state-of-the-art but also provides a scalable, low-cost pathway for industrial deployment of multimodal AI. The open-source release of code and datasets will foster community innovation, accelerating the adoption of intelligent multimodal systems across sectors such as autonomous driving, healthcare, and industrial automation. Future work will focus on enhancing data diversity, training stability, and extending applications to more complex multi-task scenarios, pushing the boundaries of multimodal AI research.

Deep Dive

Abstract

We present MindGPT-4ov, a multimodal large language model (MLLM) that introduces a general post-training paradigm spanning data production, model training, and efficient deployment. It achieves state-of-the-art performance across multiple benchmarks at low cost, effectively enhancing the foundational capabilities of MLLMs and the generalization ability. Focusing on data construction, supervised fine-tuning strategies, and multimodal reinforcement learning methods, this work proposes three key innovations: (1) An information density-based data generation scheme, integrated with a dual-dimensional tree-structured label system, enabling automated generation of high-quality cross-domain data. (2) A collaborative curriculum supervised fine-tuning approach that balances the injection of domain-specific knowledge with the preservation of general capabilities. (3) A hybrid reinforcement learning paradigm that enhances reasoning ability while simultaneously addressing multi-objective optimization such as diversity exploration, maintenance of multimodal perception, and response conciseness. Moreover, we implement a series of infrastructure optimizations, such as 5D parallel training, operator optimization, and inference quantization to enhance training and inference efficiency while reducing the cost of domain adaptation. Experimental results demonstrate that the MindGPT-4ov model outperforms state-of-the-art models on benchmarks such as MMBench, MMStar, MathVision, and MathVista. In addition, MindGPT-4ov also demonstrates superior user experience in vertical domain tasks, enabling a seamless transition from academic research to industrial deployment. MindGPT-4ov provides a general post-training paradigm applicable to a wide range of MLLMs. The model weights, datasets, and code for the Qwen3-VL-based variants will be recently open-sourced to support the community's development of MLLMs.

cs.CV