Update README.md
Browse files
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 |
-
@
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
|
|
|
| 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 |
```
|