--- license: mit task_categories: - image-segmentation - image-classification language: - en tags: - medical-imaging - mri - 3d - placenta - pas - placenta-accreta-spectrum - obstetrics size_categories: - n<1K pretty_name: PASD - Placenta Accreta Spectrum MRI Dataset --- # PASD — Placenta Accreta Spectrum MRI Dataset A 3D MRI dataset for **Placenta Accreta Spectrum (PAS)** diagnosis with voxel-level lesion masks and case-level diagnostic labels. This dataset accompanies the paper: > **3D Segment Anything Model with Visual Mamba for Diagnosing Placenta Accreta Spectrum**, IEEE Transactions on Image Processing. Source code for the proposed 3DSAMba method: [https://github.com/Drchip61/PASD](https://github.com/Drchip61/PASD). ## Dataset Summary | Split | Cases | Negative (label=0) | Positive (label=1) | | ----- | ----- | ------------------ | ------------------ | | train | 184 | 61 | 123 | | test | 60 | 20 | 40 | | total | 244 | 81 | 163 | Each case contains a single transverse-plane T2-weighted MRI volume of the uterus and the corresponding binary segmentation mask covering the suspected lesion region. Volumes are saved as NIfTI files (`.nii.gz`) at their native resolution; typical shape is `(560, 560, ~55-70)` with `float64` intensities in roughly `[0, 3500]`. ## Files & Layout ``` PASD/ ├── train/ │ ├── PASD_00001_1/ │ │ ├── PASD_00001_1_image.nii.gz # MRI volume │ │ └── mask.nii.gz # binary segmentation mask │ ├── PASD_00002_1/ │ │ └── ... │ └── PASD_00184_1/ └── test/ ├── PASD_00185_1/ │ └── ... └── PASD_00244_0/ ``` - The directory name encodes the case id and the **case-level class label** (`PASD_<5-digit-id>_