paper-with-me

Papers

MANIQA: Multi-dimension Attention Network for No-Reference Image Quality Assessment

2022-04-19 · Sidi Yang, Tianhe Wu, Shuwei Shi, Shanshan Lao, Yuan Gong, Mingdeng Cao, Jiahao Wang, Yujiu Yang

No-Reference Image Quality Assessment (NR-IQA) aims to assess the perceptual quality of images in accordance with human subjective perception. Unfortunately, existing NR-IQA methods are far from meeting the needs of predicting accurate quality scores on GAN-based distortion images. To this end, we propose Multi-dimension Attention Network for no-reference Image Quality Assessment (MANIQA) to improve the performance on GAN-based distortion. We firstly extract features via ViT, then to strengthen global and local interactions, we propose the Transposed Attention Block (TAB) and the Scale Swin Transformer Block (SSTB). These two modules apply attention mechanisms across the channel and spatial dimension, respectively. In this multi-dimensional manner, the modules cooperatively increase the interaction among different regions of images globally and locally. Finally, a dual branch structure for patch-weighted quality prediction is applied to predict the final score depending on the weight of each patch's score. Experimental results demonstrate that MANIQA outperforms state-of-the-art methods on four standard datasets (LIVE, TID2013, CSIQ, and KADID-10K) by a large margin. Besides, our method ranked first place in the final testing phase of the NTIRE 2022 Perceptual Image Quality Assessment Challenge Track 2: No-Reference. Codes and models are available at https://github.com/IIGROUP/MANIQA.

📄 PDF Abstract BibTeX arXiv:2204.08958

Code (2)

iigroup/maniqa 공식 구현 pytorch
tianhewu/assessor360 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}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Residual Connection 설명 없음
Stochastic Depth Stochastic Depth aims to shrink the depth of a network during training, while keeping it unchanged during testing. This is achieved by randomly dropping entire…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Deep learning techniques for blind image super-resolution: A high-scale multi-domain perspective evaluation

2023-06-15 · Valdivino Alexandre de Santiago Júnior

Despite several solutions and experiments have been conducted recently addressing image super-resolution (SR), boosted by deep learning (DL) techniques, they do not usually design evaluations with high scaling factors, c…

Image Quality AssessmentImage Super-ResolutionMixture-of-ExpertsNo-Reference Image Quality Assessment+1

JNDMix: JND-Based Data Augmentation for No-reference Image Quality Assessment

2023-02-20 · Jiamu Sheng, Jiayuan Fan, Peng Ye, JianJian Cao

Despite substantial progress in no-reference image quality assessment (NR-IQA), previous training models often suffer from over-fitting due to the limited scale of used datasets, resulting in model performance bottleneck…

Data AugmentationImage Quality AssessmentNo-Reference Image Quality AssessmentNR-IQA

GLYPH-SR: Can We Achieve Both High-Quality Image Super-Resolution and High-Fidelity Text Recovery via VLM-guided Latent Diffusion Model?

2025-10-30 · Mingyu Sung, Seungjae Ham, Kangwoo Kim, Yeokyoung Yoon 외 arxiv

Image super-resolution(SR) is fundamental to many vision system-from surveillance and autonomy to document analysis and retail analytics-because recovering high-frequency details, especially scene-text, enables reliable …

Image Super-Resolution

Compound Attention and Neighbor Matching Network for Multi-contrast MRI Super-resolution

2023-07-05 · Wenxuan Chen, Sirui Wu, Shuai Wang, Zhongsen Li 외

Multi-contrast magnetic resonance imaging (MRI) reflects information about human tissue from different perspectives and has many clinical applications. By utilizing the complementary information among different modalitie…

Image Super-ResolutionSuper-Resolution

Referring Camouflaged Object Detection With Multi-Context Overlapped Windows Cross-Attention

2025-11-17 · Yu Wen, Shuyong Gao, Shuping Zhang, Miao Huang 외 arxiv

Referring camouflaged object detection (Ref-COD) aims to identify hidden objects by incorporating reference information such as images and text descriptions. Previous research has transformed reference images with salien…

Object Detection