Next Article in Journal
Geolocalization of Unmanned Aerial Vehicle Images and Mapping onto Satellite Images Utilizing 3D Gaussian Splatting
Previous Article in Journal
Neural Network-Based Granular Activity Recognition from Accelerometers: Assessing Generalizability Across Diverse Mobility Profiles
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

LCS-Net: Learnable Color Correction and Selective Multi-Scale Fusion for Underwater Image Enhancement

School of Computer Science and Technology, Zhejiang University of Science and Technology, Hangzhou 310023, China
*
Author to whom correspondence should be addressed.
Sensors 2026, 26(4), 1323; https://doi.org/10.3390/s26041323
Submission received: 21 January 2026 / Revised: 10 February 2026 / Accepted: 17 February 2026 / Published: 18 February 2026
(This article belongs to the Section Sensing and Imaging)

Abstract

Underwater images are frequently degraded by wavelength-dependent absorption and scattering, which introduce strong color casts, reduce contrast, and obscure fine structures. Although learning-based enhancement methods have recently improved perceptual quality, many remain computationally intensive, limiting deployment on resource-constrained underwater platforms. To address this challenge, we propose LCS-Net, a lightweight framework for single underwater image enhancement that targets a favorable quality–efficiency trade-off. LCS-Net first applies a dynamic Learnable Color Correction Module (LCCM) that predicts image-specific correction parameters from global color statistics, enabling low-overhead cast compensation and stabilizing the input distribution. Feature extraction is conducted using efficient inverted residual blocks equipped with squeeze-and-excitation (SE) to recalibrate channel responses and facilitate detail recovery under scattering-induced degradation. At the bottleneck, a Selective Multi-Scale Dilated Block (SMSDB) aggregates complementary context via parallel dilated convolutions and global cues and adaptively reweights the fused features to handle diverse water conditions. Extensive experiments on public benchmarks demonstrate that LCS-Net achieves competitive performance, yielding a PSNR of 26.46 dB and an SSIM of 0.92 on UIEB, along with 28.71 dB and 0.86 on EUVP, while maintaining a compact model size and low computational cost, highlighting its potential for practical deployment.

1. Introduction

Underwater vision supports a broad range of marine applications, such as ecological monitoring, offshore infrastructure inspection, underwater archeology, and perception for autonomous underwater vehicles (AUVs). However, underwater images are often severely degraded by wavelength-dependent absorption and scattering in the water medium. In practice, long-wavelength components attenuate rapidly, while shorter wavelengths are more strongly scattered, leading to persistent blue-green color casts, haze-like veiling, reduced contrast, and loss of fine structural details [1]. These degradations, together with non-uniform illumination and particle-induced backscatter [2], can significantly impair both human interpretation and downstream vision tasks [3]. In particular, for underwater target tracking, such visual degradation introduces severe observational uncertainty, leading to trajectory drift [4] and instability under occlusion [5], thereby necessitating high-fidelity enhancement as a prerequisite for reliable robotic perception.
Underwater image enhancement (UIE) has been extensively studied to alleviate these degradations [6]. Early UIE methods mainly depended on hand-crafted priors and fusion-style enhancement, which are computationally efficient but tend to be less robust when water type, imaging depth, and illumination vary [7]. Prior-driven restoration such as red-channel recovery leverages wavelength-dependent attenuation to compensate for severe color loss and improve visibility [8]. Physics-inspired correction further refines the underwater image formation process to estimate medium effects and suppress veiling artifacts [9]. Contrast-oriented enhancement, exemplified by CLAHE, is still widely used because it can boost local contrast and partially relieve shallow-water color imbalance with minimal overhead [10].
As larger real-world benchmarks and data-driven optimization have emerged, UIE research has increasingly shifted toward deep learning, as illustrated by UTIEB, which focuses on turbid-water degradations and offers standardized evaluation data [11]. Supervised CNN-based methods benefit from paired references and architectures that integrate color correction with spatial fusion to enhance contrast and preserve fine details. When paired supervision is scarce, uncertainty-aware and unsupervised formulations have been explored to stabilize learning on unpaired data and handle ambiguous supervision in real scenes [12]. Multi-color-space modeling also proves effective for mitigating global color distortion and luminance imbalance by exploiting complementary representations such as RGB, HSV, and Lab [13]. Transformer-based designs strengthen global context modeling and are frequently combined with simplified physical priors to better address scattering-related visibility loss [14]. In parallel, progress continues through multi-domain learning strategies [15] and lightweight, frequency-aware networks that target real-time deployment on resource-limited underwater platforms [16]. Despite these advances, many models remain computationally intensive, and lightweight designs may struggle to jointly handle globally consistent color shifts and the multi-scale nature of scattering, causing residual color casts or over-smoothed structures, especially under diverse water conditions [17]. Application-oriented analyses stress that UIE should be assessed together with downstream requirements such as feature matching, reinforcing the need to balance enhancement quality and deployment efficiency.
To achieve a favorable trade-off between enhancement quality and computational efficiency, we propose LCS-Net, a lightweight network that explicitly targets global color distortion and spatially varying scattering degradations. Instead of relying on a heavy stack of dense convolutional correction layers, LCCM predicts an image-adaptive global color mapping from global color statistics, enabling low-overhead cast compensation and simplifying subsequent feature learning. Second, the backbone is constructed with efficient inverted residual learning enhanced by channel attention, which strengthens channel-wise representations and helps preserve details under non-uniform degradation. Third, at the bottleneck, we design a Selective Multi-Scale Dilated Block (SMSDB) that aggregates complementary context via parallel dilated convolutions and global cues, then adaptively reweights features to better accommodate diverse underwater conditions. Finally, a PixelShuffle-based decoder combined with residual learning reconstructs fine details while maintaining stable optimization.
The main contributions of this paper are summarized as follows:
  • To facilitate deployment on resource-constrained platforms, we propose LCS-Net, a lightweight global-to-local enhancement framework. At its core is the DF-IRB, which effectively models scattering-induced veiling and contrast attenuation with low computational overhead, achieving a favorable trade-off between quality and efficiency.
  • We develop a dynamic LCCM to efficiently rectify scene-wide chromatic distortions. By predicting image-adaptive parameters from global color statistics, LCCM provides efficient color cast correction, which stabilizes and simplifies subsequent feature learning.
  • To address the multi-scale nature of underwater artifacts, we propose an SMSDB. This module aggregates complementary context via parallel dilated convolutions and global cues, employing adaptive reweighting to emphasize the most informative scales across varying water conditions.
The remainder of the paper is organized as follows: Section 2 reviews related work on underwater enhancement and restoration. Section 3 presents the proposed LCS-Net in detail. Section 4 describes experimental settings and provides quantitative comparisons with extensive analysis. Section 5 concludes the paper and discusses limitations and future directions.

2. Related Works

UIE aims to compensate for wavelength-dependent absorption and scattering, which commonly lead to global color casts, reduced contrast, haze-like veiling, and texture attenuation. Existing UIE studies can be broadly organized into three lines: non-physical enhancement, physical model-based restoration, and deep learning-based enhancement. In this section, we review the literature below following representative research directions.

2.1. Non-Physical Image Enhancement Methods

