[ICCV 2025] Learning to See in the Extremely Dark [Paper]
Hai Jiang1, Binhao Guan2, Zhen Liu2, Xiaohong Liu3, Jian Yu4, Zheng Liu4, Songchen Han1, Shuaicheng Liu2
pip install -r requirements.txt
Our SIED dataset is available at [OneDrive] and [Baidu Yun (extracted code:4y4w)]. Please see the txt files in data folder for the training set and evaluation set split.
You can download our pre-trained model from [OneDrive] and [Baidu Yun (extracted code:m9zp)]
You need to modify dataset/dataloader.py slightly for your environment, and then
accelerate launch train.py
python inference.py
If you use this code or ideas from the paper for your research, please cite our paper:
@inproceedings{sied,
author = {Jiang, Hai and Guan, Binhao and Liu, Zhen and Liu, Xiaohong and Yu, Jian and Liu, Zheng and Han, Songchen and Liu, Shuaicheng},
title = {Learning to See in the Extremely Dark},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
year = {2025},
pages = {7676-7685}
}
Part of the code is adapted from the previous work: denoising-diffusion-pytorch. We thank all the authors for their contributions.



