Network


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

Hotspot


Dive into the research topics where Alessandra Lumini is active.

Publication


Featured researches published by Alessandra Lumini.


Artificial Intelligence in Medicine | 2010

Local binary patterns variants as texture descriptors for medical image analysis

Loris Nanni; Alessandra Lumini; Sheryl Brahnam

OBJECTIVE This paper focuses on the use of image-based machine learning techniques in medical image analysis. In particular, we present some variants of local binary patterns (LBP), which are widely considered the state of the art among texture descriptors. After we provide a detailed review of the literature about existing LBP variants and discuss the most salient approaches, along with their pros and cons, we report new experiments using several LBP-based descriptors and propose a set of novel texture descriptors for the representation of biomedical images. The standard LBP operator is defined as a gray-scale invariant texture measure, derived from a general definition of texture in a local neighborhood. Our variants are obtained by considering different shapes for the neighborhood calculation and different encodings for the evaluation of the local gray-scale difference. These sets of features are then used for training a machine-learning classifier (a stand-alone support vector machine). METHODS AND MATERIALS Extensive experiments are conducted using the following three datasets: RESULTS AND CONCLUSION Our results show that the novel variant named elongated quinary patterns (EQP) is a very performing method among those proposed in this work for extracting information from a texture in all the tested datasets. EQP is based on an elliptic neighborhood and a 5 levels scale for encoding the local gray-scale difference. Particularly interesting are the results on the widely studied 2D-HeLa dataset, where, to the best of our knowledge, the proposed descriptor obtains the highest performance among all the several texture descriptors tested in the literature.


IEEE Transactions on Pattern Analysis and Machine Intelligence | 2007

Fingerprint Image Reconstruction from Standard Templates

Raffaele Cappelli; Alessandra Lumini; Dario Maio; Davide Maltoni

A minutiae-based template is a very compact representation of a fingerprint image, and for a long time, it has been assumed that it did not contain enough information to allow the reconstruction of the original fingerprint. This work proposes a novel approach to reconstruct fingerprint images from standard templates and investigates to what extent the reconstructed images are similar to the original ones (that is, those the templates were extracted from). The efficacy of the reconstruction technique has been assessed by estimating the success chances of a masquerade attack against nine different fingerprint recognition algorithms. The experimental results show that the reconstructed images are very realistic and that, although it is unlikely that they can fool a human expert, there is a high chance to deceive state-of-the-art commercial fingerprint recognition systems.


Amino Acids | 2008

Genetic programming for creating Chou’s pseudo amino acid based features for submitochondria localization

Loris Nanni; Alessandra Lumini

Given a protein that is localized in the mitochondria it is very important to know the submitochondria localization of that protein to understand its function. In this work, we propose a submitochondria localizer whose feature extraction method is based on the Chou’s pseudo-amino acid composition. The pseudo-amino acid based features are obtained by combining pseudo-amino acid compositions with hundreds of amino-acid indices and amino-acid substitution matrices, then from this huge set of features a small set of 15 “artificial” features is created. The feature creation is performed by genetic programming combining one or more “original” features by means of some mathematical operators. Finally, the set of combined features are used to train a radial basis function support vector machine. This method is named GP-Loc. Moreover, we also propose a very few parameterized method, named ALL-Loc, where all the “original” features are used to train a linear support vector machine. The overall prediction accuracy obtained by GP-Loc is 89% when the jackknife cross-validation is used, this result outperforms the performance obtained in the literature (85.2%) using the same dataset. While the overall prediction accuracy obtained by ALL-Loc is 83.9%.


Expert Systems With Applications | 2012

Survey on LBP based texture descriptors for image classification

Loris Nanni; Alessandra Lumini; Sheryl Brahnam

The aim of this work is to find the best way for describing a given texture using a local binary pattern (LBP) based approach. First several different approaches are compared, then the best fusion approach is tested on different datasets and compared with several approaches proposed in the literature (for fair comparisons, when possible we have used code shared by the original authors).Our experiments show that a fusion approach based on uniform local quinary pattern (LQP) and a rotation invariant local quinary pattern, where a bin selection based on variance is performed and Neighborhood Preserving Embedding (NPE) feature transform is applied, obtains a method that performs well on all tested datasets.As the classifier, we have tested a stand-alone support vector machine (SVM) and a random subspace ensemble of SVM. We compare several texture descriptors and show that our proposed approach coupled with random subspace ensemble outperforms other recent state-of-the-art approaches. This conclusion is based on extensive experiments conducted in several domains using six benchmark databases.


IEEE/ACM Transactions on Computational Biology and Bioinformatics | 2012

Identifying Bacterial Virulent Proteins by Fusing a Set of Classifiers Based on Variants of Chou's Pseudo Amino Acid Composition and on Evolutionary Information

Loris Nanni; Alessandra Lumini; Dinesh Gupta; Aarti Garg

