Home | Register | Login | Inquiries | Alerts | Sitemap |  


Advanced Search
JKM > Volume 44(4); 2023 > Article
Ahn, Baek, Bae, Seo, Jung, and Lee: Cold sensitivity classification using facial image based on convolutional neural network

Abstract

Objectives

Facial diagnosis is an important part of clinical diagnosis in traditional East Asian Medicine. In this paper, we proposed a model to quantitatively classify cold sensitivity using a fully automated facial image analysis system.

Methods

We investigated cold sensitivity in 452 subjects. Cold sensitivity was determined using a questionnaire and the Cold Pattern Score (CPS) was used for analysis. Subjects with a CPS score below the first quartile (low CPS group) belonged to the cold non-sensitivity group, and subjects with a CPS score above the third quartile (high CPS group) belonged to the cold sensitivity group. After splitting the facial images into train/validation/test sets, the train and validation set were input into a convolutional neural network to learn the model, and then the classification accuracy was calculated for the test set.

Results

The classification accuracy of the low CPS group and high CPS group using facial images in all subjects was 76.17%. The classification accuracy by sex was 69.91% for female and 62.86% for male. It is presumed that the deep learning model used facial color or facial shape to classify the low CPS group and the high CPS group, but it is difficult to specifically determine which feature was more important.

Conclusions

The experimental results of this study showed that the low CPS group and the high CPS group can be classified with a modest level of accuracy using only facial images. There was a need to develop more advanced models to increase classification accuracy.

Introduction

In Korean medicine, pattern identification is the act of diagnosing and evaluating a patient’s symptoms, signs, causes and characteristics of the disease by comprehensively analyzing them, and is mainly used to determine medical treatment methods. Therefore, sophisticated dialectical diagnosis contributes to improving treatment effectiveness1,2). In particular, cold-heat pattern identification is the most basic of the Eight Principles pattern identification in Korean medicine, and can be characterized not only by the patient’s body temperature, but also by a pale complexion, a large amount of clear urine, and lack of thirst2,3). It is also known to be related to female3), low BMI4,5), low metabolic rate5), low thyroid function6), and autonomic nervous system abnormalities7). Additionally, several recent studies have reported that people with cold syndrome have more symptoms or diseases such as Mibyeong8), indigestion9), chronic rhinitis10), shoulder stiffness11), and breast cancer12) than those without cold syndrome.
Facial diagnosis is an important diagnostic method that has been used by many practitioners within and outside of traditional East Asian Medicine (TEAM)13). The face is a good indicator of overall health and well-being as it reflects the symptoms, causes, and origins of disease. Facial diagnosis has traditionally relied on subjective observations and is therefore influenced by the practitioner’s experience and personal knowledge. Therefore, several studies have tried to develop objective and reliable computer-assisted systems for facial analysis and diagnosis of patients1318). The association of quantified facial color with blood test parameters, health status and TEAM patterns has also been widely investigated17,1921).
Existing studies2224) report that complexion or facial characteristics are related to cold sensitivity. Seo et al.22) reported that individuals with a cold pattern tend to have pale or white facial color on the forehead, cheeks, and nose. Additionally, Mun et al.23) reported that individuals with increased cold patterns tended to have pallor across the face. Ahn et al.24) reported that people with higher cold sensitivity tend to have a more pointed chin, longer face, more angular jaw, higher eyes, and more upward corners of the mouth.
In this study, we show that a fully automated face analysis system can be used to classify cold sensitive group and cold non-sensitive group using facial images. Specifically, the face region is cropped from the face image. The cropped facial images of the cold sensitive group and cold non-sensitive group are split into train/validation/test sets, and then this dataset is input to a convolutional neural network (CNN) to perform classification. To the best of our knowledge, this study is the first attempt to perform cold sensitivity classification using facial images based on deep learning.

Methods

1. Participants

This cross-sectional study was conducted using medical data of 452 Korean participants collected from two medical institutions from October 2015 to December 2015. These data were stored at the Korean Medicine Data Center (KDC)25) (Figure 1). Subjects aged 30 to 49 years, with a body mass index (BMI) of 15.7 to 34.1 kg/m2 and without severe fatigue or pain, who were not currently receiving treatment for a disease, participated in this study. These subjects were recruited for three studies on past persistent or recurrent fatigue (40 patients), neck pain (372 patients), and sleep problems (40 patients). The hospital’s institutional review board approved the study protocol (KHNMCIH 2014-09-010), and informed consent was obtained from all participants before inclusion in the study.

2. Cold pattern

The cold pattern questionnaire consisted of eight items covering cold pattern symptoms: aversion to cold temperature, preference for warm temperature, cold abdomen, cold limbs, feeling cold in the body, pale face, preference for warm water, and clear urine. The questionnaire was self-administered and each question was rated on a 5-point scale: from ‘strongly disagree’ (1 point) to ‘strongly agree’ (5 points). The Cold Pattern Score (CPS) was calculated by summing all eight items and ranges from 8 to 40. A higher CPS score indicates greater cold sensitivity. The agreement between the two experts on this questionnaire was 87.1% (Kappa value 0.741)26).
In this study, the low CPS group (cold non-sensitive group) and the high CPS group (cold sensitive group) were defined as groups below the 1st quartile and above the 3rd quartile of CPS scores, respectively. Existing study26) suggests cut-off value for cold sensitivity, however, since this study is a challenging study that classifies cold sensitivity using only facial images, the 1st quartile and the 3rd quartile were used.
It is known that cold sensitivity varies depending on sex9,10,23,24). Therefore, additional experiments were conducted to classify the low CPS group and the high CPS group for male and female, respectively.

3. Image acquisition

Facial images were acquired using a digital camera (Nikon D5100 with 85 mm lens, Nikon Co., Ltd., Japan) equipped with a prime lens (fixed focal length lens). Prior to acquiring facial images, participants were told the purpose and process of the study. Participants were seated comfortably in a chair, and the camera was fixed on a tripod at a distance of 1.6 m from the subject. Subject were asked to wear a hairband so that their forehead and ears were exposed. To reduce inter-rater bias, we established a strict standard operating procedure (SOP) for photography. If the operator was unable to obtain a certain level of images, the images were acquired again until a certain level of images were taken. Facial images were acquired using an external fluorescent light source at the same location and saved in jpeg format with a resolution of 3696 × 2448 pixels.

4. Classifying high CPS group and low CPS group using facial images

1) Image pre-processing

A digital color image consists of three channels of red, green, and blue, the three primary colors of light, and each channel data ranges from 0 to 255. For CNN modeling, input data is normalized to data in the range of 0 to 1.
In order for the convolutional neural network (CNN) algorithm to recognize group differences in facial images, the facial images must be input at the similar location and size. First, facial landmarks are detected from facial images using DLib27). Affine transformation28) is applied so that the positions of the five landmarks of the face (the center of both eyes, the tip of the nose, and both ends of the lips) fit the five reference points. In other words, the affine transformation is used to induce the subject’s face images to have similar positions and sizes (see Figure 2). The example face images in this paper were from the publicly available facial image dataset29).
Deep learning model consists of many layers to improve performance. While a neural network model composed of many layers has the advantage of high performance, it has the disadvantage of encountering the overfitting problem, which shows good performance only on learned data but worsens performance on new data. The deep learning model is more likely to misclassify the input image in case a new input image has different characteristics from the existing dataset. For example, the model is more likely to misclassify the input image if a dark image is input to a model learned using a dataset consisting of bright images. A representative alternative to prevent these problems is data augmentation. Data augmentation is a technique to prevent overfitting by applying various mutations to the original data. Various mutations include horizontal flip, vertical flip, image rotation, color transform, blurring, random crop, histogram processing, and image warping. The following augmentation variants were used in this study: horizontal flip, random color, random contrast, and random brightness.

2) Image classification model

