Zoom-IQA: Image Quality Assessment with Reliable Region-Aware Reasoning
Guoqiang Liang, Jianyi Wang, Zhonghua Wu, Shangchen Zhou
TL;DR
Zoom-IQA tackles no-reference image quality assessment with reliable, region-aware reasoning by combining Grounded-Rationale-IQA data and self-guided exploration. The two-stage pipeline first learns to ground rationale and zoom actions via supervised fine-tuning on GR-IQA, then optimizes a dynamic cropping policy through reinforcement learning with a KL-Coverage regularizer and progressive re-sampling to prevent mode collapse and data bias. Empirical results show improved score regression robustness, enhanced reasoning reliability, and beneficial guidance for downstream image restoration. The approach demonstrates strong zero-shot generalization and offers a transferable framework for interactive perceptual reasoning in vision-language systems.
Abstract
Image Quality Assessment (IQA) is a long-standing problem in computer vision. Previous methods typically focus on predicting numerical scores without explanation or provide low-level descriptions lacking precise scores. Recent reasoning-based vision language models (VLMs) have shown strong potential for IQA, enabling joint generation of quality descriptions and scores. However, we notice that existing VLM-based IQA methods tend to exhibit unreliable reasoning due to their limited capability of integrating visual and textual cues. In this work, we introduce Zoom-IQA, a VLM-based IQA model to explicitly emulate key cognitive behaviors: uncertainty awareness, region reasoning, and iterative refinement. Specifically, we present a two-stage training pipeline: 1) supervised fine-tuning (SFT) on our Grounded-Rationale-IQA (GR-IQA) dataset to teach the model to ground its assessments in key regions; and 2) reinforcement learning (RL) for dynamic policy exploration, primarily stabilized by our KL-Coverage regularizer to prevent reasoning and scoring diversity collapse, and supported by a Progressive Re-sampling Strategy to mitigate annotation bias. Extensive experiments show that Zoom-IQA achieves improved robustness, explainability, and generalization. The application to downstream tasks, such as image restoration, further demonstrates the effectiveness of Zoom-IQA.
