CVAILGDec 11, 2023

4M: Massively Multimodal Masked Modeling

arXiv:2312.06647v1125 citationsh-index: 36NIPS
Originality Incremental advance
AI Analysis

This addresses the need for versatile foundation models in computer vision, offering a scalable approach to multimodal learning, though it builds incrementally on masked modeling and multimodal integration ideas.

The paper tackles the problem of specialized vision models by proposing 4M, a multimodal masked modeling training scheme that unifies diverse input/output modalities into a single Transformer, enabling out-of-the-box performance on various vision tasks, strong fine-tuning for new tasks, and flexible generative capabilities.

Current machine learning models for vision are often highly specialized and limited to a single modality and task. In contrast, recent large language models exhibit a wide range of capabilities, hinting at a possibility for similarly versatile models in computer vision. In this paper, we take a step in this direction and propose a multimodal training scheme called 4M. It consists of training a single unified Transformer encoder-decoder using a masked modeling objective across a wide range of input/output modalities - including text, images, geometric, and semantic modalities, as well as neural network feature maps. 4M achieves scalability by unifying the representation space of all modalities through mapping them into discrete tokens and performing multimodal masked modeling on a small randomized subset of tokens. 4M leads to models that exhibit several key capabilities: (1) they can perform a diverse set of vision tasks out of the box, (2) they excel when fine-tuned for unseen downstream tasks or new input modalities, and (3) they can function as a generative model that can be conditioned on arbitrary modalities, enabling a wide variety of expressive multimodal editing capabilities with remarkable flexibility. Through experimental analyses, we demonstrate the potential of 4M for training versatile and scalable foundation models for vision tasks, setting the stage for further exploration in multimodal learning for vision and other domains.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes