CoolFace
Modelpublic

One-RL-to-See-Them-All/Orsta-7B

sourceHugging Facemitupdated 1y agoView on Hugging Face
14likes1.2kdownloads
Model Card

One RL to See Them All

Model Overview

Orsta-7B is a cutting-edge vision-language model (VLM) designed to achieve superior performance across a wide spectrum of both visual reasoning and visual perception tasks. This model is a result of post-training with **V-Triune**, our novel unified reinforcement learning (RL) system.

The V-Triune system enables VLMs to be jointly optimized on diverse multimodal tasks within a single, cohesive training pipeline. Orsta-7B has been specifically trained using V-Triune on a carefully curated set of eight challenging visual tasks, fostering robust generalization and enhanced capabilities.

Training with V-Triune

Orsta-7B's advanced abilities stem from its training with the V-Triune system. Key aspects of its training include:

  • โ€”Unified RL Framework (V-Triune): V-Triune is a Visual Triple-Unified Reinforcement Learning system featuring three core complementary components:
  • โ€”Sample-Level Data Formatting (to unify diverse task inputs)
  • โ€”Verifier-Level Reward Computation (to deliver custom rewards via specialized verifiers)
  • โ€”Source-Level Metric Monitoring (to diagnose problems at the data-source level)
  • โ€”It also incorporates an innovative Dynamic IoU reward mechanism, crucial for optimizing visual perception tasks. You can find more details in our paper: V-Triune
  • โ€”Diverse Joint Task Optimization: Orsta-7B was jointly optimized on the following eight visual tasks:
  • โ€”Visual Reasoning Tasks: Mathematics, Science Question Answering, Chart Understanding, and Puzzle Solving.
  • โ€”Visual Perception Tasks: Object Detection, Visual Grounding, Optical Character Recognition (OCR), and Object Counting.

This comprehensive training allows Orsta-7B to develop a deeper understanding of visual content and its relation to textual prompts, excelling in tasks that require intricate reasoning and precise perception.

Performance

ModelKnowledgeMathematicsPerceptionCodingInfo. Ex.PlanningScienceMetricsMEGA-Bench<br>Core
QwenVL-2-7B39.9625.9539.9931.4940.2916.6428.5943.6134.47
QwenVL-2.5-7B38.8427.6741.2428.9350.2316.3236.7541.6435.07
InternVL-3-8B36.6432.7542.1735.1148.9214.3536.5153.9436.48
Gemma3-12B41.1129.1037.3830.2746.5616.1036.8350.4035.04
Kimi-VL-A3B37.6327.0739.5022.3040.9922.1733.9446.6534.40
MM-Eureka-7B ๐Ÿ’ก40.1231.5939.7128.7549.3216.6437.2546.3935.96
VL-Rethinker-7B ๐Ÿ’ก40.6530.0842.0229.8752.0317.8336.8246.9037.25
Kimi-VL-A3B-Thinking ๐Ÿ’ก33.4517.7628.1114.6941.1412.6428.6043.9727.08
Orsta-7B (Ours) ๐Ÿ’ก41.6531.4843.8432.8254.0717.8336.9141.6638.31
----------
ฮ” (Ours - Backbone)+2.8+3.8+2.6+3.9+3.8+1.5+0.2+0.0+3.2

How to Use

Orsta-7B is developed by post-training the **Qwen2.5-VL-7B-Instruct** model using our V-Triune reinforcement learning system. Consequently, its core usage, particularly regarding input formatting and model interaction, largely follows the established patterns of the Qwen2.5-VL series.

For comprehensive details on the base model's capabilities, multi-turn dialogue format, image input encoding specifics, and other functionalities, we recommend referring to the official Qwen2.5-VL documentation.

Citation ๐Ÿ†

If you use Orsta-7B or the V-Triune system in your research, please cite our work:

bibtex
@article{ma2025one,
      title={One RL to See Them All: Visual Triple Unified Reinforcement Learning}, 
      author={Ma, Yan and Du, Linge and Shen, Xuyang and Chen, Shaoxiang and Li, Pengfei and Ren, Qibing and Ma, Lizhuang and Dai, Yuchao and Liu, Pengfei and Yan, Junjie},
      journal={arXiv preprint arXiv:2505.18129},
      year={2025}
}