Add dataset metadata and paper/project links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ task_categories:
4
+ - image-segmentation
5
+ tags:
6
+ - medical
7
+ - mri
8
+ - pancreas
9
+ ---
10
+
11
+ # CrossPan: A Comprehensive Benchmark for Cross-Sequence Pancreas MRI Segmentation and Generalization
12
+
13
+ [**Project Page**](https://crosspan.netlify.app/) | [**Paper**](https://huggingface.co/papers/2604.18797) | [**GitHub**](https://github.com/NUBagciLab/nnUNetDG)
14
+
15
+ CrossPan is a multi-institutional benchmark for cross-sequence pancreas MRI segmentation and generalization. It is designed to investigate the challenges of domain shifts across different MRI sequences, which is a critical barrier to clinically deployable AI models in abdominal imaging.
16
+
17
+ ## Dataset Summary
18
+
19
+ The benchmark comprises **1,386 3D scans** collected from **eight centers**. It specifically focuses on three routinely acquired MRI sequences:
20
+ - **T1-weighted**
21
+ - **T2-weighted**
22
+ - **Out-of-Phase (OP)**
23
+
24
+ The dataset reveals that cross-sequence domain shifts (physics-driven contrast inversions) are significantly more severe than cross-center variability, providing a robust testbed for evaluating domain generalization (DG) and foundation models like MedSAM2 in the context of medical imaging.
25
+
26
+ ## Task
27
+ The primary task associated with this dataset is **image segmentation**, specifically the automatic 3D segmentation of the pancreas in abdominal MRI scans.