Network


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

Hotspot


Dive into the research topics where Eloi Puertas is active.

Publication


Featured researches published by Eloi Puertas.


Pattern Recognition | 2011

Multi-scale stacked sequential learning

Carlo Gatta; Eloi Puertas; Oriol Pujol

Sequential learning is the discipline of machine learning that deals with dependent data such that neighboring labels exhibit some kind of relationship. The paper main contribution is two-fold: first, we generalize the stacked sequential learning, highlighting the key role of neighboring interactions modeling. Second, we propose an effective and efficient way of capturing and exploiting sequential correlations that takes into account long-range interactions. We tested the method on two tasks: text lines classification and image pixel classification. Results on these tasks clearly show that our approach outperforms the standard stacked sequential learning as well as state-of-the-art conditional random fields.


International Journal of Computers for Mathematical Learning | 2007

AgentGeom: a multiagent system for pedagogical support in geometric proof problems

Pedro Cobo; Josep M. Fortuny; Eloi Puertas; Philippe R. Richard

This paper aims, first, to describe the fundamental characteristics and workings of the AgentGeom artificial tutorial system, which is designed to help students develop knowledge and skills related to problem solving, mathematical proof in geometry, and the use of mathematical language. Following this, we indicate the manner in which a secondary school student can appropriate these abilities through interactions with the system. Our system uses strategic messages of the agent tutor in an argumentative process that collaborates with a student in the construction of a proof.


Pattern Analysis and Applications | 2015

Generalized multi-scale stacked sequential learning for multi-class classification

Eloi Puertas; Sergio Escalera; Oriol Pujol

In many classification problems, neighbor data labels have inherent sequential relationships. Sequential learning algorithms take benefit of these relationships in order to improve generalization. In this paper, we revise the multi-scale sequential learning approach (MSSL) for applying it in the multi-class case (MMSSL). We introduce the error-correcting output codesframework in the MSSL classifiers and propose a formulation for calculating confidence maps from the margins of the base classifiers. In addition, we propose a MMSSL compression approach which reduces the number of features in the extended data set without a loss in performance. The proposed methods are tested on several databases, showing significant performance improvement compared to classical approaches.


computer vision and pattern recognition | 2009

Multi-modal laughter recognition in video conversations

Sergio Escalera; Eloi Puertas; Petia Radeva; Oriol Pujol

Laughter detection is an important area of interest in the Affective Computing and Human-computer Interaction fields. In this paper, we propose a multi-modal methodology based on the fusion of audio and visual cues to deal with the laughter recognition problem in face-to-face conversations. The audio features are extracted from the spectogram and the video features are obtained estimating the mouth movement degree and using a smile and laughter classifier. Finally, the multi-modal cues are included in a sequential classifier. Results over videos from the public discussion blog of the New York Times show that both types of features perform better when considered together by the classifier. Moreover, the sequential methodology shows to significantly outperform the results obtained by an Adaboost classifier.


Pattern Recognition Letters | 2011

Online error correcting output codes

Sergio Escalera; David Masip; Eloi Puertas; Petia Radeva; Oriol Pujol

This article proposes a general extension of the error correcting output codes framework to the online learning scenario. As a result, the final classifier handles the addition of new classes independently of the base classifier used. In particular, this extension supports the use of both online example incremental and batch classifiers as base learners. The extension of the traditional problem independent codings one-versus-all and one-versus-one is introduced. Furthermore, two new codings are proposed, unbalanced online ECOC and a problem dependent online ECOC. This last online coding technique takes advantage of the problem data for minimizing the number of dichotomizers used in the ECOC framework while preserving a high accuracy. These techniques are validated on an online setting of 11 data sets from UCI database and applied to two real machine vision applications: traffic sign recognition and face recognition. As a result, the online ECOC techniques proposed provide a feasible and robust way for handling new classes using any base classifier.


international conference on multiple classifier systems | 2011

Multi-class multi-scale stacked sequential learning

Eloi Puertas; Sergio Escalera; Oriol Pujol

One assumption in supervised learning is that data is independent and identically distributed. However, this assumption does not hold true in many real cases. Sequential learning is that discipline of machine learning that deals with dependent data. In this paper, we revise the Multi-Scale Sequential Learning approach (MSSL) for applying it in the multi-class case (MMSSL). We have introduced the ECOC framework in the MSSL base classifiers and a formulation for calculating confidence maps from the margins of the base classifiers. Another important contribution of this papers is the MMSSL compression approach for reducing the number of features in the extended data set. The proposed methods are tested on 5-class and 9-class image databases.


