[IEEE BIBM 2024] This is the official repository of our paper Focus on Focus: Focus-oriented Representation Learning and Multi-view Cross-modal Alignment for Glioma Grading
We playfully titled our paper 'Focus on Focus' to showcase the dual meanings of 'focus'—the act of paying attention and the central site of disease development in pathology. We hope this adds a smile to your reading experience! :) A special shoutout to Yupei for this brilliant little wordplay!
- Create a conda environment using the requirements file.
conda env create -n env_name -f environment.yaml
conda activate env_name
-
Download the TCGA-GBMLGG imaging dataset shared by PathomicFusion from Google Drive
-
Modify the parameters in config/configs.yaml.
-
Execute the training and validation process
python3 main.py
The trained FoF framework specifically focuses on regions of critical diagnostic significance, such as microvascular proliferation and pseudopalisading necrosis—hallmark features of Grade IV glioblastoma.
@article{pan2024focus,
title={Focus on Focus: Focus-oriented Representation Learning and Multi-view Cross-modal Alignment for Glioma Grading},
author={Pan, Li and Zhang, Yupei and Yang, Qiushi and Li, Tan and Xing, Xiaohan and Yeung, Maximus CF and Chen, Zhen},
journal={arXiv preprint arXiv:2408.08527},
year={2024}
}