The convolution f and g is defined as the integral of the product of the two functions after one is reflected about the y-axis and shifted and is written f*g. Two-dimensional discrete convolution can be expressed as equation (1).
(1)
(f*g)(i,j)=x=0h-1y=0w-1f(x,y)·g(i+x,j+y)
where f and g mean input data and filter, respectively. f(x,y) means the input image value at the x and y position on the x-axis and y-axis, and i, and j means the i-th row and j-th column. CNN applies convolution, activation function, and pooling across multiple layers.
Deep learning can process classification problems in a batch from feature extraction to classification (called end-to-end), but deep learning models require a sufficiently large amount of data. There are classification problems for which sufficient data cannot be collected, and collecting sufficient data takes a lot of budget and time. An alternative to overcome this problem is transfer learning30). Transfer learning is a technique that uses the weights of a deep learning model that has been trained on a large amount of data to fine tune the weight parameters to fit a small amount of new data. Pre-trained models frequently used in transfer learning include the following models, and these models were trained using the ImageNet dataset, which consists of a total of more than 20,000 classes and more than 14 million images: VGG, Inception, and Xception, ResNet, MobileNet, etc.30,31). In this study, transfer learning is performed using VGG16, Inception V3, and Xception models. The final classification result is derived by combining the classification results of these three models, (ensemble classifier); VGG16, Inception V3 and Xception (see Figure 3).

3) Test Time Augmentation

Data augmentation techniques are performed on the train set in most cases to prevent overfitting problems. On the other hand, Test Time Augmentation (TTA)32) is a technique to improve classification performance by applying augmentation techniques to the test set. After performing various mutations on the test set image, the mutated images are input to the learned model to derive classification probabilities. These probabilities are averaged to derive the final classification result. In this study, left-right flip, rotate, random zoom, random distortion, random color, random contrast, and random illuminance, random brightness, random erasing were applied to the test set images (see Figure 4).

Results

1. Characteristics of participants

A total of 452 subjects participated in this study, with an average age of 39.5 ± 3.4 years (range: 29.9 to 49.0 years), 185 men and 267 women. The average BMI was 24.6 ± 5.2 (range: 9–39) and the average CPS was 23.6 ± 3.4 (range: 15.7–34.1) (see Table 1 and Figure 5).

2. Classification result of low CPS and high CPS

To evaluate classification accuracy, stratified k-fold cross validation was performed on the entire data. Stratified k-fold cross validation splits the entire data into k-folds, and each fold contains the same proportion of classes. In this paper, k=5 was set (see Figure 6).
Table 2 shows the 1st and 3rd quartiles of CPS for all subjects, male, and female. The number and proportion of subjects in the group whose CPS is equal to or smaller than the first quartile (low CPS group or cold non-sensitive group) and the group whose CPS is equal to or larger than the third quartile (high CPS group or cold non-sensitive group) are shown as well in Table 2.
Table 3 shows the demographic characteristics of the low CPS group and the high CPS group, and additionally shows characteristics of two groups by sex.
Table 4 shows the classification results for the low CPS group and high CPS group on original image via cross validation. The classification accuracy was 74.50% for both male and female, with 67.20% for female and 60.95% for male. Female showed higher classification accuracy than male.
Table 5 shows the classification results for the low CPS group and high CPS group for TTA images. It was 76.17% for both men and women, 69.91% for women, and 62.86% for men. It was found that the results of the TTA image were about 1.6 to 2.7% higher than the results of the original image.
As mentioned earlier, the cold pattern questionnaire consists of 8 items, one of which asks about the degree of paleness of the face (pale face). Since the purpose of this study is to classify cold sensitivity using only facial images, it is necessary to test whether cold sensitivity can be classified using the cold sensitivity questionnaire excluding the pale face item. Table 6 shows the results of classifying the low CPS group and high CPS group when the pale face item was excluded. The classification result was 72.46% for all subjects, and 65% and 67.38% for men and women, respectively. Compared to when the pale face item was included, the classification rate decreased by 2.04% for all subjects, increased by 4.05% in male, and increased by 0.18% in female. This result shows that the presence or absence of the pale face questionnaire item does not make a significant difference to the classification results.

Discussion

