[ICASSP'24] Noise2One: One-Shot Image Denoising with Local Implicit Learning
Authors: Kwanyoung Kim, Jong Chul Ye
- [2024.07.29] Our official Code Release
- [2024.04.14] Our paper is accepted on ICASSP2024.
- Install pytorch
conda install pytorch==1.10.1 torchvision==0.11.2 torchaudio=0.10.1 cudatoolkit=10.2 -c pytorch
- Install required packages.
pip install -r requirements.txt
Dataset | Pretrained model zoo |
---|---|
Gaussian | [Google Drive] |
Poisson | [Google Drive] |
Dataset | dataset download link |
---|---|
CBSD300 | [Google Drive] |
Kodak24 | [Google Drive] |
Set14 | [Google Drive] |
Dataset | dataset download link |
---|---|
One-Shot | [Google Drive] |
`bash demo_kan.sh`
bash demo_kan.sh
@inproceedings{kim2024noise2one,
title={Noise2one: One-Shot Image Denoising with Local Implicit Learning},
author={Kim, Kwanyoung and Ye, Jong Chul},
booktitle={ICASSP 2024-2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
pages={13036--13040},
year={2024},
organization={IEEE}
}