Next Article in Journal
Sustainable Design Reuse: Integrating Biomimicry and Parametric Thinking in Architectural Education
Next Article in Special Issue
A Biomimetic Visual Sensing Framework: Unsupervised Orientation Topographic Mapping via Self-Organizing Neural Networks
Previous Article in Journal
A Two-Stage PPO–RLMPA Framework for Dynamic Economic Dispatch with Renewable Energy and Storage Integration
Previous Article in Special Issue
Robust Detection of Small Moving Objects Against Real-World Complex Dynamic Natural Environments: Drosophila-Inspired Visual Neural Pathway Modeling
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Lightweight Low-Light Enhancement Network with Multi-Bio-Inspired Visual Mechanisms

1
College of Computer and Control Engineering, Northeast Forestry University, Harbin 150040, China
2
National Computer System Engineering Research Institute of China, Beijing 100083, China
*
Author to whom correspondence should be addressed.
Biomimetics 2026, 11(6), 401; https://doi.org/10.3390/biomimetics11060401
Submission received: 7 May 2026 / Revised: 2 June 2026 / Accepted: 5 June 2026 / Published: 7 June 2026
(This article belongs to the Special Issue Bionic Vision Applications and Validation)

Abstract

In edge deployment scenarios, low-light image enhancement faces a trade-off between model complexity and perceptual quality, limiting lightweight models under resource constraints. To address this problem, this paper proposes a perceptual quality optimization model inspired by biological visual mechanisms. Specifically, a GT-Mean loss is introduced to simulate the luminance adaptation property of the mammalian retina, effectively mitigating optimization bias caused by exposure inconsistency in imaging sensors, while the LPIPS loss, aligned with the perceptual preferences of the human visual system (HVS), is incorporated to enhance subjective visual quality. From a structural perspective, inspired by the multi-scale perception of insect compound eyes, biologically selective attention, and color constancy mechanisms, the proposed model integrates an efficient texture-aware attention module, an enhanced multi-scale feature fusion strategy, and a chrominance denoising module. Experimental results demonstrate that, while maintaining an extremely low parameter count of only 0.52 M, the proposed model consistently outperforms existing lightweight methods on the LOL series datasets in terms of PSNR, SSIM, and LPIPS. This work provides an efficient perceptual quality optimization solution for bioinspired visual sensing under resource-constrained conditions.

1. Introduction

Low-light image enhancement (LLIE) is a key research area in computer vision and visual sensing, aiming to improve the visual quality and usability of images captured under weak illumination. In practice, low-light images often suffer from low brightness, poor contrast, and significant noise, which not only degrade subjective perception but also impair downstream tasks such as object detection, face recognition, and autonomous driving [1,2]. Developing efficient and high-quality LLIE methods is therefore crucial. These methods can improve the stability and robustness of visual sensing systems in harsh lighting environments.
Nature has evolved diverse and efficient low-light visual systems over billions of years. These biological mechanisms offer valuable bioinspired insights for optimizing artificial visual sensing technologies. Different species adopt unique strategies to adapt to low-light environments. Flying insects like Drosophila employ non-spiking graded neuronal structures to realize efficient visual processing with low energy consumption and computational overhead [3].
Nocturnal moths are equipped with compound eyes containing special multi-scale summation units, which support high-sensitivity environmental perception in dim conditions via nonlinear spatiotemporal integration [4]. In contrast, mammals adopt various retinal adaptation mechanisms. They maintain stable luminance perception when light changes, and they adjust rod and cone cell distribution and regulate the gain of phototransduction pathways to achieve this [5]. These cross-species visual characteristics combine the high efficiency of insect vision with the perceptual adaptability of mammalian vision. Together, they provide an effective paradigm for balancing computational cost and sensing performance under resource-limited conditions. However, most existing low-light image enhancement methods do not systematically incorporate these key biological visual principles. As a result, they struggle to simultaneously achieve lightweight deployment and high-quality image restoration.
Early low-light image enhancement methods primarily relied on traditional image processing techniques. Histogram equalization (HE) enhances image contrast by redistributing pixel intensity values [6,7]; however, its global processing nature often leads to local detail loss and noise amplification, failing to exploit the cooperative local–global perception characteristics inherent in biological vision. Contrast-limited adaptive histogram equalization (CLAHE) [8] alleviates over-enhancement to some extent, yet still falls short of achieving a synergistic optimization of noise suppression and detail preservation. Methods based on Retinex theory [9,10] decompose images into reflectance and illumination components. Single-scale Retinex (SSR) [11] and multi-scale Retinex (MSR) [12] algorithms exhibit reasonable color naturalness, but their reliance on hand-crafted priors limits generalization capability, making them inadequate for adaptively handling complex low-light degradation in the manner of biological visual systems.
With the advancement of deep learning, neural network-based low-light image enhancement has become mainstream. LLNet [13] first applied deep autoencoders to enhance low-light images, achieving brightness improvement and noise suppression through end-to-end learning, yet its design relies primarily on data-driven optimization without explicitly modeling hierarchical structural and contrast perception in biological vision. RetinexNet [14] combined traditional Retinex theory with convolutional networks, decomposing images into reflectance and illumination components, partially aligning with human visual perception of lighting changes. KinD [15] and KinD++ [16] further refined this framework with improved illumination estimation and denoising, but still focused on performance optimization, paying little attention to the efficiency and low-energy characteristics of biological vision in low-light environments. MBLLEN [17] integrated multi-scale features via a multi-branch network, enhancing overall results, yet its high complexity contrasts with the streamlined efficiency of biological systems. Unsupervised and zero-reference approaches, such as Zero-DCE [18] and zero-shot latent diffusion models [19], exhibit strong generalization under limited data but lack explicit real-reference constraints, limiting structural consistency and perceptual stability for downstream vision tasks.
In recent years, Transformer architectures have introduced new advances in low-light image enhancement. SNR-Net [20] fuses local and global features through a signal-to-noise ratio (SNR)-aware mechanism, Retinexformer [21] employs an illumination-guided Transformer to model non-local interactions, and LYT-Net [22] separates luminance and chrominance in the YUV color space, achieving real-time inference with only 0.045 M parameters. However, their loss functions focus primarily on pixel-level reconstruction and neglect the optimization of perceptual quality emphasized by biological vision. As a result, they exhibit notable gaps in perceptual metrics compared with larger models, which limits their applicability in human-in-the-loop visual sensing scenarios.
Motivated by biological low-light visual mechanisms, this paper proposes a perceptual quality optimization model tailored for lightweight visual sensing applications. While maintaining extremely low model complexity, the model improves low-light image enhancement performance. It achieves this through a bioinspired loss function and optimized key modules, with particular emphasis on perceptual quality and structural detail restoration. The main contributions of this work are as follows:
  • A luminance–chrominance collaborative enhancement framework is proposed for lightweight low-light image enhancement. The network separately models luminance restoration and chromatic noise suppression in the YUV space. Compared with traditional methods, this scheme avoids frequent image quality fluctuations, improving enhancement stability under complex low-light conditions.
  • A bioinspired multi-scale enhancement strategy is designed to improve contextual perception and texture reconstruction. The proposed Enhanced MSEF module combines multi-scale feature extraction and texture-aware attention while maintaining low complexity compared with alternative methods.
  • A lightweight perceptual optimization scheme is introduced by jointly employing GT-Mean luminance alignment and LPIPS perceptual constraints. This design improves global illumination consistency, structural fidelity, and perceptual image quality without significantly increasing model parameters, effectively eliminating uneven brightness distribution and degraded visual perception of existing methods.
