Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

Automatic Diagnosis of Pathological Myopia from Heterogeneous Biomedical Data

  • Zhuo Zhang ,

    zzhang@i2r.a-star.edu.sg

    Affiliations Institute for Infocomm Research, Agency for Science, Technology and Research, Singapore, Singapore, School of Computer Engineering, Nanyang Technological University, Singapore, Singapore

  • Yanwu Xu,

    Affiliation Institute for Infocomm Research, Agency for Science, Technology and Research, Singapore, Singapore

  • Jiang Liu,

    Affiliation Institute for Infocomm Research, Agency for Science, Technology and Research, Singapore, Singapore

  • Damon Wing Kee Wong,

    Affiliation Institute for Infocomm Research, Agency for Science, Technology and Research, Singapore, Singapore

  • Chee Keong Kwoh,

    Affiliation School of Computer Engineering, Nanyang Technological University, Singapore, Singapore

  • Seang-Mei Saw,

    Affiliation Saw Swee Hock School of Public Health, National University of Singapore, Singapore, Singapore

  • Tien Yin Wong

    Affiliation Department of Ophthalmology, Singapore Eye Research Institute, Singapore, Singapore

Abstract

Pathological myopia is one of the leading causes of blindness worldwide. The condition is particularly prevalent in Asia. Unlike myopia, pathological myopia is accompanied by degenerative changes in the retina, which if left untreated can lead to irrecoverable vision loss. The accurate diagnosis of pathological myopia will enable timely intervention and facilitate better disease management to slow down the progression of the disease. Current methods of assessment typically consider only one type of data, such as that from retinal imaging. However, different kinds of data, including that of genetic, demographic and clinical information, may contain different and independent information, which can provide different perspectives on the visually observable, genetic or environmental mechanisms for the disease. The combination of these potentially complementary pieces of information can enhance the understanding of the disease, providing a holistic appreciation of the multiple risks factors as well as improving the detection outcomes. In this study, we propose a computer-aided diagnosis framework for Pathological Myopia diagnosis through Biomedical and Image Informatics(PM-BMII). Through the use of multiple kernel learning (MKL) methods, PM-BMII intelligently fuses heterogeneous biomedical information to improve the accuracy of disease diagnosis. Data from 2,258 subjects of a population-based study, in which demographic and clinical information, retinal fundus imaging data and genotyping data were collected, are used to evaluate the proposed framework. The experimental results show that PM-BMII achieves an AUC of 0.888, outperforming the detection results from the use of demographic and clinical information 0.607 (increase , ), genotyping data 0.774 (increase , ) or imaging data 0.852 (increase , ) alone. The accuracy of the results obtained demonstrates the feasibility of using heterogeneous data for improved disease diagnosis through our proposed PM-BMII framework.

Introduction

Pathological Myopia

Pathological myopia (PM) is one of the leading causes of visual impairment worldwide[1][3] and is the most frequent cause of visual impairment in Asian countries [4]. Known as high myopia or degenerative myopia, pathological myopia is a type of severe and progressive nearsightedness characterized by changes in the fundus of the eye, due to posterior staphyloma and deficient corrected acuity. It is commonly defined as having a spherical equivalent (SE) of at least −6.0 diopters [5]. Pathological myopia causes very rapid changes in vision, often requiring a change in eyeglasses or contact lens prescriptions every 4 to 6 months. This condition usually does not stabilize within normal limits, thus affecting the curvature of the crystalline lens and increasing the risk of retinal detachment. Myopia-related visual impairment has been shown to affect productivity and quality of life. As patients with pathological myopia are more prone to ocular abnormalities, it is increasingly essential to manage the progression of degenerative myopia with early detection and treatment. Current clinical practice in detecting pathological myopia relies heavily on the manual screening and efforts of the clinicians, where a complete eye exam usually takes up to 60 minutes. Such eye exams include questions on the subject’s medical history and a physical eye examination which includes tests for visual acuity, visual field and refraction. For example, a slit lamp exam evaluates the anterior sections and lens of the eye using microscope optics; tonometry measures the pressure inside the eye; and ophthalmoscopy allows observation of the back of the eye.

