paper-with-me

Papers

Efficient Reinforcement for Visual-Textual Thinking with Discrete Diffusion Model

2026-06-11 · Yoonjeon Kim, Yuhta Takida, Chieh-Hsin Lai, Eunho Yang, Yuki Mitsufuji arxiv

RL-based post-training has been widely adopted to enable interleaved visual and textual reasoning in unified multimodal models capable of both text and image generation. However, most existing approaches are built upon autoregressive (AR) unified models, which require full image regeneration during visual reasoning. In this work, we demonstrate that multimodal discrete diffusion models are effective alternatives to AR models for reinforcement learning in interleaved reasoning, owing to their ability to perform efficient visual rollouts via localized visual editing rather than full image-token regeneration. This reduces rollout computation during GRPO by 26.9\% compared to AR baselines, with minimal performance drop. Despite the improved efficiency, we find that joint reward assignment, which employs a shared reward signal across modalities, introduces cross-modal interference between unrelated image and text token sequences during RL updates. To address this issue, we propose factorized reward assignment, a strategy that assigns rewards independently to text and vision segments. With factorized reward assignment, our RL approach achieves an 11.2% improvement over joint reward assignment and a 38.04% improvement over the base model.

📄 PDF Abstract BibTeX arXiv:2606.14792

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningVisual ReasoningImage Generation

Similar Papers 제목 키워드 기반

Reinforcing the Diffusion Chain of Lateral Thought with Diffusion Language Models

2025-05-15 · Zemin Huang, Zhiyang Chen, Zijun Wang, Tiancheng Li 외

We introduce the Diffusion Chain of Lateral Thought (DCoLT), a reasoning framework for diffusion language models. DCoLT treats each intermediate step in the reverse diffusion process as a latent "thinking" action and opt…

Code GenerationGSM8KHumanEvalMath+2

Thinking-while-Generating: Interleaving Textual Reasoning throughout Visual Generation

2025-11-20 · Ziyu Guo, Renrui Zhang, Hongyu Li, Manyuan Zhang 외 arxiv

Recent advances in visual generation have increasingly explored the integration of reasoning capabilities. They incorporate textual reasoning, i.e., think, either before (as pre-planning) or after (as post-refinement) th…

Reinforcement Learning

Consolidating Reinforcement Learning for Multimodal Discrete Diffusion Models

2025-10-03 · Tianren Ma, Mu Zhang, Yibing Wang, Qixiang Ye arxiv

Optimizing discrete diffusion model (DDM) with rewards remains a challenge: the non-autoregressive paradigm makes importance sampling intractable and rollout complex, puzzling reinforcement learning methods such as Group…

Reinforcement Learning

Diffusion for World Modeling: Visual Details Matter in Atari

2024-05-20 · Eloi Alonso, Adam Jelley, Vincent Micheli, Anssi Kanervisto 외

World models constitute a promising approach for training reinforcement learning agents in a safe and sample-efficient manner. Recent world models predominantly operate on sequences of discrete latent variables to model …

Image Generationreinforcement-learningReinforcement Learning

SofT-GRPO: Surpassing Discrete-Token LLM Reinforcement Learning via Gumbel-Reparameterized Soft-Thinking Policy Optimization

2025-11-09 · Zhi Zheng, Yu Gu, Wei Liu, Yee Whye Teh 외 arxiv

The soft-thinking paradigm for Large Language Model (LLM) reasoning can outperform the conventional discrete-token Chain-of-Thought (CoT) reasoning in some scenarios, underscoring its research and application value. Howe…

Reinforcement Learning