massaki75 commited on
Commit
4826fb1
·
verified ·
1 Parent(s): 9b4828a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # ProgEmu: Towards Interpretable Counterfactual Generation via Multimodal Autoregression
2
+
3
+ This repository contains the model weights for the MICCAI'25 paper: Towards Interpretable Counterfactual Generation via Multimodal Autoregression ([arxiv](https://arxiv.org/abs/2503.23149), [homepage](https://progemu.github.io/), [model](https://huggingface.co/massaki75/progemu/tree/main)). Supported by Shanghai Innovation Institute (SII).
4
+
5
+
6
+
7
+ ## Highlights 💡
8
+ - **Interpretable Counterfactual Generation (ICG)**: Jointly produces a counterfactual CXR image and a concise interpretation text that pinpoints progression-induced visual changes.
9
+ - **ICG-CXR Dataset**: Over 10k longitudinal CXR quadruples (prior image, prompt, subsequent image, interpretation) that supports ICG task.
10
+ - **ProgEmu Framework**: A single multimodal autoregressive transformer that generates visual and textual counterfactuals in one forward pass.