Pathological Myopia Diagnosis via Learning from Heterogeneous Biomedical Data

Recently, there has been increasing interest in the development of retinal imaging algorithms and computer-aided diagnosis (CAD) systems to automatically detect pathological myopia from retinal fundus images towards screening. For example, Liu et. al. [6] presented the PAMELA system to detect pathological myopia in fundus images through the detection of parapapillary atrophy (PPA) around the optic disc. Zhang et. al. [7] combined fundus image data and demographic/clinical data to identify an optimal set of essential features to improve the prediction of pathological myopia. Moreover, with genotyping technologies out-pacing Moore’s Law since 2008 [8], it has become much less costly to obtain genomic information, in particular SNP (Single Nucleic Polymorphism) data. SNP data provides partial view of a person’s genetic profile, and the known disease associated SNPs can be used as a form of genetic prior knowledge in gauging the likelihood of disease occurrence.

Each of these heterogeneous data sources (fundus, demographic/clinical, genetic) is likely to contain a different perspective on the disease risk of an individual, based on the pathological, environmental and genetic mechanisms of the disease. These perspectives may potentially be complementary, such that a combination of the data from these independent sources are able to provide a more comprehensive and holistic assessment of the disease [9]. Furthermore, data from these sources are becoming increasingly available. Retinal fundus imaging can be found in numerous primary community healthcare institutions as well as optical shops. With the dramatic reduction in genotyping costs in recent years, it is foreseeable that SNP data can be acquired at low cost and with as ease as demographic clinical data in the near future. The objective of our study is to develop a computational tool in facilitating automatic predictions for applications such as health screening when clinicians are not present but abundant data is available.

In this work, we propose a computer-aided framework for the detection of pathological myopia called PM-BMII (Pathological Myopia diagnosis through Biomedical Image Informatics). The PM-BMII framework uses a data-driven approach to exploit the growth of heterogeneous data sources to improve assessment outcomes. One challenge in this approach is the disparity of labels used to describe such data. For example, imaging data is represented by an image, while demographic/clinical data is described by quantitative measurements or categorical data and SNPs are coded by text representing the nucleotide combinations. To address this challenge and combine such data meaningfully, a SVM-based multiple kernel learning algorithm is proposed in our PM-BMII framework.

SVM Based Multiple Kernel Learning

Over the past twenty years, Support Vector Machines (SVM) [10], [11] have become a ubiquitous tool in machine learning. SVM algorithms distinguish themselves from other margin-maximizer classifiers through the use of kernel functions, which transform the input data before classification. In traditional SVM algorithms, a single kernel function is applied on all input data. While convenient and efficient for homogeneous data, the use of a single kernel can result in compromises in performance when used in models combining heterogeneous data type.

Recent extensions to the SVM framework have described the use of multiple kernels. Such approaches, commonly known as Multiple Kernel Learning (MKL) algorithms [12], [13], allow us to combine heterogeneous feature sets, each with their own adapted kernel function, while optimizing the contribution of each sub-kernel to the resulting classifier. Furthermore, in a standard single kernel SVM, it is difficult to determine the importance of an individual feature. The advantage of MKL is such that it generates weights for each sub-kernel which can provide a useful representation of the relative discriminative power of each set of features.

Materials and Methods

Proposed Framework PM-BMII

In this work, we propose a computer-aided diagnosis framework for the detection of pathological myopia called PM-BMII. The framework automatically detects pathological myopia based on a combination of heterogeneous sources, i.e. imaging data, demographic/clinical data, and genotyping data. We use an MKL-based approach to optimize modeling, learning and classification. Figure 1 illustrates the architecture of the proposed PM-BMII framework.

SiMES Data Description

We evaluate the proposed PM-BMII framework on the Singapore Malay Eye Study (SiMES) database [14]. SiMES examined a population-based, cross-sectional, age stratified, random sample of 3280 Malays (78.7% participation rate) aged 40 to 80 years living in Singapore. A subject’s demographic variables, fundus photograph and blood sample for genotyping were acquired during the clinic visit. The diagnosis of pathological myopia was made at the same time. We use the clinical diagnosis of PM as the gold standard to evaluate our approach.

