RSTR: Reducing SpatioTemporal Redundancy in Diffusion Transformers
Abstract
Lay Summary
Modern AI image generators produce realistic pictures from a text prompt, but they are slow and energy-hungry because they repeat far more computation than they need. This redundancy takes two forms. One is across time: a technique called "guidance" keeps the image faithful to the prompt, yet the system reapplies it across the dozens of steps it takes to draw a picture, roughly doubling the work, even though only a few steps need it. The other is across the model: it does the same heavy work everywhere, even though some parts matter much less. Our method, RSTR, cuts both. Rather than hand-tuning, we let the computer search for where guidance truly matters, and it finds that strong guidance at a handful of key steps works as well as weak guidance everywhere, like a road trip that needs directions at just a few turns. RSTR then puts effort only into the parts that need it, and reuses earlier results for the rest. The result is the same or better image quality with 50 to 70% less computation, up to 3.4 times faster, with no retraining, so existing models can run faster, cheaper, and greener right away.