Non-physical methods enhance underwater images through direct pixel- or color-space transformations without explicitly estimating physical parameters. Classical operations include white balance and color correction, contrast stretching, histogram-based enhancement, Retinex-inspired decomposition, sharpening, and multi-variant fusion. Such methods are typically training-free and efficient, making them convenient for practical preprocessing. A representative baseline is RGHS [18], which performs histogram and contrast-oriented processing to improve global visibility. Recent works refine global color alignment and contrast shaping via structured yet lightweight designs; for example, PCDE [19] adopts piecewise color correction with contrast optimization, while luminance decomposition and fusion pipelines reconstruct luminance from RGB components and aggregate multi-scale information to obtain balanced enhancement [20]. These designs also highlight the importance of explicit global color handling, which later inspires learning-based modules [21].

2.2. Physical Model-Based Restoration Methods

Physical model-based methods treat UIE as an inverse problem under an underwater image formation model, where attenuation, transmission, and backscatter jointly affect the observed image. Restoration is typically performed by estimating intermediate quantities and reconstructing the scene radiance accordingly. Representative baselines include IBLA [22], which leverages blurriness and absorption-related cues for restoration, and UDCP [23], which adapts dehazing-inspired priors to underwater scenarios for visibility recovery. Another representative framework aims to separate water effects from scene radiance and often benefits from depth or strong depth cues for reliable correction. More recent studies further revisit model assumptions and estimation strategies under complex illumination, and some incorporate auxiliary constraints to better isolate backscatter-related components [24]. Overall, physical restoration provides interpretable modeling insights and remains an important baseline in UIE evaluation.

2.3. Deep Learning-Based Enhancement Methods

Deep learning-based UIE methods learn enhancement mappings from data and have become prevalent due to strong representation capability. Following common practice, learning-based methods are discussed under CNN-based, GAN-based, and Transformer-based approaches [25]. We review representative designs in a coherent progression.

2.3.1. CNN

CNN-based methods are widely adopted because convolutional architectures are efficient and effective for local structure recovery. Many works employ encoder–decoder backbones, multi-branch processing, or fusion-style designs to jointly improve color fidelity and visibility. In our comparisons, Water-Net [26] is a representative CNN baseline with fusion-style enhancement, and UIEC2Net [27] integrates complementary cues for improved color and structure restoration. PUIE [28] represents a prior-guided learning line that introduces additional guidance beyond plain regression. Alongside quality-oriented designs, lightweight CNNs are also actively explored: Shallow-UWnet [29] adopts a compact structure for efficient enhancement, and LiteEnhanceNet [30] targets an improved quality–efficiency trade-off. Recent compact CNNs further introduce efficient operators and training strategies, such as computation-efficient convolution with channel shuffle [31], lightweight color compensation and scalable design [32], re-parameterization for efficient inference [33], and decomposition-style pipelines that separate color and texture processing before fusion [34]. Collectively, CNN-based UIE spans from multi-branch enhancement to real-time lightweight variants.

2.3.2. GAN

GAN-based UIE introduces adversarial learning to encourage visually realistic outputs and is often used when perceptual appearance is emphasized or when paired supervision is limited. FUnIE-GAN [35] is a practical baseline that emphasizes fast enhancement and is frequently adopted in underwater perception pipelines. Recent GAN variants incorporate stronger global modeling and attention mechanisms; for instance, TEGAN [36] embeds Transformer-style modules into an adversarial framework, and other efficiency-aware adversarial designs have also been explored [37]. In general, GAN-based methods complement CNN-based enhancement by providing an alternative perceptual modeling perspective.

2.3.3. Transformer

Transformer-based UIE leverages attention mechanisms to capture long-range dependencies, which is beneficial for global color trends and spatially non-uniform degradations. In our comparisons, Ucolor [38] emphasizes global context modeling for underwater enhancement, and U-Shape [39] integrates Transformer-style modules into a U-shaped restoration framework to combine hierarchical reconstruction with global interactions. Recent Transformer variants further explore domain-aware feature aggregation to fuse complementary representations for underwater enhancement [40]. Overall, Transformer-based approaches offer strong global modeling priors and are increasingly combined with convolutional components to maintain practical efficiency.
In summary, non-physical methods offer simple and efficient color and contrast manipulation, physical restoration provides interpretable modeling of attenuation and scattering, and learning-based approaches improve robustness through data-driven representation learning. These developments collectively motivate lightweight designs that explicitly address global color casts and efficiently model multi-scale scattering under real-time constraints.

3. Proposed Approach

In this paper, we present a novel CNN-based framework, termed LCS-Net, for cost-effective enhancement of single underwater images. This section presents the architectural design and key mechanisms of the proposed method. Specifically, Section 3.1 overviews the overall network architecture of LCS-Net. Section 3.2 details the core modules, including the Learnable Color Correction Module, the feature encoder, and the Selective Multi-Scale Dilated Block. Finally, Section 3.3 describes the combined loss function used to supervise network training.

3.1. Network Architecture

As shown in Figure 1, LCS-Net adopts a two-stage design comprising global color correction and hierarchical feature extraction–reconstruction. First, an input-level LCCM corrects the dominant scene-wide color cast with negligible overhead, thereby simplifying subsequent representation learning. The color-corrected image is then fed into a U-shaped encoder composed of stacked DF-IRB blocks. Strided convolutions progressively downsample features to form multi-scale hierarchical representations. At the bottleneck, SMSDB aggregates complementary context via parallel dilated-convolution branches and a global context branch and then performs channel-wise recalibration to selectively fuse multi-receptive-field cues under diverse underwater degradations. The decoder uses PixelShuffle-based upsampling and concatenates the upsampled features with corresponding encoder features to progressively recover spatial details. Finally, a simple prediction head estimates a residual map, which is added to the input image to generate the enhanced output. This residual formulation stabilizes optimization while improving contrast and preserving fine structures.

3.2. Network Composition

3.2.1. Learnable Color Correction Module (LCCM)

As shown in Figure 2, LCCM is placed at the input of LCS-Net to compensate for the dominant scene-wide color cast before deep feature extraction. Since wavelength-dependent absorption often induces a largely global chromatic shift, relying on locality-biased convolutional stacks to implicitly capture image-level color statistics is inefficient and may unnecessarily increase computation when expanding receptive fields.
LCCM formulates color rectification as an image-adaptive global affine mapping applied uniformly to all pixels. Specifically, we use global average pooling to obtain a compact global color descriptor, and a lightweight parameter predictor composed of two 1 × 1 convolutions followed by a ReLU maps it to correction parameters that define a 3 × 3 color transformation matrix and a per-channel bias. This globally shared mapping performs channel mixing and offset adjustment, producing consistent cast correction while preserving geometric structures.
This design is effective yet efficient. Conditioning on image-level statistics enables adaptation to different water types. The predicted matrix and bias provide an interpretable correction. Performing cast compensation upfront reduces the burden on the backbone, allowing it to focus on spatially varying scattering and detail restoration.

3.2.2. Depthwise-First Inverted Residual Block (DF-IRB)

