TL;DR
This paper introduces MultiGAP-NRIQA, a novel no-reference image quality assessment method using multi-pooled features from pretrained CNNs, achieving state-of-the-art results across multiple benchmarks.
Contribution
It proposes a new approach that extracts multi-level deep features from entire images using global average pooling on pretrained CNNs, avoiding patch-based methods.
Findings
Achieves state-of-the-art results on three IQA benchmarks.
Effective generalization to different image sizes and CNN architectures.
Confirmed robustness through cross-database testing.
Abstract
Image quality assessment (IQA) is an important element of a broad spectrum of applications ranging from automatic video streaming to display technology. Furthermore, the measurement of image quality requires a balanced investigation of image content and features. Our proposed approach extracts visual features by attaching global average pooling (GAP) layers to multiple Inception modules of on an ImageNet database pretrained convolutional neural network (CNN). In contrast to previous methods, we do not take patches from the input image. Instead, the input image is treated as a whole and is run through a pretrained CNN body to extract resolution-independent, multi-level deep features. As a consequence, our method can be easily generalized to any input image size and pretrained CNNs. Thus, we present a detailed parameter study with respect to the CNN base architectures and the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGlobal Average Pooling · Average Pooling
