JuliaWolleb / Diffusion-based-Segmentation

This is the official Pytorch implementation of the paper "Diffusion Models for Implicit Image Segmentation Ensembles".
MIT License
271 stars 35 forks source link

Poor Results In Pancreas #30

Closed YonghanLU closed 1 year ago

YonghanLU commented 1 year ago

When I trained the model you proposed on the pancreatic dataset, I found that the performance was poor, but the loss function converged quickly. I extracted the slices from the .nii files and converted them to .npy files, and finally transformed them into tensors to feed into the diffusion model. Have you ever encountered this issue?

JuliaWolleb commented 1 year ago

Hi The loss function indeed converges very quickly, but still you need to go on with the training for a while (this is the case for all diffusion models that I trained so far). For how many epochs/iterations did you train? Does the performance get better when you train longer?

YonghanLU commented 1 year ago

Than you for your response,I will try to train longer .