GlobalNet for 3D affine registration won't train on a dataset where LocalNet works fine #6856
-
Hi @wyli |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
maybe it's necessary to somehow include regularisers for the MONAI/monai/networks/nets/regunet.py Lines 299 to 302 in 7a760e6 @ebrahimebrahim probably have more ideas on this topic... |
Beta Was this translation helpful? Give feedback.
-
I have always struggled to get large affine transformations to work right using roughly the same approach you are taking, whether it's using It's counterintuitive, but for some reason it's much easier to get a CNN to learn nonparameteric deformable registration than it is to get it to learn affine registration. I'd love to hear an explanation for why that is if anyone understands it. I still haven't understood the problem of pairwise affine registration with a CNN, but here are some lessons I've learned trying to get it to work:
|
Beta Was this translation helpful? Give feedback.
I have always struggled to get large affine transformations to work right using roughly the same approach you are taking, whether it's using
GlobalNet
or whether it's my own setup just using the built in monai UNet.It's counterintuitive, but for some reason it's much easier to get a CNN to learn nonparameteric deformable registration than it is to get it to learn affine registration. I'd love to hear an explanation for why that is if anyone understands it.
I still haven't understood the problem of pairwise affine registration with a CNN, but here are some lessons I've learned trying to get it to work: