English

Low-Light Enhancement via Encoder-Decoder Network with Illumination Guidance

Computer Vision and Pattern Recognition 2025-07-21 v1

Abstract

This paper introduces a novel deep learning framework for low-light image enhancement, named the Encoder-Decoder Network with Illumination Guidance (EDNIG). Building upon the U-Net architecture, EDNIG integrates an illumination map, derived from Bright Channel Prior (BCP), as a guidance input. This illumination guidance helps the network focus on underexposed regions, effectively steering the enhancement process. To further improve the model's representational power, a Spatial Pyramid Pooling (SPP) module is incorporated to extract multi-scale contextual features, enabling better handling of diverse lighting conditions. Additionally, the Swish activation function is employed to ensure smoother gradient propagation during training. EDNIG is optimized within a Generative Adversarial Network (GAN) framework using a composite loss function that combines adversarial loss, pixel-wise mean squared error (MSE), and perceptual loss. Experimental results show that EDNIG achieves competitive performance compared to state-of-the-art methods in quantitative metrics and visual quality, while maintaining lower model complexity, demonstrating its suitability for real-world applications. The source code for this work is available at https://github.com/tranleanh/ednig.

Keywords

Cite

@article{arxiv.2507.13360,
  title  = {Low-Light Enhancement via Encoder-Decoder Network with Illumination Guidance},
  author = {Le-Anh Tran and Chung Nguyen Tran and Ngoc-Luu Nguyen and Nhan Cach Dang and Jordi Carrabina and David Castells-Rufas and Minh Son Nguyen},
  journal= {arXiv preprint arXiv:2507.13360},
  year   = {2025}
}

Comments

6 pages, 3 figures, ICCCE 2025

R2 v1 2026-07-01T04:06:38.404Z