In turbid underwater environments, scattering induced by suspended particles often produces haze-like veiling that blurs structural boundaries and reduces contrast. To better model such spatially extended degradations under an efficiency constraint, we build upon the inverted residual paradigm and large-kernel depthwise spatial aggregation and develop a DF-IRB to strengthen contextual modeling while keeping the computation efficient. Specifically, DF-IRB starts with a 7 × 7 depthwise convolution to enlarge the effective receptive field (ERF), enabling the network to capture broader contextual cues that are beneficial for characterizing large-scale degradations such as non-uniform illumination and local turbidity. Owing to the channel-wise nature of depthwise operations, the larger kernel introduces only a modest computational overhead. After spatial aggregation, DF-IRB follows an inverted residual style channel-mixing stage: features are first expanded by a 1 × 1 pointwise convolution with an expansion ratio of r = 2, followed by a GELU nonlinearity for smoother feature transformation, and then projected back to the original channel dimension via another 1 × 1 pointwise convolution. To further emphasize informative structures and suppress irrelevant responses, we incorporate an SE module after the projection. Finally, a residual shortcut adds the block output to the input, stabilizing optimization and preserving fine details. Overall, DF-IRB serves as a compact feature extraction unit that enhances structural representation while mitigating scattering-related interference in LCS-Net.

3.2.3. Selective Multi-Scale Dilated Block (SMSDB)

Underwater scattering and backscatter vary with depth, spatial location, and water type, which makes degradation inherently multi-scale. Near-field regions often preserve more textures but suffer from non-uniform illumination, while far-field regions are dominated by haze-like veiling and contrast loss. To model these effects under strict efficiency constraints [41], we introduce a Selective Multi-Scale Dilated Block, SMSDB, at the bottleneck to aggregate complementary cues across multiple effective receptive fields and to emphasize the most informative scales.
As shown in Figure 3, SMSDB adopts a four-branch design. Each branch first projects the input features to a reduced-width subspace to control complexity. A standard 3 × 3 convolution captures local structures and fine textures. Two 3 × 3 dilated convolutions with dilation rates 2 and 4 capture mid-range and long-range scattering patterns without enlarging kernel size. A global context branch uses global average pooling and a 1 × 1 convolution to produce a scene-level descriptor that is expanded to the original spatial resolution, providing globally consistent guidance when degradations are coherent at the scene level.
The branch outputs are concatenated and fused by a 1 × 1 convolution to recover the target channel width and mix multi-scale features efficiently. We then apply an efficient selective channel reweighting module on the fused representation. Global pooling summarizes the fused features, and a compact gating network predicts channel-wise weights via an SE-style mapping. The fused features are reweighted accordingly, suppressing uninformative responses and amplifying the most relevant scales for each input.
Overall, SMSDB provides a compact mechanism for content-adaptive receptive field selection. By combining local texture preservation, multi-dilated context, and global scene guidance with selective reweighting, it improves robustness across diverse underwater conditions with minimal computational overhead.

3.3. Loss Function

To supervise LCS-Net under paired training data, we minimize a composite objective that jointly constrains pixel-wise fidelity, perceptual similarity, and structural consistency.

3.3.1. Mean Squared Error (MSE) Loss

We employ the mean squared error (MSE) to enforce pixel-level fidelity between the enhanced output and the reference image:
L m s e = 1 N x = 1 N I o u t x I g t x 2 2  
where I o u t x and I g t x represent the pixel values of the enhanced image and the ground truth reference at position x , respectively, and N denotes the total number of pixels. This loss ensures that the low-frequency information of the image is accurately recovered.

3.3.2. Structural Similarity (SSIM) Loss

To regulate the structural similarity and contrast between the generated image and the ground truth, we incorporate the SSIM loss. It is formulated as:
  L s s i m = 1 1 N x = 1 N SSIM I o u t x , I g t x
where SSIM compares the local patterns at the image block level based on brightness, contrast, and structure:
  S S I M p , g = 2 μ p μ g + C 1 2 σ p g + C 2 μ p 2 + μ g 2 + C 1 σ p 2 + σ g 2 + C 2
Here, μ p and μ g represent the mean intensities of patches p and g ; σ p 2 and σ g 2 denote their variances; and σ p g is the covariance. In addition, C 1 = 255 × 0.01 2 and C 2 = 255 × 0.03 2 are constants that ensure numerical stability.

3.3.3. Perceptual Loss

The VGG loss function is defined based on the activation of the pre-trained VGG-19 network. We feed the enhanced image and the reference image into a pretrained VGG-19 to extract feature maps, and compute an L2 distance between the corresponding features:
L p e r = Φ I o u t Φ I g t 2
where Φ represents an image feature function extracted from the specific layers of the VGG-19 network. This loss ensures consistency in high-level semantic content and textures.
Finally, the total loss function is defined as follows:
L t o t a l = L m s e + L s s i m + L p e r

4. Experiments

This section details the experiments for LCS-Net. We first present the implementation details and benchmark settings. Next, we report quantitative and qualitative comparisons against representative prior-based and learning-based UIE methods on the UIEB and EUVP datasets. Finally, we conduct ablation studies and analyze computational complexity to validate the effectiveness of our design choices.

4.1. Experimental Details

Training and inference were performed on an NVIDIA GeForce RTX 4090 GPU with 24 GB VRAM using CUDA 11.8. The network was trained for 200 epochs using the Adam optimizer with a batch size of 16 and an initial learning rate of 2 × 10−4. A cosine-annealing schedule was adopted to decay the learning rate to 1 × 10−6. To increase data diversity, synchronized random rotations of 0°, 90°, 180°, and 270° were applied to each input–reference pair, which avoids interpolation-induced artifacts.
To comprehensively assess the enhancement quality and generalization ability of the proposed method, we select a set of representative baselines spanning both conventional and data-driven UIE approaches. Specifically, the conventional group includes IBLA [22], UDCP [23], and RGHS [18], covering typical physics-prior and histogram-based enhancement pipelines. The learning-based group further comprises FUnIE-GAN [35], Water-Net [26], Shallow-UWnet [29], Ucolor [38], UIEC2Net [27], PUIE [28], LiteEnhanceNet [30], and U-Shape [39], representing mainstream CNN, GAN, and Transformer paradigms. For a fair comparison, we follow the parameter settings and inference procedures reported in the original papers or released implementations as closely as possible; apart from necessary adjustments to input resolution to match the dataset protocol, all other key configurations are kept unchanged.

4.2. Datasets

We evaluate LCS-Net on two widely used benchmarks, UIEB [26] and EUVP [35], to validate its performance under paired supervision and diverse real-world conditions. The dataset statistics and splits are summarized in Table 1. Unless otherwise specified, all images are resized to 256 × 256 for both training and evaluation to standardize the input resolution across compared methods.
UIEB is a paired benchmark for underwater image enhancement that covers diverse degradations, including blue or green color casts, contrast attenuation, haze-like veiling caused by scattering, and non-uniform illumination. It consists of real underwater photographs collected from multiple sources such as in situ captures, online resources, and prior studies. UIEB provides human-in-the-loop references, where multiple candidates’ enhanced images are generated for each input and the visually preferred one is selected as the reference. In our experiments, we used 800 paired samples for training and the remaining 90 paired samples for testing. The 60 challenging images without references are excluded from full-reference evaluation and are used only for qualitative comparison.
EUVP is a large-scale benchmark for underwater visual perception enhancement. It provides both paired and unpaired collections with diverse scene contents, water types, and camera characteristics, comprising over 12,000 paired images and 8000 unpaired images. The paired data include three distinct subsets: Underwater Dark, which focuses on low-light imagery; Underwater ImageNet, which contains ImageNet-derived pairs generated via a CycleGAN-based distortion pipeline; and Underwater Scenes, which consists of diverse in situ underwater environments. In this work, we focus on the Underwater Scenes subset, which contains 2185 paired images. We use the entire subset without manual filtering and randomly split it into 1900 training pairs and 285 testing pairs. This subset is adopted because it is closely aligned with real-world Underwater Scenes and supports a consistent full-reference evaluation protocol commonly used in prior UIE studies. Compared with UIEB, EUVP exhibits stronger cross-device variability, serving as a complementary testbed for assessing robustness.

