Journal Information

Article Information


Facial recognition techniques using SVM: A comparative analysis


Abstract

This paper presents a literary review of facial recognition in 2D, which plays an important role in the life of the human being in terms of safety, work activity, etc. The focus is on the results obtained by some researchers with the application of feature extraction techniques, pattern classifiers, databases and their respective percentage of efficiency obtained. The objective is to determine efficient techniques that allow an optimal 2D facial recognition process, based on the quality of databases, feature extractors and pattern classifiers.

Resumen

Este trabajo presenta una revisión literaria sobre reconocimiento facial en 2D, la cual juega un papel importante en la vida del ser humano en cuanto a su seguridad, actividad laboral, etc. El enfoque está en los resultados obtenidos por algunos investigadores con la aplicación de técnicas de extracción de características, clasificadores de patrones, bases de datos y su respectivo porcentaje de eficiencia obtenida. El objetivo es determinar técnicas eficientes que permitan realizar un proceso óptimo de reconocimiento facial en 2D, en función de la calidad de bases de datos, extractores de características y clasificador de patrones.


Introduction

In recent years, the security of many countries has been compromised by terrorist attacks, kidnapping, and thefts, especially in nations with great political and economic power, as is the case of the United States of America. The terrorist attack on September 11 (2001), widely known around the world, demonstrated the weaknesses in the intelligence and national security systems, and since then the Government has invested in improving these security systems at airports, intelligence agencies, public buildings, banks, educational institutions, etc. One of the areas that has been highly promoted is facial recognition, especially in recent years.

Facial recognition systems currently have high recognition rates, but still presents some errors, due to the multiple variables and complexity of the human face.

Humans have the ability to recognize themselves and others without any difficulty, before they engage in any kind of activity, using facial traits; even more, individuals can recognize the face of any person after a long time not seeing him/her. Different ages, races, far or near, with poor or good lighting, regardless the circumstance, there is always the ability to recognize a face based on previous experiences or memories. However, it is necessary to automate this activity, since it is impossible for to be at the time and place when some action occurred, such as thefts, murder, kidnapping, etc. Hence the need for a computer-controlled facial recognition system.

However, the facial recognition of human faces has still some difficulties that challenges computer’s systems and hasn’t yet reach the expected efficiency.

As part of the computer vision in which the 3D Vision is inserted (Moreno, 2004), researchers today work on systems that avoid restrictions on controlled conditions to acquire robustness in light, age, rotation, translation, depth, facial expressions, occlusions, hair, mask, make-up, etc.

To solve the problems that facial recognition in 2D arises there are some techniques, according to González (2007), that work through a 3D perspective. The advantage of using 3D data (representing 180º images in cylindrical coordinates) is that in addition to the texture, we have depth information and the recognition system is more robust against changes in lighting, pose and expression because the depth does not change, even if these aspects of the image do. On the other hand, according to Del Alamo, C., Romero, L. & Fuentes, L. (2015), analyzing or comparing 3D models with non-rigid transformations could be costly, especially if the models are represented by triangular meshes with a large number of vertices and edges.

A facial recognition system typically follows the subsequent steps, as shown in Figure 1:

・Acquisition of images: have a database of human faces.

・Screening of the face in the image: identify the presence of a face in a photo image.

・Feature extraction: extracts all information from characteristic features of the person's face and;

・ Recognition: process of identifying the person.

Figure. 1:

Primary stages of a facial recognition system

1390-6542-enfoqueute-10-03-00098-gf1.png

So there are now several techniques that allow the treatment of recognition.

This work aims at a comprehensive analysis of the work on facial recognition based on the use of some main techniques, such as: PCA (Main Components Analysis) (Moreno & Sanchez, 2005), which allows to reduce the dimensionality of an image, and the SVM (Support Machines Vectors), considered as pattern classifier. These SVMs (Correa, Salazar, & Ortiz, 2013) appeared in the 1990s as an optimal classification method, consisting of a set of supervised learning algorithms developed by Cortes & Vapnik (Vapnik, 1998).

Cabello (2003) reviews classifiers, considering it as algorithms that allow to define a model for each class, so that the class to which an element belongs can be calculated from the values of the data that define the element.

The aim is also to review certain databases used and to determine the most effective technique based on the results obtained and, at the same time, identify the main research trends in this area.

