#21 · Primary category: Foundation Models
VLM-R1
Solve Visual Understanding with Reinforced VLMs
Project last updated:07/07/26
GitHub Stars
6.0K
Forks
384
Contributors
22
License
Apache-2.0
Why we included this project
VLM-R1 shows what happens when you apply the R1-style reinforcement learning recipe to a vision-language model, and it publishes everything needed to follow along: training code, the exact datasets, and pretrained checkpoints. Teams fine-tuning a multimodal model with GRPO often find practical details spread thin across papers; here it is built on Qwen2.5-VL, with reproducible scripts and the data used. The released checkpoints cover referring expression comprehension, open-vocabulary detection, and visual math reasoning, so you can either reuse them for those jobs or study how the method was trained. The README also documents a useful finding: reinforcement learning generalizes better to out-of-domain data than supervised fine-tuning as training steps increase. With live demos and a tech report, it is a concrete starting point for experimenting with RL in multimodal settings.
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