paper-with-me

Papers

Let's Verify and Reinforce Image Generation Step by Step

2025-01-01 · CVPR 2025 1 · Renrui Zhang, Chengzhuo Tong, Zhizheng Zhao, Ziyu Guo, Haoquan Zhang, Manyuan Zhang, Jiaming Liu, Peng Gao, Hongsheng Li

Chain-of-Thought (CoT) reasoning has been extensively explored in large models to tackle complex understanding tasks. However, it still remains an open question whether such strategies can be applied to verifying and reinforcing image generation scenarios. In this paper, we provide the first comprehensive investigation in the potential of CoT reasoning to enhance autoregressive image generation. We focus on three techniques: scaling test-time computation for verification, aligning model preferences with Direct Preference Optimization (DPO), and integrating these techniques for complementary effects. Our results demonstrate that these approaches can be effectively adapted and combined to significantly improve image generation performance. Furthermore, given the pivotal role of reward models in our findings, we propose the Potential Assessment Reward Model (PARM) specialized for autoregressive image generation. PARM adaptively assesses each generation step through a potential assessment mechanism, merging the strengths of existing reward models. Using our investigated reasoning strategies, we enhance a baseline model, Show-o, to achieve superior results, with a significant +24% improvement on the GenEval benchmark, surpassing Stable Diffusion 3 by +15%. We hope our study provides unique insights and paves a new path for integrating CoT reasoning with autoregressive image generation. Code is released at https://github.com/ZiyuGuo99/Image-Generation-CoT.

📄 PDF Abstract BibTeX

Code (1)

ziyuguo99/image-generation-cot 공식 구현 jax

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Can We Generate Images with CoT? Let's Verify and Reinforce Image Generation Step by Step

2025-01-23 · Ziyu Guo, Renrui Zhang, Chengzhuo Tong, Zhizheng Zhao 외

Chain-of-Thought (CoT) reasoning has been extensively explored in large models to tackle complex understanding tasks. However, it still remains an open question whether such strategies can be applied to verifying and rei…

Image GenerationText-to-Image Generation

Understanding-in-Generation: Reinforcing Generative Capability of Unified Model via Infusing Understanding into Generation

2025-09-23 · Yuanhuiyi Lyu, Chi Kit Wong, Chenfei Liao, Lutao Jiang 외 arxiv

Recent works have made notable advancements in enhancing unified models for text-to-image generation through the Chain-of-Thought (CoT). However, these reasoning methods separate the processes of understanding and genera…

Text-to-Image GenerationImage Editing

Two-Step Offline Preference-Based Reinforcement Learning with Constrained Actions

2023-12-30 · Yinglun Xu, Tarun Suresh, Rohan Gumaste, David Zhu 외

Preference-based reinforcement learning (PBRL) in the offline setting has succeeded greatly in industrial applications such as chatbots. A two-step learning framework where one applies a reinforcement learning step after…

reinforcement-learningReinforcement Learning

TDM-R1: Reinforcing Few-Step Diffusion Models with Non-Differentiable Reward

2026-03-08 · Yihong Luo, Tianyang Hu, Weijian Luo, Jing Tang arxiv

While few-step generative models have enabled powerful image and video generation at significantly lower cost, generic reinforcement learning (RL) paradigms for few-step models remain an unsolved problem. Existing RL app…

Reinforcement LearningVideo Generation

Reinforcing Step-level Reasoning for Effective Self-Correction in LLMs

2026-08-12 · Vu Duc Anh, Nhat M. Hoang, Do Xuan Long, Cong-Duy Nguyen 외 arxiv

Achieving effective self-correction, where models verify and correct their own mistakes, remains a fundamental challenge for large language models (LLMs). In this work, we propose Self-Fix Step-DPO (SFS-DPO), a reinforce…