pith. sign in

arxiv: 2603.12575 · v2 · pith:6FJCBJQAnew · submitted 2026-03-13 · 💻 cs.CV

AccelAes: Accelerating Diffusion Transformers for Training-Free Aesthetic-Enhanced Image Generation

classification 💻 cs.CV
keywords accelaesaestheticcomputationregionscross-attentiondensediffusiondits
0
0 comments X
read the original abstract

Diffusion Transformers (DiTs) are a dominant backbone for high-fidelity text-to-image generation due to strong scalability and alignment at high resolutions. However, quadratic self-attention over dense spatial tokens leads to high inference latency and limits deployment. We observe that denoising is spatially non-uniform with respect to aesthetic descriptors in the prompt. Regions associated with aesthetic tokens receive concentrated cross-attention and show larger temporal variation, while low-affinity regions evolve smoothly with redundant computation. Based on this insight, we propose AccelAes, a training-free framework that accelerates DiTs through aesthetics-aware spatio-temporal reduction while improving perceptual aesthetics. AccelAes builds AesMask, a one-shot aesthetic focus mask derived from prompt semantics and cross-attention signals. When localized computation is feasible, SkipSparse reallocates computation and guidance to masked regions. We further reduce temporal redundancy using a lightweight step-level prediction cache that periodically replaces full Transformer evaluations. Experiments on representative DiT families show consistent acceleration and improved aesthetics-oriented quality. On Lumina-Next, AccelAes achieves a 2.11$\times$ speedup and improves ImageReward by +11.9% over the dense baseline. Code is available at https://github.com/xuanhuayin/AccelAes.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Aes3D: Aesthetic Assessment in 3D Gaussian Splatting

    cs.CV 2026-05 unverdicted novelty 7.0

    Aes3D creates the first dedicated dataset for 3D scene aesthetics and a model that predicts aesthetic scores straight from 3D Gaussian primitives.

  2. SAFE-DiT: Semantics-Aware Fast-path Execution for High-Resolution Diffusion Transformers

    cs.CV 2026-06 unverdicted novelty 6.0

    SAFE-DiT accelerates DiT inference at high resolutions by eliding mask-induced dispatch tax in attention while preserving semantics via selective scheduling, delivering up to 5x speedup and large memory savings with v...

  3. Aes3D: Aesthetic Assessment in 3D Gaussian Splatting

    cs.CV 2026-05 unverdicted novelty 6.0

    Aes3D creates the first 3D scene aesthetic assessment dataset and a model that regresses aesthetic scores from 3DGS representations alone.