Skip to main content

ORIGINAL RESEARCH article

Front. Endocrinol., 27 January 2022
Sec. Reproduction
This article is part of the Research Topic Polycystic Ovary Syndrome (PCOS): Mechanism and Management View all 35 articles

Deep Learning Algorithm for Automated Detection of Polycystic Ovary Syndrome Using Scleral Images

Wenqi Lv&#x;Wenqi Lv1†Ying Song&#x;Ying Song2†Rongxin FuRongxin Fu1Xue LinXue Lin1Ya SuYa Su1Xiangyu JinXiangyu Jin1Han YangHan Yang1Xiaohui ShanXiaohui Shan1Wenli DuWenli Du1Qin HuangQin Huang1Hao ZhongHao Zhong1Kai JiangKai Jiang1Zhi Zhang*Zhi Zhang3*Lina Wang*Lina Wang2*Guoliang Huang,*Guoliang Huang1,3*
  • 1Department of Biomedical Engineering, School of Medicine, Tsinghua University, Beijing, China
  • 2Reproductive Medicine Centre, Peking University Third Hospital, Beijing, China
  • 3National Engineering Research Center for Beijing Biochip Technology, Beijing, China

The high prevalence of polycystic ovary syndrome (PCOS) among reproductive-aged women has attracted more and more attention. As a common disorder that is likely to threaten women’s health physically and mentally, the detection of PCOS is a growing public health concern worldwide. In this paper, we proposed an automated deep learning algorithm for the auxiliary detection of PCOS, which explores the potential of scleral changes in PCOS detection. The algorithm was applied to the dataset that contains the full-eye images of 721 Chinese women, among which 388 are PCOS patients. Inputs of the proposed algorithm are scleral images segmented from full-eye images using an improved U-Net, and then a Resnet model was applied to extract deep features from scleral images. Finally, a multi-instance model was developed to achieve classification. Various performance indices such as AUC, classification accuracy, precision, recall, precision, and F1-score were adopted to assess the performance of our algorithm. Results show that our method achieves an average AUC of 0.979 and a classification accuracy of 0.929, which indicates the great potential of deep learning in the detection of PCOS.

Introduction

Polycystic ovary syndrome (PCOS) is known as one of the most common disorders among reproductive-aged women, affecting 6%–20% of premenopausal women worldwide (1). The cardinal symptoms of PCOS are ovarian dysfunction and androgen excess. Factors such as genetics, puberty, physiological changes, mental state, and environmental influences are widely considered to induce this syndrome. Patients with PCOS frequently demonstrate menstrual irregularities, hirsutism, obesity, insulin resistance, and cardiovascular diseases (2). Along with reproductive and metabolic disorders, a significant number of patients present psychological symptoms such as depression (3). Therefore, it is essential for the diagnosis and proper treatment of PCOS.

The diagnosis of PCOS is one of the most critical issues in the field of women’s healthcare. According to the clinical characteristics, PCOS is classified into different phenotypes. However, there is a controversy in the criterion of PCOS diagnosis. Among the criteria offered by various groups, the argument appears to affect the prevalence rates of PCOS. To ensure the accuracy of the initial diagnosis of PCOS, patients are supposed to have undergone ovarian ultrasonography. Some of them might even need to have venous sampling for metabolic evaluation. It is estimated that the average cost of initial diagnosis and evaluation of PCOS is $740 (4), which is a significant financial burden.

With the rapid development of artificial intelligence, using machine learning and deep learning to assist with PCOS detection has attracted much more attention. For instance, the authors of (5) applied a machine learning algorithm to the clinical parameters of PCOS to select the most contributed features and predicted PCOS patients. They achieved an accuracy of 91.01% using random forest and logistic regression. The authors of (6) collected gene biomarker data from PCOS patients and normal groups and then they proposed a model based on random forest and artificial neural network to classify PCOS samples and normal samples. They achieved an AUC of 0.7273 in one of their datasets.

