Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: pytorch
|
| 4 |
+
tags:
|
| 5 |
+
- medical-imaging
|
| 6 |
+
- image-registration
|
| 7 |
+
- cardiac-mri
|
| 8 |
+
- flow-matching
|
| 9 |
+
datasets:
|
| 10 |
+
- mathpluscode/ACDC-FlowReg
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# FlowReg: Flow Matching-enabled Test-Time Refinement for Unsupervised Cardiac MR Registration
|
| 14 |
+
|
| 15 |
+
Pretrained checkpoints for **FlowReg** and **CorrMLP** for unsupervised deformable 3D medical image registration on cardiac MRI.
|
| 16 |
+
|
| 17 |
+
- **Paper**: [Flow Matching-enabled Test-Time Refinement for Unsupervised Cardiac MR Registration](https://arxiv.org/abs/2603.01073)
|
| 18 |
+
- **Code**: [GitHub](https://github.com/mathpluscode/FlowReg)
|
| 19 |
+
- **Dataset**: [mathpluscode/ACDC-FlowReg](https://huggingface.co/datasets/mathpluscode/ACDC-FlowReg)
|
| 20 |
+
|
| 21 |
+
## Available Checkpoints
|
| 22 |
+
|
| 23 |
+
| Model | Dataset | Direction | Subfolder |
|
| 24 |
+
|---------|---------|-----------|------------------------|
|
| 25 |
+
| FlowReg | ACDC | ED→ES | `flowreg/acdc_ed2es` |
|
| 26 |
+
| FlowReg | ACDC | ES→ED | `flowreg/acdc_es2ed` |
|
| 27 |
+
| FlowReg | M&Ms-2 | ED→ES | `flowreg/mnms2_ed2es` |
|
| 28 |
+
| FlowReg | M&Ms-2 | ES→ED | `flowreg/mnms2_es2ed` |
|
| 29 |
+
| CorrMLP | ACDC | ED→ES | `corrmlp/acdc_ed2es` |
|
| 30 |
+
| CorrMLP | ACDC | ES→ED | `corrmlp/acdc_es2ed` |
|
| 31 |
+
| CorrMLP | M&Ms-2 | ED→ES | `corrmlp/mnms2_ed2es` |
|
| 32 |
+
| CorrMLP | M&Ms-2 | ES→ED | `corrmlp/mnms2_es2ed` |
|
| 33 |
+
|
| 34 |
+
See the [GitHub repo](https://github.com/mathpluscode/FlowReg) for full usage and training instructions.
|