Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IGDNet: Zero-Shot Robust Underexposed Image Enhancement via Illumination-Guided and Denoising


Hailong Yan1  Junjian Huang2,†  Tingwen Huang3, Fellow, IEEE 
1 UESTC   2 SWU   3 SUAT
Corresponding author.
Abstract: Current methods for restoring underexposed images typically rely on supervised learning with paired underexposed and well-illuminated images. However, collecting such datasets is often impractical in real-world scenarios. Moreover, these methods can lead to over-enhancement, distorting well-illuminated regions. To address these issues, we propose IGDNet, a Zero-Shot enhancement method that operates solely on a single test image, without requiring guiding priors or training data. IGDNet exhibits strong generalization ability and effectively suppresses noise while restoring illumination. The framework comprises a decomposition module and a denoising module. The former separates the image into illumination and reflection components via a dense connection network, while the latter enhances non-uniformly illuminated regions using an illumination-guided pixel adaptive correction method. A noise pair is generated through downsampling and refined iteratively to produce the final result. Extensive experiments on four public datasets demonstrate that IGDNet significantly improves visual quality under complex lighting conditions. Quantitative results on metrics like PSNR (20.41dB) and SSIM (0.860dB) show that it outperforms 14 state-of-the-art unsupervised methods.

Demo

python pipeline.py

Citation

If you find the code helpful in your research or work, please cite the following paper:

@article{yan2025igdnet,
    title={IGDNet: Zero-Shot Robust Underexposed Image Enhancement via Illumination-Guided and Denoising},
    author={Yan, Hailong and Huang, Junjian, Huang, Tingwen},
    journal={IEEE Transactions on Artificial Intelligence},
    year={2025},
    publisher={IEEE}
}

About

[IEEE-TAI2025] Implementation of "IGDNet: Zero-Shot Robust Underexposed Image Enhancement via Illumination-Guided and Denoising"

Resources

Stars

10 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages