Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using CHIEF #25

Open
suminwei opened this issue Sep 19, 2024 · 1 comment
Open

Using CHIEF #25

suminwei opened this issue Sep 19, 2024 · 1 comment

Comments

@suminwei
Copy link

Hello,
I have a more naive question regarding using CHIEF
I was wondering is CHIEF mainly intended to be used as an encoder, and need to be used with a classification algorithm which takes the extracted features as input? If this is the case, what classification algorithm did you use when you performed the cancer detection task and compared to other weakly supervised methods (ie CLAM, ABMIL and DSMIL)?
Or, can CHIEF be used as a standalone to classify pathology images into different classes?
Thank you!
Lisa

@Xiyue-Wang
Copy link
Collaborator

Thank you, Lisa. Yes, your understanding is mostly correct. CHIEF can indeed be used for extracting feature representations from H&E-stained histological images. In our paper, we first employed the CHIEF architecture for a two-class classification task (i.e., cancer or non-cancer), and we fine-tuned it for other tasks. If you're aiming to perform a classification task with more classes, you can either freeze the model and extract WSI-level features for your classifiers or fine-tune the CHIEF model to suit your specific needs. In either case, be sure to replace the classifier with one designed for multi-class classification. Please feel free to let us know if you have more questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants