I. De Falco
National Research Council
Network
Latest external collaboration on country level. Dive into details by clicking on the dots.
Publication
Featured researches published by I. De Falco.
Applied Soft Computing | 2007
I. De Falco; A. Della Cioppa; Ernesto Tarantino
The use of Particle Swarm Optimization, a heuristic optimization technique based on the concept of swarm, is described to face the problem of classification of instances in multiclass databases. Three different fitness functions are taken into account, resulting in three versions being investigated. Their performance is contrasted on 13 typical test databases. The resulting best version is then compared against other nine classification techniques well known in literature. Results show the competitiveness of Particle Swarm Optimization. In particular, it turns out to be the best on 3 out of the 13 challenged problems.
Applied Soft Computing | 2002
I. De Falco; A. Della Cioppa; Ernesto Tarantino
Abstract Data mining deals with the problem of discovering novel and interesting knowledge from large amount of data. This problem is often performed heuristically when the extraction of patterns is difficult using standard query mechanisms or classical statistical methods. In this paper a genetic programming framework, capable of performing an automatic discovery of classification rules easily comprehensible by humans, is presented. A comparison with the results achieved by other techniques on a classical benchmark set is carried out. Furthermore, some of the obtained rules are shown and the most discriminating variables are evidenced.
Applied Soft Computing | 2008
I. De Falco; A. Della Cioppa; D. Maisto; Ernesto Tarantino
A software system grounded on Differential Evolution to automatically register multiview and multitemporal images is designed, implemented and tested through a set of 2D satellite images on two problems, i.e. mosaicking and changes in time. Registration is effected by looking for the best affine transformation in terms of maximization of the mutual information between the first image and the transformation of the second one, and no control points are needed in this approach. This method is compared against five widely available tools, and its effectiveness is shown.
world congress on computational intelligence | 1994
I. De Falco; R. Del Balio; E. Tarantino; Roberto Vaccaro
Combinatorial optimization problems require computing efforts which grow at least exponentially with the problem dimension. Therefore, the use of the remarkable power of massively parallel systems constitutes an opportunity to be considered for solving significant applications in reasonable times. In this paper, starting from Tabu Search, a general optimization methodology, a parallel version, oriented to distributed memory multiprocessors and including evolution principles, has been introduced and discussed. The experiments have been performed on classical Traveling Salesman Problems and Quadratic Assignment Problems taken from literature. The results obtained show that the incorporation of evolution principles is very fruitful for the search strategy in terms of both convergence speed and solution precision.<<ETX>>
Applied Soft Computing | 2002
I. De Falco; A. Della Cioppa; Ernesto Tarantino
Abstract The role of mutation has been frequently underestimated in the field of Evolutionary Computation. Moreover only little work has been done by researchers on mutations other than the classical point mutation. In fact, current versions of Genetic Algorithms (GAs) make use of this kind of mutation only, in spite of the existence in nature of many different forms of mutations. In this paper, we try to address these issues starting from the definition of two nature-based mutations, i.e. the frame-shift and the translocation. These mutation operators are applied to the solution of several test functions without making use of crossover. A comparison with the results achieved by classical crossover-based GAs, both sequential and parallel, shows the effectiveness of such operators.
Information Sciences | 2012
I. De Falco; A. Della Cioppa; Domenico Maisto; Umberto Scafuri; Ernesto Tarantino
Migration strategy plays an important role in designing effective distributed evolutionary algorithms. In this work, a novel migration model inspired to the phenomenon known as biological invasion is devised. The migration strategy is implemented through a multistage process involving invading subpopulations and their competition with native individuals. Such a general approach is used within a stepping-stone parallel model adopting Differential Evolution as the local algorithm. The resulting distributed algorithm is evaluated on a wide set of classical test functions against a large number of sequential and other distributed versions of Differential Evolution available in literature. The findings show that, in most of the cases, the proposed algorithm is able to achieve better performance in terms of both solution quality and convergence rate.
Knowledge and Information Systems | 2005
I. De Falco; A. Della Cioppa; A. Iazzetta; Ernesto Tarantino
The process of automatically extracting novel, useful and ultimately comprehensible information from large databases, known as data mining, has become of great importance due to the ever-increasing amounts of data collected by large organizations. In particular, the emphasis is devoted to heuristic search methods able to discover patterns that are hard or impossible to detect using standard query mechanisms and classical statistical techniques. In this paper an evolutionary system capable of extracting explicit classification rules is presented. Special interest is dedicated to find easily interpretable rules that may be used to make crucial decisions. A comparison with the findings achieved by other methods on a real problem, the breast cancer diagnosis, is performed.
Parallel Processing Letters | 1992
I. De Falco; R. Del Balio; E. Tarantino; Roberto Vaccaro
In this paper, a Parallel Genetic Algorithm has been developed and mapped onto a coarse grain MIMD multicomputer whose processors have been configured in a fully connected chordal ring topology. In this way, parallel diffusion processes of good local information among processors have been carried out. The Parallel Genetic Algorithm has been applied, specifically, to the Travelling Salesman Problem. Many experiments have been performed with different combinations of genetic operators; the test results suggest that PMX crossover can be avoided by using only the inversion genetic operator and that a diffusion process leads to improved search in Parallel Genetic Algorithms.
parallel, distributed and network-based processing | 2007
I. De Falco; Domenico Maisto; Umberto Scafuri; Ernesto Tarantino; Antonio Della Cioppa
This paper deals with the design and implementation of a parallel software system based on differential evolution for the registration of images, and with its testing on two bidimensional remotely sensed images on mosaicking problem. Registration is carried out by finding the most suitable affine transformation in terms of maximization of the mutual information between the first image and the transformation of the second one, without any need for setting control points. A coarse-grained distributed version is implemented on a cluster of personal computers
parallel, distributed and network-based processing | 2007
I. De Falco; Umberto Scafuri; Ernesto Tarantino; Antonio Della Cioppa
Increase in intensive applications with different computational requirements, coupled with the unification of remote and diverse resources thanks to advances in the wide-area network technologies and the low cost of components, have encouraged the development of grid computing. To exploit the promising potentials of geographically distributed resources, effective and efficient mapping algorithms are fundamental. Since the problem of optimally mapping is NP-complete, the development of evolutionary techniques to find near-optimal solutions is welcome. In this paper a distributed system based on differential evolution is designed and implemented to face the mapping problem in a grid environment aiming at reducing the degree of use of the grid resources. This system is tested on some different resource allocation scenarios