低光图像增强(Low-light image enhancement)文章整理

低光图像增强(Low-light image enhancement)文章整理低光图像增强是图像增强任务中的重要组成部分 目前对于低光图像增强方法的整理参差不全 因此希望在以有的文章基础上整理汇总一下现有的低光图像增强算法 文章和代码 希望为自己以及大家查找低光图像增强领域的文章和代码提供一些便捷

低光图像增强(Low-light image enhancement)文章整理

低光图像增强是图像增强任务中的重要组成部分,目前对于低光图像增强方法的整理参差不全。因此希望在以有的文章基础上整理汇总一下现有的低光图像增强算法(文章和代码)。希望为自己以及大家查找低光图像增强领域的文章和代码提供一些便捷。

常用网址

首先介绍一些比较适用的网址,前三个是github上对低光图像增强进行整理的网址,第四个是paperswithcode网站上关于低光图像整理的链接。

  1. https://github.com/Li-Chongyi/Lighting-the-Darkness-in-the-Deep-Learning-Era-Open
  2. https://github.com/baidut/OpenCE
  3. https://github.com/dawnlh/low-light-image-enhancement-resources
  4. https://paperswithcode.com/task/low-light-image-enhancement

常用数据集

  1. LOL: https://daooshee.github.io/BMVC2018website/
    Cite as: Wei C, Wang W, Yang W, et al. Deep retinex decomposition for low-light enhancement[J]. arXiv preprint arXiv:1808.04560, 2018.
  2. MEF: https://drive.google.com/drive/folders/1lp6m5JE3kf3M66Dicbx5wSnvhxt90V4T
    Cite as: Ma K, Zeng K, Wang Z. Perceptual quality assessment for multi-exposure image fusion[J]. IEEE Transactions on Image Processing, 2015, 24(11): 3345-3356.
  3. SID: https://github.com/cchen156/Learning-to-See-in-the-Dark
    Cite as: Chen C, Chen Q, Xu J, et al. Learning to see in the dark[C]//Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2018: 3291-3300.
  4. VV: https://drive.google.com/drive/folders/1lp6m5JE3kf3M66Dicbx5wSnvhxt90V4T
  5. DICM: https://drive.google.com/drive/folders/1lp6m5JE3kf3M66Dicbx5wSnvhxt90V4T
    Cite as: Lee C, Lee C, Kim C S. Contrast enhancement based on layered difference representation[C]//2012 19th IEEE International Conference on Image Processing. IEEE, 2012: 965-968.
  6. LIME: https://drive.google.com/file/d/0BwVzAzXoqrSXb3prWUV1YzBjZzg/view
    Cite as: Guo X, Li Y, Ling H. LIME: Low-light image enhancement via illumination map estimation[J]. IEEE Transactions on image processing, 2016, 26(2): 982-993.
  7. SCIE: https://github.com/csjcai/SICE
    Cite as: Cai J, Gu S, Zhang L. Learning a deep single image contrast enhancer from multi-exposure images[J]. IEEE Transactions on Image Processing, 2018, 27(4): 2049-2062.
  8. NPE: https://drive.google.com/drive/folders/1lp6m5JE3kf3M66Dicbx5wSnvhxt90V4T
    Cite as: Wang S, Zheng J, Hu H M, et al. Naturalness preserved enhancement algorithm for non-uniform illumination images[J]. IEEE Transactions on Image Processing, 2013, 22(9): 3538-3548.

论文列表

【2021】

1、文章:EnlightenGAN: Deep Light Enhancement Without Paired Supervision【半监督学习】【GAN】

Cite as: Y. Jiang et al., “EnlightenGAN: Deep Light Enhancement Without Paired Supervision,” in IEEE Transactions on Image Processing, vol. 30, pp. 2340-2349, 2021, doi: 10.1109/TIP.2021..

Paper: https://ieeexplore.ieee.org/abstract/document/

Code: https://github.com/VITA-Group/EnlightenGAN 【Pytorch】

2、文章:Beyond Brightening Low-light Images【监督学习】【Retinex】


Cite as: Zhang Y, Guo X, Ma J, et al. Beyond Brightening Low-light Images[J]. International Journal of Computer Vision, 2021, 129(4): 1013-1037.

Paper: https://link.springer.com/article/10.1007/s11263-020-01407-x

Code: https://github.com/zhangyhuaee/KinD 【Tensorflow】

【2020】

1、文章: Zero-reference deep curve estimation for low-light image enhancement【Zero-short Learning】

Cite as: Guo C, Li C, Guo J, et al. Zero-reference deep curve estimation for low-light image enhancement[C]//Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2020: 1780-1789.

Paper: https://openaccess.thecvf.com/content_CVPR_2020/html/Guo_Zero-Reference_Deep_Curve_Estimation_for_Low-Light_Image_Enhancement_CVPR_2020_paper.html