CAEPIA'05 Proceedings of the 11th Spanish association conference on Current Topics in Artificial Intelligence | 2005

Classification algorithms for biomedical volume datasets

Jesús Cerquides; Maite López-Sánchez; Santiago Ontañón; Eloi Puertas; Anna Puig; Oriol Pujol; Dani Tost

This paper analyzes how to introduce machine learning algorithms into the process of direct volume rendering. A conceptual framework for the optical property function elicitation process is proposed and particularized for the use of attribute-value classifiers. The process is evaluated in terms of accuracy and speed using four different off-the-shelf classifiers (J48, Naive Bayes, Simple Logistic and ECOC-Adaboost). The empirical results confirm the classification of biomedical datasets as a tough problem where an opportunity for further research emerges.


multiple classifier systems | 2009

Multi-scale Stacked Sequential Learning

Oriol Pujol; Eloi Puertas; Carlo Gatta

One of the most widely used assumptions in supervised learning is that data is independent and identically distributed. This assumption does not hold true in many real cases. Sequential learning is the discipline of machine learning that deals with dependent data such that neighboring examples exhibit some kind of relationship. In the literature, there are different approaches that try to capture and exploit this correlation, by means of different methodologies. In this paper we focus on meta-learning strategies and, in particular, the stacked sequential learning approach. The main contribution of this work is two-fold: first, we generalize the stacked sequential learning. This generalization reflects the key role of neighboring interactions modeling. Second, we propose an effective and efficient way of capturing and exploiting sequential correlations that takes into account long-range interactions by means of a multi-scale pyramidal decomposition of the predicted labels. Additionally, this new method subsumes the standard stacked sequential learning approach. We tested the proposed method on two different classification tasks: text lines classification in a FAQ data set and image classification. Results on these tasks clearly show that our approach outperforms the standard stacked sequential learning. Moreover, we show that the proposed method allows to control the trade-off between the detail and the desired range of the interactions.


european conference on computer vision | 2014

Learning to Segment Humans by Stacking Their Body Parts

Eloi Puertas; Miguel Ángel Bautista; Daniel Sánchez; Sergio Escalera; Oriol Pujol

Human segmentation in still images is a complex task due to the wide range of body poses and drastic changes in environmental conditions. Usually, human body segmentation is treated in a two-stage fashion. First, a human body part detection step is performed, and then, human part detections are used as prior knowledge to be optimized by segmentation strategies. In this paper, we present a two-stage scheme based on Multi-Scale Stacked Sequential Learning (MSSL). We define an extended feature set by stacking a multi-scale decomposition of body part likelihood maps. These likelihood maps are obtained in a first stage by means of a ECOC ensemble of soft body part detectors. In a second stage, contextual relations of part predictions are learnt by a binary classifier, obtaining an accurate body confidence map. The obtained confidence map is fed to a graph cut optimization procedure to obtain the final segmentation. Results show improved segmentation when MSSL is included in the human segmentation pipeline.


international conference on pattern recognition | 2010

Adding Classes Online in Error Correcting Output Codes Framework

Sergio Escalera; David Masip; Eloi Puertas; Petia Radeva; Oriol Pujol

This article proposes a general extension of the Error Correcting Output Codes (ECOC) framework to the online learning scenario. As a result, the final classifier handles the addition of new classes independently of the base classifier used. Validation on UCI database and two real machine vision applications show that the online problem-dependent ECOC proposal provides a feasible and robust way for handling new classes using any base classifier.

Collaboration


Dive into the Eloi Puertas's collaboration.

Top Co-Authors

Avatar

Oriol Pujol

University of Barcelona

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Petia Radeva

University of Barcelona

View shared research outputs
Top Co-Authors

Avatar

Carlo Gatta

University of Barcelona

View shared research outputs
Top Co-Authors

Avatar

Josep M. Fortuny

Autonomous University of Barcelona

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar

David Masip

Open University of Catalonia

View shared research outputs
Top Co-Authors

Avatar

Pedro Cobo

Autonomous University of Barcelona

View shared research outputs
Top Co-Authors

Avatar

Anna Puig

University of Barcelona

View shared research outputs
Top Co-Authors

Avatar

Dani Tost

Polytechnic University of Catalonia

View shared research outputs
Researchain Logo
Decentralizing Knowledge