In current clinical settings, fundus images are easily available at polyclinics and even optical shops. Furthermore, the cost of genotyping chips has decreased dramatically in recent years, a trend of which would greatly increase the accessibility of a person’s genotyping data in the near future. The objective of our study is to develop a computational tool facilitating automatic prediction for applications such as health screening when clinicians are not present but abundant data is available.

The following data is used to evaluate the proposed PM-BMII framework:

  • Fundus Image Data: The images were acquired using a 45° FOV Canon CR-DGi retinal fundus camera with a 10D SLR backing, at an image resolution of pixels
  • Demographic/clinical Data: The eye screening record in SiMES contains demographic/clinical data such as age and gender, medical histories (e.g. diabetes etc.) and ocular examination data. The clinical diagnosis of pathological myopia is used as the gold standard label in this study.
  • Genotyping (SNP) Data: subjects were genotyped on Illumina 610quad arrays, followed by a stringent quality control (QC) procedure [15]. The QC process excludes the subjects with a missing call rate , filters out monomorphic SNPs, non-autosomal SNP and SNPs with minor allele frequency (MAF) . A Hardy-Weinberg equilibrium (HWE) test was also conducted to detect genotyping artifacts [16]. The final SNP data set contains 2,542 individuals with 557,824 SNPs on 22 autosomal chromosomes.

Knowledge-based Feature Selection in SNP Data

It has been shown that there is an interplay between genetic factors and environmental influences [17] in myopia, with an estimated heritability of myopia at 0.306 [18]. A set of myopia related genes were discovered in linkage studies [19][21], and recent genome wide association studies (GWAS) further identified several loci highly associated with pathological myopia [22][26]. This valuable knowledge forms a smart prior in our framework, and using such a smart prior for feature selection enables us to overcome the curse of dimensionality raised by the overwhelming number of SNPs as compared to samples. We propose a holistic approach to identify myopia-related SNPs using the following steps:

  • Identify susceptibility loci from a group of myopia-related genes
  • We use the OMIM (Online Mendelian Inheritance in Man) database [27] to obtain disease related SNPs. OMIM contains information on known genetic disorders and over 12,000 genes, with carefully examined reference literature. We searched OMIM with query item myopia [TI] and found 40 entries, from which a list of myopia-related SNPs were extracted as shown in table 1.
  • Obtain susceptibility loci from recent published genome wide association study
  • We used the NHGRI GWAS catalog [28] to search for PM-associated SNPs discovered by recent Genome Wide Association Studies [22][26]. The SNPs and their references are listed in Table 2.
  • Match tag SNPs genotyped in SiMES data
  • The SNPs identified in the above steps may not appear as markers genotyped in SiMES data. Based on the fact that Illumina 610quad arrays are derived from the International HapMap Project [29] with one tag SNP every 5–6 kb across the genome in the CEU,CHB+JPT and YRI populations, we use GVS (Genome Variation Server) [30] to find corresponding tag SNPs. The GVS database contains 11.8 million SNPs with corresponding genotyping data and provides a set of tools for the analysis of SNP data. For each SNP identified in Steps 1 and 2, we set a range of 3 kb both up- and down-stream with a LD-score as the search criteria to catch the corresponding tag SNPs.
thumbnail
Table 1. Pathological Myopia (PM) related SNPs found from Genetic Linkage Studies.

https://doi.org/10.1371/journal.pone.0065736.t001

thumbnail
Table 2. Pathological Myopia (PM) associated SNPs found in Genome-wide Association Studies (GWAS).

https://doi.org/10.1371/journal.pone.0065736.t002

Figure 2 illustrates the steps described above. A detailed list of the extracted SNPs are listed in Table 1 and 2. In total 87 SNPs are matched in SiMES genotyping data and these SNPs are used to form a sub-feature space for learning.

thumbnail
Figure 2. Knowledge-based SNP selection in genotyping data.

