paper-with-me

홈 › Papers

Flash-GRPO: Efficient Alignment for Video Diffusion via One-Step Policy Optimization

2026-05-15 · Xiaoxuan He, Siming Fu, Zeyue Xue, Weijie Wang, Ruizhe He, Yuming Li, Dacheng Yin, Shuai Dong, Haoyang Huang, Hongfa Wang, Nan Duan, Bohan Zhuang arxiv

Group Relative Policy Optimization has emerged as essential for aligning video diffusion models with human preferences, but faces a critical computational bottleneck: training a 14B parametered model typically demands hundreds of GPU days per experiment. Existing efficiency methods reduce costs through sliding window subsampling training timesteps, but fundamentally compromise optimization, exhibiting severe instability and failing to reach full trajectory performance. We present Flash-GRPO, a single-step training framework that outperforms full trajectory training in alignment quality under low computational budgets while substantially improving training efficiency. Flash-GRPO addresses two critical challenges: iso-temporal grouping eliminates timestep-confounded variance by enforcing prompt-wise temporal consistency, decoupling policy performance from timestep difficulty; temporal gradient rectification neutralizes the time-dependent scaling factor that causes vastly inconsistent gradient magnitudes across timesteps. Experiments on 1.3B to 14B parameter models validate Flash-GRPO's effectiveness, demonstrating substantial training acceleration with consistent stability and state-of-the-art alignment quality.

📄 PDF Abstract BibTeX arXiv:2605.15980

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BranchGRPO: Stable and Efficient GRPO with Structured Branching in Diffusion Models

2025-09-07 · Yuming Li, Yikai Wang, Yuying Zhu, Zhongyu Zhao 외 arxiv

Recent progress in aligning image and video generative models with Group Relative Policy Optimization (GRPO) has improved human preference alignment, but existing variants remain inefficient due to sequential rollouts an…

Video Generation

MixGRPO: Unlocking Flow-based GRPO Efficiency with Mixed ODE-SDE

2025-07-29 · Junzhe Li, Yutao Cui, Tao Huang, Weijie Kong 외 arxiv

Although GRPO substantially enhances flow matching models in human preference alignment of image generation, methods such as FlowGRPO and DanceGRPO still exhibit inefficiency due to the necessity of sampling and optimizi…

Image Generation

FlashPortrait: 6x Faster Infinite Portrait Animation with Adaptive Latent Prediction

2025-12-18 · Shuyuan Tu, Yueming Pan, Yinming Huang, Xintong Han 외 arxiv

Current diffusion-based acceleration methods for long-portrait animation struggle to ensure identity (ID) consistency. This paper presents FlashPortrait, an end-to-end video diffusion transformer capable of synthesizing …

FlashVSR: Towards Real-Time Diffusion-Based Streaming Video Super-Resolution

2025-10-14 · Junhao Zhuang, Shi Guo, Xin Cai, Xiaohui Li 외 arxiv

Diffusion models have recently advanced video restoration, but applying them to real-world video super-resolution (VSR) remains challenging due to high latency, prohibitive computation, and poor generalization to ultra-h…

Video Super-ResolutionVideo Restoration

FlashBlock: Attention Caching for Efficient Long-Context Block Diffusion

2026-02-05 · Zhuokun Chen, Jianfei Cai, Bohan Zhuang arxiv

Generating long-form content, such as minute-long videos and extended texts, is increasingly important for modern generative models. Block diffusion improves inference efficiency via KV caching and block-wise causal infe…

Causal InferenceVideo Generation