To validate the practicality of the proposed model in bioinspired visual sensing scenarios, evaluations were conducted on multiple benchmark datasets. Experimental results demonstrate that, while maintaining extremely low model complexity, the method consistently improves PSNR, SSIM, and LPIPS metrics, confirming its effectiveness as a front-end enhancement module for low-light visual sensing systems, and providing technical support for reliable visual perception in complex low-light environments.
The remainder of this paper is organized as follows. Section 2 reviews related work on low-light image enhancement and bioinspired visual mechanisms. Section 3 presents the proposed lightweight enhancement model and its key modules. Section 4 provides experimental settings, comparative results, and ablation studies. Finally, Section 5 concludes the paper and discusses future research directions.

2. Related Work

In loss function design, Liao et al. [23] proposed GT-Mean loss to alleviate luminance mismatch during model training, which helps the network focus on structural restoration. Zhang et al. [24] developed the LPIPS metric to quantify visual similarity via deep feature distances. This metric matches well the inherent sensitivity of human vision to structural and textural features [25,26]. Regarding attention mechanisms, Hu et al.’s SE module [27] achieves feature recalibration by modeling channel dependencies, and Woo et al.’s CBAM [28] extends attention to the spatial dimension, both providing technical support for selective feature enhancement inspired by biological vision. In network design, Howard et al.’s depthwise separable convolution [29] significantly reduces computational cost, and Ronneberger et al.’s U-Net [30], with its encoder–decoder architecture and skip connections, demonstrates strong performance in denoising tasks. In other related fields, Hung et al. [31] were inspired by biological dark adaptation, and used image fusion and gamma correction in order to train deep neural networks for nighttime 2D image object detection under low-light conditions. Xiao et al. [32] proposed the ES-YOLO framework, converting RGB datasets to event-based data and integrating a hyper-redundant manipulator to detect pipeline defects in low-light environments. This work integrates these classical techniques, and introduces key biological low-light vision mechanisms, to optimize the perceptual quality of lightweight low-light enhancement models.
Figure 1 illustrates the overall framework of the proposed model, built upon LYT-Net [22] as the baseline. The input image is decomposed into YUV components, where the Y branch employs pooling and MHSA operations to extract global luminance features, while the U and V branches are processed by the improved denoiser with MHSA and U-Net structures for chromatic noise suppression. The extracted features are fused through the Enhanced MSEF module for multi-scale feature aggregation and detail enhancement, followed by image reconstruction to generate the final enhanced result.
Specifically, the model adopts a dual-path luminance–chrominance structure, analogous to the separation of luminance and color processing in biological visual systems [5], enabling more effective restoration of underexposure, noise, and color distortions in low-light sensor images. The luminance channel (Y) extracts low-level features via convolution and pooling operations, and then models global illumination relationships through a multi-head self-attention (MHSA) module, simulating the mammalian retina’s perception and adaptation to global lighting variations, in order to obtain a stable and consistent luminance representation. The chrominance channels (U, V) are denoised using the improved Chrominance-Wise Denoiser (CWD) module, which incorporates an encoder–decoder architecture combined with a soft residual output strategy. Inspired by the color constancy mechanism in biological vision, this module suppresses chrominance noise while preserving fine details and color consistency. The processed chrominance features are then fed into the Enhanced Multi-Scale Squeeze-and-Fusion (Enhanced MSEF) module, which draws on the multi-scale photoreceptor structure of moth compound eyes [4]. Parallel 3 × 3 and 5 × 5 depthwise convolutions capture fine-grained noise and coarse-grained illumination inconsistencies, respectively. An embedded lightweight texture-aware attention mechanism, inspired by selective attention in insect vision [3], adaptively enhances feature responses in textured regions, while an SE [27] module further models channel dependencies to synergistically improve perceptual quality. Finally, the fused luminance (Y) and chrominance (U, V) channels are passed through the output convolution layer to generate the enhanced image, achieving balanced luminance, color fidelity, and rich structural details for low-light visual sensing enhancement. The comprehensive workflow of the proposed model is presented in Figure 2.

3. Methodology

3.1. GT-Mean Loss Wrapper

The mammalian retina maintains stable luminance perception under changing illumination by adjusting pupil size and rod cell sensitivity. This luminance adaptation principle inspires the design of our optimization strategy. Inspired by this property, the proposed GT-Mean loss constrains global luminance consistency between enhanced images and ground-truth images, thereby reducing illumination bias. this work designs a GT-Mean loss wrapper strategy, in which the predicted image is first aligned to the mean luminance of the ground-truth image before computing the base loss, allowing for evaluation under “brightness consistency” and shifting focus to detail restoration. For any base loss function L, the GT-Mean-wrapped version is
L G T ( f ( x ) , y ) = L ( f ^ ( x ) , y )
and the aligned prediction f ^ ( x ) is calculated as
f ^ ( x ) = c l a m p f ( x ) · μ y μ f ( x ) + ε , 0 , 1
where clamp ( x , 0 , 1 ) denotes a clipping operation that constrains the output to the normalized range [ 0 , 1 ] . Values smaller than 0 are set to 0, while values larger than 1 are set to 1. here, μ y and μ f ( x ) are the global mean luminance of the ground truth and prediction, The calculation is as follows:
μ y = 1 C H W c , h , ω y c , h , ω , μ f ( x ) = 1 C H W c , h , ω f ( x ) c , h , ω
where C , H , W denote the channel number, height, and width, respectively, and ε = 10 8 is a numerical stabilization term.
This design emulates the active luminance calibration characteristic of the biological retina. It eliminates luminance optimization bias without introducing extra parameters and exhibits good adaptability to commonly used loss functions. In this study, GT-Mean is embedded into pixel loss, perceptual loss, MS-SSIM loss, and PSNR loss to achieve effective brightness alignment.

