paper-with-me

Papers

Continuous Adversarial MeanFlow Transfer

2026-08-20 · Yara Bahram, Zahra Dehghani, Mélodie Desbos, Eric Granger, Pablo Piantanida, Mohammadhadi Shateri arxiv

Training fast generators on new domains with limited data remains challenging for two reasons. First, adapting a pretrained diffusion or flow model to a new domain leaves its costly multi-step sampling unaddressed, and existing acceleration methods are tied to the source parameterization--$ε$, $x$, $v$, or $u$--leaving heterogeneous pretrained models with no common acceleration target. Second, while adversarial refinement is proven effective for few-step quality, it is formulated only for instantaneous-velocity flows, not for the finite-interval average velocities that MeanFlow (MF) models predict. We address both problems. We propose MeanFlow-Transfer, which maps heterogeneous source outputs into a shared velocity representation, uses it to initialize an MF generator from the source weights, and optimizes an MF objective on the target domain. This unifies adaptation and acceleration in a single training loop across a broad range of pretrained models. We then introduce Continuous Adversarial MeanFlow, a post-training stage that extends continuous adversarial flow models from instantaneous velocities to MF's finite-interval average velocities. CAMF contrasts changes in a learned potential between real and predicted interval endpoints, recovering fine detail that MF regression averages away, and reduces to the instantaneous criterion in the vanishing-interval limit. Adapting four ImageNet-based source models--DiT ($ε$), SiT ($v$), JiT ($x$), iMF ($u$)--to five target domains, MF-T with CAMF matches or exceeds the fine-tuned teacher in FID and FDD at up to $125\times$ fewer Neural Function Evaluations (NFEs), while CAMF improves MF-T's few-step FID by $29\%$ on average.

📄 PDF Abstract BibTeX arXiv:2608.19540

Code (3)

Tavish9/awesome-daily-AI-arxiv ★ 113
arxivsub/arXivSub_daily_arxiv ★ 4
yaramohamadi/CAMFT ★ 2

Similar Papers 제목 키워드 기반

Discrete MeanFlow: One-Step Generation via Conditional Transition Kernels

2026-05-12 · Fairoz Nower Khan, Nabuat Zaman Nahim, Md Sajid Ahmed, Ruiquan Huang 외 arxiv

MeanFlow enables one-step generation in continuous spaces by learning an average velocity over a time interval rather than the instantaneous velocity field of flow matching. However, discrete state spaces do not have smo…

Equivariant Efficient Joint Discrete and Continuous MeanFlow for Molecular Graph Generation

2026-04-09 · Rongjian Xu, Teng Pang, Zhiqiang Dong, Guoqiang Wu arxiv

Graph-structured data jointly contain discrete topology and continuous geometry, which poses fundamental challenges for generative modeling due to heterogeneous distributions, incompatible noise dynamics, and the need fo…

Graph Generation

Physics-Informed Neural PDE Solvers via Spatio-Temporal MeanFlow

2026-05-09 · Hanru Bai, Yuncheng Zhou, Difan Zou arxiv

Deep learning paradigms, such as PINNs and neural operators, have significantly advanced the solving of PDEs. However, they often struggle to capture the continuous integral nature of physical systems, relying either on …

OT-MeanFlow3D: Bridging Optimal Transport and Meanflow for Efficient 3D Point Cloud Generation

2025-09-26 · Elaheh Akbari, Shansita Sharma, Ping He, Ahmadreza Moradipari 외 arxiv

Flow-matching models have recently emerged as a powerful framework for continuous generative modeling, including 3D point cloud synthesis. However, their deployment is limited by the need for multiple sequential sampling…

Point Cloud Generation

MeanFlowNFT: Bringing Forward-Process RL to Average-Velocity Generators

2026-07-16 · Yushi Huang, Xiangxin Zhou, Jun Zhang, Liefeng Bo 외 hf

MeanFlow generators achieve fast few-step sampling by predicting average velocities over time intervals, making them attractive for efficient generation. Reinforcement learning (RL) has become a powerful way to align dif…

Reinforcement LearningVideo Generation