Code: https://github.com/Li-Chongyi/Zero-DCE 【Pytorch】

2、文章:From fidelity to perceptual quality: A semi-supervised approach for low-light image enhancement【半监督学习】


Cite as: Yang W, Wang S, Fang Y, et al. From fidelity to perceptual quality: A semi-supervised approach for low-light image enhancement[C]//Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2020: 3063-3072.

Paper: https://openaccess.thecvf.com/content_CVPR_2020/html/Yang_From_Fidelity_to_Perceptual_Quality_A_Semi-Supervised_Approach_for_Low-Light_CVPR_2020_paper.html

Code: https://github.com/flyywh/CVPR-2020-Semi-Low-Light 【Pytorch】

3、文章:From fidelity to perceptual quality: A semi-supervised approach for low-light image enhancement【半监督学习】


Cite as: Yang W, Wang S, Fang Y, et al. From fidelity to perceptual quality: A semi-supervised approach for low-light image enhancement[C]//Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2020: 3063-3072.

Paper: https://openaccess.thecvf.com/content_CVPR_2020/html/Yang_From_Fidelity_to_Perceptual_Quality_A_Semi-Supervised_Approach_for_Low-Light_CVPR_2020_paper.html

Code: https://github.com/flyywh/CVPR-2020-Semi-Low-Light 【Pytorch】

Cite as: Lv F, Liu B, Lu F. Fast Enhancement for Non-Uniform Illumination Images using Light-weight CNNs[C]//Proceedings of the 28th ACM International Conference on Multimedia. 2020: 1450-1458.

Paper: https://dl.acm.org/doi/abs/10.1145/.

Code: 未开源【TensorFlow】

5、文章:Integrating semantic segmentation and retinex model for low light image enhancement【Retinex 】


Cite as: Fan M, Wang W, Yang W, et al. Integrating semantic segmentation and retinex model for low-light image enhancement[C]//Proceedings of the 28th ACM International Conference on Multimedia. 2020: 2317-2325.

Paper: https://dl.acm.org/doi/abs/10.1145/.

Code: 未开源

6、文章:Learning to restore low-light images via decomposition-and-enhancement


Cite as: Xu K, Yang X, Yin B, et al. Learning to restore low-light images via decomposition-and-enhancement[C]//Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2020: 2281-2290.

Paper: https://openaccess.thecvf.com/content_CVPR_2020/html/Xu_Learning_to_Restore_Low-Light_Images_via_Decomposition-and-Enhancement_CVPR_2020_paper.html

Code: 未开源【PyTorch】

Cite as: Zhu M, Pan P, Chen W, et al. Eemefn: Low-light image enhancement via edge-enhanced multi-exposure fusion network[C]//Proceedings of the AAAI Conference on Artificial Intelligence. 2020, 34(07): 13106-13113.

Paper: https://ojs.aaai.org/index.php/AAAI/article/view/7013

Code: 未开源【Pytorch】

8、文章:Lightening network for low-light image enhancement


Cite as: Wang L W, Liu Z S, Siu W C, et al. Lightening network for low-light image enhancement[J]. IEEE Transactions on Image Processing, 2020, 29: 7984-7996.

Paper: https://ieeexplore.ieee.org/abstract/document/

Code: 未开源【Pytorch】

9、文章:Luminance-aware pyramid network for low-light image enhancement


Cite as: Li J, Li J, Fang F, et al. Luminance-aware Pyramid Network for Low-light Image Enhancement[J]. IEEE Transactions on Multimedia, 2020.

Paper: https://ieeexplore.ieee.org/abstract/document/

Code: 未开源【Pytorch】

10、文章: Low light video enhancement using synthetic data produced with an intermediate domain mapping


Cite as: Triantafyllidou D, Moran S, McDonagh S, et al. Low Light Video Enhancement using Synthetic Data Produced with an Intermediate Domain Mapping[C]//European Conference on Computer Vision. Springer, Cham, 2020: 103-119.

Paper: https://link.springer.com/chapter/10.1007/978-3-030-58601-0_7

Code: 未开源【Tensorflow】

11、文章:TBEFN: A two-branch exposure-fusion network for low-light image enhancement


Cite as: Lu K, Zhang L. TBEFN: A two-branch exposure-fusion network for low-light image enhancement[J]. IEEE Transactions on Multimedia, 2020.

Paper: https://ieeexplore.ieee.org/abstract/document//

Code: https://github.com/lukun199/TBEFN【Tensorflow】

12、文章:Zero-shot restoration of underexposed images via robust retinex decomposition 【Zero-short Learning】【Retinex】