Related Work

Facial recognition using 3D geometric characteristics: PCA and SVM

This work presents a 3D face modeling system based on a HK segmentation algorithm, which consists on separating the face in regions with established characteristics (Moreno & Sanchez, 2005). Six regions and two lines were automatically obtained from each 3D mesh. These are used to obtain the most relevant facial trait, according to the coefficient of Fisher (Correa, Salazar, & Ortiz, 2013), which allows to find regions of the face. The robustness of this model has been proven by the implementation of two PCA-based facial recognition systems (Moreno & Sanchez, 2005), a technique to reduce the dimensionality of a set of images and Support Machines Vectors (SVM) as pattern classifiers, taking into account the form as a matching scheme under control and uncontrolled environments. Experimental results show that the correct recognition rates are sufficient to implement real-face recognition applications and that the proposed model is robust. The use of SVMs in an uncontrolled environment produces 77.9 % of the recognition rate, while 90.16 % is obtained in a controlled environment. PCA in an uncontrolled environment is 76.2 % and 82 % in a controlled environment. The GAVAB database (Moreno y Sánchez, 2004), containing 420 3D facial images of 60 different individuals, is used in this research.

Support vector machines for recognition

This work deals with multi-class facial recognition (Guo, Li, & Chan, 2001), and specifies that a learning network method can be used for recognition of bipartite patterns; a binary tree recognition strategy is incorporated into SVM to handle the multi-class facial recognition problem. On the other hand, the performance of the SVM is based on comparison with the standard eigenface approach, and its latest algorithm proposes the closest characteristic line (NFL) (Guo et al., 2001), (Peng, 2010), Pradhan, 2013), (Z. Qi, Y. Tian, 2013), which is an efficient but simple classification method for pattern recognition.

This work presents a strategic binary tree for the SVM to solve the multi-class recognition problem as shown in Figure 2.

Figure. 2:

Structure of a binary tree for 8 classes of facial recognition. (Guo et al., 2001)

1390-6542-enfoqueute-10-03-00098-gf2.jpg

If you plan to build a binary tree for classification, there you have eight classes. The numbers from 1 to 8 are the ones that encode the classes; it is worth pointing out these numbers because coding can be arbitrary. Then you choose a winning number that comes out of the comparison between each pair of classes. The winning or selected classes will reach the top level for another test round. Guo uses three classification methods: Line nearest features (NFL) (NFL), Nearest Centre (NC) (closest centre) and SVM (Guo et al., 2001). Two experiments yielded the errors in recognition, the first working with an ORL database, with a total of 40 different participants with 10 poses each, obtaining a 3 % error for the SVM, which was the minimum compared to 3,83 % for CNN, and 3,125 % NFL; and a second experiment with 1 079 images of 137 persons corresponding to a database composed of 5 databases, such as: ORL, BERN, YALE among others, of which it is concluded that the SVM has the lowest error in recognition (8,79 %), followed by NFL (9,72 %) and NC (15,14 %).

An improved discriminative common vectors and SVM based face recognition approach

An improved method of discriminatory common vectors, Improved Discriminative Common Vectors (IDCV) used by SVM, is proposed (Wen, 2012), and to demonstrate their efficiency they compare seven other facial recognition methods, two of which include SVM. For experiments they use the "The ORL Database of Faces" and "The AR-face database" face imaging databases, as shown in Figures 3 and Figures 4, respectively.

Figure. 3:

ORL Databases

1390-6542-enfoqueute-10-03-00098-gf3.png

Figure. 4:

AR databases

1390-6542-enfoqueute-10-03-00098-gf4.jpg

When working with ORL, uses 400 images of 40 people. Each image is 112 by 92 and the person on it has 10 different poses. While in working with AR uses 1 300 images, 50 female and 50 male, 13 poses per person. This work shows that the proposed IDCV technique with SVM has a higher recognition rate than the other seven methods, with each of the two databases used. Common vectors are generated in the event that the number of individuals in each class is less than or equal to the dimensionality of the space of individuals.

The Common Discriminatory Vectors (CSD) algorithm is a variation of the Linear Discriminatory Analysis (LDA) algorithm, which shows that CSD achieves better facial recognition results than LDA. However, it does not solve the multiclass problem of the LDA algorithm. The author proposes the Better Common Discriminant Vectors (IDCV) method, adjusting the Fisher criterion of LDA in CSDs, to estimate the dispersion matrices between classes and within the class.