The sclera, a visible part of the ocular surface, is a dynamic tissue that is constantly remodeled (7) and may reflect human health. A yellowish staining of the sclera may be associated with liver disease (8). It has been discovered that the abnormal vasodilation of the conjunctival blood vessels leads to the appearance of redness sclera (9). Researchers have found that some female sex steroids have had ocular effects in recent years, and PCOS leads to physiological changes in the eyes (10). Bonini et al. (11) reported that of 62 young women diagnosed with PCOS, 94% were accompanied by ocular disease. Compared with other women, PCOS patients had more severe conjunctival congestion, dry eyes, and itching eyes. However, little work has been reported in using deep learning on scleral images to assist with the screening of PCOS groups.

In this paper, we explored a novel method for the screening of PCOS using scleral images. The proposed method is composed of image preprocessing, features extraction, and classification steps based on deep learning. We used an improved U-Net embedded with an attention module to segment the sclera from full-eye images, a Resnet18 to extract deep features, and a multi-instance learning model to classify PCOS and normal samples. Results show that our non-invasive screening method achieved a mean AUC of 98%, a mean accuracy of a dataset that contains 721 subjects.

Materials and Methods

Data Acquisition and Dataset Establishment

Our method was developed using data collected by a specially developed device described in (12) (Figure 1A), which was designed for obtaining reflection-shadows-free scleral images. To obtain information on the sclera completely, we captured images of the eyeball rotating in different directions: up, down, left, and right. Eight scleral images, including the right and left eyes, were collected for every patient (Figure 1B). This process is fast, low-cost, and painless.

FIGURE 1
www.frontiersin.org

Figure 1 The device for data acquisition and data collected for experiments. (A) The specially designed device. (B) The diagram of reflection-shadows-free scleral images. (C) Images of the left and right eyes with eyeballs rotating in different directions: up, down, left, and right.

We recruited more than 800 women of childbearing age as subjects. Through data cleaning, the blurred and incomplete sclera images were removed and there 721 subjects remained, including 388 PCOS patients diagnosed by medical professionals. The data were mainly collected in Peking University Third Hospital (Beijing, China) from 2017 to 2019 and in part collected in community checkup using the same instrument at the same time. In order to avoid the influence of different data collection times and different operators, we have performed histogram equalization for all images to avoid systematic data deviation. Subjects were required to rotate their eyeballs up, down, left, and right, respectively (Figure 1C), and the captured eight scleral images were considered a data bag for the corresponding subject. Data bags were labeled as positive for subjects with PCOS, while others were labeled as negative. The division only counted on the presence of PCOS and did not exclude other diseases.

To remove the potential dependency of classification performance on dataset partition, we performed a 5-fold cross-validation procedure to split data: 145 of the 721 data bags in the dataset were separated for testing, while the rest were used as training set to develop the algorithm. Namely, two subsets were split according to subjects instead of scleral images, and images from the same subjects can only be present either in the training set or in the test set. Named ScleraSet, this dataset was established for the detection of PCOS.

Moreover, we recruited a wider range of subjects, including men and women of non-reproductive age, and collected scleral images as the training set for the sclera segmentation network. To reasonably evaluate the performance of the sclera segmentation network in ScleraSet, images were randomly selected from ScleraSet as test set. The training set contains 1,736 images, and the test set includes 340 images.

Image Preprocessing

Aimed at enhancing the performance of classification algorithms, a standardized image-preprocessing procedure was established. This procedure consisted of two main steps, which were vital for developing a PCOS detection algorithm.

Image Enhancement

Depending on the healthy state of subjects, characteristics such as blood vessel color and macula may play an important role in this scleral image-based classification problem. To improve the performance of classification algorithms, it is necessary to enhance features on scleral images and also to minimize the influence of imaging light conditions.

Firstly, blur images with a Gaussian blur function. The principle is to carry out the convolution operation of the Gaussian function to the image and carry out the Gaussian transformation to every pixel in the image. After blurring, the high-frequency components of the image, such as vessels and spots, remain visible in the image. Then, blend the blurred image with the original one and give higher weights to the high-frequency components to achieve image enhancement.