3.2. LPIPS Perceptual Loss

In visual sensing tasks, relying solely on pixel-level errors often fails to capture structural distortions that may affect downstream perception modules, highlighting the need for optimization objectives aligned with human visual perception. LPIPS measures image similarity in feature space rather than pixel space by extracting multi-layer features using a pretrained deep network. Since deep features encode rich texture and semantic information, LPIPS can more effectively capture visual differences that are perceptually salient to humans. In this study, a VGG network is employed as the feature extractor. Deep features from multiple layers are first obtained for the two images, after which the weighted Euclidean distance between corresponding feature vectors is computed. Finally, the distances are aggregated across all layers and spatial locations to yield the overall perceptual distance:
L l p i p s = l 1 H l W l h , ω ω l ϕ l ( y ^ ) ϕ l ( f ^ ( x ) ) 2 2
ϕ l denotes the feature extraction at the l layer of the VGG network, while H l , W l represent the height and width of the feature map at that layer, and is the channel weight vector. Note that the input images must be normalized to the range [ 1 , 1 ] , The total loss function is defined as:
y ^ = 2 y 1 , f ^ ( x ) = 2 f ( x ) 1
It is worth noting that the LPIPS loss is not wrapped with GT-Mean. This is because deep features are inherently robust to global brightness variations and are more sensitive to local texture and structural differences. LPIPS thus complements the pixel-level losses wrapped by GT-Mean: the latter eliminates luminance bias to encourage detail restoration, while the former provides optimization guidance directly at the perceptual level. The total loss function is defined as
L t o t a l = α 1 L G T p i x e l + α 2 L G T p e r c + α 3 L G T s s i m + α 4 L G T p s n r + α 5 L l p i p s + α 6 L h i s t + α 7 L c o l o r
where α 1 L G T p i x e l , α 2 L G T p e r c , α 3 L G T s s i m and α 4 L G T p s n r denote the pixel, perceptual, MS-SSIM, and PSNR losses wrapped by GT-Mean, respectively. α 5 L l p i p s represents the LPIPS perceptual loss, α 6 L h i s t is the histogram loss used for matching luminance distribution, and α 7 L c o l o r is the color loss utilized to maintain color consistency. All weighting coefficients α 1 α 7 are set as positive empirical hyperparameters to maintain normal gradient descent and balance the contribution of each loss branch. Importantly, these weights are not constrained to sum to one. Since each individual loss term corresponds to different optimization dimensions including pixel reconstruction, luminance alignment, perceptual similarity, histogram distribution and color consistency, their numerical magnitudes are naturally inconsistent. Imposing a sum-to-one constraint will unreasonably suppress or amplify certain loss items, destroying the joint supervision effect of the multi-loss framework.

3.3. Texture Attention Mechanism

Under low-light conditions, texture regions in images captured by visual sensors are more susceptible to noise and underexposure, necessitating selective feature enhancement for textured structures. To address this, a lightweight texture-aware attention mechanism is designed. Inspired by the selective attention principle in insect vision, biological visual systems selectively emphasize informative regions while suppressing redundant background information. Leveraging this biological property, the proposed Texture Attention module generates spatial attention weights to enhance texture-rich regions and preserve structural details during image enhancement, which prioritizes texture-rich regions while suppressing irrelevant noise. The structure of this mechanism is illustrated in Figure 3. It adaptively enhances feature responses in texture regions by learning a spatial attention map. This mechanism generates pixel-wise attention weights in the spatial dimension, employs a channel compression strategy to reduce computational overhead, utilizes 3 × 3 convolutions to capture local texture patterns, and generates weights in the range [ 0 , 1 ] via a Sigmoid function for smooth modulation. Given input features F R C × H × W , the channel count is first compressed to one-fourth using a convolution while extracting local texture features:
F c o m p r e s s = δ ( W 1 F )
where W 1 R C × C 4 × 3 × 3 denotes the convolution kernel and δ is the R e L U activation function. Subsequently, a 1 × 1 convolution restores the channel dimension and generates the attention map:
A = σ ( W 2 F c o m p r e s s )
where W 2 R C × C 4 × 1 × 1 is the convolution kernel, σ is the Sigmoid activation function, and A R C × H × W is the generated spatial attention map. Finally, the attention map is element-wise multiplied with the input features to achieve feature recalibration:
F = F A
This design enables the network to automatically learn which spatial locations contain significant texture information and enhance the feature response of these regions via attention weighting, thereby better preserving detailed textures during the enhancement process.

3.4. Multi-Scale Feature Extraction Module

The degradation of low-light images typically exhibits multi-scale characteristics: fine-grained noise requires processing with a small receptive field, whereas large-scale illumination nonuniformity necessitates a larger receptive field. Such multi-scale degradation is particularly pronounced in real-world visual sensing. To address this, an Enhanced Multi-Scale Squeeze-and-Fusion (Enhanced MSEF) module is designed, as illustrated in Figure 4. Biologically, compound eyes consist of multiple ommatidia that perceive local regions independently. These local observations are further integrated into global visual perception. Inspired by this mechanism, the proposed module adopts parallel multi-scale convolution branches, so as to simulate distributed receptive-field perception and contextual feature aggregation under low-light conditions. The module employs parallel depthwise convolutions with 3 × 3 and 5 × 5 kernels to extract fine- and coarse-grained features, respectively. Input features are first processed through layer normalization and then fed into the two depthwise convolution branches corresponding to the different scales:
F 3 × 3 = D W C o n v 3 × 3 ( L N ( F i n ) ) , F 5 × 5 = D W C o n v 5 × 5 ( L N ( F i n ) )
where F i n R C × H × W is the input feature, L N denotes the layer normalization operation used for training stability, and D W C o n v represents depthwise convolution (where the number of groups equals the number of channels), which significantly reduces computation compared to standard convolution. The features from both scales are concatenated along the channel dimension and fused via a 1 × 1 pointwise convolution:
F m u l t i = C o n v 1 × 1 ( C o n c a t ( F 3 × 3 , F 5 × 5 ) )
The fused multi-scale features are sequentially enhanced by the Texture Attention module and the SE Channel Attention module. Texture Attention identifies important texture regions in the spatial dimension, while SE Attention models inter-channel dependencies; together, they synergistically model “where is important” spatially and “what is important” channel-wise. Finally, a residual connection is employed to ensure gradient flow.
F o u t = S E ( T e x t u r e A t t n ( F m u l t i ) ) + F i n

