#91 · Primary category: Foundation Models

ONE-PEACE

audio-language contrastive-loss foundation-models multimodal representation-learning vision-and-language vision-language vision-transformer

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