paper-with-me

홈 › Papers

SoupLM: Model Integration in Large Language and Multi-Modal Models

2024-07-11 · Yue Bai, Zichen Zhang, Jiasen Lu, Yun Fu

Training large language models (LLMs) and multimodal LLMs necessitates significant computing resources, and existing publicly available LLMs are typically pre-trained on diverse, privately curated datasets spanning various tasks. For instance, LLaMA, Vicuna, and LLaVA are three LLM variants trained with LLaMA base models using very different training recipes, tasks, and data modalities. The training cost and complexity for such LLM variants grow rapidly. In this study, we propose to use a soup strategy to assemble these LLM variants into a single well-generalized multimodal LLM (SoupLM) in a cost-efficient manner. Assembling these LLM variants efficiently brings knowledge and specialities trained from different domains and data modalities into an integrated one (e.g., chatbot speciality from user-shared conversations for Vicuna, and visual capacity from vision-language data for LLaVA), therefore, to avoid computing costs of repetitive training on several different domains. We propose series of soup strategies to systematically benchmark performance gains across various configurations, and probe the soup behavior across base models in the interpolation space.

📄 PDF Abstract BibTeX arXiv:2407.08196

Code (0)

등록된 구현이 없습니다.

Tasks

Chatbot

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Towards LLM-Centric Multimodal Fusion: A Survey on Integration Strategies and Techniques

2025-06-05 · Jisu An, Junseok Lee, Jeoungeun Lee, Yongseok Son

The rapid progress of Multimodal Large Language Models(MLLMs) has transformed the AI landscape. These models combine pre-trained LLMs with various modality encoders. This integration requires a systematic understanding o…

cross-modal alignmentLarge Language ModelMultimodal Large Language ModelRepresentation Learning

CUE-M: Contextual Understanding and Enhanced Search with Multimodal Large Language Model

2024-11-19 · Dongyoung Go, Taesun Whang, Chanhee Lee, Hwa-Yeon Kim 외

The integration of Retrieval-Augmented Generation (RAG) with Multimodal Large Language Models (MLLMs) has revolutionized information retrieval and expanded the practical applications of AI. However, current systems strug…

Information RetrievalLanguage ModelingLanguage ModellingLarge Language Model+4

Revealing Vision-Language Integration in the Brain with Multimodal Networks

2024-06-20 · Vighnesh Subramaniam, Colin Conwell, Christopher Wang, Gabriel Kreiman 외

We use (multi)modal deep neural networks (DNNs) to probe for sites of multimodal integration in the human brain by predicting stereoencephalography (SEEG) recordings taken while human subjects watched movies. We operatio…

Contrastive LearningLanguage Modelling

Sample-efficient Integration of New Modalities into Large Language Models

2025-09-04 · Osman Batur İnce, André F. T. Martins, Oisin Mac Aodha, Edoardo M. Ponti arxiv

Multimodal foundation models can process several modalities. However, since the space of possible modalities is large and evolving over time, training a model from scratch to encompass all modalities is unfeasible. Moreo…

Improving Multimodal Large Language Models Using Continual Learning

2024-10-25 · Shikhar Srivastava, Md Yousuf Harun, Robik Shrestha, Christopher Kanan

Generative large language models (LLMs) exhibit impressive capabilities, which can be further augmented by integrating a pre-trained vision model into the original LLM to create a multimodal LLM (MLLM). However, this int…

Continual LearningNatural Language Understanding