Open XXZhou25 opened 3 years ago
And also from your code in MIR 3D, it looks like you didn't apply gradient loss? I mean a regularizer. It seems you are using NCC + MSE loss instead. Then may I know how you 'guarantee' the smoothness of deformation field? ('guarantee' I mean of course not 100% smooth, but at least penalize unsmoothness).
Hi, I am desperate with my model training. I used basic Voxelmorph model, and my loss is local NCC + l2 norm gradient of dvf, I've tried almost all possible learning rate, regularizor weight, my LDEs are almost not changed. I mean almost the same as original LDEs.
I tried to use only dirlab, and I even enlarged my dataset to about 400+ CTs. No way works so far. I thought one possible reason could be lack of training data.
But I am wondering if you only use Dirlab for both training and testing? And did you apply data augmentation to enrich your training? Your paper said you only used Dirlab for all procedures, I just want to double check.
Also, I am using random pairs as input, which means 2 input images may not come from one patient, and can be random phases.