paper-with-me

홈 › Papers

MoAI: Mixture of All Intelligence for Large Language and Vision Models

2024-03-12 · Byung-Kwan Lee, Beomchan Park, Chae Won Kim, Yong Man Ro

The rise of large language models (LLMs) and instruction tuning has led to the current trend of instruction-tuned large language and vision models (LLVMs). This trend involves either meticulously curating numerous instruction tuning datasets tailored to specific objectives or enlarging LLVMs to manage vast amounts of vision language (VL) data. However, current LLVMs have disregarded the detailed and comprehensive real-world scene understanding available from specialized computer vision (CV) models in visual perception tasks such as segmentation, detection, scene graph generation (SGG), and optical character recognition (OCR). Instead, the existing LLVMs rely mainly on the large capacity and emergent capabilities of their LLM backbones. Therefore, we present a new LLVM, Mixture of All Intelligence (MoAI), which leverages auxiliary visual information obtained from the outputs of external segmentation, detection, SGG, and OCR models. MoAI operates through two newly introduced modules: MoAI-Compressor and MoAI-Mixer. After verbalizing the outputs of the external CV models, the MoAI-Compressor aligns and condenses them to efficiently use relevant auxiliary visual information for VL tasks. MoAI-Mixer then blends three types of intelligence (1) visual features, (2) auxiliary features from the external CV models, and (3) language features by utilizing the concept of Mixture of Experts. Through this integration, MoAI significantly outperforms both open-source and closed-source LLVMs in numerous zero-shot VL tasks, particularly those related to real-world scene understanding such as object existence, positions, relations, and OCR without enlarging the model size or curating extra visual instruction tuning datasets.

📄 PDF Abstract BibTeX arXiv:2403.07508

Code (1)

ByungKwanLee/MoAI 공식 구현 pytorch

Tasks

AllMixture-of-ExpertsScene UnderstandingVisual Question Answering

Similar Papers 제목 키워드 기반

ProMoAI: Process Modeling with Generative AI

2024-03-07 · Humam Kourani, Alessandro Berti, Daniel Schuster, Wil M. P. van der Aalst

ProMoAI is a novel tool that leverages Large Language Models (LLMs) to automatically generate process models from textual descriptions, incorporating advanced prompt engineering, error handling, and code generation techn…

Code GenerationModel OptimizationPrompt Engineering

SoK: Attack and Defense Landscape of Mobile On-device AI Systems

2026-07-01 · Yujin Huang, Xin Zheng, Xingliang Yuan, Kwok-Yan Lam arxiv

Mobile on-device AI (MoAI) systems that integrate locally deployed AI models with conventional mobile software components are emerging as a key paradigm for delivering intelligent functionality directly on end-user devic…

MOAI: A methodology for evaluating the impact of indoor airflow in the transmission of COVID-19

2021-03-31 · Axel Oehmichen, Florian Guitton, Cedric Wahl, Bertrand Foing 외

Epidemiology models play a key role in understanding and responding to the COVID-19 pandemic. In order to build those models, scientists need to understand contributing factors and their relative importance. A large stra…

EpidemiologyPrivacy Preserving

Expanding Foundational Language Capabilities in Open-Source LLMs through a Korean Case Study

2025-09-04 · Junghwan Lim, Gangwon Jo, Sungmin Lee, Jiyoung Park 외 arxiv

We introduce Llama-3-Motif, a language model consisting of 102 billion parameters, specifically designed to enhance Korean capabilities while retaining strong performance in English. Developed on the Llama 3 architecture…

GEM: Generative Supervision Helps Embodied Intelligence

2026-05-27 · Ruowen Zhao, Bangguo Li, Zuyan Liu, Yinan Liang 외 arxiv

Embodied Vision-Language Models (VLMs) have demonstrated impressive performance and generalization in robotics, particularly within Vision-Language-Action frameworks. However, a significant gap remains between the high-l…