3.5. Chroma Denoising Module

Based on the principle of biological color constancy, the visual system can maintain stable color perception under illumination variations and visual noise interference. Inspired by this characteristic, we design a compact chroma denoising module. It separates chrominance restoration from luminance enhancement to stabilize object colors, balance noise suppression and detail preservation, and suppress chromatic noise in low-light images. In low-light visual sensing scenarios, chrominance channels are generally more susceptible to sensor noise and quantization errors than the luminance channel. Therefore, this module employs a U-Net-based encoder–decoder architecture specifically to suppress noise in the chrominance channels, maintaining color constancy while avoiding detail loss, as illustrated in Figure 1. It preserves texture details through the skip connections of U-Net and incorporates multi-head self-attention at the bottleneck layer to capture global contextual information. The encoder consists of four convolutional layers that progressively downsample the feature maps to extract multi-scale features:
E i = δ ( C o n v ( E i 1 ) ) , i = 1 , 2 , 3 , 4
where E 0 is the input single-channel chroma image, C o n v denotes a downsampling convolution with a stride of 2, and δ is the R e L U activation function. Through progressive downsampling, the encoder expands the receptive field while extracting multi-scale feature representations ranging from low-level textures to high-level semantics. The bottleneck employs a multi-head self-attention (MHSA) mechanism to capture global dependencies:
B = M H S A ( E 4 )
The self-attention mechanism enables the network to model correlations between any two spatial positions, effectively capturing the global structural information of the image, which is particularly critical for handling large-scale color noise. The decoder restores spatial resolution via progressive upsampling with transposed convolutions, and concatenates features with corresponding encoder layers to build skip connections:
D i = δ ( C o n v ( C o n c a t ( U p ( D i + 1 ) , E i ) , i = 3 , 2 , 1
where D 4 = B is the bottleneck output and U p denotes the transposed convolution upsampling operation. Skip connections directly transfer detail information from the encoder to the decoder, compensating for spatial details lost during downsampling and ensuring that the denoised image retains clear texture edges. To avoid the loss of original details caused by excessive denoising, we adopt a soft residual output strategy:
I o u t = I i n + β · D 1
where I i n is the input chroma image, D 1 is the output of the denoising module, and β = 0.5 is the soft residual coefficient.
To further clarify the relationship between the adopted biological inspiration mechanisms and the proposed architectural components, the corresponding biological principles and network modules are summarized in Table 1.
Compared to directly outputting the denoised result, the soft residual connection fuses denoised information with lower weight, preserving original textures while effectively suppressing noise.

4. Experiments and Discussion

4.1. Implementation Details

The proposed model is implemented using the PyTorch (2.12.0) framework and trained on a single NVIDIA RTX 4090 GPU (manufactured by NVIDIA Corporation in Santa Clara, CA, USA) with CUDA acceleration. The AdamW optimizer is adopted for network optimization with β 1 = 0.9 , β 2 = 0.999 , and a weight decay of 1 × 10 4 . The initial learning rate is set to 1 × 10 4 .
A warmup and cosine annealing learning rate strategy is employed during training. Specifically, the learning rate is linearly increased from 0 during the first 50 epochs and then gradually decayed to 1 × 10 6 using cosine annealing.
The proposed network is trained for 2000 epochs with a batch size of 1. During training, image pairs are randomly cropped into 256 × 256 patches. Random horizontal flipping and random rotation are adopted for data augmentation. Gradient clipping with a maximum norm of 1.0 is further employed to stabilize the training process.
The model is trained and evaluated on LOLv1, LOLv2-R, and LOLv2-S datasets, with train:test splits of 458:15, 689:100, and 900:100, respectively. Model validation is performed after each training epoch.
The ImprovedLYT architecture employs 32 channels as the base feature dimension. For fair comparison, all evaluation metrics, including PSNR, SSIM, and LPIPS, are computed under the same evaluation protocol. Specifically, GT-Mean alignment is adopted for PSNR/SSIM evaluation, while LPIPS is calculated using the AlexNet backbone (from the official LPIPS package with pre-trained ImageNet weights).
For data preprocessing, training image pairs are randomly cropped into 256 × 256 patches. Random horizontal flipping and random rotation are applied for data augmentation to mitigate overfitting. The batch size is set to 2, and training is conducted for 2000 epochs. PSNR, SSIM, and LPIPS are used as evaluation metrics.

4.2. Comparative Study

Quantitative Results: We compare the proposed model with existing lightweight methods with a focus on performance and complexity on the LOL dataset. As shown in Table 2, sll metrics are computed after GT-Mean correction. ↑ indicates that higher values are preferable, whereas ↓ indicates that lower values are preferable. The best results are marked in red, and the second-best in blue. In this work, we strictly focus on lightweight edge-oriented low-light enhancement tasks, so the selection of comparison methods follows the principle of consistent application scenarios and model lightweight constraints. For fair comparison, all baseline methods except LYT-NET are evaluated using their official pretrained models. LYT-NET is re-trained using its official code under the same training settings as our method. All models share the same dataset, image size and format during training and testing. Some other mainstream low-light image enhancement models may achieve better results; however, most of these superior methods come with extremely large parameter sizes ranging from 114 M [33] to 1252 M [34], accompanied by heavy computational overhead. Such large-scale models are primarily designed for high-performance workstations and cannot be deployed on lightweight edge devices with limited memory and computing resources. In contrast, our method is specially tailored for resource-constrained visual sensing scenarios. Therefore, we mainly select representative lightweight algorithms for fair comparison, while still listing several classic large-scale methods in Table for intuitive reference and comprehensive comparison. All methods are evaluated using identical input resolutions and dataset protocols. Our model contains only 0.52 M parameters, offering a lightweight design suitable for resource-constrained visual sensing systems. Experimental results show that the proposed method integrates bioinspired luminance adaptation, structural perception and multi-scale feature aggregation. It achieves an excellent balance between lightweight deployment, visual perceptual quality and restoration fidelity under limited computational resources. This optimization scheme effectively meets the requirements of front-end enhancement in visual sensing systems, providing efficient and accurate low-light image processing capabilities. Moreover, the quantitative results combined with subsequent multi-criteria ranking further validate the competitiveness of our method in comprehensive performance.
Qualitative Results: The qualitative performance of our model compared with other LLIE methods is shown in Figure 5. For comparison, LYT-Net results are obtained under the same training environment as our model. Supervised methods such as Zero-DCE [18] and Zero-DCE++ [35] exhibit strong adaptability to dark conditions, but their performance in specific scenes remains inferior to other supervised models. RetinexFormer [21] achieves notable progress in low-light restoration, yet suffers from issues such as texture blurring. LYT-Net [22] reaches a very high overall performance but neglects structural perception. Overall, our proposed model demonstrates highly effective performance through the synergistic action of the bioinspired modules.

4.3. Multi-Criteria Analysis

To provide a comprehensive comparison across different evaluation metrics, a normalized multi-criteria analysis is conducted based on the averaged results over the LOLv1, LOLv2-R, and LOLv2-S datasets, including PSNR, SSIM, LPIPS, and model parameters. For each method, the metric values obtained on the three datasets are first averaged to reduce dataset-specific bias and provide a more reliable overall evaluation.
For metrics with higher values indicating better performance, the normalized score is computed as
M i n o r m = M i M m i n M m a x M m i n
For metrics with lower values indicating better performance, the inverse normalization is adopted:
M i n o r m = M m a x M i M m a x M m i n
The final comprehensive score is calculated as
S c o r e = 1 N i = 1 N M i n o r m
where N denotes the number of evaluation metrics, including PSNR, SSIM, LPIPS, and model parameters. Equal weights are adopted to avoid introducing subjective bias in the evaluation process.
As shown in Table 3, the proposed method achieves the highest overall ranking among the compared lightweight LLIE approaches. Although several large-scale models obtain competitive results on individual metrics, their substantially higher parameter complexity limits their applicability in resource-constrained visual sensing scenarios.
Compared with LYT-NET, the proposed method achieves consistently better PSNR, SSIM, and LPIPS performance across multiple datasets while maintaining relatively low model complexity. This demonstrates that the introduced bioinspired mechanisms effectively improve structural restoration and perceptual fidelity without introducing excessive computational overhead.
Overall, the proposed model provides a balanced trade-off between enhancement quality, perceptual consistency, and lightweight deployment efficiency, demonstrating its suitability for edge-oriented low-light visual sensing applications.
To better demonstrate the overall performance of our model across multiple datasets, we conduct qualitative comparisons on multiple images from the LOLv1, LOLv2-Real Captured, and LOLv2-Synthetic datasets against other LLIE methods. The comparative results are illustrated in Figure 6, Figure 7 and Figure 8.
These overall visual comparison experiments highlight the advantages of our model in color restoration and detail preservation, demonstrating its effectiveness in low-light image enhancement. At the same time, the model achieves excellent denoising performance and produces results more consistent with human visual perception. Furthermore, the PSNR of our model on the LOLv2-S dataset is significantly higher than that of LYT-Net, further indicating its strong potential on synthetic data.

4.4. Unpaired Datasets Experiments

To evaluate the visual quality of restored images, we randomly select 100 real low-light samples from the Dark-face dataset for testing. We use the official pretrained models for Zero-DCE and Zero-DCE++, and other models adopt weights trained on the LOLv2-S dataset, as mentioned before. We adopt two no-reference image quality metrics, NIQE [39] and BRISQUE [40]. ↓ indicates that lower values are preferable. The quantitative results are listed in Table 4, with the best results marked in red, and visual comparisons are presented in Figure 9. The experimental results show that our method outperforms other algorithms and achieves remarkable improvements on both metrics.

4.5. Ablation Study

On the LOLv1, LOLv2-R, and LOLv2-S datasets, we conducted systematic ablation studies using model complexity, PSNR, SSIM, and LPIPS as quantitative evaluation metrics to analyze the individual contributions of the five proposed components. The ablation results on the three datasets are reported in Table 5, Table 6 and Table 7. The best results are highlighted in bold.
The results show that introducing GT-Mean loss and LPIPS loss significantly improves performance across multiple enhancement metrics without increasing model complexity, enhancing brightness consistency and perceptual stability. The designed Texture Attention mechanism effectively boosts PSNR, indicating its positive role in restoring texture structures. Meanwhile, the Enhanced MSEF and Improved Denoiser contribute substantially to overall enhancement quality, albeit with a modest increase in model complexity.

5. Conclusions

This work addresses the fundamental challenge in low-light visual sensing scenarios, where lightweight enhancement models struggle to balance perceptual quality and structural detail restoration. We propose a bioinspired, low-complexity model for perceptual quality optimization. The model incorporates a GT-Mean loss that simulates the adaptive mechanisms of the biological retina, effectively mitigating optimization bias caused by sensor exposure inconsistencies. In combination with the LPIPS perceptual loss, which aligns with the human visual system’s inherent preference for structural and textural features, the model maintains strong structural and texture awareness under lightweight constraints. Furthermore, by drawing on multi-scale perception and selective attention mechanisms of insect compound eyes, we design a texture-aware attention module, an enhanced multi-scale feature fusion module, and a compact chrominance denoising module that simulates biological color constancy, collectively improving detail fidelity and color consistency. Experimental results on multiple benchmark low-light datasets, including LOLv1, LOLv2-Real, and LOLv2-Synthetic, demonstrate that the proposed method outperforms existing lightweight approaches in key metrics such as PSNR, SSIM, and LPIPS, while requiring only 0.52 M parameters, making it well-suited for resource-constrained visual sensing and edge computing scenarios.
Although the proposed method achieves a good trade-off between visual performance and lightweight deployment, it still has several limitations. Our model is mainly tested on the LOL series datasets, which fail to cover diverse real-world low-light conditions like extreme darkness, motion blur and bad weather. In addition, our approach relies heavily on paired low-light and normal-light images. Unpaired data will prevent the model from learning effective brightness and texture transformation, leading to poor enhancement and unstable outputs. The bioinspired modules improve visual quality, yet multi-scale attention and other components add extra computational cost compared with ultra-lightweight models such as LYT-Net. In addition, the GT-Mean strategy works well for global luminance adjustment but is less capable of handling severe local illumination inconsistency. Finally, this framework is built solely for image enhancement and has not been applied to downstream tasks including low-light object detection and segmentation.
Future work will improve the generalization ability of the proposed model in complex real-world low-light environments. We will also explore more efficient lightweight attention mechanisms to further reduce computational cost. In addition, the proposed framework will be extended to video low-light enhancement and downstream vision tasks, such as object detection and autonomous visual sensing.

Author Contributions

Conceptualization, Y.Z.; Methodology, Y.Z. and S.H.; Software, X.L. and S.H.; Investigation, X.L. and M.Y.; Data curation, X.L. and M.Y.; Writing—original draft, X.L.; Writing—review and editing, Y.Z. and S.F.; Supervision, S.F. Resources, Y.G. Validation, Y.G. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by “the Fundamental Research Funds for the Central Universities”, 2572025BR94.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The public datasets used in this paper and their official access links are as follows: LOLv1: https://daooshee.github.io/BMVC2018website/ (accessed on 15 November 2025) LOLv2-real and LOLv2-synthetic: https://huggingface.co/okhater (accessed on 15 November 2025) Dark-face: https://flyywh.github.io/CVPRW2019LowLight/ (accessed on 27 May 2026).

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Li, C.; Guo, C.; Han, L.; Jiang, J.; Cheng, M.-M.; Gu, J.; Loy, C.C. Low-light image and video enhancement using deep learning: A survey. IEEE Trans. Pattern Anal. Mach. Intell. 2022, 44, 9396–9416. [Google Scholar] [CrossRef]
  2. Wang, Y.; Xie, W.; Liu, H. Low-light image enhancement based on deep learning: A survey. Opt. Eng. 2022, 61, 040901. [Google Scholar] [CrossRef]
  3. Chen, J.; Zhou, Z.; Kim, B.J.; Zhou, Y.; Wang, Z.; Wan, T.; Yan, J.; Kang, J.; Ahn, J.-H.; Chai, Y. Optoelectronic graded neurons for bioinspired in-sensor motion perception. Nat. Nanotechnol. 2023, 18, 882–888. [Google Scholar] [CrossRef] [PubMed]
  4. Warrant, E.J. The remarkable visual capacities of nocturnal insects: Vision at the limits with small eyes and tiny brains. Philos. Trans. R. Soc. Lond. B Biol. Sci. 2017, 372, 20160063. [Google Scholar] [CrossRef] [PubMed]
  5. Gai, Y.; Tian, R.; Liu, F.; Mu, Y.; Shan, L.; Irwin, D.M.; Liu, Y.; Xu, S.; Yang, G. Diversified mammalian visual adaptations to bright- or dim-light environments. Mol. Biol. Evol. 2023, 40, msad063. [Google Scholar] [CrossRef]
  6. Abdullah-Al-Wadud, M.; Kabir, M.H.; Dewan, M.A.A.; Chae, O. A Dynamic Histogram Equalization for Image Contrast Enhancement. In Proceedings of the Digest of Technical Papers International Conference on Consumer Electronics (ICCE), Las Vegas, NV, USA, 10–14 January 2007; pp. 1–2. [Google Scholar] [CrossRef]
  7. Pizer, S.M.; Amburn, E.P.; Austin, J.D.; Cromartie, R.; Geselowitz, A.; Greer, T.; ter Haar Romeny, B.; Zimmerman, J.B.; Zuiderveld, K. Adaptive histogram equalization and its variations. Comput. Vis. Graph. Image Process. 1987, 39, 355–368. [Google Scholar] [CrossRef]
  8. Zuiderveld, K. Contrast limited adaptive histogram equalization. In Graphics Gems IV; Academic Press: San Diego, CA, USA, 1994; pp. 474–485. [Google Scholar]
  9. Land, E.H. The retinex theory of color vision. Sci. Am. 1977, 237, 108–128. [Google Scholar] [CrossRef]
  10. Land, E.H.; McCann, J.J. Lightness and retinex theory. J. Opt. Soc. Am. 1971, 61, 1–11. [Google Scholar] [CrossRef] [PubMed]
  11. Jobson, D.J.; Rahman, Z.; Woodell, G.A. Properties and performance of a center/surround retinex. IEEE Trans. Image Process. 1997, 6, 451–462. [Google Scholar] [CrossRef]
  12. Rahman, Z.; Jobson, D.J.; Woodell, G.A. Multi-scale retinex for color image enhancement. In Proceedings of the 3rd IEEE International Conference on Image Processing, Lausanne, Switzerland, 19 September 1996; pp. 1003–1006. [Google Scholar] [CrossRef]
  13. Lore, K.G.; Akintayo, A.; Sarkar, S. LLNet: A deep autoencoder approach to natural low-light image enhancement. Pattern Recognit. 2017, 61, 650–662. [Google Scholar] [CrossRef]
  14. Wei, C.; Wang, W.; Yang, W.; Liu, J. Deep Retinex Decomposition for Low-Light Enhancement. arXiv 2018, arXiv:1808.04560. [Google Scholar] [CrossRef]
  15. Zhang, Y.; Zhang, J.; Guo, X. Kindling the darkness: A practical low-light image enhancer. In Proceedings of the 27th ACM International Conference on Multimedia, Nice, France, 21–25 October 2019; pp. 1632–1640. [Google Scholar] [CrossRef]
  16. Zhang, Y.; Guo, X.; Ma, J.; Liu, W.; Zhang, J. Beyond brightening low-light images. Int. J. Comput. Vis. 2021, 129, 1013–1037. [Google Scholar] [CrossRef]
  17. Lv, F.; Lu, F.; Wu, J.; Lim, C. MBLLEN: Low-light image/video enhancement using CNNs. In Proceedings of the British Machine Vision Conference, Newcastle, UK, 3–6 September 2018; BMVA Press: Durham, UK, 2018. [Google Scholar]
  18. Guo, C.; Li, C.; Guo, J.; Loy, C.C.; Hou, J.; Kwong, S.; Cong, R. Zero-Reference Deep Curve Estimation for Low-Light Image Enhancement. In Proceedings of the 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Seattle, WA, USA, 19–25 June 2020; pp. 1777–1786. [Google Scholar] [CrossRef]
  19. Huang, Y.; Liao, X.; Liang, J.; Quan, Y.; Shi, B.; Xu, Y. Zero-shot low-light image enhancement via latent diffusion models. Proc. AAAI Conf. Artif. Intell. 2025, 39, 3815–3823. [Google Scholar] [CrossRef]
  20. Chan, D.; Narasimhan, S.G.; O’Toole, M. Holocurtains: Programming Light Curtains via Binary Holography. In Proceedings of the 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), New Orleans, LA, USA, 18–24 June 2022; pp. 17865–17874. [Google Scholar] [CrossRef]
  21. Cai, Y.; Bian, H.; Lin, J.; Wang, H.; Timofte, R.; Zhang, Y. Retinexformer: One-stage Retinex-based Transformer for Low-light Image Enhancement. In Proceedings of the 2023 IEEE/CVF International Conference on Computer Vision (ICCV), Paris, France, 1–6 October 2023; pp. 12470–12479. [Google Scholar] [CrossRef]
  22. Brateanu, A.; Balmez, R.; Avram, A.; Orhei, C.; Ancuti, C. LYT-NET: Lightweight YUV transformer-based network for low-light image enhancement. IEEE Signal Process. Lett. 2025, 32, 2065–2069. [Google Scholar] [CrossRef]
  23. Liao, J.; Hao, S.; Hong, R.; Wang, M. GT-Mean Loss: A simple yet effective solution for brightness mismatch in low-light image enhancement. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), Honolulu, HI, USA, 19–23 October 2025; pp. 6112–6121. [Google Scholar]
  24. Zhang, R.; Isola, P.; Efros, A.A.; Shechtman, E.; Wang, O. The unreasonable effectiveness of deep features as a perceptual metric. In Proceedings of the 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 18–23 June 2018; pp. 586–595. [Google Scholar] [CrossRef]
  25. Ma, L.; Ma, T.; Liu, R.; Fan, X.; Luo, Z. Toward fast, flexible, and robust low-light image enhancement. In Proceedings of the 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), New Orleans, LA, USA, 18–24 June 2022; pp. 5627–5636. [Google Scholar] [CrossRef]
  26. Fu, Z.; Yang, Y.; Tu, X.; Huang, Y.; Ding, X.; Ma, K.-K. Learning a simple low-light image enhancer from paired low-light instances. In Proceedings of the 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Vancouver, BC, Canada, 17–24 June 2023; pp. 22252–22261. [Google Scholar] [CrossRef]
  27. Hu, J.; Shen, L.; Sun, G. Squeeze-and-excitation networks. In Proceedings of the 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 18–23 June 2018; pp. 7132–7141. [Google Scholar] [CrossRef]
  28. Woo, S.; Park, J.; Lee, J.-Y.; Kweon, I.S. CBAM: Convolutional block attention module. In European Conference on Computer Vision; Springer Nature: Berlin/Heidelberg, Germany, 2018; pp. 3–19. [Google Scholar] [CrossRef]
  29. Howard, A.G.; Zhu, M.; Chen, B.; Kalenichenko, D.; Wang, W.; Weyand, T.; Andreetto, M.; Adam, H. MobileNets: Efficient convolutional neural networks for mobile vision applications. arXiv 2017, arXiv:1704.04861. [Google Scholar] [CrossRef]
  30. Ronneberger, O.; Fischer, P.; Brox, T. U-Net: Convolutional networks for biomedical image segmentation. In International Conference on Medical Image Computing and Computer-Assisted Intervention; Springer Nature: Berlin/Heidelberg, Germany, 2015; pp. 234–241. [Google Scholar] [CrossRef]
  31. Hung, K.-F.; Lin, K.-P. Bio-inspired dark adaptive nighttime object detection. Biomimetics 2024, 9, 158. [Google Scholar] [CrossRef]
  32. Xiao, X.; Su, M.; Guo, B.; Wu, J.; Wang, J.; Liang, J. Design and experimental validation of pipeline defect detection in low-illumination environments based on bionic visual perception. Biomimetics 2025, 10, 569. [Google Scholar] [CrossRef] [PubMed]
  33. Jiang, Y.F.; Gong, X.Y.; Liu, D.; Cheng, Y.; Fang, C.; Shen, X.H.; Yang, J.C.; Zhou, P.; Wang, Z.Y. Enlightengan: Deep light enhancement without paired supervision. IEEE Trans. Image Process. 2021, 30, 2340–2349. [Google Scholar] [CrossRef] [PubMed]
  34. Wang, W.J.; Yang, H.; Fu, J.L.; Liu, J.Y. Zero-reference low-light enhancement via physical quadruple priors. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 16–22 June 2024; pp. 26057–26066. [Google Scholar]
  35. Li, C.; Guo, C.; Loy, C.C. Learning to enhance low-light image via zero-reference deep curve estimation. IEEE Trans. Pattern Anal. Mach. Intell. 2022, 44, 4225–4238. [Google Scholar] [CrossRef]
  36. Wang, Y.; Wan, R.; Yang, W.; Li, H.L.; Chau, L.-P.; Kot, A.C. Low-light image enhancement with normalizing flow. Proc. AAAI Conf. Artif. Intell. 2022, 36, 2604–2612. [Google Scholar] [CrossRef]
  37. Yang, W.; Wang, W.; Huang, H.; Wang, S.; Liu, J. Sparse gradient regularized deep retinex network for robust low-light image enhancement. IEEE Trans. Image Process. 2021, 30, 2072–2086. [Google Scholar] [CrossRef]
  38. Guo, X.; Li, Y.; Ling, H. LIME: Low-light image enhancement via illumination map estimation. IEEE Trans. Image Process. 2016, 26, 982–993. [Google Scholar] [CrossRef]
  39. Mittal, A.; Soundararajan, R.; Bovik, A.C. Making a “completely blind” image quality analyzer. IEEE Signal Process. Lett. 2013, 20, 209–212. [Google Scholar] [CrossRef]
  40. Mittal, A.; Moorthy, A.K.; Bovik, A.C. No-reference image quality assessment in the spatial domain. IEEE Trans. Image Process. 2012, 21, 4695–4708. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Presents the overall framework of our lightweight low-light image enhancement model based on biological visual mechanisms. The network adopts a dual-branch structure for luminance restoration and chromatic noise reduction.