This study uses SVM to classify training and test data, with the Gaussian kernel function. Table 1 shows the results obtained in the experiments carried out for seven trainings, where the IDCV technique with SVM presents the highest performance, as well as a summary of the best results obtained under these techniques studied.

Table 1

Summary of results obtained for seven trainings with 8 techniques (Wen, 2012).

1390-6542-enfoqueute-10-03-00098-gt1.png

A New Face Recognition Method Based on Fast Least Squares Support Vector Machine

This work (Kong & Zhang, 2011) proposes a new method for facial recognition by combining Independent Component Analysis (ICA) (Bartlett, 1999) and SVM. To do this, initially extracts features from the faces using the Informax algorithm, then it implements face recognition using the tiny square quick algorithm (FLS-SVM). ICA is a statistical signal processing technology (1990) that can extract image features from faces. It is a technique for extracting statistically independent signals from a mixture of signals. The idea of ICA is to represent a set of random variables using basic functions, where the components are statistically as independent as possible.

The experiment validates the facial recognition algorithm using the ORL database. This BD includes images of 40-person faces 28-by-28, all have ten facial images (different expression, with glasses or not glasses). Finally, five images are selected at random as a training set, and others as a test set. All images are cropped to size 28 by 28 and rectified according to the positions of the eyes manually placed. The results obtained in your experiment are presented in Table 2.

Table 2

Summary of results obtained for seven trainings with 8 techniques (Wen, 2012).

1390-6542-enfoqueute-10-03-00098-gt2.png

Based on the results obtained, it is shown that ICA with the FLS-SVM classifier was the most effective, with a maximum recognition of 97.5 %.

Face Recognition using R-KDA with Non-Linear SVM for Multi-View Database

This work (Devi, Laishram, & Thounaojam, 2015), aims to develop a reconnaissance application by combining R-KDA with non-linear SVMs, and in turn the results are compared with the results of neighbouring R-KDA and K-nn respectively, achieving the best results for the former. The work proposes a two-phase recognition system: The feature extraction phase and the face recognition phase, for the former, uses R-KDA and non-linear SVM for the second.

Similarly, a series of steps for recognition, the same as using the SVM classifier, finds an optimal hyperplane that the largest possible fraction of the points in the same class; on the same side, it maximizes the distance from any class to the hyperplane. Determining the optimal hyperplane is a limited optimization problem and can be solved using quadratic programming techniques.

The UMIST database used consists of 564 images of 20 people. Each covers a series of front profile poses of views. Subjects cover a range of race, sex, appearance. The files are in pgm format, approximately 220 × 220 pixels of 256 shades of gray. For the experimental purpose, 18 subjects were taken in 10 different poses.

Finally, based on the result of the analysis, it is observed that the combination of R-KDA with non-linear SVM exceeds the combination of R-KDA with k-nn. The best correct recognition rate achieved with this proposed algorithm is approximately 30 % and the kernel function used is the radio base function (RBF), taking into account that it is a set of multi-view faces.

Modifications to the Eigenphases Method for Face Recognition Based on SVM

The authors (Olivares-Mercado, Toscano-Medina, Sánchez-Pérez, Nakano-Miyatake, & Pérez-Meana, 2016) submit two modifications to the eigenphases method, in order to increase their accuracy. The first modification is called Local Space Domain Eigenfaces (LSDE), where the face image is first segmented into blocks of N x N pixels, whose magnitudes normalize. The second modification is known as local frequency domain eigenphase (LFDE), where after segmentation the pixel magnitudes are normalized and the phase spectrum is calculated independently; then all the blocks are concatenated and PCA is applied (Benitez-Garcia, Olivares-Mercado, Aguilar-Torres, Sanchez-Perez, & Perez-Meana, 2012) to reduce the dimensionality of the problem.

The AR database (Robert, 2014), with 9360 faces, is used and works with 120 persons (65 men and 55 women). It performs two different trainings with 1 200 images each. Also, to implement the SVM uses the LIBSVM library (Chang & Lin, 2013), and the function used for the training and reconnaissance task is the Polyneal Kernel. As for identification using SVM, it uses algorithms such as: Gabor, Wavelet, LSDE 3, LSDE 6, LFDE 3, LFDE 6, distributed in two groups or sets. It is noted that LFDE 3 is the most successful: the first set has a success rate of 85.92 % and the second set is 97.92 % correct.

