#91 · Primary category: Foundation Models
ONE-PEACE
A general representation model across vision, audio, language modalities. Paper: ONE-PEACE: Exploring One General Representation Model Toward Unlimited Modalities
Project last updated:10/06/24
GitHub Stars
1.1K
Forks
71
Contributors
3
License
Apache-2.0
Why we included this project
ONE-PEACE is a single representation model that maps text, images, and audio into one shared embedding space, trained from scratch without reusing an existing vision or language backbone. The payoff is zero-shot cross-modal retrieval: you can query an image library with an audio clip, or combine sound and words to narrow a search, and the model aligns modalities it never saw paired during training. The repo backs this up with fine-tuning scripts and checkpoints for vision, vision-language, and audio-language tasks, plus a visual grounding API that locates objects inside a picture. Teams building multimodal search or retrieval systems will find the pretraining and evaluation code a useful reference, though this is research-grade software with a workflow that expects some familiarity, not a turnkey serving layer.
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