The Self-Supervision Regime and Encoder Fit for Histopathology Image Analysis#1132
Open
crovo77 wants to merge 1 commit intosunlabuiuc:masterfrom
Open
The Self-Supervision Regime and Encoder Fit for Histopathology Image Analysis#1132crovo77 wants to merge 1 commit intosunlabuiuc:masterfrom
crovo77 wants to merge 1 commit intosunlabuiuc:masterfrom
Conversation
b44c19a to
d2783cf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contributors: Armaan Mehta (armaanm3@illinois.edu), Stanley Su (ssu603@illinois.edu), Carson Crovo (ccrovo2@illinois.edu)
Contribution Type: New Dataset, New Task, New Model
Description: Added support for the TCGA-CRCk dataset and an associated task (groups tiles from Whole Slide Images into patient-level samples). Added model for self-attention Multiple Instance Learning which uses SimCLR encodings obtained through a replication of "The Self-Supervision Regime and Encoder Fit for Histopathology Image Analysis" (https://proceedings.mlr.press/v259/azhar25a.html).
Files to Review:
pyhealth/datasets/tcga_crck.py- Main dataset implementationpyhealth/datasets/configs/tcga_crck.yamlpyhealth/tasks/tcga_crck_msi_classification.py- Associated taskpyhealth/models/tcga_crck_simclr_mil.py- Associated modeltests/core/test_tcga_crck.py- Test Cases for dataset and tasktests/core/test_tcga_crck_simclr_mil.py- Test Cases for modelexamples/tcga_crck_simclr/tcga_crck_msi_classification_tissue_aware_simclr.py- Example full pipelinedocs/api/datasets/pyhealth.datasets.TCGACRCkDataset.rstdocs/api/tasks/pyhealth.tasks.TCGACRCkMSIClassification.rstdocs/api/models/pyhealth.models.TissueAwareSimCLR.rst