López Molina, Carlos
Loading...
Email Address
person.page.identifierURI
Birth Date
Job Title
Last Name
López Molina
First Name
Carlos
person.page.departamento
Estadística, Informática y Matemáticas
person.page.instituteName
ORCID
person.page.observainves
person.page.upna
Name
- Publications
- item.page.relationships.isAdvisorOfPublication
- item.page.relationships.isAdvisorTFEOfPublication
- item.page.relationships.isAuthorMDOfPublication
33 results
Search Results
Now showing 1 - 10 of 33
Publication Open Access Application of the Sugeno integral in fuzzy rule-based classification(Elsevier, 2024-09-27) Wieczynski, Jonata; Lucca, Giancarlo; Borges, Eduardo N.; Urío Larrea, Asier; López Molina, Carlos; Bustince Sola, Humberto; Pereira Dimuro, Graçaliz; Estadística, Informática y Matemáticas; Estatistika, Informatika eta Matematika; Universidad Pública de Navarra / Nafarroako Unibertsitate PublikoaFuzzy Rule-Based Classification System (FRBCS) is a well-known technique to deal with classification problems. Recent studies have considered the usage of the Choquet integral and its generalizations (e.g.: 𝐶𝑇 -integral, 𝐶𝐹 - Integral and 𝐶𝐶-integral) to enhance the performance of such systems. Such fuzzy integrals were applied to the Fuzzy Reasoning Method (FRM) to aggregate the fired fuzzy rules when classifying new data. However, the Sugeno integral, another well-known aggregation operator, obtained good results in other applications, such as brain–computer interfaces. These facts led to the present study, in which we consider the Sugeno integral in classification problems. That is, the Sugeno integral is applied in the FRM of a widely used FRBCS, and its performance is analyzed over 33 different datasets from the literature, also considering different fuzzy measures. To show the efficiency of this new approach, the results obtained are also compared with previous studies that involved the application of different aggregation functions. Finally, we perform a statistical analysis of the application.Publication Open Access Neuro-inspired edge feature fusion using Choquet integrals(Elsevier, 2021) Marco Detchart, Cedric; Lucca, Giancarlo; López Molina, Carlos; Miguel Turullols, Laura de; Pereira Dimuro, Graçaliz; Bustince Sola, Humberto; Estadística, Informática y Matemáticas; Estatistika, Informatika eta Matematika; Universidad Pública de Navarra / Nafarroako Unibertsitate PublikoaIt is known that the human visual system performs a hierarchical information process in which early vision cues (or primitives) are fused in the visual cortex to compose complex shapes and descriptors. While different aspects of the process have been extensively studied, such as lens adaptation or feature detection, some other aspects, such as feature fusion, have been mostly left aside. In this work, we elaborate on the fusion of early vision primitives using generalizations of the Choquet integral, and novel aggregation operators that have been extensively studied in recent years. We propose to use generalizations of the Choquet integral to sensibly fuse elementary edge cues, in an attempt to model the behaviour of neurons in the early visual cortex. Our proposal leads to a fully-framed edge detection algorithm whose performance is put to the test in state-of-the-art edge detection datasets.Publication Open Access A survey of fingerprint classification Part II: experimental analysis and ensemble proposal(Elsevier, 2015) Galar Idoate, Mikel; Derrac, Joaquín; Peralta, Daniel; Triguero, Isaac; Paternain Dallo, Daniel; López Molina, Carlos; García, Salvador; Benítez, José Manuel; Pagola Barrio, Miguel; Barrenechea Tartas, Edurne; Bustince Sola, Humberto; Herrera, Francisco; Automática y Computación; Automatika eta KonputazioaIn the first part of this paper we reviewed the fingerprint classification literature from two different perspectives: the feature extraction and the classifier learning. Aiming at answering the question of which among the reviewed methods would perform better in a real implementation we end up in a discussion which showed the difficulty in answering this question. No previous comparison exists in the literature and comparisons among papers are done with different experimental frameworks. Moreover, the difficulty in implementing published methods was stated due to the lack of details in their description, parameters and the fact that no source code is shared. For this reason, in this paper we will go through a deep experimental study following the proposed double perspective. In order to do so, we have carefully implemented some of the most relevant feature extraction methods according to the explanations found in the corresponding papers and we have tested their performance with different classifiers, including those specific proposals made by the authors. Our aim is to develop an objective experimental study in a common framework, which has not been done before and which can serve as a baseline for future works on the topic. This way, we will not only test their quality, but their reusability by other researchers and will be able to indicate which proposals could be considered for future developments. Furthermore, we will show that combining different feature extraction models in an ensemble can lead to a superior performance, significantly increasing the results obtained by individual models.Publication Open Access Multiscale edge detection using first-order derivative of anisotropic Gaussian kernels(Springer, 2019) Wang, Gang; López Molina, Carlos; Baets, Bernard de; Estadística, Informática y Matemáticas; Estatistika, Informatika eta MatematikaSpatially scaled edges are ubiquitous in natural images. To better detect edges with heterogeneous widths, in this paper, we propose a multiscale edge detection method based on first-order derivative of anisotropic Gaussian kernels. These kernels are normalized in scale-space, yielding a maximum response at the scale of the observed edge, and accordingly, the edge scale can be identified. Subsequently, the maximum response and the identified edge scale are used to compute the edge strength. Furthermore, we propose an adaptive anisotropy factor of which the value decreases as the kernel scale increases. This factor improves the noise robustness of small-scale kernels while alleviating the anisotropy stretch effect that occurs in conventional anisotropic methods. Finally, we evaluate our method on widely used datasets. Experimental results validate the benefits of our method over the competing methods.Publication Embargo Non-symmetric over-time pooling using pseudo-grouping functions for convolutional neural networks(Elsevier, 2024-07-01) Ferrero Jaurrieta, Mikel; Paiva, Rui; Cruz, Anderson; Bedregal, Benjamin; Miguel Turullols, Laura de; Takáč, Zdenko; López Molina, Carlos; Bustince Sola, Humberto; Estadística, Informática y Matemáticas; Estatistika, Informatika eta Matematika; Institute of Smart Cities - ISCConvolutional Neural Networks (CNNs) are a family of networks that have become state-of-the-art in several fields of artificial intelligence due to their ability to extract spatial features. In the context of natural language processing, they can be used to build text classification models based on textual features between words. These networks fuse local features to generate global features in their over-time pooling layers. These layers have been traditionally built using the maximum function or other symmetric functions such as the arithmetic mean. It is important to note that the order of input local features is significant (i.e. the symmetry is not an inherent characteristic of the model). While this characteristic is appropriate for image-oriented CNNs, where symmetry might make the network robust to image rigid transformations, it seems counter-productive for text processing, where the order of the words is certainly important. Our proposal is, hence, to use non-symmetric pooling operators to replace the maximum or average functions. Specifically, we propose to perform over-time pooling using pseudo-grouping functions, a family of non-symmetric aggregation operators that generalize the maximum function. We present a construction method for pseudo-grouping functions and apply different examples of this family to over-time pooling layers in text-oriented CNNs. Our proposal is tested on seven different models and six different datasets in the context of engineering applications, e.g. text classification. The results show an overall improvement of the models when using non-symmetric pseudo-grouping functions over the traditional pooling function.Publication Open Access Reduction of complexity using generators of pseudo-overlap and pseudo-grouping functions(2024) Ferrero Jaurrieta, Mikel; Paiva, Rui; Cruz, Anderson; Bedregal, Benjamin; Zhang, Xiaohong; Takáč, Zdenko; López Molina, Carlos; Bustince Sola, Humberto; Estadística, Informática y Matemáticas; Estatistika, Informatika eta MatematikaOverlap and grouping functions can be used to measure events in which we must consider either the maximum or the minimum lack of knowledge. The commutativity of overlap and grouping functions can be dropped out to introduce the notions of pseudo-overlap and pseudo-grouping functions, respectively. These functions can be applied in problems where distinct orders of their arguments yield different values, i.e., in non-symmetric contexts. Intending to reduce the complexity of pseudo-overlap and pseudo-grouping functions, we propose new construction methods for these functions from generalized concepts of additive and multiplicative generators. We investigate the isomorphism between these families of functions. Finally, we apply these functions in an illustrative problem using them in a time series prediction combined model using the IOWA operator to evidence that using these generators and functions implies better performance.Publication Open Access Extensions of fuzzy sets in image processing: an overview(EUSFLAT, 2011) Pagola Barrio, Miguel; Barrenechea Tartas, Edurne; Bustince Sola, Humberto; Fernández Fernández, Francisco Javier; Galar Idoate, Mikel; Jurío Munárriz, Aránzazu; López Molina, Carlos; Paternain Dallo, Daniel; Sanz Delgado, José Antonio; Couto, Pedro; Melo-Pinto, Pedro; Automática y Computación; Automatika eta KonputazioaThis work presents a valuable review for the interested reader of the recent Works using extensions of fuzzy sets in image processing. The chapter is divided as follows: first we recall the basics of the extensions of fuzzy sets, i.e. Type 2 fuzzy sets, interval-valued fuzzy sets and Atanassov’s intuitionistic fuzzy sets. In sequent sections we review the methods proposed for noise removal (sections 3), image enhancement (section 4), edge detection (section 5) and segmentation (section 6). There exist other image segmentation tasks such as video de-interlacing, stereo matching or object representation that are not described in this work.Publication Open Access Twofold binary image consensus for medical imaging meta-analysis(Springer, 2018) López Molina, Carlos; Sánchez Ruiz de Gordoa, Javier; Zelaya Huerta, María Victoria; Baets, Bernard de; Estadística, Informática y Matemáticas; Estatistika, Informatika eta MatematikaIn the field of medical imaging, ground truth is often gathered from groups of experts, whose outputs are generally heterogeneous. This procedure raises questions on how to compare the results obtained by automatic algorithms to multiple ground truth items. Secondarily, it raises questions on the meaning of the divergences between experts. In this work, we focus on the case of immunohistochemistry image segmentation and analysis. We propose measures to quantify the divergence in groups of ground truth images, and we observe their behaviour. These measures are based upon fusion techniques for binary images, which is a common example of non-monotone data fusion process. Our measures can be used not only in this specific field of medical imagery, but also in any task related to meta-quality evaluation for image processing, e.g. ground truth validation or expert rating.Publication Open Access From restricted equivalence functions on Ln to similarity measures between fuzzy multisets(IEEE, 2023) Ferrero Jaurrieta, Mikel; Takáč, Zdenko; Rodríguez Martínez, Iosu; Marco Detchart, Cedric; Bernardini, Ángela; Fernández Fernández, Francisco Javier; López Molina, Carlos; Bustince Sola, Humberto; Estadística, Informática y Matemáticas; Estatistika, Informatika eta MatematikaRestricted equivalence functions are well-known functions to compare two numbers in the interval between 0 and 1. Despite the numerous works studying the properties of restricted equivalence functions and their multiple applications as support for different similarity measures, an extension of these functions to an n-dimensional space is absent from the literature. In this paper, we present a novel contribution to the restricted equivalence function theory, allowing to compare multivalued elements. Specifically, we extend the notion of restricted equivalence functions from L to L n and present a new similarity construction on L n . Our proposal is tested in the context of color image anisotropic diffusion as an example of one of its many applications.Publication Open Access Proyecto Agroinc: prevención del impacto ambiental de incendios provocados por cosechadoras(Interempresas Media, 2022) Arazuri Garín, Silvia; Mangado Ederra, Jesús; López Maestresalas, Ainara; López Molina, Carlos; Angulo Muñoz, Blanca; Arnal Atarés, Pedro; Jarén Ceballos, Carmen; Ingeniería; Ingeniaritza; Estadística, Informática y Matemáticas; Estatistika, Informatika eta Matematika; Proyectos e Ingeniería Rural; Landa Ingeniaritza eta Proiektuak; Institute on Innovation and Sustainable Development in Food Chain - ISFOOD; Gobierno de Navarra / Nafarroako GobernuaLas cosechadoras de cereales, por las condiciones ambientales en las que trabajan, alta temperatura y baja humedad, tanto ambiental como del producto que están cosechando, pueden provocar accidentalmente incendios durante la época de recolección. Los daños económicos y medioambientales que estos incendios suponen pueden ser muy importantes, ya que las condiciones de propagación del fuego son óptimas. Los principales objetivos de este proyecto han sido evaluar el impacto ambiental de los incendios producidos en Navarra en los últimos años y establecer una guía de buenas prácticas para su prevención.