paper-with-me

홈 › Papers

Next Token Is Enough: Realistic Image Quality and Aesthetic Scoring with Multimodal Large Language Model

2025-03-08 · Mingxing Li, Rui Wang, Lei Sun, Yancheng Bai, Xiangxiang Chu

The rapid expansion of mobile internet has resulted in a substantial increase in user-generated content (UGC) images, thereby making the thorough assessment of UGC images both urgent and essential. Recently, multimodal large language models (MLLMs) have shown great potential in image quality assessment (IQA) and image aesthetic assessment (IAA). Despite this progress, effectively scoring the quality and aesthetics of UGC images still faces two main challenges: 1) A single score is inadequate to capture the hierarchical human perception. 2) How to use MLLMs to output numerical scores, such as mean opinion scores (MOS), remains an open question. To address these challenges, we introduce a novel dataset, named Realistic image Quality and Aesthetic (RealQA), including 14,715 UGC images, each of which is annoted with 10 fine-grained attributes. These attributes span three levels: low level (e.g., image clarity), middle level (e.g., subject integrity) and high level (e.g., composition). Besides, we conduct a series of in-depth and comprehensive investigations into how to effectively predict numerical scores using MLLMs. Surprisingly, by predicting just two extra significant digits, the next token paradigm can achieve SOTA performance. Furthermore, with the help of chain of thought (CoT) combined with the learnt fine-grained attributes, the proposed method can outperform SOTA methods on five public datasets for IQA and IAA with superior interpretability and show strong zero-shot generalization for video quality assessment (VQA). The code and dataset will be released.

📄 PDF Abstract BibTeX arXiv:2503.06141

Code (1)

AMAP-ML/RealQA pytorch

Tasks

Image Quality AssessmentLanguage ModelingLanguage ModellingLarge Language ModelMultimodal Large Language ModelVideo Quality AssessmentVisual Question Answering (VQA)Zero-shot Generalization

Similar Papers 제목 키워드 기반

Computational Tradeoffs in Image Synthesis: Diffusion, Masked-Token, and Next-Token Prediction

2024-05-21 · Maciej Kilian, Varun Jampani, Luke Zettlemoyer

Nearly every recent image synthesis approach, including diffusion, masked-token prediction, and next-token prediction, uses a Transformer network architecture. Despite this common backbone, there has been no direct, comp…

Image GenerationPrediction

Perceive, Understand and Restore: Real-World Image Super-Resolution with Autoregressive Multimodal Generative Models

2025-03-14 · Hongyang Wei, Shuaizheng Liu, Chun Yuan, Lei Zhang

By leveraging the generative priors from pre-trained text-to-image diffusion models, significant progress has been made in real-world image super-resolution (Real-ISR). However, these methods tend to generate inaccurate …

Image Super-ResolutionSuper-Resolution

Frequency-Aware Autoregressive Modeling for Efficient High-Resolution Image Synthesis

2025-07-28 · Zhuokun Chen, Jugang Fan, Zhuowei Yu, Bohan Zhuang 외 arxiv

Visual autoregressive modeling, based on the next-scale prediction paradigm, exhibits notable advantages in image quality and model scalability over traditional autoregressive and diffusion models. It generates images by…

Image Generation

Speculative Jacobi-Denoising Decoding for Accelerating Autoregressive Text-to-image Generation

2025-10-10 · Yao Teng, Fuyun Wang, Xian Liu, Zhekai Chen 외 arxiv

As a new paradigm of visual content generation, autoregressive text-to-image models suffer from slow inference due to their sequential token-by-token decoding process, often requiring thousands of model forward passes to…

Text-to-Image Generation

Next Patch Prediction for Autoregressive Visual Generation

2024-12-19 · Yatian Pang, Peng Jin, Shuo Yang, Bin Lin 외

Autoregressive models, built based on the Next Token Prediction (NTP) paradigm, show great potential in developing a unified framework that integrates both language and vision tasks. In this work, we rethink the NTP for …

Image GenerationPrediction