CVAug 14, 2022

Underwater Ranker: Learn Which Is Better and How to Be Better

arXiv:2208.06857v2235 citationsh-index: 72
Originality Incremental advance
AI Analysis

This addresses the domain-specific problem of underwater image quality assessment and enhancement for applications like marine research, but it is incremental as it builds on existing ranking and transformer methods.

The paper tackles the problem of assessing and improving underwater image quality by introducing URanker, a ranking-based method that accurately orders images enhanced by different algorithms, achieving state-of-the-art performance, and also enhances image enhancement networks when used as supervision.

In this paper, we present a ranking-based underwater image quality assessment (UIQA) method, abbreviated as URanker. The URanker is built on the efficient conv-attentional image Transformer. In terms of underwater images, we specially devise (1) the histogram prior that embeds the color distribution of an underwater image as histogram token to attend global degradation and (2) the dynamic cross-scale correspondence to model local degradation. The final prediction depends on the class tokens from different scales, which comprehensively considers multi-scale dependencies. With the margin ranking loss, our URanker can accurately rank the order of underwater images of the same scene enhanced by different underwater image enhancement (UIE) algorithms according to their visual quality. To achieve that, we also contribute a dataset, URankerSet, containing sufficient results enhanced by different UIE algorithms and the corresponding perceptual rankings, to train our URanker. Apart from the good performance of URanker, we found that a simple U-shape UIE network can obtain promising performance when it is coupled with our pre-trained URanker as additional supervision. In addition, we also propose a normalization tail that can significantly improve the performance of UIE networks. Extensive experiments demonstrate the state-of-the-art performance of our method. The key designs of our method are discussed. We will release our dataset and code.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes