Search papers, labs, and topics across Lattice.
This paper introduces an interaction-aware learning framework for AI-generated image quality assessment (AIGIQA) that reconciles the interdependent dimensions of perceptual fidelity and prompt alignment, which are typically treated as separate. By leveraging a gated interaction module that adaptsively routes features based on the inferred relationship between these dimensions, the model can dynamically switch between competitive and cooperative strategies. Experiments show that this approach achieves state-of-the-art accuracy and provides interpretable interaction patterns, closely mirroring human judgment in image quality assessment.
A unified model that adapts to the interplay between perceptual fidelity and prompt alignment can achieve state-of-the-art performance while revealing interpretable insights into human judgment.
AI-generated image quality assessment (AIGIQA) requires jointly reasoning about perceptual fidelity and prompt alignment, two quality dimensions that are often treated as independent in existing AIGIQA models. However, by re-examining human ratings, we uncover a previously overlooked phenomenon: the two dimensions are interdependent and exhibit both competitive and cooperative interactions during human rating. This observation suggests that a unified model should neither collapse the two dimensions nor rigidly separate them, but rather adaptively negotiate their interplay. Motivated by this insight, we introduce an interaction-aware learning framework that models perception-alignment relations through adversarial and collaborative inference pathways. Instead of designing a rigid dual-branch architecture, our method employs a gated interaction module that dynamically routes features according to the inferred relationship between the two dimensions. Task-aware prompts further modulate the gating behaviour, enabling the model to switch between competition and cooperation when necessary. Experiments across multiple AIGIQA benchmarks demonstrate that our approach not only achieves state-of-the-art accuracy but also yields interpretable interaction patterns, offering a more faithful approximation of human judgment. The codes are available at https://github.com/LQAMEI/ACL-IQA.