Search papers, labs, and topics across Lattice.
This paper introduces IQA-T1, a novel framework for Image Quality Assessment that enhances multimodal large language models (MLLMs) by incorporating explicit perceptual observations through tool-based visual evidence reasoning. By autonomously invoking specialized analysis tools to generate structured visual evidence, such as noise residual maps and frequency spectra, IQA-T1 improves both the interpretability and accuracy of quality assessments in open-world environments. Experimental results across seven IQA benchmarks demonstrate that IQA-T1 outperforms existing methods while providing evidence-grounded evaluations of image quality.
Tool-based reasoning in IQA-T1 leads to significant improvements in image quality assessments, outperforming traditional methods while enhancing interpretability.
Image Quality Assessment (IQA) in open-world environments remains challenging due to limited generalization and interpretability. Recent approaches based on multimodal large language models (MLLMs) introduce textual reasoning for quality prediction, yet their judgments rely heavily on semantically biased internal representations, making them insensitive to low-level perceptual degradations. We propose IQA-T1, a tool-based visual evidence reasoning framework that augments MLLM reasoning with explicit perceptual observations. During inference, the model autonomously invokes specialized analysis tools to generate structured visual evidence, such as noise residual maps, gradient statistics, and frequency spectra, which are progressively integrated into the reasoning process. To support this paradigm, we construct Q-Tool, a dataset containing 11k multimodal reasoning chains grounded in tool-generated evidence. Extensive experiments on seven IQA benchmarks show that IQA-T1 achieves the best overall performance across datasets while producing interpretable and evidence-grounded quality assessments. Code and dataset are available at https://github.com/zibuyu-02/IQA-T1.