jinxixiang / low_rank_wsi

Exploring Low-Rank Property in Multiple Instance Learning for Whole Slide Image Classification
10 stars 0 forks source link

Code for contrastive learning #4

Open Vison307 opened 7 months ago

Vison307 commented 7 months ago

Thank you for the awesome work!

The idea of introducing the low-rank constraint (LRC) into contrastive learning is interesting. However, I could not find the code of contrastive learning in the code repo. Could you please provide the code?

ElvinKim commented 3 months ago

Did you receive the LRC code? I also need the LRC code.

jinxixiang commented 2 months ago

I appreciate your interest. The basic idea of LRC is to mine more positive samples for pathology images. The core code is from https://github.com/HobbitLong/SupContrast.