paper-with-me

Papers

Block Flow: Learning Straight Flow on Data Blocks

2025-01-20 · Zibin Wang, Zhiyuan Ouyang, Xiangyun Zhang

Flow-matching models provide a powerful framework for various applications, offering efficient sampling and flexible probability path modeling. These models are characterized by flows with low curvature in learned generative trajectories, which results in reduced truncation error at each sampling step. To further reduce curvature, we propose block matching. This novel approach leverages label information to partition the data distribution into blocks and match them with a prior distribution parameterized using the same label information, thereby learning straighter flows. We demonstrate that the variance of the prior distribution can control the curvature upper bound of forward trajectories in flow-matching models. By designing flexible regularization strategies to adjust this variance, we achieve optimal generation performance, effectively balancing the trade-off between maintaining diversity in generated samples and minimizing numerical solver errors. Our results demonstrate competitive performance with models of the same parameter scale.Code is available at \url{https://github.com/wpp13749/block_flow}.

📄 PDF Abstract BibTeX arXiv:2501.11361

Code (1)

wpp13749/block_flow 공식 구현 pytorch

Tasks

DiversityImage Generation

Similar Papers 제목 키워드 기반

Composing Verifiable Conceptual Models via Building Blocks: Towards Design-Time Verification of Agentic AI Workflows

2026-06-19 · Noe Y. Flandre, Alexander C. Nwala, Philippe J. Giabbanelli arxiv

Agentic AI systems orchestrate multiple LLM-based agents through workflow architectures that coordinate decisions, tools, and external actions. While current platforms emphasize runtime safeguards, little support exists …

Normalizing flow neural networks by JKO scheme

2022-12-29 · NeurIPS 2023 11 · Chen Xu, Xiuyuan Cheng, Yao Xie

Normalizing flow is a class of deep generative models for efficient sampling and likelihood estimation, which achieves attractive performance, particularly in high dimensions. The flow is often implemented using a sequen…

Accelerate TarFlow Sampling with GS-Jacobi Iteration

2025-05-19 · Ben Liu, Zhen Qin

Image generation models have achieved widespread applications. As an instance, the TarFlow model combines the transformer architecture with Normalizing Flow models, achieving state-of-the-art results on multiple benchmar…

Image Generation

Universal Approximation of Residual Flows in Maximum Mean Discrepancy

2021-03-10 · ICML Workshop INNF 2021 7 · Zhifeng Kong, Kamalika Chaudhuri

Normalizing flows are a class of flexible deep generative models that offer easy likelihood computation. Despite their empirical success, there is little theoretical understanding of their expressiveness. In this work, w…

JudgeFlow: Agentic Workflow Optimization via Block Judge

2026-01-12 · Zihan Ma, Zhikai Zhao, Chuanbo Hua, Federico Berto 외 arxiv

Optimizing LLM-based agentic workflows is challenging for scaling AI capabilities. Current methods rely on coarse, end-to-end evaluation signals and lack fine-grained signals on where to refine, often resulting in ineffi…

Mathematical ReasoningCode Generation