RespoDiff: Dual-Module Bottleneck Transformation for Responsible & Faithful T2I Generation
Silpa Vadakkeeveetil Sreelatha, Sauradip Nag, Muhammad Awais, Serge Belongie, Anjan Dutta
TL;DR
RespoDiff introduces a dual-module bottleneck transformation for diffusion-based text-to-image generation to achieve responsible (fair/safe) outputs while preserving semantic fidelity and image quality. It learns a Responsible Concept Alignment Module (RAM) to steer neutral prompts toward target concepts and a Semantic Alignment Module (SAM) to maintain fidelity to the original diffusion trajectory, coordinated by a score-matching objective. The method demonstrates substantial improvements in fairness and safety on Winobias and I2P benchmarks, generalizes to unseen prompts, and integrates with SDXL without sacrificing fidelity. Its modular, plug-and-play design supports extension to transformer-based backbones and LoRA-like comparisons, offering a scalable path to safer AI-driven image synthesis.
Abstract
The rapid advancement of diffusion models has enabled high-fidelity and semantically rich text-to-image generation; however, ensuring fairness and safety remains an open challenge. Existing methods typically improve fairness and safety at the expense of semantic fidelity and image quality. In this work, we propose RespoDiff, a novel framework for responsible text-to-image generation that incorporates a dual-module transformation on the intermediate bottleneck representations of diffusion models. Our approach introduces two distinct learnable modules: one focused on capturing and enforcing responsible concepts, such as fairness and safety, and the other dedicated to maintaining semantic alignment with neutral prompts. To facilitate the dual learning process, we introduce a novel score-matching objective that enables effective coordination between the modules. Our method outperforms state-of-the-art methods in responsible generation by ensuring semantic alignment while optimizing both objectives without compromising image fidelity. Our approach improves responsible and semantically coherent generation by 20% across diverse, unseen prompts. Moreover, it integrates seamlessly into large-scale models like SDXL, enhancing fairness and safety. Code will be released upon acceptance.
