Beyond the Noise: Aligning Prompts with Latent Representations in Diffusion Models
Vasco Ramos, Regev Cohen, Idan Szpektor, Joao Magalhaes

TL;DR
This paper introduces NoisyCLIP, a method for early detection of text/image misalignment during diffusion model image generation, reducing computational costs and enabling real-time quality control.
Contribution
It is the first to benchmark prompt-to-latent misalignment detection during diffusion process using dual encoders, achieving high alignment accuracy with lower computational costs.
Findings
Reduces computational cost by 50%
Achieves 98% of CLIP alignment performance
Enables real-time alignment assessment during generation
Abstract
Conditional diffusion models rely on language-to-image alignment methods to steer the generation towards semantically accurate outputs. Despite the success of this architecture, misalignment and hallucinations remain common issues and require automatic misalignment detection tools to improve quality, for example by applying them in a Best-of-N (BoN) post-generation setting. Unfortunately, measuring the alignment after the generation is an expensive step since we need to wait for the overall generation to finish to determine prompt adherence. In contrast, this work hypothesizes that text/image misalignments can be detected early in the denoising process, enabling real-time alignment assessment without waiting for the complete generation. In particular, we propose NoisyCLIP a method that measures semantic alignment in the noisy latent space. This work is the first to explore and benchmark…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Topic Modeling · Multimodal Machine Learning Applications
