paper-with-me

홈 › Papers

Bridging Different Language Models and Generative Vision Models for Text-to-Image Generation

2024-03-12 · Shihao Zhao, Shaozhe Hao, Bojia Zi, Huaizhe xu, Kwan-Yee K. Wong

Text-to-image generation has made significant advancements with the introduction of text-to-image diffusion models. These models typically consist of a language model that interprets user prompts and a vision model that generates corresponding images. As language and vision models continue to progress in their respective domains, there is a great potential in exploring the replacement of components in text-to-image diffusion models with more advanced counterparts. A broader research objective would therefore be to investigate the integration of any two unrelated language and generative vision models for text-to-image generation. In this paper, we explore this objective and propose LaVi-Bridge, a pipeline that enables the integration of diverse pre-trained language models and generative vision models for text-to-image generation. By leveraging LoRA and adapters, LaVi-Bridge offers a flexible and plug-and-play approach without requiring modifications to the original weights of the language and vision models. Our pipeline is compatible with various language models and generative vision models, accommodating different structures. Within this framework, we demonstrate that incorporating superior modules, such as more advanced language models or generative vision models, results in notable improvements in capabilities like text alignment or image quality. Extensive evaluations have been conducted to verify the effectiveness of LaVi-Bridge. Code is available at https://github.com/ShihaoZhaoZSH/LaVi-Bridge.

📄 PDF Abstract BibTeX arXiv:2403.07860

Code (2)

shihaozhaozsh/lavi-bridge 공식 구현 pytorch
tencentqqgylab/ella pytorch

Tasks

Image GenerationLanguage ModellingText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Generative Bridging Network in Neural Sequence Prediction

2017-06-28 · Wenhu Chen, Guanlin Li, Shuo Ren, Shujie Liu 외

In order to alleviate data sparsity and overfitting problems in maximum likelihood estimation (MLE) for sequence prediction tasks, we propose the Generative Bridging Network (GBN), in which a novel bridge module is intro…

Abstractive Text SummarizationLanguage ModelingLanguage ModellingMachine Translation+3

Generative Bridging Network for Neural Sequence Prediction

2018-06-01 · NAACL 2018 6 · Wenhu Chen, Guanlin Li, Shuo Ren, Shujie Liu 외

In order to alleviate data sparsity and overfitting problems in maximum likelihood estimation (MLE) for sequence prediction tasks, we propose the Generative Bridging Network (GBN), in which a novel bridge module is intro…

Abstractive Text SummarizationImage CaptioningLanguage ModelingLanguage Modelling+6

A Touch, Vision, and Language Dataset for Multimodal Alignment

2024-02-20 · Letian Fu, Gaurav Datta, Huang Huang, William Chung-Ho Panitch 외

Touch is an important sensing modality for humans, but it has not yet been incorporated into a multimodal generative language model. This is partially due to the difficulty of obtaining natural language labels for tactil…

Language ModelingLanguage ModellingText Generation

A Survey on Bridging VLMs and Synthetic Data

2025-05-09 · OpenReview 2025 5 · Mohammad Ghiasvand Mohammadkhani, Saeedeh Momtazi, Hamid Beigy

Vision-language models (VLMs) have significantly advanced multimodal AI by learning joint representations of visual and textual data. However, their progress is hindered by challenges in acquiring high-quality, aligned d…

Survey

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