paper-with-me

홈 › Papers

Representation Distribution Matching for One-Step Visual Generation

2026-07-02 · Lan Feng, Wuyang Li, Eloi Zablocki, Matthieu Cord, Alexandre Alahi arxiv

We elucidate the design space of Representation Distribution Matching (RDM), our name for the paradigm that trains a one-step image generator by matching generated and reference feature distributions under frozen pretrained encoders. We identify two design axes, how the distributions are compared and the representations they are compared in, and controlled studies along them yield three findings. First, the classical MMD, which could not train convincing generators a decade ago, becomes a strong and scalable objective once estimated right. Second, the generated batch is then the operative variable, with an optimum above 2048, far beyond customary batch sizes. Third, any single representation can be gamed, driven below the real score while images stay visibly fake, so we match against a balanced battery of encoders and evaluate with SW_r14, a Sliced-Wasserstein distance over 14 encoders that is independent of the training loss and resists gaming. Combining the preferred choices yields improved RDM (iRDM): it sets the one-step state of the art on ImageNet at SW_r14 1.30, corroborated by PickScore, a human-preference proxy our objective never optimizes, which prefers it over the prior best one-step generator on 71.2% of matched samples. The same recipe post-trains the four-step FLUX.2 [klein] into a one-step generator, surpassing the four-step version on GenEval, 0.826 to 0.794, and on PickScore, 22.76 to 22.58, in 90 H200 GPU-hours. Project page: https://alan-lanfeng.github.io/rdm/.

📄 PDF Abstract BibTeX arXiv:2607.02375

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Transition Matching Distillation for Fast Video Generation

2026-01-14 · Weili Nie, Julius Berner, Nanye Ma, Chao Liu 외 arxiv

Large video diffusion and flow models have achieved remarkable success in high-quality video generation, but their use in real-time interactive applications remains limited due to their inefficient multi-step sampling pr…

Video Generation

ViRDM: Taming Representation Distribution Matching for Few-Step Causal Video Generation

2026-09-24 · Zichong Meng, Chongjian Ge, Chun-Hao P. Huang, Yang Zhou 외 hf

Few-step autoregressive (AR) video diffusion enables low-latency streaming generation, but existing post-training methods predominantly rely on Distribution Matching Distillation (DMD), requiring both a large pretrained …

Image GenerationVideo Generation

Cross-Resolution Distribution Matching for Diffusion Distillation

2026-03-06 · Feiyang Chen, Hongpeng Pan, Haonan Xu, Xinyu Duan 외 arxiv

Diffusion distillation is central to accelerating image and video generation, yet existing methods are fundamentally limited by the denoising process, where step reduction has largely saturated. Partial timestep low-reso…

Video Generation

Continuous-Time Distribution Matching for Few-Step Diffusion Distillation

2026-05-07 · Tao Liu, Hao Yan, Mengting Chen, Taihang Hu 외 arxiv

Step distillation has become a leading technique for accelerating diffusion models, among which Distribution Matching Distillation (DMD) and Consistency Distillation are two representative paradigms. While consistency me…

Image Generation

Phased DMD: Few-step Distribution Matching Distillation via Score Matching within Subintervals

2025-10-31 · Xiangyu Fan, Zesong Qiu, Zhuguanyu Wu, Fanzhou Wang 외 arxiv

Distribution Matching Distillation (DMD) distills score-based generative models into efficient one-step generators, without requiring a one-to-one correspondence with the sampling trajectories of their teachers. Yet, the…

Text-to-Image GenerationVideo Generation