Skip to content

Run Denoising

Train the denoising model on your images. The training process directly produces denoised images.

Unlike segmentation where training and inference are separate, denoising training directly produces your results. During training, the model learns noise patterns and simultaneously denoises your input images.

What happens during training

  1. Patches are extracted from your images

  2. Random pixels are masked

  3. The network learns to predict masked pixels from context

  4. This learned prediction removes noise from the full images

When training completes

  • Your images have been denoised

  • A trained model is saved for processing additional images

  • Step 4 (Inference) is optional — use it only if you have more images to process

Tip: You can start viewing results as soon as training completes. Step 4 is only needed to denoise additional images not included in training.

Part of DFG Priority Programme SPP2332 "Physics of Parasitism"