#103 · Primary category: Foundation Models
MetaTransformer
Meta-Transformer for Unified Multimodal Learning
Project last updated:12/05/23
GitHub Stars
1.6K
Forks
116
Contributors
5
License
Apache-2.0
Why we included this project
MetaTransformer tackles a question that keeps coming up in multimodal research: can one transformer backbone handle many different input types? The authors show that a single encoder with frozen weights can process twelve modalities, from images and text to point clouds, audio, time series, and even IMU sensor data, by mapping each raw input into a shared token space first. That design lets you reproduce how a vision-pretrained backbone transfers to other domains without paired multimodal training data, which is an unusual setup compared with the usual separate-encoder-per-modality approach. The code is organized around tokenizers, a shared encoder, and task-specific heads, so adapting the pipeline to your own benchmark is fairly direct. Treat it as a research blueprint for unified multimodal perception rather than a turnkey application. For teams studying cross-modal feature sharing, it is a clear and testable reference.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
MiniCPM-V
A Pocket-Sized MLLM for Ultra-Efficient Image and Video Understanding on Your Phone
generative-models
Generative Models by Stability AI
unilm
Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities