Skip to content
Discussion options

You must be logged in to vote

Hi @tim-the-baker, thanks for your interest here.
The RandGaussianNoise transform in MONAI is designed to introduce randomness into the model's training, aiding in better generalization and preventing overfitting. It works by adding random Gaussian noise to the image data. Rather than having a fixed noise for all augmentations, the transform adds different noise levels sampled from the specified standard deviation each time it's applied. This brings more variation and randomness, and hence robustness, to the training.

Hope it helps, thanks.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@bakert1
Comment options

@irecana
Comment options

@KumoLiu
Comment options

@irecana
Comment options

@KumoLiu
Comment options

Answer selected by bakert1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants