Summary
The authors propose a standard guided zero-shot mix-grained image quality analysis (Dog-IQA). This method takes advantage of pre-trained multimodal large language models (MLLMs), resulting in a training-free style. To better align with human evaluation, they design an inference pipeline with MLLMs. In the experiments part, they show that Dog-IQA achieves SOTA results under the training-free setting. Such a training-free pipeline performs pretty well and contributes to IQA development largely.
Strengths
The idea is simple yet working. As there are more and more powerful MLLMs being released, how to make better use of them and introduce them into IQA attracts increasing attention. The authors propose a training-free method Dog-IQA without finetuning, which is a clever practice.
The authors propose the standard-guided scoring mechanism and provide several insights with some results (i.e., Tab. 1). Such a mechanism helps keep the scores consistent and aligned with the standard. As a result, the method could perform robustly in terms of different cases.
Another key component is the mixed-grained aggregation mechanism, which helps refine the final score by aggregating global and local assessments. These global and local views are similar to the pipeline of a human quality analysis system.
The experiments, like the ablation study, are very extensive and demonstrate the effectiveness of each proposed component. Furthermore, the main comparisons on several datasets and metrics show the superior performance of Dog-IQA.
The authors also discuss the limitations of Dog-IQA and give detailed analyses, which provide clues for future works and can further motivate the development of MLLM-based IQA.
The supplementary file provides more details like the segmentation settings, visualization, and prompt. Those materials allow readers to understand and reimplement this work better. Plus, the authors promise to make the code public, which makes this work more solid.
The writing and organization are pretty good. The authors provide extensive different forms of presentation, such as figures (e.g., overall comparison in Fig. 1, pipeline in Fig. 3), tables, algorithms, visualization (e.g., Figs. 4 and 5), and prompts in the supplementary file. Such a good presentation also makes this work more convincing.
Weaknesses
The authors claim that the standard-guided mechanism helps ensure consistent quality evaluation. How to show or support the consistency with some more specific results? Some metrics, like variance, could be used to show consistency.
As an MLLM-based IQA method, Dog-IQA could take much longer time to process the inputs, especially when the image resolution is large, like 2K, 4K, or 8K. Also, the GPU memory usage can also become larger. Such a resource consumption may hinder the practical usage of Dog-IQA.
In Tab. 3, Dog-IQA performs the third best on KADID-10k with training set KonIQ or SPAQ. The authors did not give sufficient analyses.
It could be better to provide parameter comparisons between the proposed Dog-IQA and others. I am wondering if the superior performance comes from a larger number of parameters.
Questions
By using MLLMs, how does the method process high-resolution images efficiently?
Can we also train Dog-IQA under the same settings as other related works, like Q-Align? If so, it is better to provide the results of Dog-IQA?
In Tab. 3, under the training-based IQA case, Dog-IQA still performs well on SPAQ and AGIQA-3k datasets and ranks third on KADID-10k. What are the possible reasons behind this?
In Tab. 6, mPLUG-Owl3 outperforms other MLLMs largely. Can we assume that the excellent performance of Dog-IQA mainly comes from the strong base model, mPLUG-Owl3?
How about using multiple MLLMs to process IQA? Will this combination obtain better results?