Figure 1. Presents the overall framework of our lightweight low-light image enhancement model based on biological visual mechanisms. The network adopts a dual-branch structure for luminance restoration and chromatic noise reduction.
Biomimetics 11 00401 g001
Figure 2. Presents the comprehensive workflow of our model.
Figure 2. Presents the comprehensive workflow of our model.
Biomimetics 11 00401 g002
Figure 3. Framework of the Texture Attention mechanism.
Figure 3. Framework of the Texture Attention mechanism.
Biomimetics 11 00401 g003
Figure 4. Multi-scale feature extraction module.
Figure 4. Multi-scale feature extraction module.
Biomimetics 11 00401 g004
Figure 5. Qualitative comparison of LLIE methods on the LOL dataset, with magnified regions highlighting the differences.
Figure 5. Qualitative comparison of LLIE methods on the LOL dataset, with magnified regions highlighting the differences.
Biomimetics 11 00401 g005
Figure 6. Qualitative comparison of LLIE methods on the LOLv1 dataset.
Figure 6. Qualitative comparison of LLIE methods on the LOLv1 dataset.
Biomimetics 11 00401 g006
Figure 7. Qualitative comparison of LLIE methods on the LOLv2-R dataset.
Figure 7. Qualitative comparison of LLIE methods on the LOLv2-R dataset.
Biomimetics 11 00401 g007
Figure 8. Qualitative comparison of LLIE methods on the LOLv2-S dataset.
Figure 8. Qualitative comparison of LLIE methods on the LOLv2-S dataset.
Biomimetics 11 00401 g008
Figure 9. Qualitative comparison of LLIE methods on the Dark-face dataset.
Figure 9. Qualitative comparison of LLIE methods on the Dark-face dataset.
Biomimetics 11 00401 g009
Table 1. Correspondence between biological inspiration mechanisms and network modules.
Table 1. Correspondence between biological inspiration mechanisms and network modules.
Biological MechanismCorresponding ModuleCore Function
Luminance adaptation mechanismGT-Mean WrapperGlobal luminance consistency alignment
Visual perceptual similarity mechanismLPIPS Perceptual LossPerceptual feature consistency preservation
Selective attention mechanismTexture Attention MechanismAdaptive enhancement of texture-rich regions and structural details
Compound eye perceptionMulti-Scale Feature Extraction ModuleMulti-scale feature extraction and contextual aggregation
Color constancy mechanismChroma Denoising ModuleChromatic noise suppression and stable color reconstruction
Table 2. Quantitative comparison on the LOL dataset.
Table 2. Quantitative comparison on the LOL dataset.
MethodsParams/MLOLv1LOLv2-RLOLv2-S
PSNR ↑SSIM ↑LPIPS ↓PSNR ↑SSIM ↑LPIPS ↓PSNR ↑SSIM ↑LPIPS ↓
RetinexNet [14]0.8418.9150.4270.47018.3230.4470.51919.0990.7740.247
ZeroDCE [7]0.07520.0500.5350.35321.4630.5400.35021.4630.8480.149
ZeroDCE++ [35]0.0118.5160.4340.36018.6590.3710.35619.8340.8370.180
LLFlow [36]17.4224.9980.8710.11725.4210.8770.15827.9610.9300.063
LED [37]7.0725.4700.8460.11327.8140.8700.11427.3670.9280.056
LLFormer [38]24.5525.7580.8230.11726.1970.8190.20928.0060.9270.061
RetinexFormer [21]1.5327.1400.8500.12927.6940.8560.16628.9920.9390.056
LYT-NET0.0525.8000.8370.13628.0130.8760.12426.6460.9260.071
Ours0.5226.4950.8540.10828.4750.8840.11428.3840.9380.054
Table 3. Normalized multi-criteria ranking results on the LOL datasets.
Table 3. Normalized multi-criteria ranking results on the LOL datasets.
MethodOverall ScoreRank
Ours0.9901
RetinexFormer [21]0.9572
LYT-NET0.9453
LED [37]0.8894
LLFlow [36]0.7575
LLFormer [38]0.6606
ZeroDCE [7]0.4787
ZeroDCE++ [35]0.3458
RetinexNet [14]0.2439
Table 4. Quantitative comparison of NIQE and BRISQUE on Dark-face images.
Table 4. Quantitative comparison of NIQE and BRISQUE on Dark-face images.
ModelNIQE ↓BRISQUE ↓
Zero-DCE++3.62337.736
Zero-DCE3.44726.822
LYT2.84614.484
Ours2.80713.342
Table 5. Ablation study on the LOLv1 dataset.
Table 5. Ablation study on the LOLv1 dataset.
MetricsParams/MPSNR ↑SSIM ↑LPIPS ↓
NO GT-Mean loss0.5226.0000.8470.119
NO LPIPS loss0.5226.2410.8540.116
NO Texture Attention0.5026.3630.8540.109
NO Enhanced MSEF0.4726.0660.8480.119
NO improved Denoiser0.3826.1610.8490.117
Full Model0.5226.4950.8540.108
Table 6. Ablation study on the LOLv2-R dataset.
Table 6. Ablation study on the LOLv2-R dataset.
MetricsParams/MPSNR ↑SSIM ↑LPIPS ↓
NO GT-Mean loss0.5227.9200.8730.126
NO LPIPS loss0.5228.1850.8830.122
NO Texture Attention0.5028.3140.8840.116
NO Enhanced MSEF0.4728.0220.8740.125
NO improved Denoiser0.3828.0370.8760.123
Full Model0.5228.4750.8840.114
Table 7. Ablation study on the LOLv2-S dataset.
Table 7. Ablation study on the LOLv2-S dataset.
MetricsParams/MPSNR ↑SSIM ↑LPIPS ↓
NO GT-Mean loss0.5228.0160.9320.062
NO LPIPS loss0.5228.1920.9370.059
NO Texture Attention0.5028.2770.9380.056
NO Enhanced MSEF0.4728.0530.9330.061
NO improved Denoiser0.3828.1100.9340.060
Full Model0.5228.3840.9380.054
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

