18,576 research outputs found
Is Underwater Image Enhancement All Object Detectors Need?
Underwater object detection is a crucial and challenging problem in marine
engineering and aquatic robot. The difficulty is partly because of the
degradation of underwater images caused by light selective absorption and
scattering. Intuitively, enhancing underwater images can benefit high-level
applications like underwater object detection. However, it is still unclear
whether all object detectors need underwater image enhancement as
pre-processing. We therefore pose the questions "Does underwater image
enhancement really improve underwater object detection?" and "How does
underwater image enhancement contribute to underwater object detection?". With
these two questions, we conduct extensive studies. Specifically, we use 18
state-of-the-art underwater image enhancement algorithms, covering traditional,
CNN-based, and GAN-based algorithms, to pre-process underwater object detection
data. Then, we retrain 7 popular deep learning-based object detectors using the
corresponding results enhanced by different algorithms, obtaining 126
underwater object detection models. Coupled with 7 object detection models
retrained using raw underwater images, we employ these 133 models to
comprehensively analyze the effect of underwater image enhancement on
underwater object detection. We expect this study can provide sufficient
exploration to answer the aforementioned questions and draw more attention of
the community to the joint problem of underwater image enhancement and
underwater object detection. The pre-trained models and results are publicly
available and will be regularly updated. Project page:
https://github.com/BIGWangYuDong/lqit/tree/main/configs/detection/uw_enhancement_affect_detection.Comment: 17 pages, 9 figure
Perceptual underwater image enhancement with deep learning and physical priors
Underwater image enhancement, as a pre-processing step to support the following object detection task, has drawn considerable attention in the field of underwater navigation and ocean exploration. However, most of the existing underwater image enhancement strategies tend to consider enhancement and detection as two fully independent modules with no interaction, and the practice of separate optimisation does not always help the following object detection task. In this paper, we propose two perceptual enhancement models, each of which uses a deep enhancement model with a detection perceptor. The detection perceptor provides feedback information in the form of gradients to guide the enhancement model to generate patch level visually pleasing or detection favourable images. In addition, due to the lack of training data, a hybrid underwater image synthesis model, which fuses physical priors and data-driven cues, is proposed to synthesise training data and generalise our enhancement model for real-world underwater images. Experimental results show the superiority of our proposed method over several state-of-the-art methods on both real-world and synthetic underwater datasets
Physics-Inspired Synthesized Underwater Image Dataset
This paper introduces the physics-inspired synthesized underwater image
dataset (PHISWID), a dataset tailored for enhancing underwater image processing
through physics-inspired image synthesis. Deep learning approaches to
underwater image enhancement typically demand extensive datasets, yet acquiring
paired clean and degraded underwater ones poses significant challenges. While
several underwater image datasets have been proposed using physics-based
synthesis, a publicly accessible collection has been lacking. Additionally,
most underwater image synthesis approaches do not intend to reproduce
atmospheric scenes, resulting in incomplete enhancement. PHISWID addresses this
gap by offering a set of paired ground-truth (atmospheric) and synthetically
degraded underwater images, showcasing not only color degradation but also the
often-neglected effects of marine snow, a composite of organic matter and sand
particles that considerably impairs underwater image clarity. The dataset
applies these degradations to atmospheric RGB-D images, enhancing the dataset's
realism and applicability. PHISWID is particularly valuable for training deep
neural networks in a supervised learning setting and for objectively assessing
image quality in benchmark analyses. Our results reveal that even a basic U-Net
architecture, when trained with PHISWID, substantially outperforms existing
methods in underwater image enhancement. We intend to release PHISWID publicly,
contributing a significant resource to the advancement of underwater imaging
technology
IA2U: A Transfer Plugin with Multi-Prior for In-Air Model to Underwater
In underwater environments, variations in suspended particle concentration
and turbidity cause severe image degradation, posing significant challenges to
image enhancement (IE) and object detection (OD) tasks. Currently, in-air image
enhancement and detection methods have made notable progress, but their
application in underwater conditions is limited due to the complexity and
variability of these environments. Fine-tuning in-air models saves high
overhead and has more optional reference work than building an underwater model
from scratch. To address these issues, we design a transfer plugin with
multiple priors for converting in-air models to underwater applications, named
IA2U. IA2U enables efficient application in underwater scenarios, thereby
improving performance in Underwater IE and OD. IA2U integrates three types of
underwater priors: the water type prior that characterizes the degree of image
degradation, such as color and visibility; the degradation prior, focusing on
differences in details and textures; and the sample prior, considering the
environmental conditions at the time of capture and the characteristics of the
photographed object. Utilizing a Transformer-like structure, IA2U employs these
priors as query conditions and a joint task loss function to achieve
hierarchical enhancement of task-level underwater image features, therefore
considering the requirements of two different tasks, IE and OD. Experimental
results show that IA2U combined with an in-air model can achieve superior
performance in underwater image enhancement and object detection tasks. The
code will be made publicly available
- …