The availability of a reliable prediction method for prediction of bacterial virulent proteins has several important applications in research efforts targeted aimed at finding novel drug targets, vaccine candidates, and understanding virulence mechanisms in pathogens. In this work, we have studied several feature extraction approaches for representing proteins and propose a novel bacterial virulent protein prediction method, based on an ensemble of classifiers where the features are extracted directly from the amino acid sequence and from the evolutionary information of a given protein. We have evaluated and compared several ensembles obtained by combining six feature extraction methods and several classification approaches based on two general purpose classifiers (i.e., Support Vector Machine and a variant of input decimated ensemble) and their random subspace version. An extensive evaluation was performed according to a blind testing protocol, where the parameters of the system are optimized using the training set and the system is validated in three different independent data sets, allowing selection of the most performing system and demonstrating the validity of the proposed method. Based on the results obtained using the blind test protocol, it is interesting to note that even if in each independent data set the most performing stand-alone method is not always the same, the fusion of different methods enhances prediction efficiency in all the tested independent data sets.


Pattern Recognition | 2008

Local binary patterns for a hybrid fingerprint matcher

Loris Nanni; Alessandra Lumini

In this work, we present a novel hybrid fingerprint matcher system based on local binary patterns. The two fingerprints to be matched are first aligned using their minutiae, then the images are decomposed in several overlapping sub-windows, each sub-window is convolved with a bank of Gabor filters and, finally, the invariant local binary patterns histograms are extracted from the convolved images. Extensive experiments conducted over the four FVC2002 fingerprint databases show the effectiveness of the proposed hybrid approach with respect to the well-known Ticos minutiae matcher and other image-based approaches. Moreover, a BioHashing approach have been designed using the proposed fixed-length feature vector and very interesting performance has been obtained by combining it with the Ticos minutiae matcher.


Pattern Recognition Letters | 1997

Continuous versus exclusive classification for fingerprint retrieval

Alessandra Lumini; Dario Maio; Davide Maltoni

This work addresses the problem of fingerprint retrieval in a large database. Traditional approaches adopt exclusive classification of fingerprints; the paper shows that a continuous classification can improve the performance of fingerprint retrieval tasks significantly. The proposed approach is based on the extraction of numerical vectors from the directional images of the fingerprints; the retrieval is thus performed in a multidimensional space by using similarity criteria.


Expert Systems With Applications | 2011

Local Ternary Patterns from Three Orthogonal Planes for human action classification

Loris Nanni; Sheryl Brahnam; Alessandra Lumini

Research highlights? LBP features extracted from the human silhouette. ? Random subspace for human action classification. ? To combine LBP-TOP with LTP. Human action classification is a new field of study with applications ranging from automatically labeling video segments to recognition of suspicious behavior in video surveillance cameras. In this paper we present some variants of Local Binary Patterns from Three Orthogonal Planes (LBP-TOP), which is considered one of the state of the art texture descriptors for human action classification. The standard LBP-TOP operator is defined as a gray-scale invariant texture measure, derived from the standard Local Binary Patterns (LBP). It is obtained by calculating the LBP features from the xt and yt planes of a space-time volume. Our LBP-TOP variants combine the idea of LBP-TOP with Local Ternary Patterns (LTP). The encoding of LTP is used for the evaluation of the local gray-scale difference in the different planes of the space-time volume. Different histograms are concatenated to form the feature vector and a random subspace of linear support vector machines is used for classifying action using the Weizmann database of video images. To the best of our knowledge, our method offers the first set of classification experiments to obtain 100% accuracy using the 10-class Weizmann dataset.


Expert Systems With Applications | 2010

A local approach based on a Local Binary Patterns variant texture descriptor for classifying pain states

Loris Nanni; Sheryl Brahnam; Alessandra Lumini

This paper focuses on the use of image-based techniques for classifying pain states, in particular we compare several texture descriptors based on Local Binary Patterns (LBP), and we proposed some novel solutions based on the combination of new texture descriptors: the Elongated Ternary Pattern (ELTP) and the Elongated Binary Pattern (ELBP). ELTP is the best performing descriptor in our experiments. The ELBP descriptor combines characteristics of the Local Ternary Pattern (LTP) and ELTP. These two variants of the standard LBP are obtained by considering different shapes for the neighborhood calculation and different encodings for the evaluation of the local gray-scale difference. The resulting extracted features are used to train a support vector machine classifier. Extensive experiments are conducted using the Infant COPE database of neonatal facial images. Our results show that a local approach based on the ELTP feature extractor produces a reliable system for classifying pain states.


Pattern Recognition | 2009

Fusion of color spaces for ear authentication

Loris Nanni; Alessandra Lumini

In this work, we propose a local approach for 2D ear authentication based on an ensemble of matchers trained on different color spaces. This is the first work that proposes to exploit the powerful properties of color analysis for improving the performance of an ear matcher. The method described is based on the selection of color spaces from which a set of Gabor features are extracted. The selection is performed using the sequential forward floating selection where the fitness function is related to the optimization of the ear recognition performance. Finally, the matching step is performed by means of the combination by the sum rule of several 1-nearest neighbor classifiers constructed on different color components. The effectiveness of the proposed method is demonstrated using the Notre-Dame EAR data set. Particularly interesting are the results obtained by the new approach in terms of rank-1 (~84%), rank-5 (~93%) and area under the ROC curve (~98.5%), which are better than those obtained by other state-of-the-art 2D ear matchers.

Collaboration


Dive into the Alessandra Lumini's collaboration.

Top Co-Authors

Avatar
Top Co-Authors

Avatar

Sheryl Brahnam

Missouri State University

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Claudio Manna

University of Rome Tor Vergata

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Researchain Logo
Decentralizing Knowledge