Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Milton García-Borroto is active.

Publication


Featured researches published by Milton García-Borroto.


Sensors | 2012

Improving Fingerprint Verification Using Minutiae Triplets

Miguel Angel Medina-Pérez; Milton García-Borroto; Andrés Eduardo Gutiérrez-Rodríguez; Leopoldo Altamirano-Robles

Improving fingerprint matching algorithms is an active and important research area in fingerprint recognition. Algorithms based on minutia triplets, an important matcher family, present some drawbacks that impact their accuracy, such as dependency to the order of minutiae in the feature, insensitivity to the reflection of minutiae triplets, and insensitivity to the directions of the minutiae relative to the sides of the triangle. To alleviate these drawbacks, we introduce in this paper a novel fingerprint matching algorithm, named M3gl. This algorithm contains three components: a new feature representation containing clockwise-arranged minutiae without a central minutia, a new similarity measure that shifts the triplets to find the best minutiae correspondence, and a global matching procedure that selects the alignment by maximizing the amount of global matching minutiae. To make M3gl faster, it includes some optimizations to discard non-matching minutia triplets without comparing the whole representation. In comparison with six verification algorithms, M3gl achieves the highest accuracy in the lowest matching time, using FVC2002 and FVC2004 databases.


Artificial Intelligence Review | 2014

A survey of emerging patterns for supervised classification

Milton García-Borroto; José Fco. Martínez-Trinidad; Jesús Ariel Carrasco-Ochoa

Obtaining accurate class prediction of a query object is an important component of supervised classification. However, it could be also important to understand the classification in terms of the application domain, mostly if the prediction disagrees with the expected results. Many accurate classifiers are unable to explain their classification results in terms understandable by an application expert. Classifiers based on emerging patterns, on the other hand, are accurate and easy to understand. The goal of this article is to review the state-of-the-art methods for mining emerging patterns, classify them by different taxonomies, and identify new trends. In this survey, we present the most important emerging pattern miners, categorizing them on the basis of the mining paradigm, the use of discretization, and the stage where the mining occurs. We provide detailed descriptions of the mining paradigms with their pros and cons, what helps researchers and users to select the appropriate algorithm for a given application.


Knowledge and Information Systems | 2011

Fuzzy emerging patterns for classifying hard domains

Milton García-Borroto; José Fco. Martínez-Trinidad; Jesús Ariel Carrasco-Ochoa

Emerging pattern–based classification is an ongoing branch in Pattern Recognition. However, despite its simplicity and accurate results, this classification includes an a priori discretization step that may degrade the classification accuracy. In this paper, we introduce fuzzy emerging patterns as an extension of emerging patterns to deal with numerical attributes using fuzzy discretization. Based on fuzzy emerging patterns, we propose a new classifier that uses a novel graph organization of patterns. The new classifier outperforms some popular and state of the art classifiers on several UCI repository databases. In a pairwise comparison, it significantly beats every other single classifier.


Pattern Recognition | 2010

LCMine: An efficient algorithm for mining discriminative regularities and its application in supervised classification

Milton García-Borroto; José Fco. Martínez-Trinidad; Jesús Ariel Carrasco-Ochoa; Miguel Angel Medina-Pérez; José Ruiz-Shulcloper

In this paper, we introduce an efficient algorithm for mining discriminative regularities on databases with mixed and incomplete data. Unlike previous methods, our algorithm does not apply an a priori discretization on numerical features; it extracts regularities from a set of diverse decision trees, induced with a special procedure. Experimental results show that a classifier based on the regularities obtained by our algorithm attains higher classification accuracy, using fewer discriminative regularities than those obtained by previous pattern-based classifiers. Additionally, we show that our classifier is competitive with traditional and state-of-the-art classifiers.


Knowledge Based Systems | 2015

Mining patterns for clustering on numerical datasets using unsupervised decision trees

A.E. Gutierrez-Rodríguez; J. Fco Martínez-Trinidad; Milton García-Borroto; Jesús Ariel Carrasco-Ochoa

Pattern-based clustering algorithms return a set of patterns that describe the objects of each cluster. The most recent algorithms proposed in this approach extract patterns on numerical datasets by applying an a priori discretization process, which may cause information loss. In this paper, we introduce a new pattern-based clustering algorithm for numerical datasets, which does not need an a priori discretization on numerical features. The new algorithm extracts, from a collection of trees generated through a new induction procedure, a small subset of patterns useful for clustering. Experimental results show that the patterns extracted by the proposed algorithm allows to build a pattern-based clustering algorithm, which obtains better clustering results than recent pattern-based clustering algorithms. In addition, the proposed algorithm obtains similar clustering results, in quality, than traditional clustering algorithms.


Neurocomputing | 2016

Study of the impact of resampling methods for contrast pattern based classifiers in imbalanced databases

Octavio Loyola-González; José Fco. Martínez-Trinidad; Jesús Ariel Carrasco-Ochoa; Milton García-Borroto

The class imbalance problem is a challenge in supervised classification, since many classifiers are sensitive to class distribution, biasing their prediction towards the majority class. Usually, in imbalanced databases, contrast pattern miners extract a very large collection of patterns from the majority class but only a few patterns (or none) from the minority class. It causes that minority class objects have low support and they could be identified as noise and consequently discarded by the contrast pattern based classifier biasing the results towards the majority class. In the literature, the class imbalance problem is commonly faced by applying resampling methods. Therefore, in this paper, we present a study about the impact of using resampling methods for improving the performance of contrast pattern based classifiers in class imbalance problems. Experimental results using standard imbalanced databases show that there are statistically significant differences between using the classifier before and after applying resampling methods. Moreover, from this study, we provide a guide based on the class imbalance ratio for selecting a resampling method that jointly with a contrast pattern based classifier allows us to have good results in a class imbalance problem. HighlightsThe effect of resampling methods on contrast pattern based classifiers.A study of contrast pattern based classifiers in class imbalance problems.We show how improving the performance of contrast pattern based classifiers.We provide a rough guide for selecting the best resampling method regarding the IR.