https://doi.org/10.1371/journal.pone.0065736.g002

Demographic and Clinical Data Preprocessing

Both environmental and genetic factors have been associated with the onset and progression of myopia. Some of the known environmental risk factors of myopia include close up work, educational level, IQ, outdoor activity, academic achievement and an introvert personality [17]. These risk factors are partially represented in the demographic and clinical variables obtained from the population study protocol. The data is cleaned by removing subjects or variables with more than 5% missing values. We digitized the categorical parameters and scaled all variables to range of [0,1]. The clean set contains 44 parameters as listed in Table 3, with 2,258 subjects data matched with image and SNP data.

thumbnail
Table 3. List of Demographic & clinical variables used in PM-BMII.

https://doi.org/10.1371/journal.pone.0065736.t003

We conducted a univariant analysis for all parameters. P-values are obtained by conducting the Student’s T-test for numerical variables and the Chi-square test for categorical variables. The following parameters were found to be associated with pathological myopia with P-value : Age (), Job Category (), Income (), Type of place living in (), Education (), Ever Smoke and Current Smoke (both ).

Semantic Image Feature Analysis for Fundus Image

Semantic image features, also known as high-level features, differ from low-level local features as they are global features which are location-independent. In this work, the bag-of-words (BOW) model approach from computer vision [31] is introduced for semantic image feature extraction.

BOW is a simplified representation used in natural language processing and information retrieval by treating local image features as words. In natural language processing, a bag-of-words is a sparse vector of occurrence counts of words; that is, a sparse histogram over the vocabulary. Correspondingly, in computer vision, a bag-of-words is a sparse vector of occurrence counts of a vocabulary of local image features (codebook), which is a location-independent global feature. The properties of local features, such as intensity, rotation, scale and affine invariants can also be preserved. Figure 3 illustrates the described method.

Many visual features can be extracted from grids or superpixels [32] to form local features, such as histogram of oriented gradients (HOG) [33], biologically inspired features (BIF) [34] and color histograms [35] which are related to edges, textures and intensity, respectively. In this work, SIFT (Scale-invariant feature transform) [36] features are used as local features. SIFT has been widely used in object detection and classification, due to its intensity, rotation, scale and affine invariant properties. In this implementation, the Harris-Laplacian (HAR) and Hessian-Laplacian (HES) detectors [37] were used to generate SIFT features from each retinal fundus image. This is mainly because both detectors produce complementary features: HAR locates corner features, while HES extract blob features. Each SIFT feature was represented as a 128-dimensional histogram and each dimension was quantized into an integer between 0 and 255.

To reduce computational costs and avoid feature noise from the retinal image field of view limits, the images were resized to a height of 256 pixels by keeping the original aspect ratio, and only feature points within 0.95 radius to the center were collected for further processing. In addition, the SIFT feature extraction was performed on the green channel only, since the retinal images are less well differentiated in the red and blue channels.

After obtaining all the SIFT features from training images, k-means clustering was used to generate the codebook by randomly selecting half of the training images, with each cluster centroid representing a visual word. After which the BOW global features (i.e., occurrence counts of the visual words in a retinal image) of each training and testing image were obtained in the quantization procedure. To balance the dimensions of different features, we empirically set k = 100. -normalization is performed to standardize features before training and testing.

Data Fusion

The features extracted from each of the three heterogeneous data sets were merged via subject matching. The final dataset contains 2,258 subjects with demographic/clinical data, fundus image and SNP data. Among the 2,258 individuals, 58 had been diagnosed with pathological myopia while the rest were normal. The distribution of pathological myopia subjects in the dataset is representative of the prevalence of pathological myopia in the population. The range of each feature dimension was normalized to the range of [0, 1] in order to avoid magnitude differences among the dimensions.

Learning Algorithms