Sclera Segmentation

As shown in Figure 1C, the original images captured by the specially developed device contained full-eye information along with some skin around eyes. Hence, it is essential to segment the sclera from full-eye images to avoid the interference of invalid areas. With the rapid development of artificial intelligence, segmentation methods based on deep learning becomes increasingly popular. Compared with traditional segmentation algorithms, Convolutional Neural Networks (CNNs) can achieve pixel-level segmentation by extracting features from the input original image without manual feature selection. For accurate sclera segmentation, we used an improved U-Net model (13), which is an embedded attention module contributed by Woo et al. (14). A previous study suggested (15) that such architecture has great advantages in sclera segmentation. To ensure the simplicity of network training and accelerate the process, batch normalization (16) was implemented after every convolutional layer.

The architecture of the segmentation network is shown in Figure 2, which consists of a classic U-Net network and a convolutional block attention module (CBAM). It is a U-shaped structure, containing a contracting path and an expansive path. The former is equivalent to an encoder and composed of eight 3×3 convolutional layers and four 2 × 2 max-pooling layers with stride 2. For each convolutional layer, one batch normalization layer and one rectified linear unit (ReLU) follow. As the depth of the network increases, the number of channels in different convolutional blocks increases, while the output size of feature maps decreases. At the bottom of the U-shaped structure, where the contraction and expansion paths intersect, CBAM is embedded. The attention module is divided into a spatial attention module and a channel attention module. The former is used to encode the importantly segmented spatial information, while the latter is used for the category information. At the expansion path, convolutional units consist of three up-sampled convolutional layers and one convergence layer, where the convergence layer connects the feature map from the contraction path and the output from the upper convolutional unit. In the end, the output convolutional layer carries a sigmoid activation function that generates prediction distribution maps.

FIGURE 2
www.frontiersin.org

Figure 2 Overview of the scleral segmentation model embedded with attention module.

Deep Learning Architecture

Based on CNN, our proposed PCOS deep learning architecture is composed of feature extraction and classification. The former was used to extract important deep features from sclera images, while the latter is a multi-instance learning (MIL) model. Inputs are processed images, and outputs of the last softmax layer reveal the prediction of PCOS. The overview of the proposed deep learning architecture is shown in Figure 3.

FIGURE 3
www.frontiersin.org

Figure 3 Overview of the framework of the diagnosis algorithm.

Feature Extraction

Feature extraction based on deep learning can achieve relatively great classification results by comparison with traditional handcrafted features (17, 18). We applied Resnet to our feature extraction network, which was proposed by He et al. in 2016 (19) and outperformed previous CNNs in a great number of applications about images. The backbone of feature extraction is the Resnet18 model.

The feature extraction network is composed of five residual learning groups and eight residual connections, similar to Resnet18, except for the fully connected layers. There is one 7 × 7 convolution layer in the first group, while the remaining groups contain four convolution layers each. After each convolutional layer, ReLU is adopted as the activation function. The input of the network is an RGB scleral image of 512 × 512. After the average pooling layer, the output feature size is 512.

Classification

For every subject, eight scleral images were captured to avoid any information missing. Instead of making decisions on single image, we considered all images of every subject, which is more reasonable and appropriate. To address the multiple instances issue, we used a multi-instance (MIL) model.

For each subject, all scleral images xi={sk}k8 were fed into our feature extraction network to obtain feature vectors {pk}k8. There are two steps for the MIL model to give a prediction. The first is to aggregate all feature vectors {pk}k8 from the same subject by an aggregation function g. Later, outputs {g(pk)}k8 were fed into a multi-layer perceptron (MLP) to obtain the bag probability.

The commonly used aggregation function is max-pooling or average pooling, but we used an attention-based MIL pooling proposed by Ilse et al. (20) to optimize our model. This MIL pooling is:

m=k=18exp{WTtanh(VpkT)}Σo=18exp{WTtanh(VpoT)}pk.(1)

