| Literature DB >> 35062611 |
Minki Kim1, Sunwon Kang1, Byoung-Dai Lee2.
Abstract
Recently, deep learning has been employed in medical image analysis for several clinical imaging methods, such as X-ray, computed tomography, magnetic resonance imaging, and pathological tissue imaging, and excellent performance has been reported. With the development of these methods, deep learning technologies have rapidly evolved in the healthcare industry related to hair loss. Hair density measurement (HDM) is a process used for detecting the severity of hair loss by counting the number of hairs present in the occipital donor region for transplantation. HDM is a typical object detection and classification problem that could benefit from deep learning. This study analyzed the accuracy of HDM by applying deep learning technology for object detection and reports the feasibility of automating HDM. The dataset for training and evaluation comprised 4492 enlarged hair scalp RGB images obtained from male hair-loss patients and the corresponding annotation data that contained the location information of the hair follicles present in the image and follicle-type information according to the number of hairs. EfficientDet, YOLOv4, and DetectoRS were used as object detection algorithms for performance comparison. The experimental results indicated that YOLOv4 had the best performance, with a mean average precision of 58.67.Entities:
Keywords: deep learning; follicle detection; hair density measurement; hair transplant; object detection
Mesh:
Year: 2022 PMID: 35062611 PMCID: PMC8778236 DOI: 10.3390/s22020650
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1Examples of (a) images and (b) annotation information in the dataset.
Demographic information of the dataset.
| Classification | Information |
|---|---|
| The number of data samples | Male (4492)/Female (0) |
| Mean Age | 42 years |
Hyperparameter settings.
| Models | Iterations (Epochs) | Batch Size | Learning Rate | Optimizer | Learning Time (h) |
|---|---|---|---|---|---|
| EfficientDet | 100 | 16 | 1 × 10−4 | Stochastic Gradient Decent (SGD) | 20 |
| YOLOv4 | 100 | 32 | 1 × 10−3 | Adam | 24 |
| DetectoRS | 100 | 16 | 1 × 10−4 | SGD | 30 |
Figure 2Loss curves of the training process.
Comparative performance of the deep learning models.
| Models | Map | mAP(50) | mAP(75) | Precision | Recall | Accuracy |
|---|---|---|---|---|---|---|
| EfficientDet | 31.97 | 53.45 | 35.38 | 71.24 | 64.09 | 64.71 |
| YOLOv4 | 58.67 | 73.11 | 60.85 | 80.75 | 80.22 | 75.73 |
| DetectoRS | 37.22 | 58.13 | 40.64 | 71.26 | 71.60 | 66.36 |
Figure 3Performance comparison by class.
Figure 4Visualization of detection results in a short hair image.
Figure 5Visualization of detection results in a long hair image.
Figure 6Visualization of detection results in a white hair image.
Figure 7Visualization of detection results in an image with a large number of short and long hairs.
Effects of data augmentation.
| Models | Without Data Augmentation | With Data Augmentation | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Class 0 | Class 1 | Class 2 | Class 3 | mAP | Class 0 | Class 1 | Class 2 | Class 3 | mAP | |
| EfficientDet | 25.39 | 30.61 | 26.62 | 16.74 | 24.39 | 30.49 | 40.11 | 36.62 | 20.65 | 31.97 |
| YOLOv4 | 63.27 | 70.94 | 60.75 | 34.29 | 57.31 | 64.21 | 72.95 | 61.68 | 35.82 | 58.67 |
| DetectoRS | 20.41 | 31.59 | 23.20 | 17.65 | 23.21 | 34.66 | 50.92 | 38.41 | 24.87 | 37.22 |
Figure 8Visualization of detection results with and without data augmentation (DA: data augmentation).