sacmehta / YNet

Y-Net: Joint Segmentation and Classification for Diagnosis of Breast Biopsy Images
https://sacmehta.github.io/YNet/
MIT License
135 stars 33 forks source link

code not match paper #5

Closed ray-lee-94 closed 5 years ago

ray-lee-94 commented 5 years ago

Thank you for your code sharing. I concern about that your code dose not match the setting your paper. Diagnostic classification result is worse if using segmentation mask. But your code uses none of the segmentation mask, the background and discriminative mask. No code to caculate the frequency and Co-occurrence feature. I can't find any information about how to get the 44 dim feature vector. So i have my suspicions about your performance in the diagnostic classification task.

sacmehta commented 5 years ago

The code is only for Y-Net part (segmentation and saliency mask generation) and not for classification.

Computing frequency and co-occurence features is trivial and can be easily done using either Python or Matlab. That is why we didn’t include that code.

BTW, on which dataset are you testing?

sacmehta commented 5 years ago

Read below document for more details about classification part:

https://digital.lib.washington.edu/researchworks/bitstream/handle/1773/40012/Mercan_washington_0250E_17308.pdf?sequence=1&isAllowed=y

ray-lee-94 commented 5 years ago

Thank you for your quickly reply! I will read the dissertation.