W and V are parameters of network.

Inputs of the MIL model are feature vectors of size 512, and outputs are the bag label for each subject. “Positive” represents normal samples, while “negative” represents PCOS samples.

Results

We performed the proposed detection algorithm on ScleraSet mentioned previously. Furthermore, to explore the feature extraction performance and the positive effects of attention mechanism applied in feature extraction network, we compared the detection performance of different CNNs including Inception V3, Vgg16, and Vgg19 as feature extraction networks.

To assess the performance of our proposed algorithm, we utilize AUC, accuracy, precision, recall, and F1-score as the evaluation indices. Firstly, the receiver operating characteristic (ROC) curve was plotted to present the detection performance. ROC curve is a graph that plots the true-positive rate and false-negative rate. Later, calculate the area under the ROC curve (AUC). According to the ROC curve, we searched the optimal threshold on the basis of Youden’s J statistic. Accuracy, precision, recall, and F1-score were all computed at the optimal threshold. Expressions of these indices are shown as follows, where TP denotes True Positive, TN denotes True Negative, FN denotes False Negative, and FP denotes False Positive:

Accuracy=TP+TNTP+TN+FN+TN(2)
Precision=TPTP+FP(3)
Recall=TPTP+FN(4)
F1score=2Precision×recallPrecision+recall(5)

Adaptive Moment Estimation (Adam) was used as optimizer, and the base learning rate is 0.0001. For different experiments, the optimal learning rate was chosen for minimal errors and we obtain results using the best learning rate. The loss function we adopted was cross entropy; training epochs depended on the convergence time. All experiments were conducted on PyTorch with two Tesla V100 Graphics Processing units (GPUs).

Results of the test sets in 5-fold cross-validation experiments are shown in Table 1 and Figure 4. As shown in Table 1, our proposed deep learning architecture achieved a mean AUC of 0.979, a mean accuracy of 0.929. In contrast, when VGG16, Vgg19 (21), and inceptionV3 (22) were chosen as the feature extraction network, the mean AUC was 0.942, 0.940, and 0.967, respectively. Figure 4 shows the ROC curve of all experiments. The closer the ROC curve gets to the top left corner of the ROC box, the better the performance the model achieves. Compared with other curves, the curve of the model with Resnet is closer to the top-left point, which suggests that the performance of the model with Resnet has excellent sensitivity and specificity.

TABLE 1
www.frontiersin.org

Table 1 Results of comparison between different feature extraction networks in 5-fold cross-validation experiments.

FIGURE 4
www.frontiersin.org

Figure 4 ROC curves of classification results using different feature extraction networks.

Discussion

Scleral images are usually used in the field of biometric recognition (2325). However, there are rare studies about the disease detection potential of sclera images. In this manuscript, we proposed a novel algorithm to help with the detection of PCOS. To the best of our knowledge, this is the first attempt to explore the relationship between scleral images and PCOS utilizing deep learning.

This manuscript proposes a non-invasive method for the automatic detection of polycystic ovary syndrome based on scleral images. The method consisted of image processing and deep learning techniques to classify scleral images of general subjects and PCOS patients. After simple image preprocessing, we used an improved U-Net model for the rapid sclera segmentation. This model achieved an intersection over union (IoU) of 0.853, which was revealed to be adequate for this project. As for PCOS detection, a feature extraction network was used for obtaining important deep features in the sclera, and later a MIL model was applied to the final classification. The PCOS detection algorithm proposed in this paper achieved good AUC, accuracy, and other indicators. According to the experiment results, Resnet18 obtains a top performance in the comparisons of VGG16, VGG19, and inception V3. There is an apparent enhanced performance using Resnet as the feature extraction network.