In this study, binary classification based on convolutional neural network (CNN) was performed to classify the cold non-sensitive group (low CPS) and the cold sensitive group (high CPS) using only face images. It showed a classification accuracy of 76.17% for all subjects, with an accuracy of 69.91% for female and 62.86% for male. The fact that the classification accuracy of subjects divided by sex is lower than that of all subjects is presumed to be because the CNN learned difference features according to sex. As can be seen in Figure 5 and Figure 7, the proportion of males was high in the low CPS group, and the proportion of females was high in the high CPS group, so it seems that difference features based on sex were learned rather than learning difference features based on cold sensitivity. To exclude this problem, the subjects were classified by sex. With a classification rate of 62.86% in male, it is difficult to be certain that cold sensitivity can be classified using only facial images. However, the classification rate of 69.91% in women is considered to be possible to some extent.
Deep learning is an excellent system that produces performance similar to human recognition performance, but it is difficult to determine by what method and on what basis such results were achieved33). Classification using machine learning, which was frequently used before the advent of deep learning, was a system in which the system designer selected which features were useful for classification and classified them with a classifier using the selected features. Therefore, it was easy to identify which features were useful for classification in machine learning. However, deep learning is an end-to-end system in which a neural network extracts features appropriate for classification and performs classification all at once. Therefore, it is difficult to determine which features were extracted for classification.
In general, features that can be extracted from images include color, shape, and texture28). Among these features, the features used in existing cold pattern classification or analysis studies are facial color23) and facial shape24). In the experiments conducted in this paper, additional research is needed to determine whether color and shape are more useful features for cold pattern classification than texture. Figure 8 shows the average facial shapes of the low CPS group and the high CPS group. The facial outlines of the two groups are slightly different, and the most notable difference is that the outer outline of the high CPS group is smaller than that of the low CPS group and the chin is narrower. However, this alone cannot determine that facial shape is a more important feature than facial color.
This study is significant in that it is the first study to apply the convolutional neural network (CNN), which has recently shown excellent performance, to cold pattern classification by applying it to facial images.
This study has limitations. First, due to the small number of subjects, it is unclear whether the proposed model can be generalized to other subjects. To confirm the generalizability of our findings, a larger number of subjects and subjects of different age groups are needed. Second, the classification accuracy in women showed that there was a possibility of classifying cold patterns using only facial images, but this was not the case in men. Additional research is needed to determine whether the cause is the small number of subjects or other reasons.

Conclusions

In this study, a fully automated facial image analysis system was used to classify the cold sensitive group (high CPS group) and the cold non-sensitive group (low CPS group). The classification accuracy of the cold sensitive group and cold non-sensitive group on all subjects was 76.17%, 69.91% for female, and 62.86% for male. These results suggest that it is feasible to perform facial diagnosis objectively in women to identify cold patterns. To the best of our knowledge, this study is the first to classify the cold sensitive group and cold non-sensitive group from facial images using CNN. and this study suggests that facial image analysis is of some use in classifying cold patterns.

Acknowledgements

This work was supported by the “Development of Korean Medicine Original Technology for Preventive Treatment Based on Integrative Big Data” grant from the Korea Institute of Oriental Medicine (KSN1731121).

Fig. 1
Schematic diagram of the study flow. KDC, Korean Medicine data center
jkm-44-4-136f1.gif
Fig. 2
Preprocessing of face images using affine transformation. Left top: input image, Left bottom: average landmark, right: cropped face image. The original image is taken from the Chicago Face Database14), a public image database.
jkm-44-4-136f2.gif
Fig. 3
The cold sensitive group (high CPS) and the cold non-sensitive group (low CPS) classification using transfer learning
jkm-44-4-136f3.gif
Fig. 4
Test-Time Augmentation to improve predictions
jkm-44-4-136f4.gif
Fig. 5
The CPS histogram of male and female participants
jkm-44-4-136f5.gif
Fig. 6
Splitting train/validation/test set using stratified k-fold
jkm-44-4-136f6.gif
Fig. 7
Number of male and female subjects in the low CPS group and high CPS group
jkm-44-4-136f7.gif
Fig. 8
Comparison of average facial contours between the low CPS group and the high CPS group. (a) all participants (b) male participants (c) female participants
jkm-44-4-136f8.gif
Table 1
Characteristics of all Participants
Number of participants 452 Male Female p-value