Zhao, Y.; Li, X.; Hao, S.; Yu, M.; Gao, Y.; Fan, S. Lightweight Low-Light Enhancement Network with Multi-Bio-Inspired Visual Mechanisms. Biomimetics 2026, 11, 401. https://doi.org/10.3390/biomimetics11060401

AMA Style

Zhao Y, Li X, Hao S, Yu M, Gao Y, Fan S. Lightweight Low-Light Enhancement Network with Multi-Bio-Inspired Visual Mechanisms. Biomimetics. 2026; 11(6):401. https://doi.org/10.3390/biomimetics11060401

Chicago/Turabian Style

Zhao, Yafeng, Xiang Li, Shuaipeng Hao, Min Yu, Yanli Gao, and Shiwei Fan. 2026. "Lightweight Low-Light Enhancement Network with Multi-Bio-Inspired Visual Mechanisms" Biomimetics 11, no. 6: 401. https://doi.org/10.3390/biomimetics11060401

APA Style

Zhao, Y., Li, X., Hao, S., Yu, M., Gao, Y., & Fan, S. (2026). Lightweight Low-Light Enhancement Network with Multi-Bio-Inspired Visual Mechanisms. Biomimetics, 11(6), 401. https://doi.org/10.3390/biomimetics11060401

Article Metrics

Back to TopTop