bwshen-mi commited on
Commit
a72c4c2
·
verified ·
1 Parent(s): 9eeddb2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -22,6 +22,8 @@ base_model:
22
  </b>
23
  </h3>
24
 
 
 
25
  <div align="center" style="line-height: 1;">
26
  |
27
  <a href="https://huggingface.co/collections/XiaomiMiMo/mimo-vl-68382ccacc7c2875500cd212" target="_blank">🤗 HuggingFace</a>
@@ -37,7 +39,7 @@ base_model:
37
 
38
  ## I. Introduction
39
 
40
- In this report, we share our efforts to build a compact yet powerful VLM, MiMo-VL-7B. MiMo-VL-7B comprises (1) a native resolution ViT encoder that preserves fine-grained visual details, (2) an MLP projector for efficient cross-modal alignment, and (3) our MiMo-7B language model, specifically optimized for complex reasoning tasks.
41
 
42
  The development of MiMo-VL-7B involves two sequential training processes: (1) A four-stage pre-training phase, which includes projector warmup, vision-language alignment, general multi-modal pre-training, and long-context Supervised Fine-Tuning (SFT). This phase yields the MiMo-VL-7B-SFT model. (2) A subsequent post-training phase, where we introduce Mixed On-policy Reinforcement Learning (MORL), a novel framework that seamlessly integrates diverse reward signals spanning perception accuracy, visual grounding precision, logical reasoning capabilities, and human/AI preferences. This phase yields the MiMo-VL-7B-RL model.
43
 
@@ -50,10 +52,10 @@ We believe this report along with the models will provide valuable insights to d
50
 
51
  ### 🛤️ During this journey, we find
52
 
53
- - **Incorporating high-quality, broad-coverage reasoning data from the pre-training stage is crucial for enhancing model performance.**
54
- - We collect data spanning multimodal perception, knowledge-intensive problems, and tasks demanding strong reasoning capabilities. We identify high-quality queries via quality scoring, employ a large reasoning model to regenerate responses with long CoT, and then apply rejection sampling to secure high-quality responses.
55
- - Distinct from "lite SFT" approaches, we incorporate a substantial volume of this synthetic reasoning data into the later pre-training stages. Notably, the model’s performance on this dataset continued to improve over multiple epochs (e.g., 5), demonstrating resilience against saturation.
56
- - **Mixed On-policy Reinforcement Learning further enhances model performance, while achieving stable simultaneous improvements still remains challenging**
57
  - We apply RL across diverse capabilities, including reasoning, perception, grounding, and human preference alignment, spanning modalities including text, images, and videos. While this hybrid training approach further unlock model’s potential, interference across data domains remains a challenge.
58
 
59
  ## II. Model Details
@@ -91,9 +93,9 @@ In multi-modal reasoning, both the SFT and RL models significantly outperform al
91
  > Results marked with \* are obtained using our evaluation framework.
92
  > Tasks with ${\dagger}$ are evaluated by GPT-4o.
93
 
94
- ### GUI Grounding
95
 
96
- MiMo-VL-7B-RL possess exceptional GUI Understanding and Grounding capabilities. As a general-purpose VL model, MiMo-VL achieves comparable or even superior performance to GUI-specialized models.
97
 
98
  <p align="center">
99
  <img width="95%" src="https://github.com/XiaomiMiMo/MiMo-VL/raw/main/figures/benchmarks_gui.png?raw=true">
@@ -125,4 +127,4 @@ The MiMo-VL-7B series maintain full compatibility with the `Qwen2_5_VLForConditi
125
 
126
  ## VI. Contact
127
 
128
- Please contact us at [mimo@xiaomi.com](mailto:mimo@xiaomi.com) or open an issue if you have any questions.
 
22
  </b>
23
  </h3>
24
 
25
+ <br/>
26
+
27
  <div align="center" style="line-height: 1;">
28
  |
29
  <a href="https://huggingface.co/collections/XiaomiMiMo/mimo-vl-68382ccacc7c2875500cd212" target="_blank">🤗 HuggingFace</a>
 
39
 
40
  ## I. Introduction
41
 
42
+ In this report, we share our efforts to build a compact yet powerful VLM, MiMo-VL-7B. MiMo-VL-7B comprises (1) a native resolution ViT encoder that preserves fine-grained visual details, (2) an MLP projector for efficient cross-modal alignment, and (3) our [MiMo-7B language model](https://github.com/XiaomiMiMo/MiMo), specifically optimized for complex reasoning tasks.
43
 
44
  The development of MiMo-VL-7B involves two sequential training processes: (1) A four-stage pre-training phase, which includes projector warmup, vision-language alignment, general multi-modal pre-training, and long-context Supervised Fine-Tuning (SFT). This phase yields the MiMo-VL-7B-SFT model. (2) A subsequent post-training phase, where we introduce Mixed On-policy Reinforcement Learning (MORL), a novel framework that seamlessly integrates diverse reward signals spanning perception accuracy, visual grounding precision, logical reasoning capabilities, and human/AI preferences. This phase yields the MiMo-VL-7B-RL model.
45
 
 
52
 
53
  ### 🛤️ During this journey, we find
54
 
55
+ - **Incorporating high-quality, broad-coverage reasoning data from the pre-training stage is crucial for enhancing model performance**
56
+ - We curate high-quality reasoning data by identifying diverse queries, employing large reasoning models to regenerate responses with long CoT, and applying rejection sampling to ensure quality.
57
+ - Rather than treating this as supplementary fine-tuning data, we incorporate substantial volumes of this synthetic reasoning data directly into the later pre-training stages, where extended training yields continued performance improvements without saturation.
58
+ - **Mixed On-policy Reinforcement Learning further enhances model performance, while achieving stable simultaneous improvements remains challenging**
59
  - We apply RL across diverse capabilities, including reasoning, perception, grounding, and human preference alignment, spanning modalities including text, images, and videos. While this hybrid training approach further unlock model’s potential, interference across data domains remains a challenge.
60
 
61
  ## II. Model Details
 
93
  > Results marked with \* are obtained using our evaluation framework.
94
  > Tasks with ${\dagger}$ are evaluated by GPT-4o.
95
 
96
+ ### GUI Tasks
97
 
98
+ MiMo-VL-7B-RL possess exceptional GUI understanding and grounding capabilities. As a general-purpose VL model, MiMo-VL achieves comparable or even superior performance to GUI-specialized models.
99
 
100
  <p align="center">
101
  <img width="95%" src="https://github.com/XiaomiMiMo/MiMo-VL/raw/main/figures/benchmarks_gui.png?raw=true">
 
127
 
128
  ## VI. Contact
129
 
130
+ Please contact us at [mimo@xiaomi.com](mailto:mimo@xiaomi.com) or open an issue if you have any questions.