CVMar 11

Just-in-Time: Training-Free Spatial Acceleration for Diffusion Transformers

arXiv:2603.10744v127.13 citations
Predicted impact top 21% in CV · last 90 daysOriginality Highly original
AI Analysis

This addresses a critical inefficiency in deploying state-of-the-art image synthesis models for practical applications, offering a novel spatial-domain approach.

The paper tackled the high computational cost of Diffusion Transformers in image synthesis by introducing a training-free spatial acceleration framework, achieving up to a 7x speedup with nearly lossless performance on the FLUX.1-dev model.

Diffusion Transformers have established a new state-of-the-art in image synthesis, but the high computational cost of iterative sampling severely hampers their practical deployment. While existing acceleration methods often focus on the temporal domain, they overlook the substantial spatial redundancy inherent in the generative process, where global structures emerge long before fine-grained details are formed. The uniform computational treatment of all spatial regions represents a critical inefficiency. In this paper, we introduce Just-in-Time (JiT), a novel training-free framework that addresses this challenge by acceleration in the spatial domain. JiT formulates a spatially approximated generative ordinary differential equation (ODE) that drives the full latent state evolution based on computations from a dynamically selected, sparse subset of anchor tokens. To ensure seamless transitions as new tokens are incorporated to expand the dimensions of the latent state, we propose a deterministic micro-flow, a simple and effective finite-time ODE that maintains both structural coherence and statistical correctness. Extensive experiments on the state-of-the-art FLUX.1-dev model demonstrate that JiT achieves up to a 7x speedup with nearly lossless performance, significantly outperforming existing acceleration methods and establishing a new and superior trade-off between inference speed and generation fidelity.

Foundations

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

Your Notes