ZwZ-RL-VQA: Region-to-Image Distilled Training Data for Fine-Grained Perception
17
23 commits
1 linked in READMEs
updated May 28, 2026
This synthetic dataset is generated via Region-to-Image Distillation (R2I) for training multimodal large language models (MLLMs) on fine-grained perception tasks without test-time tool use.
The Zooming without Zooming (ZwZ) method transforms "zooming" from an inference-time tool into a training-time primitive:
| Attribute | Value |
|---|---|
| Total Samples | 37k |
| Source Images | SA-1B, LAION, MetaCLIP, Visual Genome, CC12M, STPLS3D |
| Image Resolution | Mostly > 1000×1000 (high-resolution) |
| Crop Ratio | mostly < 10% of full image area (fine-grained focus) |
| Question Types | Counting, OCR, Color, Structure, Material, Identification |
| Consensus Filter | >6/8 agreement among teacher ensembles |
| Role | Model |
|---|---|
| Question Generator | Qwen3-VL-235B-A22B-Instruct |
| Answer Generator 1 | Qwen3-VL-235B-A22B-Instruct |
| Answer Generator 2 | GLM-4.5V |
The image data is provided in multiple split compressed files to ensure reliable downloading.
After downloading all images.tar.gz.* parts, use the following command to merge and extract them:
cd images/
# Merge split files and extract to the current directory
cat images.tar.gz* | tar -xvf - -C ./
If you are interested in how the training data images.tar.gz.* was synthesized, you can refer to the data synthesis script.
The synthesis process uses the original images. To extract the source data, follow these steps:
cd original_images/
# Merge split files and extract to the current directory
cat original_images.tar.gz* | tar -xvf - -C ./
Once extracted, you can use the script mentioned above to reproduce the dataset from these original images.
This dataset is designed for:
Models trained on this dataset (ZwZ-4B/7B/8B) achieve:
| Model | ZoomBench | HR-Bench-4K | HR-Bench-8K | VStar |
|---|---|---|---|---|
| ZwZ-4B | 55.74 | 81.75 | 79.50 | 92.67 |
| ZwZ-7B | 55.62 | 75.38 | 73.25 | 88.48 |
| ZwZ-8B | 58.11 | 84.38 | 82.00 | 91.10 |
vs. Qwen3-VL-8B baseline: 37.87 / 78.88 / 74.63 / 86.39
| Resource | Link |
|---|---|
| Paper | arXiv:2602.11858 |
| Code | GitHub: Zooming-without-Zooming |
| ZwZ-4B Model | inclusionAI/ZwZ-4B |
| ZwZ-7B Model | inclusionAI/ZwZ-7B |
| ZwZ-8B Model | inclusionAI/ZwZ-8B |
| ZoomBench | inclusionAI/ZoomBench |
@article{wei2026zooming,
title={Zooming without Zooming: Region-to-Image Distillation for Fine-Grained Multimodal Perception},
author={Wei, Lai and He, Liangbo and Lan, Jun and Dong, Lingzhong and Cai, Yutong and Li, Siyuan and Zhu, Huijia and Wang, Weiqiang and Kong, Linghe and Wang, Yue and Zhang, Zhuosheng and Huang, Weiran},
journal={arXiv preprint arXiv:2602.11858},
year={2026}
}
Apache-2.0 License
ZwZ-RL-VQA: Region-to-Image Distilled Training Data for Fine-Grained Perception
17
23 commits
1 linked in READMEs
updated May 28, 2026
This synthetic dataset is generated via Region-to-Image Distillation (R2I) for training multimodal large language models (MLLMs) on fine-grained perception tasks without test-time tool use.
The Zooming without Zooming (ZwZ) method transforms "zooming" from an inference-time tool into a training-time primitive:
| Attribute | Value |
|---|---|
| Total Samples | 37k |
| Source Images | SA-1B, LAION, MetaCLIP, Visual Genome, CC12M, STPLS3D |
| Image Resolution | Mostly > 1000×1000 (high-resolution) |
| Crop Ratio | mostly < 10% of full image area (fine-grained focus) |
| Question Types | Counting, OCR, Color, Structure, Material, Identification |
| Consensus Filter | >6/8 agreement among teacher ensembles |
| Role | Model |
|---|---|
| Question Generator | Qwen3-VL-235B-A22B-Instruct |
| Answer Generator 1 | Qwen3-VL-235B-A22B-Instruct |
| Answer Generator 2 | GLM-4.5V |
The image data is provided in multiple split compressed files to ensure reliable downloading.
After downloading all images.tar.gz.* parts, use the following command to merge and extract them:
cd images/
# Merge split files and extract to the current directory
cat images.tar.gz* | tar -xvf - -C ./
If you are interested in how the training data images.tar.gz.* was synthesized, you can refer to the data synthesis script.
The synthesis process uses the original images. To extract the source data, follow these steps:
cd original_images/
# Merge split files and extract to the current directory
cat original_images.tar.gz* | tar -xvf - -C ./
Once extracted, you can use the script mentioned above to reproduce the dataset from these original images.
This dataset is designed for:
Models trained on this dataset (ZwZ-4B/7B/8B) achieve:
| Model | ZoomBench | HR-Bench-4K | HR-Bench-8K | VStar |
|---|---|---|---|---|
| ZwZ-4B | 55.74 | 81.75 | 79.50 | 92.67 |
| ZwZ-7B | 55.62 | 75.38 | 73.25 | 88.48 |
| ZwZ-8B | 58.11 | 84.38 | 82.00 | 91.10 |
vs. Qwen3-VL-8B baseline: 37.87 / 78.88 / 74.63 / 86.39
| Resource | Link |
|---|---|
| Paper | arXiv:2602.11858 |
| Code | GitHub: Zooming-without-Zooming |
| ZwZ-4B Model | inclusionAI/ZwZ-4B |
| ZwZ-7B Model | inclusionAI/ZwZ-7B |
| ZwZ-8B Model | inclusionAI/ZwZ-8B |
| ZoomBench | inclusionAI/ZoomBench |
@article{wei2026zooming,
title={Zooming without Zooming: Region-to-Image Distillation for Fine-Grained Multimodal Perception},
author={Wei, Lai and He, Liangbo and Lan, Jun and Dong, Lingzhong and Cai, Yutong and Li, Siyuan and Zhu, Huijia and Wang, Weiqiang and Kong, Linghe and Wang, Yue and Zhang, Zhuosheng and Huang, Weiran},
journal={arXiv preprint arXiv:2602.11858},
year={2026}
}
Apache-2.0 License