szc19990412 / TransMIL

TransMIL: Transformer based Correlated Multiple Instance Learning for Whole Slide Image Classification
325 stars 72 forks source link

Cannot reproduce CAMELYON16 ablations #6

Closed DennisHaijma closed 1 year ago

DennisHaijma commented 2 years ago

Hi all,

Thanks for your work. All looks good except I have been trying for some time to reproduce your results. I just discovered the thread https://github.com/szc19990412/TransMIL/issues/4 where others also have failed to reproduce the results. More specifically, I have been trying to reproduce the CAMELYON16 TransMIL ablations and the ABMIL benchmark using your repository and my own repository (written using PyTorch Lightning).

Some things I would like to know for reproducibility of the experiments:

I will later report my scores for TransMIL & ABMIL using the repository and given data fold. Thanks in advance.

szc19990412 commented 2 years ago
Tonyboy999 commented 1 year ago

In my experiment, even directly validating on the Camelyon16 test dataset, I got a much worse result than his paper. (much lower than 0.88 acc and 0.93 auc). Did you successfully reproduce the result? @DennisHaijma