#48 · Primary category: Foundation Models
perception_models
State-of-the-art Image & Video CLIP, Multimodal Large Language Models, and More!
Project last updated:04/13/26
GitHub Stars
2.4K
Forks
160
Contributors
14
License
Apache-2.0
Why we included this project
Meta's latest perception research ships here as one codebase: the Perception Encoder, a CLIP-style family that embeds images, video, and audio into a shared space and reports strong results on tasks like zero-shot classification, retrieval, and dense prediction, plus the Perception Language Model, a multimodal decoder that turns those embeddings into text for question answering. If your pipeline needs a current, well-benchmarked visual encoder for retrieval, captioning, or a multimodal LLM, this saves you training one yourself. The checkpoints are Apache-2.0 and integrate with Hugging Face transformers and timm, so you can probe the small-to-giant size variants or run the Colab demo before committing. Expect research-grade code though: you will be reproducing benchmark setups and adapting things yourself rather than consuming a polished application.
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