Cite as: Zhu A, Zhang L, Shen Y, et al. Zero-shot restoration of underexposed images via robust retinex decomposition[C]//2020 IEEE International Conference on Multimedia and Expo (ICME). IEEE, 2020: 1-6.

Paper: https://ieeexplore.ieee.org/abstract/document//

Code: https://aaaaangel.github.io/RRDNet-Homepage【Pytorch】

13、文章:DSLR: Deep stacked laplacian restorer for low-light image enhancement


Cite as: Lim S, Kim W. DSLR: Deep Stacked Laplacian Restorer for Low-light Image Enhancement[J]. IEEE Transactions on Multimedia, 2020.

Paper: https://ieeexplore.ieee.org/abstract/document//

Code: https://github.com/SeokjaeLIM/DSLR-release【Pytorch】

【2019】

1、文章:Seeing motion in the dark

Cite as: Chen C, Chen Q, Do M N, et al. Seeing motion in the dark[C]//Proceedings of the IEEE/CVF International Conference on Computer Vision. 2019: 3185-3194.

Paper: https://openaccess.thecvf.com/content_ICCV_2019/html/Chen_Seeing_Motion_in_the_Dark_ICCV_2019_paper.html

Code: https://github.com/cchen156/Seeing-Motion-in-the-Dark【TensorFlow】

2、文章:Learning to see moving object in the dark


Cite as: Jiang H, Zheng Y. Learning to see moving objects in the dark[C]//Proceedings of the IEEE/CVF International Conference on Computer Vision. 2019: 7324-7333.

Paper: https://openaccess.thecvf.com/content_ICCV_2019/html/Jiang_Learning_to_See_Moving_Objects_in_the_Dark_ICCV_2019_paper.html

Code: https://github.com/MichaelHYJiang【TensorFlow】

3、文章:Underexposed photo enhancement using deep illumination estimation


Cite as: Wang R, Zhang Q, Fu C W, et al. Underexposed photo enhancement using deep illumination estimation[C]//Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2019: 6849-6857.

Paper: https://openaccess.thecvf.com/content_CVPR_2019/html/Wang_Underexposed_Photo_Enhancement_Using_Deep_Illumination_Estimation_CVPR_2019_paper.html

Code: https://github.com/Jia-Research-Lab/DeepUPE【TensorFlow】

4、文章:Kindling the darkness: A practical low-light image enhancer 【Retinex】


Cite as: Zhang Y, Zhang J, Guo X. Kindling the darkness: A practical low-light image enhancer[C]//Proceedings of the 27th ACM International Conference on Multimedia. 2019: 1632-1640.

Paper: https://dl.acm.org/doi/abs/10.1145/.

Code: https://github.com/zhangyhuaee/KinD【TensorFlow】

Cite as: Wang Y, Cao Y, Zha Z J, et al. Progressive retinex: Mutually reinforced illumination-noise perception network for low-light image enhancement[C]//Proceedings of the 27th ACM International Conference on Multimedia. 2019: 2015-2023.

Paper: https://dl.acm.org/doi/abs/10.1145/.

Code: 未开源【Caffe】

Cite as: Ren W, Liu S, Ma L, et al. Low-light image enhancement via a deep hybrid network[J]. IEEE Transactions on Image Processing, 2019, 28(9): 4364-4375.

Paper: https://ieeexplore.ieee.org/abstract/document//

Code: 未开源【Caffe】

7、文章:Zero-shot restoration of back-lit images using deep internal learning


Cite as: Zhang L, Zhang L, Liu X, et al. Zero-shot restoration of back-lit images using deep internal learning[C]//Proceedings of the 27th ACM International Conference on Multimedia. 2019: 1623-1631.

Paper: https://dl.acm.org/doi/abs/10.1145/.

Code: https://cslinzhang.github.io/ExCNet/【PyTorch】

【2018】

1、文章:LightenNet: A convolutional neural network for weakly illuminated image enhancement

Cite as: Li C, Guo J, Porikli F, et al. LightenNet: A convolutional neural network for weakly illuminated image enhancement[J]. Pattern Recognition Letters, 2018, 104: 15-22.

Paper: https://www.sciencedirect.com/science/article/abs/pii/S00163

Code: https://li-chongyi.github.io/proj_lowlight.html【Caffe & MATLAB】

2、文章:Deep retinex decomposition for low-light enhancement 【Retinex】


Cite as: Wei C, Wang W, Yang W, et al. Deep retinex decomposition for low-light enhancement[J]. arXiv preprint arXiv:1808.04560, 2018.

Paper: https://arxiv.org/abs/1808.04560

Code: https://github.com/weichen582/RetinexNet【TensorFlow】

3、文章:MBLLEN: Low-light image/video enhancement using CNNs


Cite as: Lv F, Lu F, Wu J, et al. MBLLEN: Low-Light Image/Video Enhancement Using CNNs[C]//BMVC. 2018: 220.