185 (40.9%) 267 (59.1%)
Age (year) 39.5 ± 3.4 39.0 ± 3.3 39.9 ± 3.4 0.003
BMI 23.6 ± 3.4 25.3 ± 3.1 22.4 ± 3.1 <0.001
CPS 24.6 ± 5.2 22.2 ± 4.4 26.3 ± 5.1 <0.001

Statistically significant differences between group means as determined by two-sample t-test are in bold; CPS, cold pattern scores; BMI, body mass index

Table 2
The number and ratio of participants of low CPS group and high CPS group
all male female
1st and 3rd quartile of CPS 21, 28.25 19, 25 23, 30
The number of participants of low CPS group and high CPS group 126, 113 53, 52 74, 72
The ratio of participants of low CPS group and high CPS group 52.72%, 47.28% 50.48%, 49.52% 50.68%, 49.32%
Table 3
Characteristics of Low CPS Group and High CPS Group
all Number of participants 239 low CPS high CPS p-value

126 (52.7%) 113 (47.3%)

Age (year) 39.7 ± 3.3 39.5 ± 3.2 39.9 ± 3.5 0.442
BMI 23.9 ± 3.7 26.1 ± 3.2 21.4 ± 2.4 <0.001
CPS 24.3 ± 6.9 18.2 ± 2.5 31.2 ± 2.3 <0.001

male Number of participants 105 low CPS high CPS p-value

53 (50.5%) 52 (49.5%)

Age (year) 39.0 ± 3.3 39.2 ± 3.3 38.8 ± 3.3 0.607
BMI 25.2 ± 3.3 27.0 ± 2.7 23.4 ± 2.7 <0.001
CPS 22.1 ± 5.7 16.9 ± 2.2 27.4 ± 2.3 <0.001

female Number of participants 146 low CPS high CPS p-value

74 (50.7%) 72 (49.3%)

Age (year) 40.1 ± 3.1 40.0 ± 3.2 40.2 ± 3.1 0.679
BMI 22.4 ± 3.2 23.8 ± 3.5 20.9 ± 2.2 <0.001
CPS 26.0 ± 6.7 19.9 ± 2.9 32.2 ± 2.2 <0.001

Statistically significant differences between group means as determined by two-sample t-test are in bold; CPS, cold pattern scores; BMI, body mass index

Table 4
Classification Result (Accuracy) for Original Image
all male female
cv 1 66.67% 61.90% 56.67%
cv 2 70.83% 80.95% 79.31%
cv 3 72.92% 33.33% 58.62%
cv 4 81.25% 66.67% 65.52%
cv 5 80.85% 61.90% 75.86%
average 74.50% 60.95% 67.20%

cv, cross validation;

Table 5
Classification Result (Accuracy) for TTA Image
all male female
cv 1 70.83% 66.67% 63.33%
cv 2 72.92% 71.43% 79.31%
cv 3 70.83% 47.62% 62.07%
cv 4 85.42% 71.43% 65.52%
cv 5 80.85% 57.14% 79.31%
average 76.17% 62.86% 69.91%

cv, cross validation;

Table 6
Classification Result (Accuracy) of Low CPS and High CPS for Original Image When ‘Pale Face’ Item Was Excluded from the Cold Pattern Questionnaire
all male female
cv 1 73.21% 70.00% 60.71%
cv 2 70.91% 70.00% 78.57%
cv 3 67.27% 60.00% 64.29%
cv 4 76.36% 60.00% 70.37%
cv 5 74.55% 65.00% 62.96%
average 72.46% 65.00% 67.38%

cv, cross validation;

References

1. Ferreira A. S., Lopes A. J.Chinese medicine pattern differentiation and its implications for clinical practice. Chin J Integr Med. 2011; 17:818–23.


2. World Health Organization. WHO international standard terminologies on traditional medicine in the western pacific region. Geneva: World Health Organization;2007.