Furthermore, this manuscript focuses more on algorithmic research than pathology. To visualize what our model has learned, we used Grad-CAM (26), a popular CNN explanation tool to highlight the features that is important for PCOS detection. Grad-CAM utilizes the last convolutional layers and marks the decisive features by a heatmap. Some positive samples with Grad-CAM visualization are shown in Figure 5. We found that our model focused on thick blood vessels, foggy blood vessels distributed over a large area, and some kinds of spots (the second column in Figure 5), which seems to verify the findings of other studies (10, 11) that PCOS probably causes the changes of blood vessels in the sclera because of sex steroids disorder. However, some highlighted regions can be confusing (the fourth column in Figure 5), since our work is exploratory and more physiological study is needed.

FIGURE 5
www.frontiersin.org

Figure 5 Visualization results with Grad-CAM.

Although the deep learning algorithm performed well on the dataset we collected, there are limitations in our work and problems to be solved in the future. Firstly, our dataset is not large enough and lacks other data for evaluating the network’s generalization ability. Heterogeneity is one of the critical features of PCOS; hence, a larger dataset is supposed to be collected from a wider range of groups. What is more, on account of data masking, all the information we obtained is whether subjects were PCOS patients. Therefore, our experiments did not take into account the effects of factors such as specific medical condition, race, and geography. Besides, some visualization results seem difficult to explain. Future work can establish pathological models and consider studying the intrinsic connections between changes in the sclera and the physiological changes triggered by PCOS. Then, combine these connections with the algorithm to enhance the interpretability of the algorithm and give doctors more explicit information to assist in detection.

Conclusion

The screening of PCOS has received considerable critical attention. For this issue, the present study was designed to explore a non-invasive method to help with PCOS detection. Our work shows that the proposed algorithm obtains a significant classification performance (mean AUC of 0.978), which indicates that deep learning might be a powerful tool for PCOS detection. Besides, experiment results may imply the outstanding potential of applying scleral images to disease detection. The combination of artificial intelligence and features extracted from scleral images may become a valuable research field.

Data Availability Statement

The raw data supporting the conclusions of this article will be made available by the authors, without undue reservation.

Ethics Statement

The studies involving human participants were reviewed and approved by the Ethics Committees of the Peking University Third Hospital and Tsinghua University. Written informed consent for participation was not required for this study in accordance with the national legislation and the institutional requirements.

Author Contributions

WL undertook the main work of coding, analyzing data, and writing the manuscript. YS had key contribution in data collection. RF provided some suggestions on the algorithm. YS, XJ, QH, and HZ assisted in segmenting the scleral image. XL, XS, WD, and KJ assisted in collecting data. ZZ, LW and GH are the corresponding authors. All authors contributed to the article and approved the submitted version.

Funding

The authors thank all funding support from the National Key Research and Development Program of China (2018YFA0704000), the National Natural Science Foundation of China (61927819, 81827808, and 62105177), the Tsinghua University Spring Breeze Fund (2020Z99CFG011), the Beijing Lab Foundation, and the Tsinghua Autonomous Research Foundation (20194180031 and 20201080058).

Conflict of Interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s Note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Acknowledgments

The authors thank Yuanhua Lin from Shenzhen International Graduate School, Tsinghua University, for her contribution and assistant with the experiments.

References

1. Escobar-Morreale HF. Polycystic Ovary Syndrome: Definition, Aetiology, Diagnosis and Treatment. Nat Rev Endocrinol (2018) 14(5):270–84. doi: 10.1038/nrendo.2018.24

CrossRef Full Text | Google Scholar

2. Louwers YV, Laven JSE. Characteristics of Polycystic Ovary Syndrome Throughout Life. Ther Adv Reprod Health (2020) 14:263349412091103. doi: 10.1177/2633494120911038

CrossRef Full Text | Google Scholar

3. Farkas J, Rigó A, Demetrovics Z. Psychological Aspects of the Polycystic Ovary Syndrome. Gynecol Endocrinol (2013) 30(2):95–9. doi: 10.3109/09513590.2013.852530

CrossRef Full Text | Google Scholar

4. Azziz R, Marin C, Hoq L, Badamgarav E, Song P. Health Care-Related Economic Burden of the Polycystic Ovary Syndrome During the Reproductive Life Span. J Clin Endocrinol Metab (2005) 90(8):4650–8. doi: 10.1210/jc.2005-0628

