Search papers, labs, and topics across Lattice.
This paper introduces REST, a novel framework for few-step image generation that integrates reinforcement learning (RL) and distillation in a single-stage co-training process. By utilizing reward-scored trajectories from an RL teacher, REST enables a decoupled student to learn from these trajectories without altering the teacher's optimization, while the Advantage-Modulated Distillation (AMD) method selectively enhances supervision from high-reward paths. Experimental results demonstrate that REST achieves comparable or superior performance to a 40-step RL teacher with significantly reduced training costs, improving the DrawBench PickScore by 0.82 with only one-fifth of the training iterations.
REST achieves few-step image generation that rivals traditional 40-step methods while slashing training costs by over 75%.
Efficient text-to-image generation requires both reinforcement-learning (RL)-based reward alignment and few-step distillation, yet these procedures are typically performed sequentially, increasing training cost and risking the loss of reward gains during compression. We instead take an RL-native perspective: diffusion RL already generates reward-scored finite-step trajectories, whose intermediate states provide a natural source of distillation supervision rather than a disposable byproduct of sampling. Based on this insight, we propose REST (Reward-Enhanced Scored-Trajectory Distillation), a single-stage RL-distillation co-training framework that attaches a decoupled student to an arbitrary RL teacher. The student learns segment-wise from the teacher's evolving rollout trajectories while leaving the original teacher optimization unchanged. To prevent uniform imitation from preserving undesirable low-reward behaviors, we further introduce Advantage-Modulated Distillation (AMD), which transforms rollout advantages into signed weights over a base distillation loss. AMD strengthens supervision from preferred trajectories and mildly repels the student from low-reward ones. The resulting framework is lightweight and plug-and-play, requires no extra image rollouts, no separate distillation dataset, and no adversarial training. Experiments on compositional generation, visual text rendering, and human-preference alignment show that REST enables few-step CFG-free inference that matches or surpasses its 40-step RL teacher, with an overall additional training cost below 25% over pure RL. REST improves DrawBench PickScore over RTDMD by 0.82 while requiring only one-fifth of the training iterations.