3. Bae K. H., Jang E. S., Park K. H., Lee Y.Development on the Questionnaire of Cold-Heat Pattern Identification Based on Usual Symptoms: Reliability and validation Study. J Physiol & Pathol Korean Med. 2018; 32:341–6.
crossref

4. Park Y. J., Nam J. H., Yim M. H., Kim H., Kim J. Y.A Study on the Diagnostic Elements of Cold-Heat Pattern Identification by Korean Medicine Doctors: Association with Objective and Subjective Body Temperature. Evid Based Complement Alternat Med. 2017:7593056


5. Mun S., Kim S., Bae K. H., Lee S.Cold and Spleen-Qi Deficiency Patterns in Korean Medicine Are Associated with Low Resting Metabolic Rate. Evid Based Complement Alternat Med. 2017; 2017:9532073
pmid pmc

6. Nagashima K., Yoda T., Yagishita T., Taniguchi A., Hosono T., Kanosue K.Thermal regulation and comfort during a mild-cold exposure in young Japanese women complaining of unusual coldness. J Appl Physiol. 2002; 92:1029–35.
crossref pmid

7. Park Y. J., Lee J. M., Park Y. B.Relationships between oriental medical pattern diagnosis and cardiovascular autonomic function. Eur J Integr Med. 2013; 5:506–13.
crossref

8. Kim S. J., Lee S., Lee Y.A Study on the Difference of Cold-heat Patterns between Health and Mibyeong Group. J Soc Prev Korean Med. 2017; 21:49–56.
crossref

9. Bae K. H., Lee J. A., Park K. H., Yoo J. H., Lee Y., Lee S.Cold Hypersensitivity in the Hands and Feet May Be Associated with Functional Dyspepsia: Results of a Multicenter Survey Study. Evid Based Complement Alternat Med. 2016; 2016:8948690
pmid pmc

10. Bae K. H., Go H. Y., Park K. H., Ahn I., Yoon Y., Lee S.The association between cold hypersensitivity in the hands and feet and chronic disease: results of a multicentre study. BMC Complement Altern Med. 2018; 18:40
pmid pmc

11. Yoshino T., Katayama K., Munakata K., Horiba Y., Yamaguchi R., Imoto S., et alStatistical analysis of hie (cold sensation) and hiesho (cold disorder) in kampo clinic. Evid Based Complement Alternat Med. 2013; 2013:398458
pmid pmc

12. Bubnov R., Polivka J., Zubor P., Konieczka K., Golubnitschaja O.“Pre-metastatic niches” in breast cancer: are they created by or prior to the tumour onset? “Flammer Syndrome” relevance to address the question. EPMA J. 2017; 8:141–57.
pmid pmc

13. Li X., Li F., Wang Y., Qian P., Zheng X.Computer-aided disease diagnosis system in TCM based on facial image analysis. International Journal of Functional Informatics and Personalised Medicine. 2009; 2:3. 303–314. 10.1504/ijfipm.2009.030829
crossref

14. Wang X., Zhang B., Guo Z., Zhang D.Facial image medical analysis system using quantitative chromatic feature. Expert Systems with Applications. 2013; 40:9. 3738–3746. 10.1016/j.eswa.2012.12.079
crossref

15. Liu M., Guo Z.Medical Biometrics. 4901:Berlin, Germany: Springer;2007. Hepatitis diagnosis using facial color image. p. 160–167. (Lecture Notes in Computer Science).


16. Zhao C., Li G., Li F., Wang Z., Liu C.Qualitative and quantitative analysis for facial complexion in traditional chinese medicine. BioMed Research International. 2014; 2014:1710.1155/2014/207589.207589


17. Yanya C., Fufeng L., Yiqin W.Analysis on Facial Color Diagnosis for CHD Patients. Chinese Arch. Tradit. Chinese Med. 2013; 31:9. 1–2.


18. Zhang B., Kumar B. V. K. V., Zhang D.Noninvasive diabetes mellitus detection using facial block color with a sparse representation classifier. IEEE Transactions on Biomedical Engineering. 2014; 61:4. 1027–1033. 10.1109/tbme.2013.2292936
crossref pmid

