paper-with-me

홈 › Papers

AI-T2I: Aggregating-and-Isolating Cross-Attention to Diffusion Models for Text-to-Image Synthesis

2026-05-25 · Shipeng Cao, Biao Qian, Haipeng Liu, Yang Wang, Meng Wang arxiv

Text-to-image synthesis has made significant progress, benefiting from the strong generative capabilities of diffusion models. However, these models struggle to achieve precise text-to-image alignment within cross-attention maps during the denoising process. Existing works primarily focus on inter-subject-token activations (i.e., cross-attention scores) overlap for different subjects, overlooking the intra-subject-token activations scattering issue for identical subjects. In this paper, we propose an Aggregating-and-Isolating cross-attention approach to diffusion models for Text-to-Image synthesis, dubbed AI-T2I. Technically, to address the scattering issue, we devise an aggregation loss to identify and consolidate the scattered intra-token activations, which implicitly helps mitigate the potential overlap issue. Upon that, an isolation loss is further introduced to push the inter-token activations apart, thus fulfilling precise text-to-image alignment. Extensive experiments on various benchmarks demonstrate the superiority of AI-T2I over the state-of-the-art works for text-to-image synthesis. Furthermore, our AI-T2I exhibits excellent generalization across other tasks, e.g., controllable layout generation and personalized generation. Our code is available at https://github.com/Hatter77/AI-T2I.

📄 PDF Abstract BibTeX arXiv:2605.25763

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Hierarchical Attention Diffusion Networks with Object Priors for Video Change Detection

2024-08-20 · Andrew Kiruluta, Eric Lundy, Andreas Lemos

We present a unified change detection pipeline that combines instance level masking, multi\-scale attention within a denoising diffusion model, and per pixel semantic classification, all refined via SSIM to match human p…

Change DetectionDenoisingSSIM

Selective Aggregation of Attention Maps Improves Diffusion-Based Visual Interpretation

2026-04-07 · Jungwon Park, Jungmin Ko, Dongnam Byun, Wonjong Rhee arxiv

Numerous studies on text-to-image (T2I) generative models have utilized cross-attention maps to boost application performance and interpret model behavior. However, the distinct characteristics of attention maps from dif…

Divide (Text) and Conquer (Sentiment): Improved Sentiment Classification by Constituent Conflict Resolution

2025-05-08 · Jan Kościałkowski, Paweł Marcinkowski

Sentiment classification, a complex task in natural language processing, becomes even more challenging when analyzing passages with multiple conflicting tones. Typically, longer passages exacerbate this issue, leading to…

Sentiment AnalysisSentiment Classification

MosaicFusion: Diffusion Models as Data Augmenters for Large Vocabulary Instance Segmentation

2023-09-22 · Jiahao Xie, Wei Li, Xiangtai Li, Ziwei Liu 외

We present MosaicFusion, a simple yet effective diffusion-based data augmentation approach for large vocabulary instance segmentation. Our method is training-free and does not rely on any label supervision. Two key desig…

Data AugmentationInstance SegmentationSemantic Segmentation

MutualFormer: Multi-Modality Representation Learning via Cross-Diffusion Attention

2021-12-02 · Xixi Wang, Xiao Wang, Bo Jiang, Jin Tang 외

Aggregating multi-modality data to obtain reliable data representation attracts more and more attention. Recent studies demonstrate that Transformer models usually work well for multi-modality tasks. Existing Transformer…

Object DetectionRepresentation LearningRGB-D Salient Object DetectionSaliency Detection+1