Task-Aware Resolution Optimization for Visual Large Language Models
Weiqing Luo, Zhen Tan, Yifan Li, Xinyu Zhao, Kwonjoon Lee, Behzad Dariush, Tianlong Chen
TL;DR
This work tackles the fixed-resolution limitation in vision-language models by proposing a task-aware resolution optimization framework. It introduces two interpretable heuristics—image complexity and uncertainty variance—and a simple empirical formula, Reso(T) = $Reso_0 \cdot (1 + k \cdot C(T) \cdot V(T))$, to select a task-specific optimal input resolution without exhaustive retraining. For adaptation, the paper presents a parameter-efficient post-training (PEFT) approach that extends the visual input resolution by updating only the visual-position embeddings, projector, and LoRA adapters, while keeping the rest of the model frozen. Empirical evaluations on eight vision-language tasks using LLaVA-1.5-7B show that task-wise resolution selection combined with PEFT outperforms fixed-resolution baselines and many state-of-the-art approaches, with ablations confirming the necessity of each PEFT component. Case studies and analyses highlight the practical impact of image complexity and question difficulty on resolution choice, providing a scalable pathway for real-world VLLM deployment.
Abstract
Real-world vision-language applications demand varying levels of perceptual granularity. However, most existing visual large language models (VLLMs), such as LLaVA, pre-assume a fixed resolution for downstream tasks, which leads to subpar performance. To address this problem, we first conduct a comprehensive and pioneering investigation into the resolution preferences of different vision-language tasks, revealing a correlation between resolution preferences with image complexity, and uncertainty variance of the VLLM at different image input resolutions. Building on this insight, we propose an empirical formula to determine the optimal resolution for a given vision-language task, combining these two factors. Second, based on rigorous experiments, we propose a novel parameter-efficient fine-tuning technique to extend the visual input resolution of pre-trained VLLMs to the identified optimal resolution. Extensive experiments on various vision-language tasks validate the effectiveness of our method.
