iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Werner Enterprises Posts Highest Revenue Per Truck Growth in One-Way Segment in a Decade CMA CGM and Stonepeak Launch United Ports LLC in $2.4 Billion Terminal Joint Venture UPS shift away from Amazon shows bigger payoff Lanesurf: 62% of Loads Get Vetted Carrier Offers Before Brokers Arrive India-China Border Trade Via Lipulekh Resumes Aug 1; China Permits 20 Traders Geopolitics Drives CMA CGM Q2 Profit Surge of 42% as Volumes and Rates Climb Benchmark Diesel Price Rises Third Week as Futures Plunge; Spread Hits Record Indian Government Limits Sugar Dealers to 400 Tonnes Stock Until November to Curb Hoarding Tenants signing longer leases for larger warehouses as 3PLs lock in capacity US stock market flat as S&P 500 and Dow barely move, Nasdaq slides over 1% on chip rout Werner Enterprises Posts Highest Revenue Per Truck Growth in One-Way Segment in a Decade CMA CGM and Stonepeak Launch United Ports LLC in $2.4 Billion Terminal Joint Venture UPS shift away from Amazon shows bigger payoff Lanesurf: 62% of Loads Get Vetted Carrier Offers Before Brokers Arrive India-China Border Trade Via Lipulekh Resumes Aug 1; China Permits 20 Traders Geopolitics Drives CMA CGM Q2 Profit Surge of 42% as Volumes and Rates Climb Benchmark Diesel Price Rises Third Week as Futures Plunge; Spread Hits Record Indian Government Limits Sugar Dealers to 400 Tonnes Stock Until November to Curb Hoarding Tenants signing longer leases for larger warehouses as 3PLs lock in capacity US stock market flat as S&P 500 and Dow barely move, Nasdaq slides over 1% on chip rout
Home ›› Technology ›› Ai ›› Computer Vision ›› Vero: An Open RL Recipe for General Visual Reasoning — A Fully Open Vision-Language Model Family

Vero: An Open RL Recipe for General Visual Reasoning — A Fully Open Vision-Language Model Family

A new research paper introduces Vero, a family of fully open vision-language models (VLMs) that use reinforcement learning (RL) to achieve strong general visual reasoning. The team constructed a 600K-sample dataset from 59 datasets and designed task-routed rewards. Vero variants outperformed their base models by 2.9-5.4 points on average across a 30-benchmark suite, and the best variant surpassed a stronger closed model by 3.8 points. All code, data, and models are released publicly.

iG
iGEN Editorial
June 21, 2026
Vero: An Open RL Recipe for General Visual Reasoning — A Fully Open Vision-Language Model Family

Enterprise teams building AI-powered document analysis, automated inspection, or any visual understanding module have long faced a dilemma: the most capable vision-language models (VLMs) come from closed pipelines whose training data, reward formulas, and reinforcement learning (RL) recipes remain proprietary. This opacity makes it difficult to audit, customize, or reproduce their performance in production environments. A new research paper published on arXiv titled Vero: An Open RL Recipe for General Visual Reasoning directly addresses that problem by releasing a fully open family of VLMs that match or exceed existing open-weight models across diverse visual reasoning tasks.

Open Recipe for Visual Reasoning

The research team—comprising Sarch, Gabriel, Cai, Linrong, Wang, Qunzhong, Wu, Haoyang, Chen, Danqi, Liu, and Zhuang—designed Vero as a “fully open” alternative to state-of-the-art but closed VLMs. According to the paper, the strongest vision-language models “suggest that broad visual reasoning is within reach, yet their closed data and reinforcement learning (RL) pipelines make their gains difficult to study, reproduce, or extend.” Vero aims to lift that barrier by publishing all data, code, and model weights.

Dataset and Reward Design

To train Vero, the team constructed Vero-600K, a dataset of 600,000 samples drawn from 59 different datasets covering six broad task categories: charts, science, spatial understanding, and open-ended tasks among others. A key innovation is the use of “task-routed rewards” that handle the heterogeneous answer formats across these diverse tasks—multiple choice, free text, numerical values—without forcing a one-size-fits-all scoring function. The paper describes this as a way to scale RL data and rewards across the six categories.

