ogutsevda commited on
Commit
9cf3627
·
verified ·
1 Parent(s): 37f8fae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -13,7 +13,7 @@ library_name: pytorch
13
 
14
  # GrapHist: Graph Self-Supervised Learning for Histopathology
15
 
16
- This repository contains the pre-trained model from [GrapHist](https://github.com/ogutsevda/graphist). Pre-trained on the [graph-tcga-brca](https://huggingface.co/datasets/ogutsevda/graph-tcga-brca) dataset, it employs an **ACM-GIN** (Adaptive Channel Mixing Graph Isomorphism Network) encoder-decoder architecture with a masked node attribute prediction objective.
17
 
18
  <p align="center">
19
  <img src="graphist.png" alt="GrapHist architecture" width="100%">
@@ -107,10 +107,11 @@ The model architecture adapts code from [GraphMAE](https://github.com/THUDM/Grap
107
  ## Citation
108
 
109
  ```bibtex
110
- @article{graphist2025,
111
- title = {GrapHist: Graph Self-Supervised Learning for Histopathology},
112
- author = {TODO},
113
- journal = {TODO},
114
- year = {2025},
 
115
  }
116
  ```
 
13
 
14
  # GrapHist: Graph Self-Supervised Learning for Histopathology
15
 
16
+ This repository contains the pre-trained model from [GrapHist](https://github.com/ogutsevda/graphist). Pre-trained on the [graph-tcga-brca](https://huggingface.co/datasets/ogutsevda/graph-tcga-brca) dataset, it employs an **ACM-GIN** (Adaptive Channel Mixing Graph Isomorphism Network) encoder-decoder architecture with a masked node attribute prediction objective. Please check the associated [preprint](https://arxiv.org/pdf/2603.00143) for details.
17
 
18
  <p align="center">
19
  <img src="graphist.png" alt="GrapHist architecture" width="100%">
 
107
  ## Citation
108
 
109
  ```bibtex
110
+ @misc{ogut2026graphist,
111
+ title={GrapHist: Graph Self-Supervised Learning for Histopathology},
112
+ author={Sevda Öğüt and Cédric Vincent-Cuaz and Natalia Dubljevic and Carlos Hurtado and Vaishnavi Subramanian and Pascal Frossard and Dorina Thanou},
113
+ year={2026},
114
+ eprint={2603.00143},
115
+ url={https://arxiv.org/abs/2603.00143},
116
  }
117
  ```