19. Xu J., Wu H., Lu L., et alAnalysis of different health status based on characteristics of the facial spectrum photometric color. Sheng Wu Yi Xue Gong Cheng Xue Za Zhi. 2012; 29:6. 1062–1067.
pmid

20. Wu H.-J., Xu J.-T., Lu L.-M., Chen X., Tu L.-P., Zhang Z.-F.Facial spectrum and color characteristics of five viscera reflecting on the face in sub-health status. Journal of Chinese Integrative Medicine. 2012; 10:1. 59–66. 10.3736/jcim20120110
crossref pmid

21. Fu-feng L., Xiao-yan Z., Wang Y.Studies on the Relationship Between the Facial Complexion Characters and Kidney Function in TCM Clinical Syndrome of Chronic Renal failure. Chinese Arch. Tradit. Chinese Med. 2011; 29:9. 7–10.


22. Seo J. H., Park Y. B., Park Y. J.Reliable facial color analysis using a digital camera and its relationship with pathological patterns: A pilot study. European Journal of Integrative Medicine. 2014; Jun. 1. 6:3. 322–7.
crossref

23. Mun S., Ahn I., Lee S.The Association of Quantitative Facial Color Features with Cold Pattern in Traditional East Asian Medicine. Evidence-Based Complement Altern Med. 2017; 2017.


24. Ahn I., Bae K. H., Jin H. J., Lee S., Ahn I., Bae K. H., Jin H. J., Lee S.The Association between Facial Morphology and Cold Pattern. Journal of Korean Medicine. 2021; Dec. 1. 42:4. 102–19.
crossref

25. Jin H.-J., Baek Y., Kim H.-S., Ryu J., Lee S.Constitutional multicenter bank linked to Sasang constitutional phenotypic data. BMC Complement Altern Med. 2015; 15:4610.1186/s12906-015-0553-3
pmid pmc

26. Bae K. H., Yoon Y., Yeo M., Kim H. S., Lee Y., Lee S.Development on the questionnaire of cold-heat pattern identification based on usual symptoms for health promotion-focused on agreement study. J Soc Prev Korean Med. 2016; 20:2. 17–26.


27. King D. E.Dlib-ml: A machine learning toolkit. The Journal of Machine Learning Research. 2009; 1. 10:1755–8.


28. Gonzalez R. C., Woods R. E.Digital image processing. prentice hall;Upper Saddle River, NJ: 2008.


29. Ma D. S., Correll J., Wittenbrink B.The Chicago face database: A free stimulus set of faces and norming data. Behav. Res. Methods. 47:1122–1135. 2015.
pmid

30. Weiss K., Khoshgoftaar T. M., Wang D.A survey of transfer learning. Journal of Big data. 2016; Dec. 3:1. 1–40. 10.1186/s40537-016-0043-6


31. Simonyan K., Zisserman A.Very deep convolutional networks for large-scale image recognition. arXiv preprint arXiv:1409.15562014; Sep. 4. 10.48550/arXiv.1409.1556


32. Yoo H. J., Jun K. K.Data Augmentation for Image based Parking Space Classification Deep Model. Journal of KIISE (JOK). 2022; Feb. 49:2. 126–36. 10.5626/JOK.2022.49.2.126
crossref

33. Goodfellow I., Bengio Y., Courville A.Deep learning. MIT press;2016. Nov. 10.


TOOLS
PDF Links  PDF Links
Full text via DOI  Full text via DOI
PubReader  PubReader
Download Citation  Download Citation
  Print
Share:      
METRICS
0
Crossref
695
View
18
Download
Editorial office contact information
3F, #26-27 Gayang-dong, Gangseo-gu Seoul, 157-200 Seoul, Korea
The Society of Korean Medicine
Tel : +82-2-2658-3627   Fax : +82-2-2658-3631   E-mail : skom1953.journal@gmail.com
About |  Browse Articles |  Current Issue |  For Authors and Reviewers
Developed in M2PI