Appearance
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
Patches are extracted from your images
Random pixels are masked
The network learns to predict masked pixels from context
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.