paper-with-me

Papers

Optimus: Accelerating Large-Scale Multi-Modal LLM Training by Bubble Exploitation

2024-08-07 · Weiqi Feng, Yangrui Chen, Shaoyu Wang, Yanghua Peng, Haibin Lin, Minlan Yu

Multimodal large language models (MLLMs) have extended the success of large language models (LLMs) to multiple data types, such as image, text and audio, achieving significant performance in various domains, including multimodal translation, visual question answering and content generation. Nonetheless, existing systems are inefficient to train MLLMs due to substantial GPU bubbles caused by the heterogeneous modality models and complex data dependencies in 3D parallelism. This paper proposes Optimus, a distributed MLLM training system that reduces end-to-end MLLM training time. Optimus is based on our principled analysis that scheduling the encoder computation within the LLM bubbles can reduce bubbles in MLLM training. To make scheduling encoder computation possible for all GPUs, Optimus searches the separate parallel plans for encoder and LLM, and adopts a bubble scheduling algorithm to enable exploiting LLM bubbles without breaking the original data dependencies in the MLLM model architecture. We further decompose encoder layer computation into a series of kernels, and analyze the common bubble pattern of 3D parallelism to carefully optimize the sub-millisecond bubble scheduling, minimizing the overall training time. Our experiments in a production cluster show that Optimus accelerates MLLM training by 20.5%-21.3% with ViT-22B and GPT-175B model over 3072 GPUs compared to baselines.

📄 PDF Abstract BibTeX arXiv:2408.03505

Code (0)

등록된 구현이 없습니다.

Tasks

GPUQuestion AnsweringSchedulingVisual Question Answering

Similar Papers 제목 키워드 기반

Optimus-1: Hybrid Multimodal Memory Empowered Agents Excel in Long-Horizon Tasks

2024-08-07 · Zaijing Li, Yuquan Xie, Rui Shao, Gongwei Chen 외

Building a general-purpose agent is a long-standing vision in the field of artificial intelligence. Existing agents have made remarkable progress in many domains, yet they still struggle to complete long-horizon tasks in…

AttributeIn-Context LearningMinecraftWorld Knowledge

Optimus-3: Towards Generalist Multimodal Minecraft Agents with Scalable Task Experts

2025-06-12 · Zaijing Li, Yuquan Xie, Rui Shao, Gongwei Chen 외

Recently, agents based on multimodal large language models (MLLMs) have achieved remarkable progress across various domains. However, building a generalist agent with capabilities such as perception, planning, action, gr…

DiversityMinecraftMixture-of-ExpertsMultimodal Reasoning

OPTIMUS: Predicting Multivariate Outcomes in Alzheimer's Disease Using Multi-modal Data amidst Missing Values

2025-03-14 · Christelle Schneuwly Diaz, Duy-Thanh Vu, Julien Bodelet, Duy-Cat Can 외

Alzheimer's disease, a neurodegenerative disorder, is associated with neural, genetic, and proteomic factors while affecting multiple cognitive and behavioral faculties. Traditional AD prediction largely focuses on univa…

Disease PredictionImputationMissing ValuesPrediction

Unifying biomedical knowledge in a modern multimodal graph

2026-04-29 · Lucas Vittor, Ayush Noori, Iñaki Arango, Joaquín Polonuer 외 arxiv

Biomedical knowledge graphs (KGs) are widely used in the life sciences, yet many are derived from unstructured documents and therefore lack schema-level constraints, whereas graphs assembled from structured resources are…

Knowledge Graphs

Optimus: Organizing Sentences via Pre-trained Modeling of a Latent Space

2020-04-05 · EMNLP 2020 11 · Chunyuan Li, Xiang Gao, Yuan Li, Baolin Peng 외

When trained effectively, the Variational Autoencoder (VAE) can be both a powerful generative model and an effective representation learning framework for natural language. In this paper, we propose the first large-scale…

Language ModelingLanguage ModellingRepresentation LearningText Generation