CrossRef Full Text | Google Scholar

5. Bharati S, Podder P, Mondal MRH. (2020). Diagnosis of Polycystic Ovary Syndrome Using Machine Learning Algorithms. In: 2020 IEEE Region 10 Symposium (TENSYMP). Dhaka, Bangladesh: IEEE (2020). pp. 1486–9.

Google Scholar

6. Xie N, Wang F, Zhou J, Liu C, Qu F. Establishment and Analysis of a Combined Diagnostic Model of Polycystic Ovary Syndrome With Random Forest and Artificial Neural Network. BioMed Res Int (2020) 2020:1–13. doi: 10.1155/2020/2613091

CrossRef Full Text | Google Scholar

7. Harper AR, Summers JA. The Dynamic Sclera: Extracellular Matrix Remodeling in Normal Ocular Growth and Myopia Development. Exp Eye Res (2015) 133:100–11. doi: 10.1016/j.exer.2014.07.015

CrossRef Full Text | Google Scholar

8. Roche SP, Kobos R. Jaundice in the Adult Patient. Am Fam Physician (2004) 69(2):299–304.

Google Scholar

9. Murphy PJ, Lau JSC, Sim MML, Woods RL. How Red is a White Eye? Clinical Grading of Normal Conjunctival Hyperaemia. Eye (2007) 21(5):633–8. doi: 10.1038/sj.eye.6702295

CrossRef Full Text | Google Scholar

10. Karaca Adıyeke S, Karaca İ, Yıldırım S, Adıyeke M, Uyar İ, Türe G. Anterior Segment Findings in Women With Polycystic Ovary Syndrome. Türk Oftalmoloji Dergisi (2017) 47(1):24–7. doi: 10.4274/tjo.73659

CrossRef Full Text | Google Scholar

11. Bonini S, Mantelli F, Moretti C, Lambiase A, Bonini S, Micera A. Itchy-Dry Eye Associated With Polycystic Ovary Syndrome. Am J Ophthalmol (2007) 143(5):763–71.e2. doi: 10.1016/j.ajo.2007.01.030

CrossRef Full Text | Google Scholar

12. Xue N, Jiang K, Li Q, Zhang L, Ma L, Wang R, et al. Original Askiatic Imaging Used in Chinese Medicine Eye-Feature Diagnosis of Visceral Diseases. J Innov Opt. Heal Sci (2018) 11(04):1850023. doi: 10.1142/S1793545818500232

CrossRef Full Text | Google Scholar

13. Ronneberger O, Fischer P, Brox T. U-Net: Convolutional Networks for Biomedical Image Segmentation [Arxiv]. arXiv (2015). doi: 10.1007/978-3-319-24574-4_28

CrossRef Full Text | Google Scholar

14. Sanghyun W, Jongchan P, Joon-Young L, In SK. CBAM: Convolutional Block Attention Module [Arxiv]. arXiv (2018) 17. doi: 10.1007/978-3-030-01234-2_1

CrossRef Full Text | Google Scholar

15. Wang C, He Y, Liu Y, He Z, He R, Sun Z. ScleraSegNet: An Improved U-Net Model With Attention for Accurate Sclera Segmentation. In: 2019 International Conference on Biometrics (ICB). Crete, Greece: IEEE (2019). doi: 10.1109/ICB45273.2019.8987270

CrossRef Full Text | Google Scholar

16. Ioffe S, Szegedy C. Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift. In: 32nd International Conference on Machine Learning (ICML 2015). Lila, France: Curran Associates, Inc. (2015). pp. 448–56.

Google Scholar

17. Paul R, Hawkins S, Balagurunathan Y, Schabath M, Gillies R, Hall L, et al. Deep Feature Transfer Learning in Combination With Traditional Features Predicts Survival Among Patients With Lung Adenocarcinoma. Tomography (2016) 2(4):388–95. doi: 10.18383/j.tom.2016.00211