Facial expression recognition based on the fusion feature of PCA and LBP with SVM

Work on Primary Component Analysis (PCA), which is a method of extraction based on statistical characteristics of global grayings of the entire image. The authors (Luo, Wu, & Zhang, 2013), introduce a hybrid method of major component analysis and a local binary pattern (LBP). LBP extracts local grayscale characteristics from the mouth region, which contribute more to the recognition of facial expressions, to help the global characteristics of the grayscale in the recognition of facial expressions.

The recognition is designed based on the VC6.0 environment, and the input device is a PHLIPS camera. In this experiment, the set of training samples include seven different facial expressions, and the sum of them is 50. Half of them are better lit and the others are less illuminated, and each image of the training set was standardized to a small size of 24 × 24.

A comparison is made between PCA+SVM and PCA+LBP+SVM. Among them, an average recognition was obtained of: for PCA+SVM the highest was 93.75 % for neutral expression and for combination PCA+LBP+SVM 96.25 % recognition for both neutral and cheerful expression, both using an RBF kernel.

Face recognition using support vector model classifier for user authentication

This work (Lin, Wang, & Tsai, 2016) developed an online facial recognition system by forming an SVM classifier based on the user's facial features associated with the transform and a spatially improved local binary pattern. This cross-validation system and associated SVM used the Olivetti Research Laboratory database of facial features to troubleshoot classification accuracy issues.

Experimental results showed that the classification error decreased with an increase in the size of training samples. Hence, the overall accuracy of face recognition is more than 97 %, for a data size of 168 and 341 in low and high resolution images, respectively. Regarding the transformation, it is stated that it should allow changes only in the length of time, but not in the form, based on appropriate base functions. The most common facial features appear as part of low resolution information, while the high resolution part contains most facial features, such as local variations in lighting, expression and clothing. Conversely, the reverse wavelet transformation combines the two parts of the face image in the original image through a process of rebuilding information.

This research uses 3 kernels functions: Linear, Polynomial and RBF (Radial base function), where the Linear, both in training and testing, has being the most successful. Compared to existing systems, the system has a number of important advantages, such as:

a) Provides the benefit of comprehensive privacy protection through distributed storage, where smart card stores images of different facial expressions and a database contains image records of the face.

(b) The model uses several layer analytical diagrams for wave conversion and a dual pattern of a spectrum of a spatially improved histogram with a LBP function, and improves the accuracy of facial recognition.

SVM-based feature extraction for facial recognition

In this work (Kim, Park, Toh, & Lee, 2010) the goal is to find an effective sub-space for identity discrimination that will serve to extract features from the face. This has been extended for non-linear hypersurface; however, there are still limitations for non-linear ADL to address physical applications under complex environmental factors. These limitations include the use of a common covariance function between each class, and the limited dimension inherent in defining the dispersion between the class, since these problems are inherently caused by Fisher's own definition of criteria, which cannot be solved in the conventional LDA framework (Kim et al., 2010). It uses a non-linear kernel, a polynomial, in this case.

Considering this situation, it proposes to adopt a dispersion based on the margin between the class and a regularization process to solve the problem. For this purpose, it redesigns the dispersion matrix between the class based on the SVM margins to facilitate the extraction of characteristics in an effective and reliable manner. Following this is a regularization of the dispersion matrix within the class. In this process some empirical experiments are carried out to compare the proposed method with several other variants of the LDA method using the FERET (P.J. Phillips, H. Moon, S. Rizvi, 2000), AR (Robert, 2014) and CMU-PIE (Sim, Baker, & Bsat, 2003) databases 113. Three experiments are carried out with these databases respectively. With FERET (1702 images) corresponding to 256 people, with AR (1680 images) corresponding to 120 people and finally with CMU-PIE (1840 images) corresponding to 68 people. All images were 56 x 46 pixels in size. SVM-DA (SVM-based Discriminatory Analysis) error rate is the minimum in relation to KFD (discriminating Kernel Fisher), GDA (Generalized Discriminatory Analysis), KDDA (Direct Discriminatory Analysis) techniques. The best results obtained was the one with the three databases (FERET, ARE, CMU.PIES); the SVM-DA method achieved the lowest errors such as: 8.5 %, 8.6 % and 9.5 %, respectively.

Evaluation of face recognition using PCA, wavelets and SVM

Here is an assessment of the use of different face recognition methods (Gumus, Kilic, Sertbas, & Ucan, 2010). It uses features extraction techniques such as wavelet decomposition and the Eigenfaces method that is based on Primary Component Analysis (PCA). After generating characteristic vectors and distance classifiers, it uses supporting vector machines (SVMs) for the classification stage. Examines the accuracy of the classification according to the increase in the size of the training set and uses a function of the chosen core for the SVM classifier. As a test team, it uses the ORL Face Database (ORL, 1994), known as a standard face database for facial recognition applications that include 400 images of 40 people. At the end of the overall separation task, the accuracy of the Wavelet-SVM approach classification of 98.1 % was obtained for the training of 240 images, taking into account Wavelet-based weighted means of recognition that yielded better results than the PCA-based approach.

Recognition rates were also compared according to gender and noted that male individuals have a higher recognition rate (89.38 %) than female (81.41 %).

Multi-objective uniform design as a SVM model selection tool for face recognition

According to the authors (Li, Liu, & Gong, 2011), the main difficulty in selecting the medium vector machine (SVM) model is a high computational cost. The author first proposes a multipurpose uniform design (MOUD) search method as a SVM model selection tool, and then applies this SVM classifier optimized for face recognition. By replacing the single objective criterion with multi-objective criteria and adopting a uniform design to search for experimental points that are evenly dispersed throughout the experimental domain, the MOUD can reduce computational cost and improve classification capacity simultaneously.

Experiments are run on the UCI benchmark using the Yale face databases (Deng, 2008) and CAS-PEAL-RI (Gao, W., Cao, B., Shan, S., Chen, X., Zhou, D., Zhan, 2008). Experimental results show that the proposed method exceeds significantly other model search methods, especially for facial recognition. In addition to the databases used, the functionality of the polynomial core was also used.

According to the results, with the two databases used (YALE with 165 images and CAS-PEAL-RI with 100 images), MOUD, as a SVM model selection tool, can effectively alleviate the computational cost of selecting the SVM model, and, at the same time, can increase the capacity of facial recognition; in this case, the major rating result of 96.67 % was achieved .

Kernel subclass convex hull sample selection method for SVM on face recognition

According to the authors (Zhou, Jiang, Tian, & Shi, 2010), the SVM has a vital flaw: it needs a large calculation for large-scale learning tasks, for which they propose a selection of samples to overcome this problem. In order to reduce training samples without sacrificing recognition accuracy, this work introduces a new sample selection method called Kernel Subclass Convex Hull (KSCH), which attempts to select limit samples for each convex class hull. This sample selection method is more suitable for non-linear SVM, which works with three kernels: Linear, Quad and RBF.

Therefore, samples selected by this method can efficiently represent the original training set and support the classification of SVMs. For the final experimental results MIT-CBCL facial databases (Weyrauch, Heisele, & Blanz, 2004) and UMIST (Graham & Allinson, 1998) were used to verify that the KSCH sample selection method can select fewer high quality samples to maintain the recognition accuracy of SVM. Finally, with this KSCH method you can reduce the size of the training set at the shortest run time with a high classification precision. In this sense, training is carried out with 180 images for the three kernels out of a total of 1 032 images, with a classification requirement of 100 %.

A novel SVM+NDA model for classification with an application to face recognition

In this research paper (Khan, Ksantini, Ahmad, & Boufama, 2012) the authors agree on the fact that SVM is a powerful classification methodology. This work introduces a new SVM + NDA (Non-Parametric Discriminatory Analysis) model which can be seen as an extension to the SVM by incorporating some partially comprehensive information, especially discriminatory information in the normal direction of the border decision. This can also be seen as an extension of the NDA where support vectors improve the choice of nearest k-neighbors at the decision limit by incorporating local information.

As an extension to both SVM and NDA, you can treat heteroscedastic and non-normal data, as well as avoid the small problem of sample size. It is proposed to use a kernel model called KSVM + KNDA to deal with non-linear problems with real databases.

In general, it can be observed that the SVM+NDA technique has the best results in terms of precision, with 98% of the data being reviewed in the databases. Thus, work was done on the ORL database (Yu, Yang, & a, 2001) with a total of 400 front images of 40 people, ranging in pose, lighting, expression and facial details. Also uses the YALE database (Georghiades, 1997), with 165 images, as well as the ESD database SEX (Spacek, 2008) with 153 people (20 images for each) and finally the JAFFE database (Lyons, 1999) with 213 images.

Face Recognition Using Neural Network: A Review

This work (Kasar, Bhattacharyya, & Kim, 2016) considers a neural network to be a very powerful and robust classification technique that can be used to predict not only known data, but also unknown data. A neural network is used in many areas, such as visual stage interpretation, speech recognition, face recognition, fingerprint recognition, iris recognition, etc. This research work compares some neural network techniques for facial recognition, making it possible for the fusion between the backward propagation network and the radial base function (BNP and RBF) to reach 97.56 % effectiveness in facial recognition.

Neural networks are classification and prediction techniques widely used to facial recognition in other areas such as: education (Calle-López, Cornejo-Reyes, Pesántez-Avilés, & Rodas, 2018), electricity (Michel, Aleaga, Fernando, Garcés, & García, 2015), (Benavides, Jurado, & González, 2018), business (Valdes, Aleaga, & Vidal, 2014), among others.

After reviewing the main input of several facial recognition-based articles, the results are summarized in Table 3.

Table 3

Summary of key results obtained

1390-6542-enfoqueute-10-03-00098-gt3.jpg

3. Results

Based on the revised works, many techniques enable us to meet the objective of face recognition, among those that include: Supporting vectors, Core Component Analysis, Neighbouring K-nn, Independent Component Analysis, Eigenface, many have also chosen to work with combinations such as PCA-SVM, DCV-NN, KDCV-NN, DCV-RBF, KDCV-RBF, IDCV-SVM, ICA-FLS_SVM, RKDA-SVM, GABOR-SVM, among others.

Efficiency has been achieved, especially when the SVM pattern classifier intervenes. This classifier works with kernel functions like Linear, Gaussian, polynomial, among others. It seems that the Gaussiano and Polynomial kernel have produced the best results. Of course, a very important element in this process is the databases used for it. In fact, the efficiency of recognition depends on many elements such as the training, the model obtained, the number of tests performed (ideally, as many tests as possible), the size of databases for training and testing, image resolution, and so on. In this sense, two works achieve the highest recognition rates, such as the Improved Discriminative Common Vectors (IDCV) technique used by SVM, achieve a recognition efficiency of 98.92 % with an ORL, ATT and AR database, applying the Gaussian kernel, as well as the combined KSVM+KNDA work reaches 98.7 % using a real processed database in laboratory and Kernels KSVM and KNDA.

4. Conclusions and recommendations

This bibliographic review work related to the recognition of computer imagery was carried out in-depth analysis of some related work, highlighting the databases used for their respective training and testing, techniques for extracting face characteristics such as PCA, KNN, RFB, among others, as well as pattern classifiers for recognition, combinations of techniques and classifiers such as ICA_SVM, KSCH+1 SVM, KSVM+KNDA, together with some kernels employed, such as Linear, Gaussiano, Polynomial, etc. It should be noted that many works were reviewed. Those that achieved the best results in recognition, of which it was seen that a SVM pattern classifier is always present, suggested that more attention needs to be paid to this classifier; according to the bibliographic revision this is a technique with a wide range of application in different fields such as: Physicians, Socio-economists, the prediction of natural phenomena, among others.

It has been observed that reconnaissance techniques work better at controlled times because the image obtained has better quality in resolution, but in practice it would be better to work with uncontrolled moments with high resolution cameras and be driven by highly efficient algorithms to obtain a good result in facial recognition. Thus, in the future, there is a new research of facial recognition aimed at designing algorithms for 3D facial recognition applied to uncontrolled moments.

Finally, the quality of face databases, filtering and feature extraction techniques, pattern classifier are important factors for a successful facial recognition process.

Referencias

1 

Belén, A., Díaz, M., Físicas, C. C., 2004, Reconocimiento Facial Automático mediante Técnicas de Visión Tridimensional, Tesis Doctoral.

2 