4.3. Quantitative Evaluation

4.3.1. Evaluation Metrics

We evaluated enhancement quality in terms of fidelity, structural consistency, and perceptual appearance. For paired test sets, we reported MSE, PSNR, and SSIM. We also reported UIQM, a no-reference metric designed for underwater images. For cases where ground-truth targets are unavailable, we primarily relied on UIQM together with qualitative comparisons.
MSE measures the pixel-wise squared difference between the enhanced image y ^ and the reference image y , where a lower value indicates better fidelity:
M S E y ^ , y = 1 N i = 1 N y ^ i y i 2
Here, N denotes the total number of pixels.
PSNR is derived from MSE and quantifies reconstruction quality in decibels:
P S N R = 10 × l o g 10 M A X 2   M S E  
where MAX is the maximum possible pixel value.
SSIM evaluates similarity from luminance, contrast, and structural components, and is more consistent with perceived structural preservation, as shown in Formula (3).
UIQM combines colorfulness, sharpness, and contrast components for underwater images and is defined as:
U I Q M = c 1 U I C M + c 2 U I S M + c 3 U I C o n M
In this formulation, UICM denotes the underwater colorfulness measure, UISM denotes the sharpness measure, and UIConM denotes the contrast measure. Following Panetta et al. [42], the empirically determined weights are set to c 1 = 0.0282 , c 2 = 0.2953 , and c 3 = 3.5753 , respectively.

4.3.2. Results

Table 2 and Table 3 report quantitative comparisons on the UIEB and EUVP benchmarks using MSE, PSNR, SSIM, and UIQM. MSE, PSNR, and SSIM are full-reference metrics that evaluate reconstruction error and structural consistency against reference images, while UIQM reflects perceptual quality in terms of color, sharpness, and contrast. On UIEB, LCS-Net achieves the best performance in MSE, PSNR, and SSIM among all compared methods, indicating accurate reconstruction and strong structural preservation under paired supervision. On EUVP, LCS-Net attains the best PSNR and SSIM, and ranks second in both MSE and UIQM, demonstrating robust generalization across more diverse scenes and imaging conditions. Overall, although LCS-Net does not always obtain the top UIQM, its perceptual quality remains highly competitive, suggesting that it enhances visibility without relying on overly aggressive saturation or contrast boosting that may introduce unnatural tones or artifacts. Representative visual results in Figure 4 and Figure 5 are consistent with these quantitative trends, and the next section provides a dedicated qualitative discussion.
To assess deployment feasibility and runtime efficiency, we benchmark representative underwater image enhancement models across varying complexity levels, ranging from lightweight GAN- and CNN-based methods to computationally intensive Transformer architectures. Table 4 presents the floating-point operations (FLOPs), parameters, and inference speeds (FPS) measured under a unified setting on an NVIDIA RTX 4090 GPU with 256 × 256 inputs. The results demonstrate that LCS-Net achieves a favorable balance between computational cost and throughput, offering significant efficiency advantages over complex baselines while maintaining competitive enhancement quality. Although specific lightweight models yield higher frame rates, they exhibit lower quantitative performance on the UIEB and EUVP datasets. Consequently, LCS-Net provides a superior trade-off between restoration fidelity and deployment efficiency.

4.4. Qualitative Evaluation

As shown in Figure 6, Figure 7 and Figure 8, we further evaluate the visual fidelity and robustness of the proposed method under three representative and challenging underwater scenarios, including (i) heavy backscatter with low contrast and large homogeneous water-body regions (Figure 6), (ii) strong blue color cast with salient structural targets (Figure 7), and (iii) extremely degraded low-light conditions with non-uniform illumination (Figure 8). All competing methods are presented in a consistent order (Raw, (a) IBLA, (b) RGHS, (c) FUnIE-GAN, (d) Water-Net, (e) PUIE, (f) Shallow-UWnet, (g) Ucolor, (h) UIEC2Net, (i) LiteEnhanceNet, (j) U-Shape, and (k) Ours). PSNR and SSIM values are reported below each result to facilitate the interpretation of quantitative trends alongside visual observations.
In Figure 6, the degradation is mainly dominated by veiling effects caused by backscatter, leading to compressed contrast and large nearly uniform water-body regions. For such cases, an effective enhancement method should improve visibility while maintaining stable tone and luminance distribution, avoiding over-aggressive global stretching that may introduce over-whitening, tone shifts, or blocky artifacts. The results indicate that different methods make different trade-offs among dehazing strength, global tone mapping, and artifact suppression. Notably, UIEC2Net achieves higher PSNR and SSIM, reaching 22.03 and 0.90, which indicates stronger pixel-level agreement with the reference for this example. Meanwhile, our method yields slightly lower PSNR and SSIM, with values of 21.59 and 0.86, but produces a more uniform luminance distribution and a more consistent water-body tone. It also better avoids over-whitening and local block-like distortions, thereby offering a more balanced perceptual quality. In Figure 7, the scene is characterized by a dominant blue cast together with clear structural targets, which jointly evaluates color correction and structure preservation. This scenario requires the model to recover a reasonable color distribution while retaining object boundaries and textures. Compared with competing approaches, our method more effectively corrects the blue cast and enhances object–background separation, while preserving continuous textures and natural edge transitions. Consequently, it achieves the highest PSNR, reaching 36.37, together with a high SSIM of 0.96. In addition, U-Shape attains a higher SSIM of 0.98, while producing a relatively flatter contrast in this example, which suggests that a higher SSIM does not necessarily correspond to stronger perceptual sharpness or more desirable local contrast under certain conditions. In Figure 8, extremely low illumination and non-uniform lighting pose a severe challenge, where enhancement is constrained by the trade-off between visibility improvement and distortion suppression. Increasing brightness may amplify noise and induce color instability, while aggressive local enhancement can lead to saturation or loss of structural details. Different methods therefore exhibit distinct behaviors in balancing visibility improvement and artifact control. In this extreme case, U-Shape achieves the best quantitative results, reaching PSNR/SSIM of 25.69/0.95, and also produces the most favorable visual quality. By contrast, our method attains a comparable PSNR of 25.11 with a lower SSIM of 0.82, while still maintaining a stable enhancement outcome with effective artifact suppression and structure preservation compared with most competing methods. This example indicates that extremely low-light conditions remain challenging and leave room for further improvement.
Overall, the qualitative comparisons in Figure 6, Figure 7 and Figure 8 highlight that underwater image enhancement methods typically need to balance enhancement strength, color fidelity, detail preservation, and artifact suppression. Across these challenging cases, the proposed method produces more coherent color correction and contrast restoration, remains stable under strong backscatter and extreme low-light conditions, and achieves the most pronounced quantitative gains in the structural-target scenario. These results further support the effectiveness of our approach and its potential for practical deployment.

4.5. Ablation Study

To further demonstrate the effectiveness of each component in the proposed LCS-Net, we conducted comprehensive ablation experiments covering the network architecture, and loss functions.

4.5.1. Ablation on Network Components