iberoamerican congress on pattern recognition | 2005

Selecting prototypes in mixed incomplete data

Milton García-Borroto; José Ruiz-Shulcloper

In this paper we introduce a new method for selecting prototypes with Mixed Incomplete Data (MID) object description, based on an extension of the Nearest Neighbor rule. This new rule allows dealing with functions that are not necessarily dual functions of distances. The introduced compact set editing method (CSE) constructs a prototype consistent subset, which is also subclass consistent. The experimental results show that CSE has a very nice computational behavior and effectiveness, reducing around 50% of prototypes without appreciable degradation on accuracy, in almost all databases with more than 300 objects.


Expert Systems With Applications | 2015

Finding the best diversity generation procedures for mining contrast patterns

Milton García-Borroto; José Fco. Martínez-Trinidad; Jesús Ariel Carrasco-Ochoa

Comparison of diversity generation procedures for mining contrast patterns.Diversity calculated based on the amount of total, unique, and minimal patterns.Three new deterministic methods for generating diversity in decision trees.Study of the influence of data type in diversity and accuracy of methods.Random Forest and Bagging are the best procedures. Most understandable classifiers are based on contrast patterns, which can be accurately mined from decision trees. Nevertheless, tree diversity must be ensured to mine a representative pattern collection. In this paper, we performed an experimental comparison among different diversity generation procedures. We compare diversity generated by each procedure based on the amount of total, unique, and minimal patterns extracted from the induced tree for different minimal support thresholds. This comparison, together with an accuracy and abstention experiment, shows that Random Forest and Bagging generate the most diverse and accurate pattern collection. Additionally, we study the influence of data type in the results, finding that Random Forest is best for categorical data and Bagging for numerical data. Comparison includes most known diversity generation procedures and three new deterministic procedures introduced here. These deterministic procedures outperform existing deterministic method, but are still outperformed by random procedures.


knowledge discovery and data mining | 2010

A new emerging pattern mining algorithm and its application in supervised classification

Milton García-Borroto; José Francisco Martínez-Trinidad; Jesús Ariel Carrasco-Ochoa

Obtaining an accurate class prediction of a query object is an important component of supervised classification. However, it could be important to understand the classification in terms of the application domain, mostly if the prediction disagrees with the expected results. Many accurate classifiers are unable to explain their classification results in terms understandable by an application expert. Emerging Pattern classifiers, on the other hand, are accurate and easy to understand. However, they have two characteristics that could degrade their accuracy: global discretization of numerical attributes and high sensitivity to the support threshold value. In this paper, we introduce a novel algorithm to find emerging patterns without global discretization, which uses an accurate estimation of the support threshold. Experimental results show that our classifier attains higher accuracy than other understandable classifiers, while being competitive with Nearest Neighbors and Support Vector Machines classifiers.


mexican conference on pattern recognition | 2013

An Empirical Study of Oversampling and Undersampling Methods for LCMine an Emerging Pattern Based Classifier

Octavio Loyola-González; Milton García-Borroto; Miguel Angel Medina-Pérez; José Fco. Martínez-Trinidad; Jesús Ariel Carrasco-Ochoa; Guillermo De Ita

Classifiers based on emerging patterns are usually more understandable for humans than those based on more complex mathematical models. However, most of the classifiers based on emerging patterns get low accuracy in those problems with imbalanced databases. This problem has been tackled through oversampling or undersampling methods, nevertheless, to the best of our knowledge these methods have not been tested for classifiers based on emerging patterns. Therefore, in this paper, we present an empirical study about the use of oversampling and undersampling methods to improve the accuracy of a classifier based on emerging patterns. We apply the most popular oversampling and undersampling methods over 30 databases from the UCI Repository of Machine Learning. Our experimental results show that using oversampling and undersampling methods significantly improves the accuracy of the classifier for the minority class.

Collaboration


Dive into the Milton García-Borroto's collaboration.

Top Co-Authors

Avatar

Jesús Ariel Carrasco-Ochoa

National Institute of Astrophysics

View shared research outputs
Top Co-Authors

Avatar

José Fco. Martínez-Trinidad

National Institute of Astrophysics

View shared research outputs
Top Co-Authors

Avatar

José Ruiz-Shulcloper

Instituto Politécnico Nacional

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Yenny Villuendas-Rey

University of Ciego de Ávila

View shared research outputs
Top Co-Authors

Avatar

Guillermo De Ita

Benemérita Universidad Autónoma de Puebla

View shared research outputs
Top Co-Authors

Avatar

Aythami Morales Moreno

Autonomous University of Madrid

View shared research outputs
Top Co-Authors

Avatar

Aythami Morales

University of Las Palmas de Gran Canaria

View shared research outputs
Top Co-Authors

Avatar

Miguel A. Ferrer

University of Las Palmas de Gran Canaria

View shared research outputs
Top Co-Authors

Avatar

Yenny Villuendas-Rey

University of Ciego de Ávila

View shared research outputs
Researchain Logo
Decentralizing Knowledge