paper-with-me

홈 › Papers

Text-Visual Semantic Constrained AI-Generated Image Quality Assessment

2025-07-14 · Qiang Li, Qingsen Yan, Haojian Huang, Peng Wu, Haokui Zhang, Yanning Zhang

With the rapid advancements in Artificial Intelligence Generated Image (AGI) technology, the accurate assessment of their quality has become an increasingly vital requirement. Prevailing methods typically rely on cross-modal models like CLIP or BLIP to evaluate text-image alignment and visual quality. However, when applied to AGIs, these methods encounter two primary challenges: semantic misalignment and details perception missing. To address these limitations, we propose Text-Visual Semantic Constrained AI-Generated Image Quality Assessment (SC-AGIQA), a unified framework that leverages text-visual semantic constraints to significantly enhance the comprehensive evaluation of both text-image consistency and perceptual distortion in AI-generated images. Our approach integrates key capabilities from multiple models and tackles the aforementioned challenges by introducing two core modules: the Text-assisted Semantic Alignment Module (TSAM), which leverages Multimodal Large Language Models (MLLMs) to bridge the semantic gap by generating an image description and comparing it against the original prompt for a refined consistency check, and the Frequency-domain Fine-Grained Degradation Perception Module (FFDPM), which draws inspiration from Human Visual System (HVS) properties by employing frequency domain analysis combined with perceptual sensitivity weighting to better quantify subtle visual distortions and enhance the capture of fine-grained visual quality details in images. Extensive experiments conducted on multiple benchmark datasets demonstrate that SC-AGIQA outperforms existing state-of-the-art methods. The code is publicly available at https://github.com/mozhu1/SC-AGIQA.

📄 PDF Abstract BibTeX arXiv:2507.10432

Code (1)

mozhu1/SC-AGIQA 공식 구현 pytorch

Tasks

Image DescriptionImage Quality Assessment

Methods 이 논문이 사용한 방법론

BLIP Vision-Language Pre-training (VLP) has advanced the performance for many vision-language tasks. However, most existing pre-trained models only excel in either understanding-based…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Text-to-image synthesis method evaluation based on visual patterns

2019-10-31 · William Lund Sommer, Alexandros Iosifidis

A commonly used evaluation metric for text-to-image synthesis is the Inception score (IS) \cite{inceptionscore}, which has been shown to be a quality metric that correlates well with human judgment. However, IS does not …

ClusteringImage Generation

Semantic-aware Data Augmentation for Text-to-image Synthesis

2023-12-13 · Zhaorui Tan, Xi Yang, Kaizhu Huang

Data augmentation has been recently leveraged as an effective regularizer in various vision-language deep neural networks. However, in text-to-image synthesis (T2Isyn), current augmentation wisdom still suffers from the …

Data AugmentationImage Generation

Collaborative Text-to-Image Generation via Multi-Agent Reinforcement Learning and Semantic Fusion

2025-10-12 · Jiabao Shi, Minfeng Qi, Lefeng Zhang, Di Wang 외 arxiv

Multimodal text-to-image generation remains constrained by the difficulty of maintaining semantic alignment and professional-level detail across diverse visual domains. We propose a multi-agent reinforcement learning fra…

Multi-agent Reinforcement LearningText-to-Image GenerationContrastive LearningSemantic Similarity

Fine-grained Semantic Constraint in Image Synthesis

2021-01-12 · Pengyang Li, Donghui Wang

In this paper, we propose a multi-stage and high-resolution model for image synthesis that uses fine-grained attributes and masks as input. With a fine-grained attribute, the proposed model can detailedly constrain the f…

AttributeDiversityGenerative Adversarial NetworkImage Generation

RealignDiff: Boosting Text-to-Image Diffusion Model with Coarse-to-fine Semantic Re-alignment

2023-05-31 · Zutao Jiang, Guian Fang, Jianhua Han, Guansong Lu 외

Recent advances in text-to-image diffusion models have achieved remarkable success in generating high-quality, realistic images from textual descriptions. However, these approaches have faced challenges in precisely alig…

Caption GenerationLanguage ModellingLarge Language ModelSemantic Similarity+1