Benavides, D. J., Jurado, F., González, L. G., 2018, Data analysis and tools applied to modeling and simulation of a PV system in Ecuador.

3 

Benavente, R., & Martínez, A. (2014). Computer Vision Center. The AR Face Database, 1-8.

4 

Benitez-Garcia, G., Olivares-Mercado, J., Aguilar-Torres, G., Sanchez-Perez, G., & Perez-Meana, H. (2012). Face Identification Based on Contrast Limited Adaptive Histogram Equalization.

5 

Cabello Pardos, E. (2003). Técnicas de reconocimiento facial mediante redes neuronales. https://dialnet.unirioja.es/servlet/tesis?codigo=2586&info=resumen&idioma=SPA.

6 

Calle-López, D., Cornejo-Reyes, J., Pesántez-Avilés, F., & Rodas, M. (2018). Un sistema experto basado en minería de datos y programación entera lineal para soporte en la asignación de materias y diseño de horarios en educación superior ( An expert system based on data mining and linear integer programming to support the timetabling design and courses assignment in higher education ). pp. 102-117.

7 

Chang, C., & Lin, C. (2013). ACM Transactions on Intelligent Systems and Technology (TIST). LIBSVM : A Library for Support Vector Machines, 2(1-39), https://doi.org/10.1145/1961189.1961199.

8 

Correa, A. C., Salazar, A. E. S., & Ortiz, F. A. P. (2013). Revista De Investigación, Desarrollo E Innovación. Reconocimiento de rostros y gestos faciales mediante un analisis de relecancia con imagenes 3D, 4(1), 7-20, https://doi.org/10.19053/20278306.2563.

9 

Deng, C. (2008). Four face databases in matlab format. https://www.cad.zju.edu.cn/home/dengcai/Data/FaceData.html.

10 

Devi, H. S., Laishram, R., & Thounaojam, D. M. (2015). Procedia Computer Science. Face Recognition using R-KDA with Non-Linear SVM for Multi-View Database, 54, 532-541, https://doi.org/10.1016/j.procs.2015.06.061.

11 

Gao, W., Cao, B., Shan, S., Chen, X., Zhou, D., & Zhan, X. (2008). The CAS-PEAL large-scale Chinese face database and baseline evaluations (Vol. 38). 1, pp. 149-161.

12 

Georghiades, A. (1997). Yale Face Database. Center for Computational Vision and Control.

13 

González, M. (2007). Reconocimiento facial combinando técnicas 2D y 3D.

14 

Graham, D. B., & Allinson, N. (1998). Characterizing Virtual Eigensignatures for General Purpose Face Recognition (Vol. 163). pp. 446-456.

15 

Gumus, E., Kilic, N., Sertbas, A., & Ucan, O. N. (2010). Expert Systems with Applications. Evaluation of face recognition techniques using PCA, wavelets and SVM, 37(9), 6404-6408, https://doi.org/10.1016/j.eswa.2010.02.079.

16 

Guo, G., Li, S. Z., & Chan, K. L. (2001). Image and Vision Computing. Support vector machines for face recognition, 19, 631-638, https://doi.org/10.1016/S0262-8856(01)00046-4.

17 

Jos, C., Alamo, D., Arnaldo, L., & Calla, R. P. (2015). Efficient approach for interest points detection in non-rigid shapes.

18 

Kasar, M. M., Bhattacharyya, D., & Kim, T. (2016). Face Recognition Using Neural Network (Vol. 10). 3, pp. 81-100.

19 

Khan, N. M., Ksantini, R., Ahmad, I. S., & Boufama, B. (2012). Pattern Recognition. A novel SVM+NDA model for classification with an application to face recognition, 45(1), 66-79, https://doi.org/10.1016/j.patcog.2011.05.004.

20 

Kim, S.-K., Park, Y. J., Toh, K.-A., & Lee, S. (2010). Pattern Recognition. SVM-based feature extraction for face recognition, 43(8), 2871-2881, https://doi.org/10.1016/j.patcog.2010.03.008.

21 

Kong, R., & Zhang, B. (2011). Physics Procedia. A New Face Recognition Method Based on Fast Least Squares Support Vector Machine, 22, 616-621, https://doi.org/10.1016/j.phpro.2011.11.095.

22 

