paper-with-me

홈 › Papers

Joint Distillation for Fast Likelihood Evaluation and Sampling in Flow-based Models

2025-12-02 · Xinyue Ai, Yutong He, Albert Gu, Ruslan Salakhutdinov, J Zico Kolter, Nicholas Matthew Boffi, Max Simchowitz arxiv

Log-likelihood evaluation enables important capabilities in generative models, including model comparison, certain fine-tuning objectives, and many downstream applications. Yet paradoxically, some of today's best generative models -- diffusion and flow-based models -- still require hundreds to thousands of neural function evaluations (NFEs) to compute a single likelihood. While recent distillation methods have successfully accelerated sampling to just a few steps, they achieve this at the cost of likelihood tractability: existing approaches either abandon likelihood computation entirely or still require expensive integration over full trajectories. We present fast flow joint distillation (F2D2), a framework that simultaneously reduces the number of NFEs required for both sampling and likelihood evaluation by two orders of magnitude. Our key insight is that in continuous normalizing flows, the coupled ODEs for sampling and likelihood are computed from a shared underlying velocity field, allowing us to jointly distill both the sampling trajectory and cumulative divergence using a single flow map. F2D2 is modular, compatible with existing flow-based few-step sampling models, and requires only an additional divergence prediction head. Experiments demonstrate F2D2's capability of achieving accurate log-likelihood with few-step evaluations while maintaining high sample quality, solving a long-standing computational bottleneck in flow-based generative models. As an application of our approach, we propose a lightweight self-guidance method that enables a 2-step MeanFlow to outperform a 1024 step flow matching model with only a single additional backward NFE.

📄 PDF Abstract BibTeX arXiv:2512.02636

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Cross-Tokenizer Likelihood Scoring Algorithms for Language Model Distillation

2025-12-16 · Buu Phan, Ashish Khisti, Karen Ullrich arxiv

Computing next-token likelihood ratios between two language models (LMs) is a standard task in training paradigms such as knowledge distillation. Since this requires both models to share the same probability space, it be…

Knowledge DistillationMathematical Reasoning

EM Distillation for One-step Diffusion Models

2024-05-27 · Sirui Xie, Zhisheng Xiao, Diederik P Kingma, Tingbo Hou 외

While diffusion models can learn complex distributions, sampling requires a computationally expensive iterative process. Existing distillation methods enable efficient sampling, but have notable limitations, such as perf…

dUltra: Ultra-Fast Diffusion Language Models via Reinforcement Learning

2025-12-24 · Shirui Chen, Jiantao Jiao, Lillian J. Ratliff, Banghua Zhu arxiv

Masked diffusion language models (MDLMs) offer the potential for parallel token generation, but most open-source MDLMs decode fewer than 5 tokens per model forward pass even with sophisticated sampling strategies, limiti…

Reinforcement LearningMathematical ReasoningCode Generation

Fast, Accurate, and Simple Models for Tabular Data via Augmented Distillation

2020-06-25 · NeurIPS 2020 12 · Rasool Fakoor, Jonas Mueller, Nick Erickson, Pratik Chaudhari 외

Automated machine learning (AutoML) can produce complex model ensembles by stacking, bagging, and boosting many individual models like trees, deep networks, and nearest neighbor estimators. While highly accurate, the res…

AutoMLData Augmentation

Flash-DMD: Towards High-Fidelity Few-Step Image Generation with Efficient Distillation and Joint Reinforcement Learning

2025-11-25 · Guanjie Chen, Shirui Huang, Kai Liu, Jianchen Zhu 외 arxiv

Diffusion Models have emerged as a leading class of generative models, yet their iterative sampling process remains computationally expensive. Timestep distillation is a promising technique to accelerate generation, but …

Reinforcement LearningImage Generation