A lightweight, efficient classifier for predicting whether sufficient visual information is available at different image resolutions to answer questions about document images.
✨ Lightweight: Only 256M parameters for efficient inference
⚡ Fast: Frozen base model + small classification head
🎯 Accurate: 3-class resolution prediction (low/medium/high)
📦 Portable: Perfect for on-device and edge deployment
🔧 Efficient Training: Minimal parameter updates via frozen features
Model Card
Intended Use
This model predicts whether sufficient visual information is present at different resolutions to accurately answer questions about document images. It's designed to optimize computational cost by identifying when lower resolutions are sufficient.
Primary Use Cases:
Document understanding systems needing resolution optimization
Real-time vision-language model inference
Edge device deployment
Multi-resolution processing pipelines
Supported Resolution Classes
Class 0 (Low): Low resolution (384×384) is sufficient
Class 1 (Medium): Medium resolution (512×512) is recommended
Class 2 (High): High resolution (768×768+) is required
Training Details
Dataset
Name: hardness_data_mix
Samples: 81,924 document image-question pairs
Split: 90% train / 10% validation
Labels: Stratified by resolution requirement class
1@misc{kimhi2025carescontextawareresolutionselector,
2 title={CARES: Context-Aware Resolution Selector for VLMs},
3 author={Moshe Kimhi and Nimrod Shabtay and Raja Giryes and Chaim Baskin and Eli Schwartz},
4 year={2025},
5 eprint={2510.19496},
6 archivePrefix={arXiv},
7 primaryClass={cs.CV},
8}