Search papers, labs, and topics across Lattice.
This paper introduces DataEvolver, a self-evolving multi-agent framework designed to enhance text-rich image generation by utilizing feedback from rejected samples to inform future data construction rounds. By employing a Retriever, Verifier, Critic, and Generator, the framework dynamically evolves its data collection strategy, allowing it to address common failure modes such as OCR errors and semantic mismatches. Experiments demonstrate that DataEvolver significantly outperforms static data pipelines, achieving an 85.3% improvement in OCR-F1 on TextScenesHQ and a 35.3% improvement on LongTextBench, indicating the value of leveraging previously discarded data.
Rejected samples, often seen as failures, can actually drive an 85.3% boost in OCR accuracy for text-rich image generation.
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.