/TECHResearchers Release Open-Source MODUS Decoder-Only Any-To-Any Multimodal ModelAZ#1209Source Posts on XCluster sourcesAmir Zamir@zamir_arTECHA major question in multimodal modeling is how to leverage strong pre-trained models, such as industry-scale LLMs and VLMs, during training to avoid starting from scratch. This is important as the demand for rich and domain-specific multimodal models continues to increase, while training them from scratch is obviously impractical due to limited data and compute. The so-called “any-to-any” multimodal models can model a large diverse dictionary of modalities. That’s good. Their downside is that their architectures are often not decoder-only, which has limited their performance in practice and prevents them from leveraging strong pre-trained decoder-only models as priors. We are releasing MODUS (@icmlconf '26) a decoder-only any-to-any multimodal model to address some of these questions. A single transformer decoder predicts any modality from any others with no modality-specific heads, losses, or task pipelines. We show efficient adaptation of established models, e.g., BAGEL, to rich any-to-any multimodal modeling. We are releasing 14B to 77B parameter models. All materials are open-source. The download links and demos here https://modus-multimodal.epfl.ch/ 🧵Combined views8.6K3 posts, first seen 5h ago118 likes3 comments
Amir Zamir@zamir_arTECHA major question in multimodal modeling is how to leverage strong pre-trained models, such as industry-scale LLMs and VLMs, during training to avoid starting from scratch. This is important as the demand for rich and domain-specific multimodal models continues to increase, while training them from scratch is obviously impractical due to limited data and compute. The so-called “any-to-any” multimodal models can model a large diverse dictionary of modalities. That’s good. Their downside is that their architectures are often not decoder-only, which has limited their performance in practice and prevents them from leveraging strong pre-trained decoder-only models as priors. We are releasing MODUS (@icmlconf '26) a decoder-only any-to-any multimodal model to address some of these questions. A single transformer decoder predicts any modality from any others with no modality-specific heads, losses, or task pipelines. We show efficient adaptation of established models, e.g., BAGEL, to rich any-to-any multimodal modeling. We are releasing 14B to 77B parameter models. All materials are open-source. The download links and demos here https://modus-multimodal.epfl.ch/ 🧵
Amir Zamir@zamir_arTECHThe model is any-to-any, i.e., it can generate any modality conditioned on any other. You can see the full matrix of mapping n² pairs of modalities onto each other using 1 model below. The generation quality has significantly improved over past models, such as 4M https://4m.epfl.ch/. The modalities include the common ones, such as images and text, visual abstractions, such as semantics or 3D, and latent features like DINOv2 or CLIP. The current modality dictionary is intended to be representative rather than exhaustive. It includes rich modalities with diverse formats and information content. Extending it to other modalities for different applications is a matter of dataset construction and retraining. You can see an interactive version of this figure here https://modus-multimodal.epfl.ch/#any-to-any
Amir Zamir@zamir_arTECHjoint work by @MingqiaoY, @ZhaochongAn, @zhitong_gao, @AlvinLiu27, @francoisfleuret, @chuanli11, A Zadeh, @SergeBelongie, @afshin_dn, @JRAllardice, @dmizrahi_, @oguzhanthefatih, @roman__bachmann, @zamir_ar. https://modus-multimodal.epfl.ch/