强化多模态掩码扩散模型的生成顺序 / Reinforcing the Generation Order of Multimodal Masked Diffusion Models
1️⃣ 一句话总结
本文提出一种可学习的控制模块,通过强化学习自动优化多模态扩散模型在文本生成图像和多模态理解任务中的生成顺序,从而提升图文对齐质量和多模态推理能力。
Diffusion Language Models (DLMs) have recently achieved substantial progress in natural language generation tasks. Recent research demonstrates that adaptive token generation ordering can significantly improve performance in mathematical reasoning and code synthesis applications. In this work, we investigate the optimization of generation order for both text-to-image synthesis and multimodal understanding. We first establish that, unlike structured problems in language generation such as Sudoku puzzles, model logits alone are insufficient for determining optimal generation sequences in text-to-image generation and multimodal understanding. To address this challenge, we introduce a learnable control module trained via Group Relative Policy Optimization (GRPO) to determine the generation order. Our results demonstrate that learning this control block substantially improves both text-to-image alignment and multimodal understanding in DLMs. In particular, it enhances the model's ability to capture fine-grained spatial relationships in generated images while also strengthening performance on multimodal reasoning and comprehension tasks. We evaluate our framework on GenEval, an object-focused benchmark for text-to-image alignment, where it achieves 4.08% relative improvements. In addition, experiments on VLMEvalKit confirm 4.85% relative improvements in multimodal understanding, highlighting the broad effectiveness of our approach.
强化多模态掩码扩散模型的生成顺序 / Reinforcing the Generation Order of Multimodal Masked Diffusion Models
本文提出一种可学习的控制模块,通过强化学习自动优化多模态扩散模型在文本生成图像和多模态理解任务中的生成顺序,从而提升图文对齐质量和多模态推理能力。
源自 arXiv: 2607.08056