To validate the effectiveness of our design, we conducted a progressive ablation study on the LCCM and SMSDB modules. Integrating the LCCM into the baseline significantly boosts image fidelity and perceptual quality with negligible computational overhead, as the FLOPs remain virtually unchanged. The addition of the SMSDB further enhances structural consistency by capturing multi-scale context, albeit with a modest trade-off in inference speed. Ultimately, the full LCS-Net achieves the best overall performance by combining these complementary advantages, delivering robust restoration quality while maintaining high efficiency suitable for real-time deployment.
As shown in Figure 9, the baseline still exhibits residual veiling haze and noticeable color artifacts. Adding LCCM markedly reduces the dominant global color cast and yields a more consistent overall tone. In contrast, adding SMSDB mainly enhances structural sharpness and local contrast, which is particularly beneficial in regions affected by scattering. Combining both modules produces clearer and more natural results, consistent with the quantitative improvements reported in Table 5. These observations further support the intended roles of LCCM and SMSDB in stabilizing global color statistics and recovering local structural details.

4.5.2. Ablation on Depthwise Kernel Size

To study the effect of effective receptive field on modeling scattering-induced underwater degradations, we performed an ablation study on the kernel size of the depthwise spatial aggregation convolution in the proposed DF-IRB. Specifically, we tested kernel sizes of 3 × 3, 5 × 5, and 7 × 7 while keeping the rest of LCS-Net unchanged, including the DF-IRB configuration, the number of blocks, and all training settings. The results are reported in Table 6. This study assesses whether enlarging the depthwise kernel improves restoration quality and provides evidence supporting our final kernel-size choice.

4.5.3. Ablation on Loss Functions

To quantify the relative contributions of individual loss terms, we adopt a leave-one-out ablation strategy. Using the full objective L t o t a l as the baseline, we remove one loss component at a time while keeping the network architecture, training protocol, and the remaining loss terms unchanged, and then evaluate the resulting model using MSE, PSNR, SSIM, and UIQM. In general, a larger performance degradation after removing a term indicates that this component plays a more critical role in driving the final enhancement quality. As shown in Table 7, removing SSIM loss term causes the most noticeable drop in SSIM and UIQM, highlighting the importance of structural consistency for preserving edge geometry, local contrast, and overall visual coherence. Removing MSE loss term leads to the largest loss in PSNR, suggesting that pixel-wise reconstruction remains the primary driver for fidelity and stable convergence. By contrast, removing perceptual loss term has a relatively limited impact on the quantitative scores, but it more often results in weaker textural details and reduced visual naturalness, indicating that perceptual supervision mainly complements high-frequency detail recovery and helps alleviate over-smoothing. Overall, jointly optimizing L m s e , L s s i m , and L p e r provides a better balance among pixel fidelity, structural preservation, and texture realism, yielding more stable and overall superior enhancement results.

5. Conclusions

This paper presents LCS-Net, an efficient framework for single underwater image enhancement that addresses the coupled degradations of wavelength-dependent color shift and scattering-induced contrast attenuation through a compact global–local restoration paradigm. The proposed LCCM predicts image-adaptive correction parameters from global color statistics to stabilize the input color distribution and suppress dominant casts, while the SMSDB aggregates multi-receptive-field context with selective reweighting to better model scattering haze and depth-related degradations. In addition, SE-equipped inverted residual blocks strengthen channel-wise representation and detail recovery with low computational overhead. Experiments on UIEB and EUVP demonstrate that LCS-Net achieves consistently competitive performance in PSNR, SSIM, and UIQM, delivering stable color and structure restoration while maintaining low parameter and computation budgets, which supports its suitability for deployment on resource-constrained platforms. Current limitations mainly arise in extremely low-light scenarios, where visibility enhancement may amplify sensor noise, partly due to the absence of an explicit denoising module. Future work will explore joint enhancement–denoising, unsupervised noise modeling, and semi-supervised learning with large-scale unlabeled underwater data to further improve robustness and generalization in open-water conditions.

Author Contributions