Paper: http://bmvc2018.org/contents/papers/0700.pdf

Code: https://github.com/Lvfeifan/MBLLEN【TensorFlow】

4、文章:Learning a deep single image contrast enhancer from multi-exposure images


Cite as: Cai J, Gu S, Zhang L. Learning a deep single image contrast enhancer from multi-exposure images[J]. IEEE Transactions on Image Processing, 2018, 27(4): 2049-2062.

Paper: https://ieeexplore.ieee.org/abstract/document//

Code: https://github.com/csjcai/SICE【Caffe & MATLAB】

5、文章:Learning to see in the dark


Cite as: Chen C, Chen Q, Xu J, et al. Learning to see in the dark[C]//Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2018: 3291-3300.

Paper: https://openaccess.thecvf.com/content_cvpr_2018/html/Chen_Learning_to_See_CVPR_2018_paper.html

Code: https://github.com/cchen156/Learning-to-See-in-the-Dark【TensorFlow】

6、文章:DeepExposure: Learning to expose photos with asynchronously reinforced adversarial learning


Cite as: Yu R, Liu W, Zhang Y, et al. Deepexposure: Learning to expose photos with asynchronously reinforced adversarial learning[C]//Proceedings of the 32nd International Conference on Neural Information Processing Systems. 2018: 2153-2163.

Paper: https://dl.acm.org/doi/abs/10.5555/.

Code: 未开源【TensorFlow】

【2017】

1、文章:LLNet: A deep autoencoder approach to natural low-light image enhancement

Cite as: Lore K G, Akintayo A, Sarkar S. LLNet: A deep autoencoder approach to natural low-light image enhancement[J]. Pattern Recognition, 2017, 61: 650-662.

Paper: https://www.sciencedirect.com/science/article/abs/pii/S0025X

Code: https://github.com/kglore/llnet_color【Theano】

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/225277.html原文链接:https://javaforall.net

(0)
上一篇 2026年3月17日 上午9:40
下一篇 2026年3月17日 上午9:40


相关推荐

  • python 抢购小米_利用Python+selenium实现小米商城抢购代码

    python 抢购小米_利用Python+selenium实现小米商城抢购代码学习软件测试时了解了 selenium 脚本录制很方便 写了一个简单的脚本 selenium 可以方便进行 Web 测试 并且支持多种语言 因此我们选用 selenium 工具 实现简单的小米商城的商品抢购 其他购物平台类似 首先需要安装一款浏览器 selenium 支持大多数主流浏览器如 Chrome Firefox 等 这里使用 Firefox 然后下载 selenium 工具 并且将 exe 解压到浏览器的根目录 如

    2026年3月19日
    2
  • C++右值引用

    C++右值引用技术交流 技术交流 VX Chamfion

    2026年3月19日
    2
  • scanf 函数的返回值

    scanf 函数的返回值1 scanf 函数是有返回值的 它的返回值可以分成三种情况 1 正整数 表示正确输入参数的个数 例如执行 scanf d d amp a amp b 如果用户输入 34 可以正确输入 返回 2 正确输入了两个变量 如果用户输入 3 4 可以正确输入 a 无法输入 b 返回 1 正确输入了一个变量 2 0 表示用户

    2026年3月18日
    2
  • 【OpenCV】Canny 边缘检测

    【OpenCV】Canny 边缘检测Canny边缘检测算法1986年,JOHNCANNY提出一个很好的边缘检测算法,被称为Canny编边缘检测器[1]。Canny边缘检测根据对信噪比与定位乘积进行测度,得到最优化逼近算子,也就是Canny算子。类似与LoG边缘检测方法,也属于先平滑后求导数的方法。使用Canny边缘检测器,图象边缘检测必须满足两个条件:能有效地抑制噪声;必须尽量精确确定边缘的位置。算

    2022年5月29日
    38
  • k8s pod调度_调度方式

    k8s pod调度_调度方式k8s概述定向调度亲和性调度污点和容忍Pod的调度概述在默认情况下,一个Pod在哪个Node节点上运行,是由Scheduler组件采用相应的算法计算出来的,这个过程是不受人工控制的。但是在实际使用中,这并不满足需求,因为很多情况下,我们想控制某些Pod到达某些节点上,那么应该怎么做?这就要求了解kubernetes对Pod的调度规则,kubernetes提供了四大类调度方式。自动调度:运行在哪个Node节点上完全由Scheduler经过一系列的算法计算得出。定向调度:NodeName、NodeS

    2022年8月9日
    21
  • 微软大模型入门:如何快速部署Phi-3或GPT-4o Mini到本地环境?

    微软大模型入门:如何快速部署Phi-3或GPT-4o Mini到本地环境?

    2026年3月12日
    2

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号