Data-Efficient Image Quality Assessment with Attention-Panel Decoder
Abstract
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 light-weight 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). Checkpoints, logs and code will be available at https://github.com/narthchin/DEIQT.
Cite
Text
Qin et al. "Data-Efficient Image Quality Assessment with Attention-Panel Decoder." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I2.25302Markdown
[Qin et al. "Data-Efficient Image Quality Assessment with Attention-Panel Decoder." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/qin2023aaai-data/) doi:10.1609/AAAI.V37I2.25302BibTeX
@inproceedings{qin2023aaai-data,
title = {{Data-Efficient Image Quality Assessment with Attention-Panel Decoder}},
author = {Qin, Guanyi and Hu, Runze and Liu, Yutao and Zheng, Xiawu and Liu, Haotian and Li, Xiu and Zhang, Yan},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2023},
pages = {2091-2100},
doi = {10.1609/AAAI.V37I2.25302},
url = {https://mlanthology.org/aaai/2023/qin2023aaai-data/}
}