In this study, we apply SVM-based multiple kernel learning (MKL) to train the classifier in the proposed PM-BMII framework. The learning problem can be formulated as follows. Given a training set of instance-label pairs where represents the features of a subject, and denotes its label, such that 1 denotes the presence of pathological myopia, and −1 denotes the absence of the disease, the basic SVM [10], [11] formulation requires the solution of the following optimization problem:(1)subject to where a feature is mapped into a higher dimensional space by the function . SVM finds a linear separating hyperplane with the maximal margin in this higher dimensional space. is the penalty parameter of the error term. is called the kernel function.

In our experiments, when only one type of feature set (e.g., SNP) is used, a linear kernel based basic SVM classifier is utilized, where the corresponding label of is determined by .

When incorporating feature sets from multiple data sources, multiple kernel learning (MKL) is applied to learn the adapted kernel function for each feature set, and to optimize the contribution of each sub-kernel for the resulting classifier. In such cases, a convenient approach is to consider that is actually a convex combination of the basis kernels:(2)where is the total number of kernels. Each basis kernel may either use the full set of features describing samples or subsets of features stemming from different data sources [12]. Within this MKL framework, the problem of data representation through the kernel is then transferred to the selection of weights . In PM-BMII, we use basis kernels based on each single data source, and demonstrate that models based on a combination of multiple sources are better than those using a single data source. For efficiency, one linear kernel is initialized for each feature type. There are many MKL solver toolboxes which are publicly available, such as SimpleMKL [38] and Group Lasso [39]. The LIBLINEAR toolbox [40] is used to train linear SVM models for each individual data source, and the Group Lasso [39] toolbox is used to train MKL models.

Experimental Methods for PM-BMII

To demonstrate that the combination of multiple data sources can enhance detection accuracy in our PM-BMII framework, we report and compare the diagnosis performance of 7 methods using the following different features and their combinations:

  1. Demographic/clinical data only (referred to as )
  2. SNP data, genetic information only (referred to as )
  3. low-level direct image features only (referred to as )
  4. combined demographic/clinical data and SNP data ()
  5. combined demographic/clinical data and image features ()
  6. combined SNP data and image features ()
  7. combined all three data source, (PM-BMII)

For fair comparison, we performed 10 independent tests, with two rounds of stratified cross-validation conducted per test. This was carried out in the following way. In each test, all subjects were randomly divided into non-overlapping sets of equal size, A and B. In the first round, we used all the positive subjects and the same number of randomly selected negative subjects from set A as training set, due to the imbalanced in the number of positive (PM) and negative (normal) subjects. The trained model is then used for testing set B. The second round was conducted in the same approach but with subjects from set B used for training and those from set A used for testing. In total, 20 groups of evaluation results were collected for each of the 7 methods for analysis.

Analysis Methods used for PM-BMII

We assess the classification performance using the area under the ROC (receiver operating characteristic) curve (AUC) which evaluates the overall performance and a balanced accuracy with a fixed specificity. The balanced accuracy (), sensitivity () and specificity () are defined as(3)where and denote the number of true positives and negatives, respectively, and and denote the number of false positives and negatives, respectively.

Results and Discussion

Table 4 shows the results for the different input data, both single and combined, on their ability to detect pathological myopia, measured using the specificity, sensitivity and area under the ROC curve (AUC). The mean and standard variation (SD) values of AUC of each method were calculated based on the results obtained from the 20 sets of cross validation testing as described in the above Methods section. At the screening-based specificity setpoint of 0.85, in comparing only the models from single sources, the results show that the use of imaging data provided the best prediction of pathological myopia (Sensitivity ), compared to that of SNP data (Sensitivity ) and showed a large improvement over detection using only demographic data (Sensitivity ). Comparatively, detection using only demographic/clinical data was the least accurate compared to the other single sources.

thumbnail
Table 4. Sensitivity and AUC results for the various sources combinations.

https://doi.org/10.1371/journal.pone.0065736.t004

When multiple (2 or more) data sources are combined, the general trend shows that the sensitivities from combining sources outperforms their component sources at specificity of 0.85, with the best performing model based on the combination of SNP data, demographic/clinical data and imaging data in the PM-BMII framework (Sensitivity ).

