Skip to content

Commit

Permalink
Add link to single-shot denoising
Browse files Browse the repository at this point in the history
  • Loading branch information
batson authored Jun 8, 2019
1 parent 9db9178 commit 0f9259c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ The notebook [Intro to Calibration](notebooks/Intro%20to%20Calibration.ipynb) sh

The notebook [Intro to Neural Nets](notebooks/Intro%20to%20Neural%20Nets.ipynb) shows how to train a denoising neural net using a self-supervised loss, on the simple example of MNIST digits. The notebook runs in less than a minute, on CPU, on a MacBook Pro. We implement this in [pytorch](www.pytorch.org).

The notebook [Single Shot Denoising](notebooks/Single-Shot%20Denoising.ipynb) demonstrates that there is enough information in a single 512x512 noisy image for a deep neural net to learn to denoise it, with performance better than classical blind image denoisers.

Because the self-supervised loss is much easier to implement than the data loading, GPU management, logging, and architecture design required for handling any particular dataset, we recommend that you take any existing pipeline for your data and simply modify the training loop.

### Traditional Supervised Learning
Expand Down

0 comments on commit 0f9259c

Please sign in to comment.