Skip to content
/ FoF Public

The official implementations of our BIBM'24 paper: Focus on Focus: Focus-oriented Representation Learning and Multi-view Cross-modal Alignment for Glioma Grading

Notifications You must be signed in to change notification settings

peterlipan/FoF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FoF

[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

framework

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!

Pipeline

  1. Create a conda environment using the requirements file.
conda env create -n env_name -f environment.yaml
conda activate env_name
  1. Download the TCGA-GBMLGG imaging dataset shared by PathomicFusion from Google Drive

  2. Modify the parameters in config/configs.yaml.

  3. Execute the training and validation process

python3 main.py

Illustrations

fig1 fig2 fig3 fig4 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.

Citation

@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}
}

About

The official implementations of our BIBM'24 paper: Focus on Focus: Focus-oriented Representation Learning and Multi-view Cross-modal Alignment for Glioma Grading

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages