Flow Matching Guide and Code(项目解析)

Meta flow_matching 库与论文《Flow Matching Guide and Code》(arXiv:2412.06264) 的技术解析:项目结构、三种范式(连续/离散/黎曼 Flow Matching)、概率路径与调度器、损失与求解器、流形与测地线实现,以及 2D/图像/文本示例、训练后调度器变换与 log 似然计算等使用指南。

An Introduction to Flow Matching and Diffusion Models

《An Introduction to Flow Matching and Diffusion Models》全文技术解读:从生成即采样与 ODE/SDE 基础出发,系统介绍流模型与扩散模型、连续性方程与福克-普朗克方程、流匹配与得分匹配训练目标及其与 DDPM 的对应,并涵盖条件生成、无分类器引导(CFG)与 U-Net/DiT 等架构。