ibrahimhamamci
commited on
Commit
•
c089605
1
Parent(s):
f28d310
Update README.md
Browse files
README.md
CHANGED
@@ -7,11 +7,12 @@ Welcome to the official page of the DENTEX dateset, which has been released as p
|
|
7 |
|
8 |
The challenge provides three types of hierarchically annotated data and additional unlabeled X-rays for optional pre-training. The annotation of the data is structured using the Fédération Dentaire Internationale (FDI) system. The first set of data is partially labeled because it only includes quadrant information. The second set of data is also partially labeled but contains additional enumeration information along with the quadrant. The third data is fully labeled because it includes all quadrant-enumeration-diagnosis information for each abnormal tooth, and all participant algorithms will be benchmarked on the third data.
|
9 |
|
10 |
-
## DENTEXT Dataset
|
11 |
<p align="center">
|
12 |
<img src="https://github.com/ibrahimethemhamamci/CT-CLIP/blob/main/figures/CT-RATE.png?raw=true" width="100%">
|
13 |
</p>
|
14 |
|
|
|
|
|
15 |
The DENTEX dataset comprises panoramic dental X-rays obtained from three different institutions using standard clinical conditions but varying equipment and imaging protocols, resulting in diverse image quality reflecting heterogeneous clinical practice. The dataset includes X-rays from patients aged 12 and above, randomly selected from the hospital's database to ensure patient privacy and confidentiality.
|
16 |
|
17 |
To enable effective use of the FDI system, the dataset is hierarchically organized into three types of data;
|
@@ -24,15 +25,21 @@ To enable effective use of the FDI system, the dataset is hierarchically organiz
|
|
24 |
|
25 |
The diagnosis class includes four specific categories: caries, deep caries, periapical lesions, and impacted teeth. An additional 1571 unlabeled X-rays are provided for pre-training.tientID_scanID_reconstructionID. For instance, "valid_53_a_1" indicates that this is a CT volume from the validation set, scan "a" from patient 53, and reconstruction 1 of scan "a". This naming convention applies to all files.
|
26 |
|
|
|
|
|
|
|
|
|
27 |
## Annotation Protocol
|
28 |
|
29 |
The DENTEX provides three hierarchically annotated datasets that facilitate various dental detection tasks: (1) quadrant-only for quadrant detection, (2) quadrant-enumeration for tooth detection, and (3) quadrant-enumeration-diagnosis for abnormal tooth detection. Although it may seem redundant to provide a quadrant detection dataset, it is crucial for utilizing the FDI Numbering System. The FDI system is a globally-used system that assigns each quadrant of the mouth a number from 1 through 4. The top right is 1, the top left is 2, the bottom left is 3, and the bottom right is 4. Then each of the eight teeth and each molar are numbered 1 through 8. The 1 starts at the front middle tooth, and the numbers rise the farther back we go. So for example, the back tooth on the lower left side would be 48 according to FDI notation, which means quadrant 4, number 8. Therefore, the quadrant segmentation dataset can significantly simplify the dental enumeration task, even though evaluations will be made only on the fully annotated third data.
|
30 |
|
31 |
-
## Data Split for Evaluation and Training
|
32 |
<p align="center">
|
33 |
<img src="https://github.com/ibrahimethemhamamci/CT-CLIP/blob/main/figures/CT-CLIP.png?raw=true" width="100%">
|
34 |
</p>
|
35 |
|
|
|
|
|
|
|
36 |
The DENTEX 2023 dataset comprises three types of data: (a) partially annotated quadrant data, (b) partially annotated quadrant-enumeration data, and (c) fully annotated quadrant-enumeration-diagnosis data. The first two types of data are intended for training and development purposes, while the third type is used for training and evaluations.
|
37 |
|
38 |
To comply with standard machine learning practices, the fully annotated third dataset, consisting of 1005 panoramic X-rays, is partitioned into training, validation, and testing subsets, comprising 705, 50, and 250 images, respectively. Ground truth labels are provided only for the training data, while the validation data is provided without associated ground truth, and the testing data is kept hidden from participants.
|
@@ -41,7 +48,7 @@ Note: The datasets are fully identical to the data used for our baseline method,
|
|
41 |
|
42 |
|
43 |
## Citing Us
|
44 |
-
If you use DENTEX, we would appreciate references to the following papers
|
45 |
```
|
46 |
1. @article{hamamci2023dentex,
|
47 |
title={DENTEX: An Abnormal Tooth Detection with Dental Enumeration and Diagnosis Benchmark for Panoramic X-rays},
|
@@ -58,7 +65,6 @@ If you use DENTEX, we would appreciate references to the following papers.
|
|
58 |
year={2023},
|
59 |
organization={Springer}
|
60 |
}
|
61 |
-
}
|
62 |
|
63 |
```
|
64 |
## License
|
|
|
7 |
|
8 |
The challenge provides three types of hierarchically annotated data and additional unlabeled X-rays for optional pre-training. The annotation of the data is structured using the Fédération Dentaire Internationale (FDI) system. The first set of data is partially labeled because it only includes quadrant information. The second set of data is also partially labeled but contains additional enumeration information along with the quadrant. The third data is fully labeled because it includes all quadrant-enumeration-diagnosis information for each abnormal tooth, and all participant algorithms will be benchmarked on the third data.
|
9 |
|
|
|
10 |
<p align="center">
|
11 |
<img src="https://github.com/ibrahimethemhamamci/CT-CLIP/blob/main/figures/CT-RATE.png?raw=true" width="100%">
|
12 |
</p>
|
13 |
|
14 |
+
## DENTEXT Dataset
|
15 |
+
|
16 |
The DENTEX dataset comprises panoramic dental X-rays obtained from three different institutions using standard clinical conditions but varying equipment and imaging protocols, resulting in diverse image quality reflecting heterogeneous clinical practice. The dataset includes X-rays from patients aged 12 and above, randomly selected from the hospital's database to ensure patient privacy and confidentiality.
|
17 |
|
18 |
To enable effective use of the FDI system, the dataset is hierarchically organized into three types of data;
|
|
|
25 |
|
26 |
The diagnosis class includes four specific categories: caries, deep caries, periapical lesions, and impacted teeth. An additional 1571 unlabeled X-rays are provided for pre-training.tientID_scanID_reconstructionID. For instance, "valid_53_a_1" indicates that this is a CT volume from the validation set, scan "a" from patient 53, and reconstruction 1 of scan "a". This naming convention applies to all files.
|
27 |
|
28 |
+
<p align="center">
|
29 |
+
<img src="https://github.com/ibrahimethemhamamci/CT-CLIP/blob/main/figures/CT-RATE.png?raw=true" width="100%">
|
30 |
+
</p>
|
31 |
+
|
32 |
## Annotation Protocol
|
33 |
|
34 |
The DENTEX provides three hierarchically annotated datasets that facilitate various dental detection tasks: (1) quadrant-only for quadrant detection, (2) quadrant-enumeration for tooth detection, and (3) quadrant-enumeration-diagnosis for abnormal tooth detection. Although it may seem redundant to provide a quadrant detection dataset, it is crucial for utilizing the FDI Numbering System. The FDI system is a globally-used system that assigns each quadrant of the mouth a number from 1 through 4. The top right is 1, the top left is 2, the bottom left is 3, and the bottom right is 4. Then each of the eight teeth and each molar are numbered 1 through 8. The 1 starts at the front middle tooth, and the numbers rise the farther back we go. So for example, the back tooth on the lower left side would be 48 according to FDI notation, which means quadrant 4, number 8. Therefore, the quadrant segmentation dataset can significantly simplify the dental enumeration task, even though evaluations will be made only on the fully annotated third data.
|
35 |
|
|
|
36 |
<p align="center">
|
37 |
<img src="https://github.com/ibrahimethemhamamci/CT-CLIP/blob/main/figures/CT-CLIP.png?raw=true" width="100%">
|
38 |
</p>
|
39 |
|
40 |
+
|
41 |
+
## Data Split for Evaluation and Training
|
42 |
+
|
43 |
The DENTEX 2023 dataset comprises three types of data: (a) partially annotated quadrant data, (b) partially annotated quadrant-enumeration data, and (c) fully annotated quadrant-enumeration-diagnosis data. The first two types of data are intended for training and development purposes, while the third type is used for training and evaluations.
|
44 |
|
45 |
To comply with standard machine learning practices, the fully annotated third dataset, consisting of 1005 panoramic X-rays, is partitioned into training, validation, and testing subsets, comprising 705, 50, and 250 images, respectively. Ground truth labels are provided only for the training data, while the validation data is provided without associated ground truth, and the testing data is kept hidden from participants.
|
|
|
48 |
|
49 |
|
50 |
## Citing Us
|
51 |
+
If you use DENTEX, we would appreciate references to the following papers:
|
52 |
```
|
53 |
1. @article{hamamci2023dentex,
|
54 |
title={DENTEX: An Abnormal Tooth Detection with Dental Enumeration and Diagnosis Benchmark for Panoramic X-rays},
|
|
|
65 |
year={2023},
|
66 |
organization={Springer}
|
67 |
}
|
|
|
68 |
|
69 |
```
|
70 |
## License
|