X.Z.: methodology, software, validation, formal analysis, investigation, resources, data curation, writing—original draft preparation, visualization. G.L.: conceptualization, writing—review and editing, supervision, project administration, funding acquisition. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data are from public datasets, which are introduced in Section 4.2.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Chen, K.; Li, Z.; Zhou, F.; Yu, Z. CASF-Net: Underwater Image Enhancement with Color Correction and Spatial Fusion. Sensors 2025, 25, 2574. [Google Scholar] [CrossRef]
  2. Muhammad, F.; Poerbandono; Sternberg, H.; Djunarsjah, E.; Abidin, H.Z. An Appraisal of Backscatter Removal and Refraction Calibration Models for Improving the Performance of Vision-Based Mapping and Navigation in Shallow Underwater Environments. Intell. Syst. Appl. 2025, 25, 200476. [Google Scholar] [CrossRef]
  3. Summers, J.M.; Jones, M.W.; Seale, C. Impact of Underwater Image Enhancement on Feature Matching. Sensors 2025, 25, 6966. [Google Scholar] [CrossRef] [PubMed]
  4. Luo, X.; Yuan, D.; Shu, X.; Liu, Q.; Chang, X.; He, Z. Adaptive Trajectory Correction for Underwater Object Tracking. IEEE Trans. Circuits Syst. Video Technol. 2025, 35, 8187–8196. [Google Scholar] [CrossRef]
  5. Luo, X.; Yuan, D.; Chang, X.; He, Z. Underwater Target Tracking Based on Uncertainty-Inspired Image Enhancement. Jisuanji Gongcheng/Comput. Eng. 2025, 51, 11–19. [Google Scholar] [CrossRef]
  6. Alsakar, Y.M.; Sakr, N.A.; El-Sappagh, S.; Abuhmed, T.; Elmogy, M. Underwater Image Restoration and Enhancement: A Comprehensive Review of Recent Trends, Challenges, and Applications. Vis. Comput. 2025, 41, 3735–3783. [Google Scholar] [CrossRef]
  7. Saad Saoud, L.; Elmezain, M.; Sultan, A.; Heshmat, M.; Seneviratne, L.; Hussain, I. Seeing Through the Haze: A Comprehensive Review of Underwater Image Enhancement Techniques. IEEE Access 2024, 12, 145206–145233. [Google Scholar] [CrossRef]
  8. Galdran, A.; Pardo, D.; Picón, A.; Alvarez-Gila, A. Automatic Red-Channel Underwater Image Restoration. J. Vis. Commun. Image Represent. 2015, 26, 132–145. [Google Scholar] [CrossRef]
  9. Akkaynak, D.; Treibitz, T. Sea-Thru: A Method for Removing Water From Underwater Images. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Long Beach, CA, USA, 16–20 June 2019; pp. 1682–1691. [Google Scholar]
  10. Hitam, M.S.; Awalludin, E.A.; Yussof, W.N.J.H.W.; Bachok, Z. Mixture Contrast Limited Adaptive Histogram Equalization for Underwater Image Enhancement. In Proceedings of the 2013 International Conference on Computer Applications Technology (ICCAT), Sousse, Tunisia, 20–22 January 2013; pp. 1–5. [Google Scholar]
  11. Lin, P.; Wang, Y.; Li, Y.; Yang, Y.-R.; Fu, X. A Real-World Underwater Turbid Image Enhancement Benchmark and Beyond. Knowl. Based Syst. 2025, 330, 114683. [Google Scholar] [CrossRef]
  12. Saleh, B.M.S.; Sheaves, M.; Jerry, D.; Azghadi, M.R. Adaptive deep learning framework for robust unsupervised underwater image enhancement. Expert Syst. Appl. 2025, 268, 126314. [Google Scholar] [CrossRef]
  13. Qin, N.; Wu, J.; Liu, X.; Lin, Z.; Wang, Z. MCRNet: Underwater Image Enhancement Using Multi-Color Space Residual Network. Biomim. Intell. Robot. 2024, 4, 100169. [Google Scholar] [CrossRef]
  14. Li, Z.; Chen, Q.; Miao, J. SPMFormer: Simplified Physical Model-Based Transformer with Cross-Space Loss for Underwater Image Enhancement. Knowl. Based Syst. 2025, 322, 113694. [Google Scholar] [CrossRef]
  15. Sun, C.; Wang, S.; Zhang, J.; Song, W. A Multi-Domain Enhanced Network for Underwater Image Enhancement. Information 2025, 16, 627. [Google Scholar] [CrossRef]
  16. Kong, D.; Zhang, Y.; Zhao, X.; Wang, Y.; Cai, L. MUFFNet: Lightweight Dynamic Underwater Image Enhancement Network Based on Multi-Scale Frequency. Front. Mar. Sci. 2025, 12, 1541265. [Google Scholar] [CrossRef]
  17. Yang, Z.; Yuan, C.; Li, L.; Ding, P.; Zou, J.; Wang, K.; Zhu, H. Underwater Dam Image Enhancement Based on CNN-Transformer Fusion. Sci. Rep. 2025, 15, 39565. [Google Scholar] [CrossRef]
  18. Huang, D.; Wang, Y.; Song, W.; Sequeira, J.; Mavromatis, S. Shallow-Water Image Enhancement Using Relative Global Histogram Stretching Based on Adaptive Parameter Acquisition. In Proceedings of the International Conference on MultiMedia Modeling (MMM 2018), Bangkok, Thailand, 5–7 February 2018; Springer: Cham, Switzerland, 2018; pp. 453–465. [Google Scholar]
  19. Zhang, W.; Jin, S.; Zhuang, P.; Liang, Z.; Li, C. Underwater Image Enhancement via Piecewise Color Correction and Dual Prior Optimized Contrast Enhancement. IEEE Signal Process. Lett. 2023, 30, 229–233. [Google Scholar] [CrossRef]
  20. Wang, Y.; Chen, Z.; Yan, G.; Zhang, J.; Hu, B. Underwater Image Enhancement Based on Luminance Reconstruction by Multi-Resolution Fusion of RGB Channels. Sensors 2024, 24, 5776. [Google Scholar] [CrossRef]
  21. Lai, Y.-L.; Ang, T.-F.; Bhatti, U.-A.; Ku, C.-S.; Han, Q.; Por, L.-Y. Color Correction Methods for Underwater Image Enhancement: A Systematic Literature Review. PLoS ONE 2025, 20, e0317306. [Google Scholar] [CrossRef]
  22. Peng, Y.-T.; Cosman, P.C. Underwater Image Restoration Based on Image Blurriness and Light Absorption. IEEE Trans. Image Process. 2017, 26, 1579–1594. [Google Scholar] [CrossRef]
  23. Drews, P., Jr.; do Nascimento, E.; Moraes, F.; Botelho, S.; Campos, M. Transmission Estimation in Underwater Single Images. In Proceedings of the IEEE International Conference on Computer Vision Workshops (ICCVW), Sydney, NSW, Australia, 1–8 December 2013; pp. 825–830. [Google Scholar]
  24. Song, J.; She, Y.; Koser, K. Advanced Underwater Image Restoration in Complex Illumination Conditions. ISPRS J. Photogramm. Remote Sens. 2024, 209, 197–212. [Google Scholar] [CrossRef]
  25. Cong, X.; Zhao, Y.; Gui, J.; Hou, J.; Tao, D. A Comprehensive Survey on Underwater Image Enhancement Based on Deep Learning. arXiv 2024, arXiv:2405.19684. [Google Scholar] [CrossRef]
  26. Li, C.; Guo, C.; Ren, W.; Cong, R.; Hou, J.; Kwong, S.; Tao, D. An Underwater Image Enhancement Benchmark Dataset and Beyond. IEEE Trans. Image Process. 2020, 29, 4376–4389. [Google Scholar] [CrossRef] [PubMed]
  27. Wang, Y.; Guo, J.; Gao, H.; Yue, H. UIEC^2-Net: CNN-Based Underwater Image Enhancement Using Two Color Space. Signal Process. Image Commun. 2021, 96, 116250. [Google Scholar] [CrossRef]
  28. Fu, Z.; Wang, W.; Huang, Y.; Ding, X.; Ma, K.-K. Uncertainty Inspired Underwater Image Enhancement. In Proceedings of the European Conference on Computer Vision (ECCV), Tel Aviv, Israel, 23–27 October 2022; Springer: Cham, Switzerland, 2022. [Google Scholar]
  29. Naik, A.R.; Swarnakar, A.; Mittal, K. Shallow-UWnet: Compressed Model for Underwater Image Enhancement. In Proceedings of the AAAI Conference on Artificial Intelligence (AAAI), Virtual, 2–9 February 2021; pp. 15853–15854. [Google Scholar]
  30. Zhang, S.; Zhao, S.; An, D.; Li, D.; Zhao, R. LiteEnhanceNet: A Lightweight Network for Real-Time Single Underwater Image Enhancement. Expert Syst. Appl. 2024, 240, 122546. [Google Scholar] [CrossRef]
  31. Hao, X.; Liu, L. DGC-UWnet: Underwater Image Enhancement Based on Computation-Efficient Convolution and Channel Shuffle. IET Image Process. 2023, 17, 2158–2167. [Google Scholar] [CrossRef]
  32. Liu, C.; Shu, X.; Xu, D.; Shi, J. GCCF: A Lightweight and Scalable Network for Underwater Image Enhancement. Eng. Appl. Artif. Intell. 2024, 128, 107462. [Google Scholar] [CrossRef]
  33. Liu, B.; Yang, Y.; Zhao, M.; Hu, M. Rep-UWnet: A Novel Lightweight Model for Underwater Image Enhancement. Sensors 2024, 24, 3070. [Google Scholar] [CrossRef]
  34. Zheng, S.; Wang, R.; Chen, G.; Huang, Z.; Teng, Y.; Wang, L.; Liu, Z. Underwater Image Enhancement Using Divide-and-Conquer Network. PLoS ONE 2024, 19, e0294609. [Google Scholar] [CrossRef]
  35. Islam, M.J.; Xia, Y.; Sattar, J. Fast Underwater Image Enhancement for Improved Visual Perception. IEEE Robot. Autom. Lett. 2020, 5, 3227–3234. [Google Scholar] [CrossRef]
  36. Gao, Z.; Yang, J.; Zhang, L.; Jiang, F.; Jiao, X. TEGAN: Transformer Embedded Generative Adversarial Network for Underwater Image Enhancement. Cogn. Comput. 2024, 16, 191–214. [Google Scholar] [CrossRef]
  37. Han, J.; Zhou, J.; Wang, L.; Wang, Y.; Ding, Z. FE-GAN: Fast and Efficient Underwater Image Enhancement Model Based on Conditional GAN. Electronics 2023, 12, 1227. [Google Scholar] [CrossRef]
  38. Li, C.; Anwar, S.; Hou, J.; Cong, R.; Guo, C.; Ren, W. Underwater Image Enhancement via Medium Transmission-Guided Multi-Color Space Embedding. IEEE Trans. Image Process. 2021, 30, 4985–5000. [Google Scholar] [CrossRef]
  39. Peng, L.; Zhu, C.; Bian, L. U-Shape Transformer for Underwater Image Enhancement. IEEE Trans. Image Process. 2023, 32, 3066–3079. [Google Scholar] [CrossRef] [PubMed]
  40. Li, Y.; Zhao, Z.; Li, R. Dual-Domain Feature Aggregation Transformer Network for Underwater Image Enhancement. Signal Image Video Process. 2025, 19, 248. [Google Scholar] [CrossRef]
  41. Li, G.; Fang, J. LCW-YOLO: A Lightweight Multi-Scale Object Detection Method Based on YOLOv11 and Its Performance Evaluation in Complex Natural Scenes. Sensors 2025, 25, 6209. [Google Scholar] [CrossRef]
  42. Panetta, K.; Gao, C.; Agaian, S. Human-Visual-System-Inspired Underwater Image Quality Measures. IEEE J. Oceanic Eng. 2016, 41, 541–551. [Google Scholar] [CrossRef]