This trend can also be observed using the calculated AUC metrics, with the corresponding ROC plots presented in Figure 4 and box plot of AUC distribution based on the 20 rounds of cross validation tests shown in Figure 5. The PM-BMII prediction model combining demographic/clinical data, SNP data and imaging data generated the best AUC metrics (), outperforms all other source combinations or single sources. Compared to the single sources, the use of PM-BMII resulted in significant improvements over demographic/clinical data (increase , ) and genetic information (increase , ). It also tended toward better classification than using imaging data alone (increase , ). Furthermore, the results also show PM-BMII performs better than the combined models obtained from the combinations of any two sources, resulting in improvements of (), () and () in AUC over , and respectively.

thumbnail
Figure 4. ROC (receiver operating characteristic) curve of various methods.

https://doi.org/10.1371/journal.pone.0065736.g004

Our experimental results also suggest an advantage in combining any two sources over the use of their component sources. For example, the use of SNP and retinal image information produced an AUC of 0.792, which is better than the individual AUCs from () and () respectively. This trend can also be observed for the other two combinations and over their components.

In this work, we have tested the use of different combinations of data for the detection of pathological myopia. These data sources can be described as imaging data, SNP data and demographic/clinical data. Based on the results of the experiments, the following observations can be made:

  1. PM-BMII approach of combining imaging, SNP and demographic/clinical data outperformed single data sources and two-source combinations
  2. In our experiments, we have shown that the combination of imaging, genomic and demographic data in the PM-BMII framework was able to achieve an AUC of up to 0.888. The PM-BMII prediction results outperform the models based on other data combinations, as well as the individual component sources.
  3. Advantages in combining different data types
  4. Furthermore, the experiments also support combining different data types for pathological myopia prediction. In the experiments based on the combinations of any two different types, we observed that the results were better than the models which only use the individual data components. This was most obvious in the use of demographic/clinical data , which when used in conjunction with any other data type registered an improvement of at least () in pathological myopia detection. Although the use of individual data can possibly be used for detection, our results show that it is advantageous to include at least one other data type in the model. This suggests that the data types are indeed complementary.
  5. Usefulness of demographic/clinical data
  6. The results show that the performance of PM-BMII () is comparable to that of using SNP and imaging information . However, the addition of demographic/clinical data to genetic information or to does show a trend of improving accuracy. This suggests that in the overall PM-BMII framework the inclusion of demographic/clinical data may not be strictly necessary, particularly when both genetic information and imaging information are included, and further suggests some possible redundancy in the use of demographic/clinical data with genetic and imaging information . Nonetheless, a model that is built using imaging information I or SNP data alone would benefit from the inclusion of demographic/clinical data .
  7. We observe the limited significance of adding SNP and demographics data into the prediction model, with a modest improvement of AUC. This may be due to the limited number of subjects in our study. Increasing data available in future studies could allow us to draw more significant conclusions.

Conclusions

Demographic/clinical data, imaging data and SNP data can provide different perspectives towards disease detection. With the large quantity of potential data that can be obtained, the challenge is to combine these data in a holistic fashion to make the best use of their individual advantages. Computer-based informatics methodologies offer such an opportunity to intelligently fuse these data sources. We have proposed PM-BMII, a framework powered by MKL, for Pathological myopia diagnosis by combining heterogeneous biomedical data, including demographic data, imaging data and SNP data. Our experiments show that the PM-BMII framework is able to detect pathological myopia with high accuracy, and supports the use of data fusion over any single or two-source combination. These promising results encourage further exploration of the PM-BMII framework for the detection of other ocular diseases.

Acknowledgments

We thank Dr.Qiao Fan’s help on suggesting myopia-related SNPs.

Author Contributions

Conceived and designed the experiments: ZZ JL YX. Performed the experiments: ZZ YX. Analyzed the data: DWKW YX ZZ. Contributed reagents/materials/analysis tools: ZZ YX. Wrote the paper: ZZ YX JL DWKW CKK SMS TYW.

