Depicting Beyond Scores: Advancing Image Quality Assessment through Multi-modal Language Models
Zhiyuan You, Zheyuan Li, Jinjin Gu, Zhenfei Yin, Tianfan Xue, Chao Dong
TL;DR
DepictQA reframes image quality assessment as a language-based, multi-modal task rather than a single scalar score. By leveraging a frozen CLIP image encoder, a trainable image projector, and LoRA-tuned LLMs, it outputs descriptive, human-like evaluations and justifications across three tasks: distortion description, pairwise quality comparison, and reasoning to weigh factors. The authors introduce M-BAPPS, a large, richly described multi-modal IQA dataset derived from BAPPS, and demonstrate multi-source training with specialized image tags to enable robust, interpretable IQA that surpasses score-based methods on several benchmarks and general MLLMs after fine-tuning. They also explore non-reference extensions and provide extensive ablations, highlighting the method’s potential and current limitations in data scale, task coverage, and efficiency.
Abstract
We introduce a Depicted image Quality Assessment method (DepictQA), overcoming the constraints of traditional score-based methods. DepictQA allows for detailed, language-based, human-like evaluation of image quality by leveraging Multi-modal Large Language Models (MLLMs). Unlike conventional Image Quality Assessment (IQA) methods relying on scores, DepictQA interprets image content and distortions descriptively and comparatively, aligning closely with humans' reasoning process. To build the DepictQA model, we establish a hierarchical task framework, and collect a multi-modal IQA training dataset. To tackle the challenges of limited training data and multi-image processing, we propose to use multi-source training data and specialized image tags. These designs result in a better performance of DepictQA than score-based approaches on multiple benchmarks. Moreover, compared with general MLLMs, DepictQA can generate more accurate reasoning descriptive languages. We also demonstrate that our full-reference dataset can be extended to non-reference applications. These results showcase the research potential of multi-modal IQA methods. Codes and datasets are available in https://depictqa.github.io.