Figure 1. Arrows denote data flow, colors distinguish modules. (a) Overall architecture of the proposed LCS-Net. The network consists of an LCCM, an encoder–decoder built with DF-IRB, and an SMSDB at the bottleneck. PixelShuffle upsampling and skip connections are used for progressive reconstruction. (b) shows the internal design of DF-IRB.
Figure 1. Arrows denote data flow, colors distinguish modules. (a) Overall architecture of the proposed LCS-Net. The network consists of an LCCM, an encoder–decoder built with DF-IRB, and an SMSDB at the bottleneck. PixelShuffle upsampling and skip connections are used for progressive reconstruction. (b) shows the internal design of DF-IRB.
Sensors 26 01323 g001
Figure 2. Detailed architecture of the LCCM. Arrows denote data flow, colors distinguish modules.
Figure 2. Detailed architecture of the LCCM. Arrows denote data flow, colors distinguish modules.
Sensors 26 01323 g002
Figure 3. Detailed architecture of the SMSDB. Arrows denote data flow, colors distinguish modules.
Figure 3. Detailed architecture of the SMSDB. Arrows denote data flow, colors distinguish modules.
Sensors 26 01323 g003
Figure 4. Visual comparison on the UIEB dataset. (a) Raw; (b) IBLA [22]; (c) UDCP [23]; (d) RGHS [18]; (e) FUnIE-GAN [35]; (f) Water-Net [26]; (g) PUIE [28]; (h) Shallow-UWnet [29]; (i) Ucolor [38]; (j) UIEC2Net [27]; (k) LiteEnhanceNet [30]; (l) U-Shape [39]; (m) Ours; (n) Target.
Figure 4. Visual comparison on the UIEB dataset. (a) Raw; (b) IBLA [22]; (c) UDCP [23]; (d) RGHS [18]; (e) FUnIE-GAN [35]; (f) Water-Net [26]; (g) PUIE [28]; (h) Shallow-UWnet [29]; (i) Ucolor [38]; (j) UIEC2Net [27]; (k) LiteEnhanceNet [30]; (l) U-Shape [39]; (m) Ours; (n) Target.
Sensors 26 01323 g004
Figure 5. Visual comparison on the EUVP dataset. (a) Raw; (b) IBLA [22]; (c) UDCP [23]; (d) RGHS [18]; (e) FUnIE-GAN [35]; (f) Water-Net [26]; (g) PUIE [28]; (h) Shallow-UWnet [29]; (i) Ucolor [38]; (j) UIEC2Net [27]; (k) LiteEnhanceNet [30]; (l) U-Shape [39]; (m) Ours; (n) Target.
Figure 5. Visual comparison on the EUVP dataset. (a) Raw; (b) IBLA [22]; (c) UDCP [23]; (d) RGHS [18]; (e) FUnIE-GAN [35]; (f) Water-Net [26]; (g) PUIE [28]; (h) Shallow-UWnet [29]; (i) Ucolor [38]; (j) UIEC2Net [27]; (k) LiteEnhanceNet [30]; (l) U-Shape [39]; (m) Ours; (n) Target.
Sensors 26 01323 g005
Figure 6. Visual comparison under heavy-scattering conditions. (a) IBLA [22]; (b) RGHS [18]; (c) FUnIE-GAN [35]; (d) Water-Net [26]; (e) PUIE [28]; (f) Shallow-UWnet [29]; (g) Ucolor [38]; (h) UIEC2Net [27]; (i) LiteEnhanceNet [30]; (j) U-Shape [39]; (k) Ours.
Figure 6. Visual comparison under heavy-scattering conditions. (a) IBLA [22]; (b) RGHS [18]; (c) FUnIE-GAN [35]; (d) Water-Net [26]; (e) PUIE [28]; (f) Shallow-UWnet [29]; (g) Ucolor [38]; (h) UIEC2Net [27]; (i) LiteEnhanceNet [30]; (j) U-Shape [39]; (k) Ours.
Sensors 26 01323 g006
Figure 7. Visual comparison under strong blue-cast conditions with salient structural targets. (a) IBLA [22]; (b) RGHS [18]; (c) FUnIE-GAN [35]; (d) Water-Net [26]; (e) PUIE [28]; (f) Shallow-UWnet [29]; (g) Ucolor [38]; (h) UIEC2Net [27]; (i) LiteEnhanceNet [30]; (j) U-Shape [39]; (k) Ours.
Figure 7. Visual comparison under strong blue-cast conditions with salient structural targets. (a) IBLA [22]; (b) RGHS [18]; (c) FUnIE-GAN [35]; (d) Water-Net [26]; (e) PUIE [28]; (f) Shallow-UWnet [29]; (g) Ucolor [38]; (h) UIEC2Net [27]; (i) LiteEnhanceNet [30]; (j) U-Shape [39]; (k) Ours.
Sensors 26 01323 g007
Figure 8. Visual comparison under low-light and non-uniform illumination conditions. (a) IBLA [22]; (b) RGHS [18]; (c) FUnIE-GAN [35]; (d) Water-Net [26]; (e) PUIE [28]; (f) Shallow-UWnet [29]; (g) Ucolor [38]; (h) UIEC2Net [27]; (i) LiteEnhanceNet [30]; (j) U-Shape [39]; (k) Ours.
Figure 8. Visual comparison under low-light and non-uniform illumination conditions. (a) IBLA [22]; (b) RGHS [18]; (c) FUnIE-GAN [35]; (d) Water-Net [26]; (e) PUIE [28]; (f) Shallow-UWnet [29]; (g) Ucolor [38]; (h) UIEC2Net [27]; (i) LiteEnhanceNet [30]; (j) U-Shape [39]; (k) Ours.
Sensors 26 01323 g008
Figure 9. Qualitative ablation comparisons. (a) Input, (b) Base, (c) Base + LCCM, (d) Base + SMSDB, (e) Ours, (f) Reference.
Figure 9. Qualitative ablation comparisons. (a) Input, (b) Base, (c) Base + LCCM, (d) Base + SMSDB, (e) Ours, (f) Reference.
Sensors 26 01323 g009
Table 1. Dataset configuration and splits.
Table 1. Dataset configuration and splits.
UIEBEUVP-Underwater_Scenes
Training Pairs8001900
Testing Pairs90285
Image size256 × 256256 × 256
Table 2. Comparative experimental results of different methods on the UIEB dataset for enhancement performance, where the best and second-best scores are highlighted in red and blue, respectively. indicates that higher values are more desirable, and indicates that lower values are more desirable.
Table 2. Comparative experimental results of different methods on the UIEB dataset for enhancement performance, where the best and second-best scores are highlighted in red and blue, respectively. indicates that higher values are more desirable, and indicates that lower values are more desirable.
MethodsMSE (×103) ↓PSNR (dB) ↑SSIM ↑UIQM ↑
IBLA2.64 ± 3.0115.74 ± 5.320.78 ± 0.182.36 ± 0.25
RGHS0.72 ± 0.8821.01 ± 4.010.70 ± 0.092.35 ± 0.50
UDCP1.98 ± 1.7216.22 ± 4.800.69 ± 0.112.43 ± 0.56
FUnIE-GAN0.68 ± 0.7221.20 ± 2.900.80 ± 0.063.10 ± 0.34
UIEC2Net0.47 ± 0.3224.04 ± 4.280.87 ± 0.123.05 ± 0.42
Ucolor0.67 ± 0.7221.44 ± 3.630.88 ± 0.073.23 ± 0.33
WaterNet0.56 ± 0.7522.51 ± 3.790.86 ± 0.072.95 ± 0.42
Shallow-UWnet1.12 ± 1.2220.14 ± 4.730.81 ± 0.122.91 ± 0.38
PUIE0.56 ± 0.6022.36 ± 3.850.85 ± 0.073.21 ± 0.86
LiteEnhanceNet0.48 ± 0.6223.64 ± 4.870.89 ± 0.063.08 ± 0.37
U-Shape0.46 ± 0.4223.04 ± 3.500.82 ± 0.073.24 ± 0.35
Ours0.34 ± 0.4126.46 ± 4.980.92 ± 0.063.06 ± 0.33
Table 3. Comparative experimental results of different methods on the EUVP dataset for enhancement performance, where the best and second-best scores are highlighted in red and blue, respectively. indicates that higher values are more desirable, and indicates that lower values are more desirable.
Table 3. Comparative experimental results of different methods on the EUVP dataset for enhancement performance, where the best and second-best scores are highlighted in red and blue, respectively. indicates that higher values are more desirable, and indicates that lower values are more desirable.
MethodsMSE (×103) ↓PSNR (dB) ↑SSIM ↑UIQM ↑
IBLA1.34 ± 1.5619.38 ± 4.310.79 ± 0.192.36 ± 0.59
RGHS0.74 ± 0.6121.81 ± 3.010.77 ± 0.082. 29 ± 0.31
UDCP1.56 ± 1.1118.81 ± 3.530.67 ± 0.102.23 ± 0.42
FUnIE-GAN0.32 ± 0.1725.89 ± 2.980.77 ± 0.062.85 ± 0.49
UIEC2Net0.60 ± 0.5125.04 ± 4.280.79 ± 0.122.70 ± 0.40
Ucolor0.25 ± 0.1226.44 ± 3.730.81 ± 0.072.86 ± 0.44
WaterNet0.76 ± 0.7523.61 ± 3.590.77 ± 0.072.68 ± 0.48
Shallow-UWnet0.22 ± 0.1627.67 ± 2.980.82 ± 0.052.76 ± 0.43
PUIE0.53 ± 0.3421.75 ± 2.940.76 ± 0.052.74 ± 0.50
LiteEnhanceNet0.29 ± 0.1527.83 ± 2.920.83 ± 0.042.84 ± 0.60
U-Shape0.35 ± 0.2226.06 ± 3.730.80 ± 0.073.06 ± 0.48
Ours0.24 ± 0.1228.71 ± 2.930.86 ± 0.042.90 ± 0.40
Table 4. Comparison of computational complexity and inference speed with state-of-the-art methods.
Table 4. Comparison of computational complexity and inference speed with state-of-the-art methods.
MethodsFLOPs (G)Params (M)FPS
FUnIE-GAN10.247.02330.23
PUIE30.091.41120.11
U-Shape26.1131.5933.53
Shallow-UWnet21.650.22308.32
Ours4.100.45209.60
Table 5. Comparison results of ablated variants with different module configurations. indicates that higher values are more desirable.
Table 5. Comparison results of ablated variants with different module configurations. indicates that higher values are more desirable.
MethodsPSNR (dB) ↑SSIM (×10−2) ↑UIQM ↑FLOPs (G)Params (M)FPS
Base25.12 ± 4.8191.83 ± 6.072.99 ± 0.333.8570.473240.33
Base + LCCM25.97 ± 4.7891.96 ± 5.923.05 ± 0.323.8570.474239.05
Base + SMSDB26.02 ± 4.6692.01 ± 5.483.03 ± 0.354.1010.512210.20
Ours26.46 ± 4.9892.29 ± 4.693.06 ± 0.334.1010.513209.60
Table 6. Comparison results of convolution kernels of different sizes. indicates that higher values are more desirable.
Table 6. Comparison results of convolution kernels of different sizes. indicates that higher values are more desirable.
Kernel SizePSNR (dB) ↑SSIM (×10−2) ↑UIQM ↑
3 × 326.01 ± 4.4391.61 ± 4.532.99 ± 0.32
5 × 526.18 ± 4.7191.81 ± 5.363.00 ± 0.34
7 × 726.46 ± 4.9892.29 ± 4.693.06 ± 0.33
Table 7. Results of loss function ablation study. The values have the most significant decrease are highlighted in bold. The symbol "" indicates that the loss term is included, and "×" indicates that it is excluded. indicates that higher values are more desirable.
Table 7. Results of loss function ablation study. The values have the most significant decrease are highlighted in bold. The symbol "" indicates that the loss term is included, and "×" indicates that it is excluded. indicates that higher values are more desirable.
L m s e L s i m m L p e r PSNR (dB) ↑SSIM (×10−2) ↑UIQM ↑
26.46 ± 4.9892.29 ± 6.693.06 ± 0.33
×25.95 ± 4.6992.13 ± 5.593.06 ± 0.34
×25.32 ± 4.6891.12 ± 7.193.07 ± 0.36
×25.39 ± 4.6992.24 ± 6.633.04 ± 0.37
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Li, G.; Zhao, X. LCS-Net: Learnable Color Correction and Selective Multi-Scale Fusion for Underwater Image Enhancement. Sensors 2026, 26, 1323. https://doi.org/10.3390/s26041323

AMA Style

Li G, Zhao X. LCS-Net: Learnable Color Correction and Selective Multi-Scale Fusion for Underwater Image Enhancement. Sensors. 2026; 26(4):1323. https://doi.org/10.3390/s26041323

Chicago/Turabian Style

Li, Gang, and Xiangfei Zhao. 2026. "LCS-Net: Learnable Color Correction and Selective Multi-Scale Fusion for Underwater Image Enhancement" Sensors 26, no. 4: 1323. https://doi.org/10.3390/s26041323

APA Style

Li, G., & Zhao, X. (2026). LCS-Net: Learnable Color Correction and Selective Multi-Scale Fusion for Underwater Image Enhancement. Sensors, 26(4), 1323. https://doi.org/10.3390/s26041323

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop