paper-with-me

홈 › Papers

ImageRAGTurbo: Towards One-step Text-to-Image Generation with Retrieval-Augmented Diffusion Models

2026-02-13 · Peijie Qiu, Hariharan Ramshankar, Arnau Ramisa, René Vidal, Amit Kumar K C, Vamsi Salaka, Rahul Bhagat arxiv

Diffusion models have emerged as the leading approach for text-to-image generation. However, their iterative sampling process, which gradually morphs random noise into coherent images, introduces significant latency that limits their applicability. While recent few-step diffusion models reduce the number of sampling steps to as few as one to four steps, they often compromise image quality and prompt alignment, especially in one-step generation. Additionally, these models require computationally expensive training procedures. To address these limitations, we propose ImageRAGTurbo, a novel approach to efficiently finetune few-step diffusion models via retrieval augmentation. Given a text prompt, we retrieve relevant text-image pairs from a database and use them to condition the generation process. We argue that such retrieved examples provide rich contextual information to the UNet denoiser that helps reduce the number of denoising steps without compromising image quality. Indeed, our initial investigations show that using the retrieved content to edit the denoiser's latent space ($\mathcal{H}$-space) without additional finetuning already improves prompt fidelity. To further improve the quality of the generated images, we augment the UNet denoiser with a trainable adapter in the $\mathcal{H}$-space, which efficiently blends the retrieved content with the target prompt using a cross-attention mechanism. Experimental results on fast text-to-image generation demonstrate that our approach produces high-fidelity images without compromising latency compared to existing methods.

📄 PDF Abstract BibTeX arXiv:2602.12640

Code (0)

등록된 구현이 없습니다.

Tasks

Text-to-Image Generation

Similar Papers 제목 키워드 기반

HeteRAG: A Heterogeneous Retrieval-augmented Generation Framework with Decoupled Knowledge Representations

2025-04-12 · Peiru Yang, Xintian Li, Zhiyang Hu, Jiapeng Wang 외

Retrieval-augmented generation (RAG) methods can enhance the performance of LLMs by incorporating retrieved knowledge chunks into the generation process. In general, the retrieval and generation steps usually have differ…

RAGRetrievalRetrieval-augmented Generation

Re-Imagen: Retrieval-Augmented Text-to-Image Generator

2022-09-29 · Wenhu Chen, Hexiang Hu, Chitwan Saharia, William W. Cohen

Research on text-to-image generation has witnessed significant progress in generating diverse and photo-realistic images, driven by diffusion and auto-regressive models trained on large-scale image-text data. Though stat…

Image GenerationImage-text RetrievalRetrievalText Retrieval+2

AR-RAG: Autoregressive Retrieval Augmentation for Image Generation

2025-06-08 · Jingyuan Qi, Zhiyang Xu, Qifan Wang, Lifu Huang

We introduce Autoregressive Retrieval Augmentation (AR-RAG), a novel paradigm that enhances image generation by autoregressively incorporating knearest neighbor retrievals at the patch level. Unlike prior methods that pe…

Image Generationparameter-efficient fine-tuningRAGRetrieval

Category-level Text-to-Image Retrieval Improved: Bridging the Domain Gap with Diffusion Models and Vision Encoders

2025-08-29 · Faizan Farooq Khan, Vladan Stojnić, Zakaria Laskar, Mohamed Elhoseiny 외 arxiv

This work explores text-to-image retrieval for queries that specify or describe a semantic category. While vision-and-language models (VLMs) like CLIP offer a straightforward open-vocabulary solution, they map text and i…

Text-to-Image GenerationImage Retrieval

Q-RAG: Long Context Multi-step Retrieval via Value-based Embedder Training

2025-11-10 · Artyom Sorokin, Nazar Buzun, Alexander Anokhin, Oleg Inozemcev 외 arxiv

Retrieval-Augmented Generation (RAG) methods enhance LLM performance by efficiently filtering relevant context for LLMs, reducing hallucinations and inference cost. However, most existing RAG methods focus on single-step…

Open-Domain Question AnsweringReinforcement Learning