Li, W., Liu, L., & Gong, W. (2011). Expert Systems with Applications. Multi-objective uniform design as a SVM model selection tool for face recognition, 38(6), 6689-6695, https://doi.org/10.1016/j.eswa.2010.11.066.

23 

Lin, W.-H., Wang, P., & Tsai, C.-F. (2016). Electronic Commerce Research and Applications. Face recognition using support vector model classifier for user authentication, 1-12, https://doi.org/10.1016/j.elerap.2016.01.005.

24 

Luo, Y., Wu, C. M., & Zhang, Y. (2013). Optik. Facial expression recognition based on fusion feature of PCA and LBP with SVM, 124(17), 2767-2770, https://doi.org/10.1016/j.ijleo.2012.08.040.

25 

Lyons, M. J. (1999). IEEE Transactions on Pattern Analysis and Machine Intelligence. Automatic classification of single facial images, 21(12), 1357-1362, https://doi.org/10.1109/34.817413.

26 

Michel, A., Aleaga, L., Fernando, E., Garcés, M., García, A. C., 2015, Sistema automatizado para la predicción de flujo de carga en subestaciones eléctricas mediante redes neuronales artificiales (Automated system for load flow prediction in power substations using artificial neural networks ), 20, 35, Proceedings 2nd COST Workshop on Biometrics on the Internet: Fundamentals, Advances and Applications.

27 

Moreno, A. B., Sanchez, A., Vélez, J., & Díaz, J. (2005). Face recognition using 3D local geometrical features: PCA vs. SVM. Image and Signal …. https://doi.org/10.1109/ispa.2005.195407.

28 

Olivares-Mercado, J., Toscano-Medina, K., Sánchez-Pérez, G., Nakano-Miyatake, M., & Pérez-Meana, H. (2016). Ingeniería, Investigación y Tecnología. Modifications to the Eigenphases Method for Face Recognition Based on SVM, 17(1), 119-129, https://doi.org/10.1016/j.riit.2016.01.011.

29 

Peng, X. (2010). PublMed. An efficient twin support vector machine for regression, 23(3), 365-372.

30 

Phillips, P., Moon, H., Rizvi, S., & Rauss, P. (2000). The FERET evaluation methodology for face recognition algorithms (Vol. 22). 10, pp. 1090-1104.

31 

Pradhan, B. (2013). A comparative study on the predictive ability of the decision tree, support vector machine and neuro-fuzzy models in landslide susceptibility mapping using GIS (Vol. 51). pp. 350-365.

32 

Sim, T., Baker, S., & Bsat, M. (2003). Pami. The {CMU} pose, illuminlation, and expression database, 25(12), 1615-1618, https://doi.org/10.1109/AFGR.2002.1004130.

33 

Spacek, L. (2008). Face recognition data ESSEX.

34 

Stewart Bartlett, M. (1999). Face image analysis by unsupervised learning.

35 

Valdes, M. M. L., Aleaga, A. M. L., & Vidal, G. G. (2014). A paradigm shift to traditional business practices recipes. Redes neuronales artificiales en la predicción de insolvencia . Un cambio de paradigma ante recetas tradicionales de prácticas empresariales (Artificial Neural Networks in the prediction of insolvency, 14, 38-58.

36 

Vapnik, V. N. (1998). Communications and Control. Statistical Learning Theory, 2, 1-740, https://doi.org/10.2307/1271368.

37 

Wen, Y. (2012). Expert Systems with Applications. An improved discriminative common vectors and support vector machine based face recognition approach, 39(4), 4628-4632, https://doi.org/10.1016/j.eswa.2011.09.119.

38 

Weyrauch, B., Heisele, B., & Blanz, V. (2004). Component-based Face Recognition with 3D Morphable Models. pp. 0-4.

39 

Yu, H., & Yang, J. (2001). Pattern Recognition. A direct LDA algorithm for high-dimensional data-with application to face recognition, 34, 2067-2070, https://doi.org/10.1016/S0031-3203(00)00162-X.

40 

Qi, Z., & Y. Tian, Y. S. (2013). Robust twin support vector machine for pattern classification, 305-316.

41 

Zhou, X., Jiang, W., Tian, Y., & Shi, Y. (2010). Neurocomputing. Kernel subclass convex hull sample selection method for SVM on face recognition, 73, 10-12, https://doi.org/10.1016/j.neucom.2010.01.008.