paper-with-me

Papers

Boosting Image Quality Assessment through Efficient Transformer Adaptation with Local Feature Enhancement

2024-01-01 · CVPR 2024 1 · Kangmin Xu, Liang Liao, Jing Xiao, Chaofeng Chen, HaoNing Wu, Qiong Yan, Weisi Lin

Image Quality Assessment (IQA) constitutes a fundamental task within the field of computer vision yet it remains an unresolved challenge owing to the intricate distortion conditions diverse image contents and limited availability of data. Recently the community has witnessed the emergence of numerous large-scale pretrained foundation models. However it remains an open problem whether the scaling law in high-level tasks is also applicable to IQA tasks which are closely related to low-level clues. In this paper we demonstrate that with a proper injection of local distortion features a larger pretrained vision transformer (ViT) foundation model performs better in IQA tasks. Specifically for the lack of local distortion structure and inductive bias of the large-scale pretrained ViT we use another pretrained convolution neural networks (CNNs) which is well known for capturing the local structure to extract multi-scale image features. Further we propose a local distortion extractor to obtain local distortion features from the pretrained CNNs and a local distortion injector to inject the local distortion features into ViT. By only training the extractor and injector our method can benefit from the rich knowledge in the powerful foundation models and achieve state-of-the-art performance on popular IQA datasets indicating that IQA is not only a low-level problem but also benefits from stronger high-level features drawn from large-scale pretrained models. Codes are publicly available at: https://github.com/NeosXu/LoDa.

📄 PDF Abstract BibTeX

Code (1)

neosxu/loda 공식 구현 pytorch

Tasks

Image Quality AssessmentInductive BiasLocal Distortion

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Residual Connection 설명 없음
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
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…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Boosting in Image Quality Assessment

2018-11-21 · Dogancan Temel, Ghassan AlRegib

In this paper, we analyze the effect of boosting in image quality assessment through multi-method fusion. Existing multi-method studies focus on proposing a single quality estimator. On the contrary, we investigate the g…

Image Quality Assessment

A ParaBoost Stereoscopic Image Quality Assessment (PBSIQA) System

2016-03-31 · Hyunsuk Ko, Rui Song, C. -C. Jay Kuo

The problem of stereoscopic image quality assessment, which finds applications in 3D visual content delivery such as 3DTV, is investigated in this work. Specifically, we propose a new ParaBoost (parallel-boosting) stereo…

Image Quality AssessmentStereoscopic image quality assessment

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

Life-IQA: Boosting Blind Image Quality Assessment through GCN-enhanced Layer Interaction and MoE-based Feature Decoupling

2025-11-24 · Long Tang, Guoquan Zhen, Jie Hao, Jianbo Zhang 외 arxiv

Blind image quality assessment (BIQA) plays a crucial role in evaluating and optimizing visual experience. Most existing BIQA approaches fuse shallow and deep features extracted from backbone networks, while overlooking …

Image 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)