Large Multi-modality Model Assisted AI-Generated Image Quality Assessment
Puyi Wang, Wei Sun, Zicheng Zhang, Jun Jia, Yanwei Jiang, Zhichao Zhang, Xiongkuo Min, Guangtao Zhai
TL;DR
This work tackles the poor performance of traditional IQA models on AI-generated images by infusing semantic understanding into quality assessment. It introduces MA-AGIQA, which combines a MANIQA-based quality feature extractor with a fixed LMM (mPLUG-Owl2) that provides fine-grained semantic features extracted via carefully designed prompts, fused through a mixture-of-experts module. The approach achieves state-of-the-art results on AGIQA-3k and AIGCQA-20k and demonstrates strong cross-dataset generalization, with ablations confirming the value of both semantic cues and adaptive fusion. The work offers a practical path to more reliable AGI quality evaluation and suggests broad potential for LMM-assisted content quality assessment.
Abstract
Traditional deep neural network (DNN)-based image quality assessment (IQA) models leverage convolutional neural networks (CNN) or Transformer to learn the quality-aware feature representation, achieving commendable performance on natural scene images. However, when applied to AI-Generated images (AGIs), these DNN-based IQA models exhibit subpar performance. This situation is largely due to the semantic inaccuracies inherent in certain AGIs caused by uncontrollable nature of the generation process. Thus, the capability to discern semantic content becomes crucial for assessing the quality of AGIs. Traditional DNN-based IQA models, constrained by limited parameter complexity and training data, struggle to capture complex fine-grained semantic features, making it challenging to grasp the existence and coherence of semantic content of the entire image. To address the shortfall in semantic content perception of current IQA models, we introduce a large Multi-modality model Assisted AI-Generated Image Quality Assessment (MA-AGIQA) model, which utilizes semantically informed guidance to sense semantic information and extract semantic vectors through carefully designed text prompts. Moreover, it employs a mixture of experts (MoE) structure to dynamically integrate the semantic information with the quality-aware features extracted by traditional DNN-based IQA models. Comprehensive experiments conducted on two AI-generated content datasets, AIGCQA-20k and AGIQA-3k show that MA-AGIQA achieves state-of-the-art performance, and demonstrate its superior generalization capabilities on assessing the quality of AGIs. Code is available at https://github.com/wangpuyi/MA-AGIQA.
