paper-with-me

홈 › Papers

Transformer-based No-Reference Image Quality Assessment via Supervised Contrastive Learning

2023-12-12 · Jinsong Shi, Pan Gao, Jie Qin

Image Quality Assessment (IQA) has long been a research hotspot in the field of image processing, especially No-Reference Image Quality Assessment (NR-IQA). Due to the powerful feature extraction ability, existing Convolution Neural Network (CNN) and Transformers based NR-IQA methods have achieved considerable progress. However, they still exhibit limited capability when facing unknown authentic distortion datasets. To further improve NR-IQA performance, in this paper, a novel supervised contrastive learning (SCL) and Transformer-based NR-IQA model SaTQA is proposed. We first train a model on a large-scale synthetic dataset by SCL (no image subjective score is required) to extract degradation features of images with various distortion types and levels. To further extract distortion information from images, we propose a backbone network incorporating the Multi-Stream Block (MSB) by combining the CNN inductive bias and Transformer long-term dependence modeling capability. Finally, we propose the Patch Attention Block (PAB) to obtain the final distorted image quality score by fusing the degradation features learned from contrastive learning with the perceptual distortion information extracted by the backbone network. Experimental results on seven standard IQA datasets show that SaTQA outperforms the state-of-the-art methods for both synthetic and authentic datasets. Code is available at https://github.com/I2-Multimedia-Lab/SaTQA

📄 PDF Abstract BibTeX arXiv:2312.06995

Code (1)

i2-multimedia-lab/satqa 공식 구현 pytorch

Tasks

Contrastive LearningImage Quality AssessmentInductive BiasNo-Reference Image Quality Assessment

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
Contrastive Learning 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Cross-IQA: Unsupervised Learning for Image Quality Assessment

2024-05-07 · Zhen Zhang

Automatic perception of image quality is a challenging problem that impacts billions of Internet and social media users daily. To advance research in this field, we propose a no-reference image quality assessment (NR-IQA…

Image Quality AssessmentImage ReconstructionNo-Reference Image Quality AssessmentNR-IQA

Attention Down-Sampling Transformer, Relative Ranking and Self-Consistency for Blind Image Quality Assessment

2024-09-11 · Mohammed Alsaafin, Musab Alsheikh, Saeed Anwar, Muhammad Usman

The no-reference image quality assessment is a challenging domain that addresses estimating image quality without the original reference. We introduce an improved mechanism to extract local and non-local information from…

Blind Image Quality AssessmentImage Quality AssessmentNo-Reference Image Quality AssessmentNR-IQA

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

Perceptual Image Quality Assessment with Transformers

2021-04-30 · Manri Cheon, Sung-Jun Yoon, Byungyeon Kang, Junwoo Lee

In this paper, we propose an image quality transformer (IQT) that successfully applies a transformer architecture to a perceptual full-reference image quality assessment (IQA) task. Perceptual representation becomes more…

DecoderFull reference image quality assessmentFull-Reference Image Quality AssessmentImage Quality Assessment

Video Quality Assessment Based on Swin TransformerV2 and Coarse to Fine Strategy

2024-01-16 · Zihao Yu, Fengbin Guan, Yiting Lu, Xin Li 외

The objective of non-reference video quality assessment is to evaluate the quality of distorted video without access to reference high-definition references. In this study, we introduce an enhanced spatial perception mod…

Image Quality AssessmentVideo Quality AssessmentVisual Question Answering (VQA)