LGJun 29

Quality-Aware Modulation for Diffusion Transformers

arXiv:2606.309347.5
Predicted impact top 42% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For text-to-image generation, this work addresses the lack of quality-aware information in diffusion transformers, offering a lightweight module that enhances image fidelity and consistency.

The paper introduces a Quality Representation Module (QRM) that learns quality-aware representations to modulate diffusion transformers, improving image quality over baseline DiT models.

Modern text-to-image diffusion models, such as diffusion transformers (DiT), rely on timestep or prompt embeddings to modulate the strength of the denoising process in each timestep. While this modulation communicates the current noise level, it does not provide any quality-aware information, which can lead to generated images that are unaligned, visually inconsistent, and lacking in fidelity. In this paper, we propose the Quality Representation Module (QRM), a lightweight transformer module that learns a quality-aware representation based on existing model inputs, and produces a set of vectors $M_{qrm}$. These vectors adjust the adaptive LayerNorm modulation within the DiT transformer blocks, thereby injecting a quality-sensitive signal into the denoising parameters. The QRM introduces no significant changes to the sampling schedule or diffusion backbone. Experiments include ablations on QRM training losses and architectures, as well as empirical results demonstrating consistent image quality improvements over baseline DiT-based models.

Foundations

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

Your Notes