CVSep 26, 2025

RAPID^3: Tri-Level Reinforced Acceleration Policies for Diffusion Transformer

arXiv:2509.22323v15 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses a key bottleneck in visual generation for AI practitioners, offering a training-free acceleration method that is incremental but practical.

The paper tackles the problem of slow sampling in Diffusion Transformers (DiTs) by introducing RAPID3, a framework that uses lightweight policy heads to accelerate inference without updating the base generator, achieving nearly 3x faster sampling with competitive quality.

Diffusion Transformers (DiTs) excel at visual generation yet remain hampered by slow sampling. Existing training-free accelerators - step reduction, feature caching, and sparse attention - enhance inference speed but typically rely on a uniform heuristic or a manually designed adaptive strategy for all images, leaving quality on the table. Alternatively, dynamic neural networks offer per-image adaptive acceleration, but their high fine-tuning costs limit broader applicability. To address these limitations, we introduce RAPID3: Tri-Level Reinforced Acceleration Policies for Diffusion Transformers, a framework that delivers image-wise acceleration with zero updates to the base generator. Specifically, three lightweight policy heads - Step-Skip, Cache-Reuse, and Sparse-Attention - observe the current denoising state and independently decide their corresponding speed-up at each timestep. All policy parameters are trained online via Group Relative Policy Optimization (GRPO) while the generator remains frozen. Meanwhile, an adversarially learned discriminator augments the reward signal, discouraging reward hacking by boosting returns only when generated samples stay close to the original model's distribution. Across state-of-the-art DiT backbones, including Stable Diffusion 3 and FLUX, RAPID3 achieves nearly 3x faster sampling with competitive generation quality.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes