paper-with-me

홈 › Papers

LLMGA: Multimodal Large Language Model based Generation Assistant

2023-11-27 · Bin Xia, Shiyin Wang, Yingfan Tao, Yitong Wang, Jiaya Jia

In this paper, we introduce a Multimodal Large Language Model-based Generation Assistant (LLMGA), leveraging the vast reservoir of knowledge and proficiency in reasoning, comprehension, and response inherent in Large Language Models (LLMs) to assist users in image generation and editing. Diverging from existing approaches where Multimodal Large Language Models (MLLMs) generate fixed-size embeddings to control Stable Diffusion (SD), our LLMGA provides a detailed language generation prompt for precise control over SD. This not only augments LLM context understanding but also reduces noise in generation prompts, yields images with more intricate and precise content, and elevates the interpretability of the network. To this end, we curate a comprehensive dataset comprising prompt refinement, similar image generation, inpainting \& outpainting, and instruction-based editing. Moreover, we propose a two-stage training scheme. In the first stage, we train the MLLM to grasp the properties of image generation and editing, enabling it to generate detailed prompts. In the second stage, we optimize SD to align with the MLLM's generation prompts. Additionally, we propose a reference-based restoration network to alleviate texture, brightness, and contrast disparities between generated and preserved regions during inpainting and outpainting. Extensive results show that LLMGA has promising generation and editing capabilities and can enable more flexible and expansive applications in an interactive manner.

📄 PDF Abstract BibTeX arXiv:2311.16500

Code (1)

dvlab-research/LLMGA 공식 구현 jax

Tasks

Image GenerationLanguage ModelingLanguage ModellingLarge Language ModelmodelMultimodal Large Language ModelQuestion AnsweringText GenerationVisual Question Answering

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…
Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Multimodal Foundation Models: From Specialists to General-Purpose Assistants

2023-09-18 · Chunyuan Li, Zhe Gan, Zhengyuan Yang, Jianwei Yang 외

This paper presents a comprehensive survey of the taxonomy and evolution of multimodal foundation models that demonstrate vision and vision-language capabilities, focusing on the transition from specialist models to gene…

Image GenerationSurveyText to Image GenerationText-to-Image Generation

Generative Visual Instruction Tuning

2024-06-17 · Jefferson Hernandez, Ruben Villegas, Vicente Ordonez

We propose to use automatically generated instruction-following data to improve the zero-shot capabilities of a large multimodal model with additional support for generative and image editing tasks. We achieve this by cu…

Image GenerationImage-text matchingInstruction FollowingLanguage Modeling+4

Resource-Limited Joint Multimodal Sentiment Reasoning and Classification via Chain-of-Thought Enhancement and Distillation

2025-08-07 · Haonan Shangguan, Xiaocui Yang, Shi Feng, Daling Wang 외 arxiv

The surge in rich multimodal content on social media platforms has greatly advanced Multimodal Sentiment Analysis (MSA), with Large Language Models (LLMs) further accelerating progress in this field. Current approaches p…

Multimodal Sentiment AnalysisMulti-Task Learning

MMIU: Dataset for Visual Intent Understanding in Multimodal Assistants

2021-10-13 · Alkesh Patel, Joel Ruben Antony Moniz, Roman Nguyen, Nick Tzou 외

In multimodal assistant, where vision is also one of the input modalities, the identification of user intent becomes a challenging task as visual input can influence the outcome. Current digital assistants take spoken in…

intent-classificationIntent ClassificationQuestion AnsweringQuestion Generation+3

InfoTech Assistant : A Multimodal Conversational Agent for InfoTechnology Web Portal Queries

2024-12-21 · Sai Surya Gadiraju, Duoduo Liao, Akhila Kudupudi, Santosh Kasula 외

This pilot study presents the development of the InfoTech Assistant, a domain-specific, multimodal chatbot engineered to address queries in bridge evaluation and infrastructure technology. By integrating web data scrapin…

ChatbotRAGRetrieval-augmented Generation