paper-with-me

홈 › Papers

ModaVerse: Efficiently Transforming Modalities with LLMs

2024-01-12 · CVPR 2024 1 · Xinyu Wang, Bohan Zhuang, Qi Wu

Humans possess the capability to comprehend diverse modalities and seamlessly transfer information between them. In this work, we introduce ModaVerse, a Multi-modal Large Language Model (MLLM) capable of comprehending and transforming content across various modalities including images, videos, and audio. Predominant MLLM frameworks have largely relied on the alignment of latent spaces of textual and non-textual features. This alignment process, which synchronizes a language model trained on textual data with encoders and decoders trained on multi-modal data, often necessitates extensive training of several projection layers in multiple stages. Inspired by LLM-as-agent methodologies, we propose a novel Input/Output (I/O) alignment mechanism that operates directly at the level of natural language. It aligns the LLM's output with the input of generative models, avoiding the complexities associated with latent feature alignments, and simplifying the multiple training stages of existing MLLMs into a single, efficient process. This conceptual advancement leads to significant reductions in both data and computational costs. By conducting experiments on several benchmarks, we demonstrate that our approach attains comparable performance with the state of the art while achieving considerable efficiencies in data usage and training duration.

📄 PDF Abstract BibTeX arXiv:2401.06395

Code (1)

xinke-wang/modaverse 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Rethinking ChatGPT's Success: Usability and Cognitive Behaviors Enabled by Auto-regressive LLMs' Prompting

2024-05-17 · Xinzhe Li, Ming Liu

Over the last decade, a wide range of training and deployment strategies for Large Language Models (LLMs) have emerged. Among these, the prompting paradigms of Auto-regressive LLMs (AR-LLMs) have catalyzed a significant …

Form

A Survey on Evaluating Quality and Trustworthiness in LLM-Generated Data

2026-01-25 · Kaituo Zhang, Mingzhi Hu, Hoang Anh Duy Le, Fariha Kabir Torsha 외 arxiv

Large Language Models (LLMs) have emerged as powerful tools for generating data across various modalities. By transforming data from a scarce resource into a controllable asset, LLMs mitigate the bottlenecks imposed by t…

Enhance the Robustness of Text-Centric Multimodal Alignments

2024-07-06 · Ting-Yu Yen, Yun-Da Tsai, Keng-Te Liao, Shou-De Lin

Converting different modalities into general text, serving as input prompts for large language models (LLMs), is a common method to align multimodal models when there is limited pairwise data. This text-centric approach …

DualEdit: Dual Editing for Knowledge Updating in Vision-Language Models

2025-06-16 · Zhiyi Shi, Binjie Wang, Chongjie Si, Yichen Wu 외

Model editing aims to efficiently update a pre-trained model's knowledge without the need for time-consuming full retraining. While existing pioneering editing methods achieve promising results, they primarily focus on e…

Model Editing

MLZero: A Multi-Agent System for End-to-end Machine Learning Automation

2025-05-20 · Haoyang Fang, Boran Han, Nick Erickson, Xiyuan Zhang 외

Existing AutoML systems have advanced the automation of machine learning (ML); however, they still require substantial manual configuration and expert input, particularly when handling multimodal data. We introduce MLZer…

AutoMLCode Generation