aeijpe commited on
Commit
2df1623
1 Parent(s): db824e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -1,8 +1,8 @@
1
- ---
2
- tags:
3
- - Medical Image Segmentation
4
- - Cross-Modal
5
- - Compositionality
6
- - Disentanglement
7
- ---
8
- These are the checkpoints of our proposed model from the paper 'Enhancing Cross-Modal Medical Image Segmentation through Compositionality', trained on the MMWHS dataset for MYO, LV, and RV segmentation and on the CHAOS dataset for liver parenchyma in both directions.
 
1
+ # Enhancing Cross-Modal Medical Image Segmentation through Compositionality and Disentanglement
2
+
3
+ This repository contains the checkpoints of several disentangled representation learning models for cross-modal medical image segmentation.
4
+ In particular, it contains the checkpoints of our proposed method, where we introduced compositionality into a cross-modal segmentation framework to enhance performance and interpretability, while reducing computational costs.
5
+
6
+ The checkpoints are trained for MYO, LV, and RV segmentation using the MMWHS dataset in both directions, i.e. with CT and MRI as target domain. Moreover, they are trained for liver parenchyma segmentation using the CHAOS dataset, with both MRI T1 and MRI T2 as target domain.
7
+
8
+ Please refer to the [original GitHub repository](https://github.com/Trustworthy-AI-UU-NKI/Cross-Modal-Segmentation)