paper-with-me

홈 › Papers

Blind Image Quality Assessment via Transformer Predicted Error Map and Perceptual Quality Token

2023-05-16 · Jinsong Shi, Pan Gao, Aljosa Smolic

Image quality assessment is a fundamental problem in the field of image processing, and due to the lack of reference images in most practical scenarios, no-reference image quality assessment (NR-IQA), has gained increasing attention recently. With the development of deep learning technology, many deep neural network-based NR-IQA methods have been developed, which try to learn the image quality based on the understanding of database information. Currently, Transformer has achieved remarkable progress in various vision tasks. Since the characteristics of the attention mechanism in Transformer fit the global perceptual impact of artifacts perceived by a human, Transformer is thus well suited for image quality assessment tasks. In this paper, we propose a Transformer based NR-IQA model using a predicted objective error map and perceptual quality token. Specifically, we firstly generate the predicted error map by pre-training one model consisting of a Transformer encoder and decoder, in which the objective difference between the distorted and the reference images is used as supervision. Then, we freeze the parameters of the pre-trained model and design another branch using the vision Transformer to extract the perceptual quality token for feature fusion with the predicted error map. Finally, the fused features are regressed to the final image quality score. Extensive experiments have shown that our proposed method outperforms the current state-of-the-art in both authentic and synthetic image databases. Moreover, the attentional map extracted by the perceptual quality token also does conform to the characteristics of the human visual system.

📄 PDF Abstract BibTeX arXiv:2305.09353

Code (1)

srache/tempqt 공식 구현 pytorch

Tasks

Image Quality AssessmentNo-Reference Image Quality Assessment

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Blind Predicting Similar Quality Map for Image Quality Assessment

2018-05-22 · CVPR 2018 6 · Da Pan, Ping Shi, Ming Hou, Zefeng Ying 외

A key problem in blind image quality assessment (BIQA) is how to effectively model the properties of human visual system in a data-driven manner. In this paper, we propose a simple and efficient BIQA model based on a nov…

Blind Image Quality AssessmentFull reference image quality assessmentFull-Reference Image Quality AssessmentImage Quality Assessment

On the Use of Deep Learning for Blind Image Quality Assessment

2016-02-17 · Simone Bianco, Luigi Celona, Paolo Napoletano, Raimondo Schettini

In this work we investigate the use of deep learning for distortion-generic blind image quality assessment. We report on different design choices, ranging from the use of features extracted from pre-trained Convolutional…

Blind Image Quality AssessmentImage DescriptionImage Quality Assessment

Blind Image Quality Assessment Based on Geometric Order Learning

2024-01-01 · CVPR 2024 1 · Nyeong-Ho Shin, Seon-Ho Lee, Chang-Su Kim

A novel approach to blind image quality assessment called quality comparison network (QCN) is proposed in this paper which sorts the feature vectors of input images according to their quality scores in an embedding s…

Image Quality AssessmentNo-Reference Image Quality Assessment

Conformer and Blind Noisy Students for Improved Image Quality Assessment

2022-04-27 · Marcos V. Conde, Maxime Burchi, Radu Timofte

Generative models for image restoration, enhancement, and generation have significantly improved the quality of the generated images. Surprisingly, these models produce more pleasant images to the human eye than other me…

Image Quality AssessmentImage RestorationKnowledge DistillationNo-Reference Image Quality Assessment

Enhancing Blind Video Quality Assessment with Rich Quality-aware Features

2024-05-14 · Wei Sun, HaoNing Wu, ZiCheng Zhang, Jun Jia 외

In this paper, we present a simple but effective method to enhance blind video quality assessment (BVQA) models for social media videos. Motivated by previous researches that leverage pre-trained features extracted from …

Video Quality Assessment