Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -146,8 +146,29 @@ We compare InternVL3 with Qwen2.5 Chat models, whose corresponding pre-trained
|
|
146 |
Benefitting from Native Multimodal Pre-Training, the InternVL3 series achieves even better overall text performance than the Qwen2.5 series.
|
147 |
Please note that the evaluation scores of Qwen2.5 series may differ from those officially reported, as we have adopted the prompt versions provided in the table across all datasets for OpenCompass evaluation.
|
148 |
|
149 |
-

|
150 |
|
151 |
+
## Ablation Study
|
152 |
+
|
153 |
+
### Native Multimodal Pre-Training
|
154 |
+
|
155 |
+
We conduct experiments on the InternVL2-8B model while keeping its architecture, initialization parameters, and training data entirely unchanged. Traditionally, InternVL2-8B employs a training pipeline that begins with an MLP warmup phase for feature alignment followed by an Instruction Tuning stage. In our experiments, we substitute the conventional MLP warmup phase with a native multimodal pre-training process. This modification isolates the contribution of native multimodal pre-training to the overall multimodal capability of the model.
|
156 |
+
|
157 |
+
The evaluation results in the Figure below shows that the model with native multimodal pre-training exhibits performance on most benchmarks that is comparable to the fully multi-stage-trained InternVL2-8B baseline. Furthermore, when followed by instruction tuning on higher-quality data, the model demonstrates further performance gains across evaluated multimodal tasks. These findings underscore the efficiency of native multimodal pre-training in imparting powerful multimodal capabilities to MLLMs.
|
158 |
+
|
159 |
+

|
160 |
+
|
161 |
+
### Mixed Preference Optimization
|
162 |
+
|
163 |
+
As shown in the table below, models fine-tuned with MPO demonstrate superior reasoning performance across seven multimodal reasoning benchmarks compared to their counterparts without MPO. Specifically, InternVL3-78B and InternVL3-38B outperform their counterparts by 4.1 and 4.5 points, respectively. Notably, the training data used for MPO is a subset of that used for SFT, indicating that the performance improvements primarily stem from the training algorithm rather than the training data.
|
164 |
+
|
165 |
+

|
166 |
+
|
167 |
+
### Variable Visual Position Encoding
|
168 |
+
|
169 |
+
As reported in the table below, the introduction of V2PE leads to significant performance gains across most evaluation metrics. In addition, our ablation studies—by varying the positional increment \\( \delta \\)—reveal that even for tasks primarily involving conventional contexts, relatively small \\( \delta \\) values can achieve optimal performance. These findings provide important insights for future efforts aimed at refining position encoding strategies for visual tokens in MLLMs.
|
170 |
+
|
171 |
+

|
172 |
|
173 |
## Quick Start
|
174 |
|