CVFeb 26

From Blind Spots to Gains: Diagnostic-Driven Iterative Training for Large Multimodal Models

arXiv:2602.22859v1h-index: 28Has Code
Originality Highly original
AI Analysis

This work provides a scalable paradigm for continual LMM training under open task distributions, which is significant for researchers and developers working on improving the robustness and adaptability of large multimodal models.

This paper introduces Diagnostic-driven Progressive Evolution (DPE), an iterative training framework for Large Multimodal Models (LMMs). DPE addresses the limitations of static training data by using a spiral loop where model diagnosis guides data generation and reinforcement, leading to stable, continual gains across eleven benchmarks for Qwen3-VL-8B-Instruct and Qwen2.5-VL-7B-Instruct.

As Large Multimodal Models (LMMs) scale up and reinforcement learning (RL) methods mature, LMMs have made notable progress in complex reasoning and decision making. Yet training still relies on static data and fixed recipes, making it difficult to diagnose capability blind spots or provide dynamic, targeted reinforcement. Motivated by findings that test driven error exposure and feedback based correction outperform repetitive practice, we propose Diagnostic-driven Progressive Evolution (DPE), a spiral loop where diagnosis steers data generation and reinforcement, and each iteration re-diagnoses the updated model to drive the next round of targeted improvement. DPE has two key components. First, multiple agents annotate and quality control massive unlabeled multimodal data, using tools such as web search and image editing to produce diverse, realistic samples. Second, DPE attributes failures to specific weaknesses, dynamically adjusts the data mixture, and guides agents to generate weakness focused data for targeted reinforcement. Experiments on Qwen3-VL-8B-Instruct and Qwen2.5-VL-7B-Instruct show stable, continual gains across eleven benchmarks, indicating DPE as a scalable paradigm for continual LMM training under open task distributions. Our code, models, and data are publicly available at https://github.com/hongruijia/DPE.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes