paper-with-me

홈 › Papers

FastFlow: Accelerating The Generative Flow Matching Models with Bandit Inference

2026-02-11 · Divya Jyoti Bajpai, Dhruv Bhardwaj, Soumya Roy, Tejas Duseja, Harsh Agarwal, Aashay Sandansing, Manjesh Kumar Hanawal arxiv

Flow-matching models deliver state-of-the-art fidelity in image and video generation, but the inherent sequential denoising process renders them slower. Existing acceleration methods like distillation, trajectory truncation, and consistency approaches are static, require retraining, and often fail to generalize across tasks. We propose FastFlow, a plug-and-play adaptive inference framework that accelerates generation in flow matching models. FastFlow identifies denoising steps that produce only minor adjustments to the denoising path and approximates them without using the full neural network models used for velocity predictions. The approximation utilizes finite-difference velocity estimates from prior predictions to efficiently extrapolate future states, enabling faster advancements along the denoising path at zero compute cost. This enables skipping computation at intermediary steps. We model the decision of how many steps to safely skip before requiring a full model computation as a multi-armed bandit problem. The bandit learns the optimal skips to balance speed with performance. FastFlow integrates seamlessly with existing pipelines and generalizes across image generation, video generation, and editing tasks. Experiments demonstrate a speedup of over 2.6x while maintaining high-quality outputs. The source code for this work can be found at https://github.com/Div290/FastFlow.

📄 PDF Abstract BibTeX arXiv:2602.11105

Code (0)

등록된 구현이 없습니다.

Tasks

Video GenerationImage Generation

Similar Papers 제목 키워드 기반

FastFlows: Flow-Based Models for Molecular Graph Generation

2022-01-28 · Nathan C. Frey, Vijay Gadepally, Bharath Ramsundar

We propose a framework using normalizing-flow based models, SELF-Referencing Embedded Strings, and multi-objective optimization that efficiently generates small molecules. With an initial training set of only 100 small m…

Graph GenerationMolecular Graph Generationvalid

FastFlow: Unsupervised Anomaly Detection and Localization via 2D Normalizing Flows

2021-11-15 · Jiawei Yu, Ye Zheng, Xiang Wang, Wei Li 외

Unsupervised anomaly detection and localization is crucial to the practical application when collecting and labeling sufficient anomaly data is infeasible. Most existing representation-based approaches extract normal ima…

Anomaly DetectionUnsupervised Anomaly DetectionWeakly Supervised Defect Detection

FastFlowNet: A Lightweight Network for Fast Optical Flow Estimation

2021-03-08 · Lingtong Kong, Chunhua Shen, Jie Yang

Dense optical flow estimation plays a key role in many robotic vision tasks. In the past few years, with the advent of deep learning, we have witnessed great progress in optical flow estimation. However, current networks…

DecoderGPUOptical Flow Estimation

FastFlow: Early Yet Robust Network Flow Classification using the Minimal Number of Time-Series Packets

2025-04-02 · Rushi Jayeshkumar Babaria, Minzhao Lyu, Gustavo Batista, Vijay Sivaraman

Network traffic classification is of great importance for network operators in their daily routines, such as analyzing the usage patterns of multimedia applications and optimizing network configurations. Internet service…

ClassificationTime SeriesTraffic Classification

Physical Fidelity Reconstruction via Improved Consistency-Distilled Flow Matching for Dynamical Systems

2026-05-07 · Sicheng Ma, Tianyue Yang, Xiuzhe Wu, Xiao Xue arxiv

Reconstructing high-fidelity flow fields from low-fidelity observations is a central problem in scientific machine learning, yet recent diffusion and flow-matching models typically rely on iterative sampling, making them…