willpower057 / RankMix

[CVPR2023] RankMix-Data-Augmentation-for-Weakly-Supervised-Learning-of-Classifying-Whole-Slide-Images
MIT License
4 stars 0 forks source link

About teacher-student framework in paper. #1

Open ing907 opened 10 months ago

ing907 commented 10 months ago

Hello. Thank you for the excellent work and repository; they have been very helpful.

I'm currently attempting to address my issue using RankMix with my own dataset, but I have a question about it.

I noticed that the teacher-student framework, mentioned in the CVPR 2023 paper, does not seem to be implemented in this repository.

Could you please confirm if this code has been implemented? If not, I'm curious whether there are plans to implement it and upload it later.

Thank you.

willpower057 commented 10 months ago

Hello:

I don't release teacher-student module in this repo for two reasons:

  1. As mentioned in the appendix of paper, the fine-tuning approach is more stable and better (i.e., --fix_score_function 'finetune' in this repo).
  2. Settings are too many and complicated to make it simple.

I don't have the plan to re-implement it, but I can tell you how to achieve it