Performance Benchmarks

The team evaluated Vero on VeroEval, a suite of 30 benchmarks. Controlled comparisons showed that Vero-600K outperforms existing RL datasets. When applied to five different starting models, Vero variants achieved average gains of 2.9 to 5.4 points over their initial models. Notably, the variant Vero-Qwen3I-8B—trained on the Instruct model—surpassed Qwen3-VL-8B-Thinking by 3.8 points on average without any additional distillation. The following table summarizes the key performance improvements:

Model Variant Average Gain Over Baseline
All Vero variants (range across 5 starting models) 2.9–5.4 points
Vero-Qwen3I-8B vs Qwen3-VL-8B-Thinking 3.8 points

Ablations and Joint Learning

Systematic ablations revealed that different task categories elicit distinct reasoning patterns and that broad gains depend on learning these patterns jointly rather than in isolation. According to the paper, “broad gains depend on learning them jointly rather than in isolation.” This finding has practical implications for enterprise teams that may want to fine-tune models for a specific domain: a narrow focus on a single task type may limit overall reasoning capability.

Implications for Custom AI

Because all data, code, and models are publicly available, technology leaders in regulated industries or niche verticals can audit the training pipeline, adapt the reward structure to their own data, and fine-tune Vero without relying on a vendor’s black box. While the paper does not target supply chain or logistics directly, the ability to build custom visual reasoners on open technology directly supports use cases such as automated document reading, quality inspection, and geospatial analysis. The Vero recipe provides a reproducible foundation that enterprises can extend, rather than a finished product locked behind a proprietary API.


Sources:

Keep Reading

Recommended Stories

New Research Reveals How Visual Tokens Evolve Inside Vision-Language Models Technology

New Research Reveals How Visual Tokens Evolve Inside Vision-Language Models

A new computer vision paper from arXiv investigates how visual tokens are integrated into large language models (LLMs) under two paradigms: in-context prompting and layer-wise injection. The authors find that visual tokens enter the LLM as 'disguised visual context' lacking linguistic structure, then evolve differently depending on the integration architecture. They show that attention allocation alone is insufficient, and performance depends on the quality of visual representations at each layer.

July 8, 2026
MENTOR: Reinforcement Learning via Flexible Teacher-Optimized Rewards for Tool-Use Distillation Technology

MENTOR: Reinforcement Learning via Flexible Teacher-Optimized Rewards for Tool-Use Distillation

A new research paper introduces MENTOR, a reinforcement learning framework that uses flexible teacher-optimized rewards to distill tool-use capabilities from large language models into small models. The approach improves out-of-domain generalization compared to supervised fine-tuning and strict reinforcement learning baselines.

July 8, 2026
MEAL Benchmark Enables Continuous Multi-Agent RL Training on 100 Tasks in Hours Using GPU Acceleration Technology

MEAL Benchmark Enables Continuous Multi-Agent RL Training on 100 Tasks in Hours Using GPU Acceleration

Researchers introduced MEAL (Multi-agent Environments for Adaptive Learning), the first benchmark for continual multi-agent reinforcement learning. Using JAX and GPU acceleration, MEAL enables training on sequences of 100 tasks in hours on a single GPU, revealing failure modes not apparent at smaller scales. This addresses the limitation of previous benchmarks that only considered 3-10 sequential tasks due to CPU constraints.

June 21, 2026
New AI Research Shows Vision-Language Models Think Better with Visual Grounding Technology

New AI Research Shows Vision-Language Models Think Better with Visual Grounding

Researchers introduce visually grounded thinking, a reasoning process that interleaves natural-language thoughts with explicit point or box groundings to image regions. The method, using a scalable synthesis pipeline and grounding-aware reinforcement learning, consistently improves performance of Gemma3-4B-IT on counting and spatial reasoning benchmarks, with the 4B model matching or surpassing the 27B variant.

June 21, 2026