AsyncDiff: Asynchronous Timestep Conditioning for Enhanced Text-to-Image Diffusion Inference
Longhuan Xu, Feng Yin, Cunjian Chen
TL;DR
The paper addresses inefficiencies in diffusion-based text-to-image generation by decoupling the denoiser conditioning timestep from the image update schedule. It introduces a lightweight timestep prediction module trained with GRPO to adaptively select conditioning timesteps, enabling controllable de-synchronization via a single deployment scaling parameter. Empirical results show consistent improvements in multiple metrics (ImageReward, HPSv2, CLIP, PickScore), with larger gains for stronger backbones and fewer steps, particularly on Flux. The work highlights trade-offs among metrics and calls for more robust evaluation of high-frequency artifacts, proposing future work to broaden schedulers and datasets while refining loss signals.
Abstract
Text-to-image diffusion inference typically follows synchronized schedules, where the numerical integrator advances the latent state to the same timestep at which the denoiser is conditioned. We propose an asynchronous inference mechanism that decouples these two, allowing the denoiser to be conditioned at a different, learned timestep while keeping image update schedule unchanged. A lightweight timestep prediction module (TPM), trained with Group Relative Policy Optimization (GRPO), selects a more feasible conditioning timestep based on the current state, effectively choosing a desired noise level to control image detail and textural richness. At deployment, a scaling hyper-parameter can be used to interpolate between the original and de-synchronized timesteps, enabling conservative or aggressive adjustments. To keep the study computationally affordable, we cap the inference at 15 steps for SD3.5 and 10 steps for Flux. Evaluated on Stable Diffusion 3.5 Medium and Flux.1-dev across MS-COCO 2014 and T2I-CompBench datasets, our method optimizes a composite reward that averages Image Reward, HPSv2, CLIP Score and Pick Score, and shows consistent improvement.
