paper-with-me

홈 › Papers

Attentions Help CNNs See Better: Attention-based Hybrid Image Quality Assessment Network

2022-04-22 · Shanshan Lao, Yuan Gong, Shuwei Shi, Sidi Yang, Tianhe Wu, Jiahao Wang, Weihao Xia, Yujiu Yang

Image quality assessment (IQA) algorithm aims to quantify the human perception of image quality. Unfortunately, there is a performance drop when assessing the distortion images generated by generative adversarial network (GAN) with seemingly realistic texture. In this work, we conjecture that this maladaptation lies in the backbone of IQA models, where patch-level prediction methods use independent image patches as input to calculate their scores separately, but lack spatial relationship modeling among image patches. Therefore, we propose an Attention-based Hybrid Image Quality Assessment Network (AHIQ) to deal with the challenge and get better performance on the GAN-based IQA task. Firstly, we adopt a two-branch architecture, including a vision transformer (ViT) branch and a convolutional neural network (CNN) branch for feature extraction. The hybrid architecture combines interaction information among image patches captured by ViT and local texture details from CNN. To make the features from shallow CNN more focused on the visually salient region, a deformable convolution is applied with the help of semantic information from the ViT branch. Finally, we use a patch-wise score prediction module to obtain the final score. The experiments show that our model outperforms the state-of-the-art methods on four standard IQA datasets and AHIQ ranked first on the Full Reference (FR) track of the NTIRE 2022 Perceptual Image Quality Assessment Challenge.

📄 PDF Abstract BibTeX arXiv:2204.10485

Code (3)

iigroup/ahiq 공식 구현 pytorch
MindSpore-scientific/code-9/tree/main/Zero-DCE mindspore
iigroup/maniqa pytorch

Tasks

Generative Adversarial NetworkImage Quality AssessmentVideo Quality Assessment

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Residual Connection 설명 없음
Deformable Convolution Deformable convolutions add 2D offsets to the regular grid sampling locations in the standard convolution. It enables free…
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…

Similar Papers 제목 키워드 기반

Convolutional Neural Network optimization via Channel Reassessment Attention module

2020-10-12 · YuTao Shen, Ying Wen

The performance of convolutional neural networks (CNNs) can be improved by adjusting the interrelationship between channels with attention mechanism. However, attention mechanism in recent advance has not fully utilized …

All Attention U-NET for Semantic Segmentation of Intracranial Hemorrhages In Head CT Images

2023-12-16 · Chia Shuo Chang, Tian Sheuan Chang, Jiun Lin Yan, Li Ko

Intracranial hemorrhages in head CT scans serve as a first line tool to help specialists diagnose different types. However, their types have diverse shapes in the same type but similar confusing shape, size and location …

AllDecoderSemantic Segmentation

Image captioning with weakly-supervised attention penalty

2019-03-06 · Jiayun Li, Mohammad K. Ebrahimpour, Azadeh Moghtaderi, Yen-Yun Yu

Stories are essential for genealogy research since they can help build emotional connections with people. A lot of family stories are reserved in historical photos and albums. Recent development on image captioning model…

DecoderImage Captioning

CAT: Learning to Collaborate Channel and Spatial Attention from Multi-Information Fusion

2022-12-13 · Zizhang Wu, Man Wang, Weiwei Sun, Yuchen Li 외

Channel and spatial attention mechanism has proven to provide an evident performance boost of deep convolution neural networks (CNNs). Most existing methods focus on one or run them parallel (series), neglecting the coll…

image-classificationImage ClassificationInstance Segmentationobject-detection+2

OctFormer: Octree-based Transformers for 3D Point Clouds

2023-05-04 · Peng-Shuai Wang

We propose octree-based transformers, named OctFormer, for 3D point cloud learning. OctFormer can not only serve as a general and effective backbone for 3D point cloud segmentation and object detection but also have line…

3D Object Detection3D Semantic SegmentationGPUobject-detection+3