You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

By agreeing you confirm that you are credentialed and allowed to use MIMIC-CXR, and will only share access to the model with people that are also credentialed for MIMIC-CXR. Relevant data use agreement: https://physionet.org/content/mimic-cxr/view-dua/2.0.0/

Log in or Sign Up to review the conditions and access this model content.

Research paper: https://arxiv.org/abs/2508.16783

🧨Inference with diffusers

import torch
from diffusers import DiffusionPipeline

device = torch.device("cuda" if torch.cuda.is_available() else "cpu")

pipe = DiffusionPipeline.from_pretrained("stanfordmimi/RoentGen-v2")
pipe = pipe.to(device)

prompt = "50 year old female. Normal chest radiograph."
image = pipe(prompt).images[0]

More info and instructions for use on GitHub.

🩻 Synthetic CXR Dataset

To be released soon, stay tuned.

Visuals

Important: The generated images are for research and educational purposes only and cannot replace real chest x-rays for medical diagnosis.

@misc{moroianu2025improvingperformancerobustnessfairness,
      title={Improving Performance, Robustness, and Fairness of Radiographic AI Models with Finely-Controllable Synthetic Data}, 
      author={Stefania L. Moroianu and Christian Bluethgen and Pierre Chambon and Mehdi Cherti and Jean-Benoit Delbrouck and Magdalini Paschali and Brandon Price and Judy Gichoya and Jenia Jitsev and Curtis P. Langlotz and Akshay S. Chaudhari},
      year={2025},
      eprint={2508.16783},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2508.16783}, 
}
Downloads last month
162
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for stanfordmimi/RoentGen-v2

Finetuned
(182)
this model