-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Up to now we use script affine_transform
to implement random rigid transformations that mimic subject repositioning for each scaling. This method works well but is not very realistic as it may oversimplify image acquisition reality (i.e., non-realistic intra-subject variability).
An improvement would be to augment the dataset with things like: random noise, random elastic transformation, and several artifacts (all part of torchIO).
@jcohenadad , what do you think? An alternative would be to use the data augmentation tools that were implemented in ivadomed to train models (https://github.com/ivadomed/ivadomed/blob/master/ivadomed/transforms.py ).
A remaining issue is to implement biologically realistic transformations, (e.g. choice of max_displacement for random elastic deformations, SC cord lesions...).