Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/8/2 04:03:59

One-Sided Quantile Coupling for Flow Matching

AI 中文解读
核心亮点:一种名为QC-FM的新方法,用“一维排序”的巧妙技巧替代昂贵的配对计算,让AI图像生成速度更快、画质更逼真,在多个标准测试集上把错误率最多降低了12.9%。 通俗解读:想象让AI画图,好比让一个画家对照着一堆杂乱草稿临摹成品。以前AI需要给每张草稿都精确配对原图,计算量大得吓人。现在研究员发明了“偷懒”却高效的捷径:只需给草稿简单排队编号,再按号对应位置,不用来回折腾比对,就能画得又快又好。这就像用“按身高排队”替代“两两互相认识”,省事得多。 实际影响:以后你用的修图软件、短视频特效或游戏画面生成,可能会更快更清晰,而且手机或普通电脑也能跑得动。对创业公司尤其友好——不再需要烧钱买超级计算机,低成本也能做出高质量AI工具。这项技术让“人人都能当设计师”的梦想又近了一步。
Flow Matching trains continuous-time generative models by regressing the velocity field of a probability path between a simple source distribution and a target data distribution. The coupling that pairs source and target samples strongly affects optimization and sample quality, but structured couplings typically rely on mini-batch transport or assignment procedures whose cost grows at least quadratically in batch size. We propose Quantile Coupling Flow Matching (QC-FM), a lightweight one-sided coupling: rather than matching two pre-sampled batches, it samples only the data batch and constructs each paired source directly. Data ranks projected along a small number of random orthogonal directions are mapped to Gaussian quantiles, and the latent code is completed in the orthogonal complement by conditional Gaussian sampling. The construction is one-dimensional per slice, so the coupling requires no pairwise cost matrix and no assignment to solve. We show that, for each drawn frame, this coupling eliminates the irreducible regression variance along every selected slice and makes the ideal flow exactly straight there, while leaving the sampling prior unchanged: generation still starts from the standard Gaussian, and the training source deviates from it only through the copula of the slice codes, whose transport cost we bound. For training, we apply QC to an anchor subset and complete the remaining source slots with exact Gaussian samples, retaining the QC bias while preserving an explicit signal from the Baseline coupling. Across CIFAR-10, CelebA, FFHQ, and ImageNet-64, QC-FM improves over the Baseline under matched training budgets, reducing FID by up to 12.9%, and outperforms OT-CFM on all four datasets. These results suggest that preserving projected rank structure is a simple and scalable way to inject useful geometric bias into FM couplings without solving a mini-batch transport problem.
分享
阅读原文