CVMAJun 30

DataEvolver: Self-Evolving Multi-Agent Data Construction for Text-Rich Image Generation

arXiv:2606.3153710.7
Predicted impact top 36% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For researchers working on text-rich image generation, DataEvolver provides a method to leverage rejected samples for iterative data improvement, achieving significant gains over static pipelines.

DataEvolver is a self-evolving multi-agent framework for text-rich image data construction that uses feedback from rejected samples to iteratively improve data quality. At 0.75M scale on PixArt-alpha, it improves OCR-F1 by 85.3% on TextScenesHQ and 35.3% on LongTextBench over the strongest baseline.

Text-rich image generation is one of the most challenging settings in image generation, since models must simultaneously produce visually realistic images and render legible, semantically aligned, and layout-consistent text. Existing data pipelines usually follow a static crawl-filter-freeze paradigm. They collect candidate samples, filter them once, and freeze the accepted data for training. However, rejected samples are usually discarded, although they often contain useful failure signals such as OCR errors and semantic mismatches. As a result, later construction rounds may repeat the same failure modes. To address these limitations, we propose DataEvolver, a self-evolving multi-agent framework for text-rich image data construction. DataEvolver treats data construction as feedback-driven construction policy evolution. A Retriever collects candidate samples, a Verifier assigns quality scores and rejection causes, a Critic summarizes round-level feedback into semantic feedback, and a Generator completes under-covered regions through targeted synthesis. The updated feedback memory then guides the next construction round. Experiments on text-rich image generation benchmarks show that DataEvolver produces more useful training data than fixed-dataset baselines under matched data budgets. At the 0.75M scale on PixArt-alpha, DataEvolver improves OCR-F1 over the strongest baseline by 85.3 percent on TextScenesHQ and 35.3 percent on LongTextBench. The improvements are consistent across both evaluated benchmarks and also transfer to Show-o2, indicating that the benefit of DataEvolver is not tied to a single downstream generator. These results suggest that rejected samples can provide actionable feedback for improving text-rich image data construction.

Foundations

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

Your Notes