CrossRef Full Text | Google Scholar

18. Raghavendra U, Fujita H, Bhandary SV, Gudigar A, Tan JH, Acharya UR. Deep Convolution Neural Network for Accurate Diagnosis of Glaucoma Using Digital Fundus Images. Inform Sci (2018) 441:41–9. doi: 10.1016/j.ins.2018.01.051

CrossRef Full Text | Google Scholar

19. He K, Zhang X, Ren S, Sun J. Deep Residual Learning for Image Recognition. In: 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR). Las Vegas, NV, USA: IEEE (2016). pp. 770–8. doi: 10.1109/CVPR.2016.90

CrossRef Full Text | Google Scholar

20. Ilse M, Tomczak JM, Welling M. Attention-Based Deep Multiple Instance Learning. arXiv preprint (2014).

Google Scholar

21. Simonyan K, Zisserman A. Very Deep Convolutional Networks for Large-Scale Visual Recognition. arXiv (2014) 1409.1556.

Google Scholar

22. Christian Szegedy VVSI. Rethinking the Inception Architecture for Computer Vision. Proc IEEE Comput Soc Conf Comput. Vis Pattern Recognit (2016) 2818–26. doi: 10.1109/CVPR.2016.308

CrossRef Full Text | Google Scholar

23. Alkassar S, Woo WL, Dlay SS, Chambers JA. Robust Sclera Recognition System With Novel Sclera Segmentation and Validation Techniques. IEEE Trans Systems Man Cybernetics: Syst (2017) 47(3):474–86. doi: 10.1109/TSMC.2015.2505649

CrossRef Full Text | Google Scholar

24. Das A, Pal U, Ferrer Ballester MA, Blumenstein M. A New Efficient and Adaptive Sclera Recognition System. In: 2014 IEEE Symposium on Computational Intelligence in Biometrics and Identity Management (CIBIM). Orlando, FL, USA: IEEE (2014). doi: 10.1109/CIBIM.2014.7015436

CrossRef Full Text | Google Scholar

25. Zhou Z, Du EY, Thomas NL, Delp EJ. A New Human Identification Method: Sclera Recognition. In: IEEE Transactions on Systems, Man, and Cybernetics - Part A: Systems and Humans, Vol. 42. IEEE (2012). pp. 571–83. doi: 10.1109/TSMCA.2011.2170416

CrossRef Full Text | Google Scholar

26. Selvaraju RR, Cogswell M, Das A, Vedantam R, Parikh D, Batra D. Grad-CAM: Visual Explanations From Deep Networks via Gradient-Based Localization. In: 2017 IEEE International Conference on Computer Vision (ICCV). Venice, Italy: IEEE (2017). doi: 10.1109/ICCV.2017.74

CrossRef Full Text | Google Scholar

Keywords: polycystic ovary syndrome, deep learning, multi-instance learning, convolutional neural networks, sclera

Citation: Lv W, Song Y, Fu R, Lin X, Su Y, Jin X, Yang H, Shan X, Du W, Huang Q, Zhong H, Jiang K, Zhang Z, Wang L and Huang G (2022) Deep Learning Algorithm for Automated Detection of Polycystic Ovary Syndrome Using Scleral Images. Front. Endocrinol. 12:789878. doi: 10.3389/fendo.2021.789878

Received: 05 October 2021; Accepted: 15 December 2021;
Published: 27 January 2022.

Edited by:

Yanting Wu, Fudan University, China

Reviewed by:

Tolga Tolunay, Gazi University, Turkey
Jin Yu, Changhai Hospital, China

Copyright © 2022 Lv, Song, Fu, Lin, Su, Jin, Yang, Shan, Du, Huang, Zhong, Jiang, Zhang, Wang and Huang. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Zhi Zhang, zhizhang@capitalbio.com; Lina Wang, bwanglina@sina.com; Guoliang Huang, tshgl@tsinghua.edu.cn

These authors share first authorship

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.