Search papers, labs, and topics across Lattice.
This paper introduces FocusDiT, a novel approach that enhances fine-grained image generation by applying a masking scheme to critical query tokens in diffusion transformers. By focusing on these essential tokens, the model improves its ability to retrieve and decode detailed visual content from the Feed-Forward network's vocabulary. Experimental results demonstrate significant improvements in generative performance for text-to-image tasks, underscoring the importance of targeted token management in diffusion models.
Masking critical query tokens in diffusion transformers can dramatically enhance the detail and quality of generated images.
Diffusion transformer (DiT) has been widely adopted in the generative diffusion field, advancing the denoising of query tokens through attention and Feed-Forward (\text{FFN}) layers. FFN actually acts as the key-value vocabulary for decoding visual contents where the value embeds the visual semantical knowledge. We present that focusing on critical query tokens corresponding to more complex details and encouraging the model to improve these tokens is essential for fine-grained visual generation. To this end, we propose FocusDiT, which applies a Masking scheme to focus on critical query tokens that are exclusively fed into FFN. The masked queries can retrieve visual tokens from the FFN vocabularies, and use them to decode their visual details. Extensive text-to-image experiments validate the effectiveness of token masking in enhancing generative performance.