References

  1. 1. Green JS, Bear JC, Johnson GJ (1986) The burden of genetically determined eye disease. Br J Ophthalmol 70: 696–699.
  2. 2. Krumpaszky HG, Ludtke R, Mickler A (1999) Blindness incidence in germany. a population-based study from wurttemberg-hohenzollern. Ophthalmologica 213: 176–182.
  3. 3. Buch H, Vinding T, LaCour M, Appleyard M, Jensen GB, et al. (2004) Prevalence and causes of visual impairment and blindness among 9980 scandinavian adults, the copenhagen city eye study. Ophthalmology 111: 53–61.
  4. 4. Iwase A, Araie M, Tomidokoro A, Yamamoto T, Shimizu H, et al. (2006) Prevalence and causes of low vision and blindness in a japanese adult population: the tajimi study. Ophthalmology 113: 1354–1362.
  5. 5. Shih YF, Ho TC, Hsiao CK, Lin LLK (2006) Visual outcomes for high myopic patients with or without myopic maculopathy: a 10 year follow up study. Br J Ophthalmol 90: 546–550.
  6. 6. Liu J, Wong DWK, Lim JH, Tan NM, Zhang Z, et al. (2010) Detection of pathological myopia in pamela with texture-based features in a svm approach. Journal of Healthcare Engineering 1: 1–12.
  7. 7. Zhang Z, Cheng J, Liu J, Yeo C, Kong CC, et al.. (2012) Pathological myopia detection from selective fundus image features. In: Industrial Electronics and Applications (ICIEA), 2012 7th IEEE Conference on. 1742–1745.
  8. 8. National Human Genome Research Institute website. Available: http://www.genome.gov/sequencingcosts/.
  9. 9. Lanckriet GR, De-Bie T, Cristianini N, Jordan MI, Noble WS (2004) A statistical framework for genomic data fusion. Bioinformatics 20: 2626–35.
  10. 10. Boser BE, Guyon I, Vapnik V (1992) A training algorithm for optimal margin classifiers. In: Proceedings of the Fifth Annual Workshop on Computational Learning Theory. 144–152.
  11. 11. Cortes C, Vapnik V (1995) Support-vector network. Machine Learning 20: 273–297.
  12. 12. Bach FR, Lanckriet GRG, Jordan MI (2004) Multiple kernel learning, conic duality, and the SMO algorithm. In: Proceedings of the twenty-first international conference on Machine learning. volume 69, 6+.
  13. 13. Lanckriet GRG, Cristianini N, P PB, Ghaoui LE, Jordan MI (2005) Learning the kernel matrix with semidefinite programming. Journal of Machine Learning Research : 27–72.
  14. 14. Foong AW, Saw SM, Loo JL, Shen S, Loon SC, et al. (2007) Rationale and methodology for a population-based study of eye diseases in malay people: The singapore malay eye study (simes). Ophthalmic Epidemiol 14: 25–35.
  15. 15. Laurie C, Doheny K, Mirel D, Pugh EW, Bierut L, et al.. (2010) Quality control and quality assurance in genotypic data for genome-wide association studies. Genetic Eqidemiology : 591–602.
  16. 16. Wigginton J, Cutler D, Abecasis G (2005) A note on exact tests of hardy-weinberg equilibrium. American Journal of Human Genetics 76: 887–93.
  17. 17. Saw SM, Katz J, Schein OD, Chew SJ, Chan TK (1996) Epidemiology of myopia. Epidemiol Rev 18: 175–187.
  18. 18. Curtin BJ (1985) The Myopias: Basic Science and Clinical Management. Philadelphia: Harper & Row.
  19. 19. Young TL, Deeb SS, Ronan SM (2004) X-linked high myopia associated with cone dysfunction. Arch Ophthalmol 122: 897–908.
  20. 20. Stambolian D, Ibay G, Reider L, Dana D, Moy C (2004) Genomewide linkage scan for myopia susceptibility loci among ashkenazi jewish families shows evidence of linkage on chromosome 22q12. Am J Hum Genet 75: 448–59.
  21. 21. Wojciechowski R, Moy C, Ciner E, Ibay G, Reider L, et al.. (2006) Genomewide scan in ashkenazi jewish families demonstrates evidence of linkage of ocular refraction to a qtl on chromosome 1p36. Hum Genet : 389–99.
  22. 22. Li YL, Goh L, Khor CC (2010) Genome-wide association studies reveal genetic variants in ctnnd2 for high myopia in singapore chinese. Ophthalmology 118: 368–75.
  23. 23. Fan Q, Barathi VA, Cheng CY, Zhou X, Meguro A, et al. (2012) Genetic variants on chromosome 1q41 influence ocular axial length and high myopia. PLoS Genetics 8: e1002753.
  24. 24. Solouki AM, Verhoeven VJ (2010) A genome-wide association study identifies a susceptibility locus for refractive errors and myopia at 15q14. Nat Genet 42: 897–901.
  25. 25. Nakanishi H, R RY, Gotoh N, Hayashi H, Yamashiro K, et al.. (2009) A genome-wide association analysis identified a novel susceptible locus for pathological myopia at 11q24.1. PLoS Genet.
  26. 26. Li Z, Qu J, Xu X, Zhou X, Zou H, et al. (2011) A genome-wide association study reveals association between common variants in an intergenic region of 4q25 and high-grade myopia in the Chinese han population. Hum Mol Genet 15: 2861–8.
  27. 27. Online mendelian inheritance in man, omim. Mckusick-Nathans Institute of Genetic Medicine and Johns Hopkins University. Available: http://omim.org/.
  28. 28. Hindorff L, MacArthur J, Morales J, HA, Hall JP, et al. A catalog of published genome-wide asso-ciation studies. Available: http://www.genome.gov/gwastudies, Accessed 2013 Feb 12.
  29. 29. Consortium TIH (2007) A second generation human haplotype map of over 3.1 million snps. Nature 449: 851–861.
  30. 30. Carlson CS, Eberle MA, Rieder MJ, Q QY, Kruglyak L, et al. (2004) Selecting a maximally infor-mative set of single-nucleotide polymorphisms for association analyses using linkage disequilibrium. Am J Hum Genet 74: 106–120.
  31. 31. Li FF, Perona P (2005) A bayesian hierarchical model for learning natural scene categories. In: IEEE Conference on Computer Vision and Pattern Recognition. volume 2, 524–531. https://doi.org/10.1109/CVPR.2005.16
  32. 32. Xu Y, Liu J, Lin S, Xu D, Cheung C, et al.. (2012) Efficient optic cup detection from intra-image learning with retinal structure priors. In: International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI). volume 7510, 58–65.
  33. 33. Dalal N, Triggs B (2005) Histograms of oriented gradients for human detection. In: IEEE Conf. on Computer Vision and Pattern Recognition (CVPR). 886–893.
  34. 34. Cheng J, Tao D, Liu J, Wong D, Lee B, et al.. (2011) Focal biologically inspired feature for glaucoma type classification. In: International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI). volume 6893, 91–98.
  35. 35. Xu Y, Xu D, Lin S, Liu J, Cheng J, et al.. (2011) Sliding window and regression based cup detection in digital fundus images for glaucoma diagnosis. In: International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI). Volume 6893, 1–8.
  36. 36. Lowe D (2004) Distinctive image features from scale-invariant keypoints. Int J Comput Vision 60: 91–110.
  37. 37. Mikolajczyk K, Tuytelaars T, Schmid C, Zisserman A, Matas J, et al. (2005) A comparison of affine region detectors. International Journal of Computer Vision 65: 43–72.
  38. 38. Rakotomamonjy A, Bach FR, S SC, Grandvalet Y (2008) Simplemkl. Journal of Machine Learning Research 9: 2491–524.
  39. 39. Xu Z, Jin R, Yang H, King I, Lyu MR (2010) Simple and efficient multiple kernel learning by group lasso. In: Proceeding of the 29th International Conference of Machine Learning. 1175–1182.
  40. 40. Fan RE, Chang KW, Hsieh CJ, Wang XR, Lin CJ (2008) Liblinear: A library for large linear classification. Journal of Machine Learning Research 9: 1871–4.