CVLGIVApr 11, 2023

Data-Efficient Image Quality Assessment with Attention-Panel Decoder

arXiv:2304.04952v1115 citationsh-index: 74
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient image quality assessment for computer vision applications, presenting an incremental improvement with a lightweight design.

The paper tackles the challenge of Blind Image Quality Assessment (BIQA) by proposing a Transformer-based pipeline with an attention-panel decoder, achieving state-of-the-art performance with SRCC values of 0.875 on LIVEC and 0.980 on LIVE datasets.

Blind Image Quality Assessment (BIQA) is a fundamental task in computer vision, which however remains unresolved due to the complex distortion conditions and diversified image contents. To confront this challenge, we in this paper propose a novel BIQA pipeline based on the Transformer architecture, which achieves an efficient quality-aware feature representation with much fewer data. More specifically, we consider the traditional fine-tuning in BIQA as an interpretation of the pre-trained model. In this way, we further introduce a Transformer decoder to refine the perceptual information of the CLS token from different perspectives. This enables our model to establish the quality-aware feature manifold efficiently while attaining a strong generalization capability. Meanwhile, inspired by the subjective evaluation behaviors of human, we introduce a novel attention panel mechanism, which improves the model performance and reduces the prediction uncertainty simultaneously. The proposed BIQA method maintains a lightweight design with only one layer of the decoder, yet extensive experiments on eight standard BIQA datasets (both synthetic and authentic) demonstrate its superior performance to the state-of-the-art BIQA methods, i.e., achieving the SRCC values of 0.875 (vs. 0.859 in LIVEC) and 0.980 (vs. 0.969 in LIVE).

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes