Add model card and metadata for CheXGenBench Re-ID model

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -1 +1,30 @@
1
- Patient Re-Identification Network trained to identify if two radiographs (X-rays) belong to the same patient.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: image-classification
3
+ ---
4
+
5
+ # CheXGenBench: Patient Re-Identification Network
6
+
7
+ This repository contains the Patient Re-Identification Network (RPN) based on a ResNet-50 architecture, as presented in the paper [CheXGenBench: A Unified Benchmark For Fidelity, Privacy and Utility of Synthetic Chest Radiographs](https://huggingface.co/papers/2505.10496).
8
+
9
+ The model is trained to identify if two chest radiographs (X-rays) belong to the same patient. Within the CheXGenBench framework, it serves as a key component for evaluating the privacy risks and clinical utility of synthetic chest radiograph generation by assessing whether generative models are memorizing or reproducing training data identities.
10
+
11
+ ## Links
12
+
13
+ - **Paper:** [CheXGenBench: A Unified Benchmark For Fidelity, Privacy and Utility of Synthetic Chest Radiographs](https://huggingface.co/papers/2505.10496)
14
+ - **Project Page:** [https://raman1121.github.io/CheXGenBench/](https://raman1121.github.io/CheXGenBench/)
15
+ - **GitHub Repository:** [https://github.com/Raman1121/CheXGenBench](https://github.com/Raman1121/CheXGenBench)
16
+
17
+ ## Usage
18
+
19
+ This model is intended to be used as part of the CheXGenBench evaluation suite to calculate privacy and patient re-identification metrics. For detailed instructions on environment setup and running evaluation scripts (such as `privacy_metrics.sh`), please refer to the [GitHub repository](https://github.com/Raman1121/CheXGenBench).
20
+
21
+ ## Citation
22
+
23
+ ```bibtex
24
+ @article{dutt2025chexgenbench,
25
+ title={CheXGenBench: A Unified Benchmark For Fidelity, Privacy and Utility of Synthetic Chest Radiographs},
26
+ author={Dutt, Raman and Sanchez, Pedro and Yao, Yongchen and McDonagh, Steven and Tsaftaris, Sotirios A and Hospedales, Timothy},
27
+ journal={arXiv preprint arXiv:2505.10496},
28
+ year={2025}
29
+ }
30
+ ```