Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
DOI:
Libraries:
Datasets
pandas
File size: 3,932 Bytes
bedc51d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
168e48e
bedc51d
168e48e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5427937
168e48e
 
 
 
 
9b7484e
 
 
 
 
 
 
 
 
 
168e48e
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: line
    dtype: string
  - name: rad_score
    dtype: string
  - name: session
    dtype: int64
  splits:
  - name: train
    num_bytes: 68961229.076
    num_examples: 1476
  - name: test
    num_bytes: 68472028.992
    num_examples: 1674
  download_size: 137564710
  dataset_size: 137433258.06800002
---
# Dataset Card for mri-sym2

### Dataset Summary

SymBrain, an annotated dataset of brain MRI images designed to advance the field of brain symmetry detection and segmentation. 
Our dataset comprises a diverse collection of brain MRI T1w and T2w scans from the [dHCP](https://biomedia.github.io/dHCP-release-notes/download.html) dataset.
Each annotated to highlight the ideal **straight** mid-sagittal plane (MSP), demarcating the brain into two symmetrical hemispheres. 
The accurate extraction of the MSP has the potential to greatly enhance segmentation precision. 

Researchers and practitioners can utilize this dataset to devise innovative methods for enhanced brain MRI image segmentation. 
SymBrain's rich and extensive content empowers the research community to address complex challenges in neuroimaging analysis, 
ultimately contributing to advancements in medical diagnostics and treatment planning.

Symmetry analysis plays an important role in medical image processing, particularly in the detection of diseases and malformations. 
SymBrain leverages the inherent bilateral symmetry observed in brain MRI images, 
making it an invaluable resource for the development and evaluation 
of automated algorithms aimed at detecting the symmetry axis within brain MRI data. 


## Dataset Structure

The dataset contains 1476 T1w images types and 1674 T2w images. 
The differences between the modalities lie in the intensity variations of the different brain areas. 
All the images are accessible in the 'train' part of the dataset. 


## Dataset Creation

### Loading the data

The dataset contains a 'train' split of 1476 rows, containing the t1 type images, and a 'test' split of 1674 rows, with the t2 type images.  

```python
dataset = load_dataset("agucci/mri-sym2")
# first dataset example selection:
dataset['train'][0]
```

**Attributes :**
- *image:* PIL image, shape (290, 290)
- *line:* Straight line annotation coordinates on the image. ({'x':x1, 'y':y1}, {'x':x2, 'y':y2}).  Where (x1,y1), (x2,y2) are the starting and end points of the line.  
- *radscore:* Radiology score of the volume the image was extracted from. Please refer to [dHCP doc](https://biomedia.github.io/dHCP-release-notes/download.html#metadata) for scores explanation.  
- *session:* Session-ID of the original dataset, used for scan retrieval.  

### Source Data


[dHCP](https://biomedia.github.io/dHCP-release-notes/download.html) dataset.  
Three slices have been extracted from each of the 1050 3D volumes, creating 3150 images.

### Annotations

The authors did Annotations manually with the [V7lab tools](https://www.v7labs.com/).

### Licensing Information

mit

### Citation Information

When using the data please cite : 

```bibtext
@misc{gucciardi2024symbrain,
      title={Symbrain: A large-scale dataset of MRI images for neonatal brain symmetry analysis}, 
      author={Arnaud Gucciardi and Safouane El Ghazouali and Francesca Venturini and Vida Groznik and Umberto Michelucci},
      year={2024},
      eprint={2401.11814},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}
```

and 

**dhcp dataset**
Data were provided by the developing Human Connectome Project, KCL-Imperial-
Oxford Consortium funded by the European Research Council under the Eu-
ropean Union Seventh Framework Programme (FP/2007-2013) / ERC Grant
Agreement no. [319456]. We are grateful to the families who generously sup-
ported this trial.