sct-pipeline / contrast-agnostic-softseg-spinalcord

Contrast-agnostic spinal cord segmentation project with softseg
MIT License
4 stars 3 forks source link

Consistency regularization #16

Open jcohenadad opened 2 years ago

jcohenadad commented 2 years ago

In recent DL work, consistency regularization consists on ensuring the same output while applying transformations on the input (eg: rotation, translation). Consistency regularization can notably be done with a student-teacher approach.

I'm wondering if we could possibly get inspiration from this approach for our contrast-agnostic segmentation? Eg: further alter the image contrast with non-linear signal scaling (randomize the target shape of the image histogram)?