Zooming without Zooming: Region-to-Image Distillation for Fine-Grained Multimodal Perception (2026)
FreeConverts inference-time zooming into training-time primitive — teaches MLLMs fine-grained perception in single forward pass; introduces ZoomBench (845 VQA across 6 perceptual dimensions); SOTA on fine-grained benchmarks
About Zooming without Zooming: Region-to-Image Distillation for Fine-Grained Multimodal Perception (2026)
Region-to-Image Distillation transforms iterative zooming from an inference-time tool into a training-time primitive, allowing multimodal large language models (MLLMs) to achieve fine-grained perception in a single forward pass. The method uses strong teacher models to generate high-quality VQA data on micro-cropped regions, then distills this region-grounded supervision back to the full image. The authors also introduce ZoomBench, a hybrid-annotated benchmark of 845 VQA data spanning six fine-grained perceptual dimensions, along with a dual-view protocol to quantify the global-regional 'zooming gap'. The approach achieves state-of-the-art performance on multiple fine-grained perception benchmarks and also improves general multimodal cognition on visual reasoning and GUI agent tasks. Code is available on GitHub.
Key Features
Pros & Cons
- Reduces latency compared to iterative zooming methods by eliminating repeated tool calls and re-encoding
- Achieves state-of-the-art performance on fine-grained perception benchmarks
- Improves general multimodal cognition beyond fine-grained tasks
- Open-source code and benchmark provided
- May not fully replace iterative zooming for extremely complex scenes where iterative reasoning is beneficial
- Training requires access to strong teacher models and high-quality region-annotated data
- Performance depends on the quality of the teacher model used for distillation