VLDB 2026 Research / reviewers in the wild / expert
Luigi Pontieri
dblp:20/842
· DBLP profile ↗
37ranked-venue papers in the field
2as first author
4since 2021 · last 2024
0000-0003-4513-0362ORCID · verified
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 25 (1 first)Data Mining & Knowledge Discovery · 5Business Process & Enterprise Data · 4 (1 first)Knowledge Engineering, Semantic Web & Information Systems · 3
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2024 | Generating the Traces You Need: A Conditional Generative Model for Process Mining DataabstractIn recent years, trace generation has emerged as a significant challenge within the Process Mining community. Deep Learning (DL) models have demonstrated accuracy in reproducing the features of the selected processes. However, current DL generative models are limited in their ability to adapt the learned distributions to generate data samples based on specific conditions or attributes. This limitation is particularly significant because the ability to control the type of generated data can be beneficial in various contexts, enabling a focus on specific behaviours, exploration of infrequent patterns, or simulation of alternative "what-if" scenarios.In this work, we address this challenge by introducing a conditional model for process data generation based on a conditional variational autoencoder (CVAE). Conditional models offer control over the generation process by tuning input conditional variables, enabling more targeted and controlled data generation. Unlike other domains, CVAE for process mining faces specific challenges due to the multiperspective nature of the data and the need to adhere to control-flow rules while ensuring data variability. Specifically, we focus on generating process executions conditioned on control flow and temporal features of the trace, allowing us to produce traces for specific, identified sub-processes. The generated traces are then evaluated using common metrics for generative model assessment, along with additional metrics to evaluate the quality of the conditional generation. Riccardo Graziosi, Massimiliano Ronzani, Andrei Buliga 0001, Chiara Di Francescomarino, Francesco Folino, Chiara Ghidini, Francesca Meneghello 0002, Luigi Pontieri |
ICPM | 8 |
| 2024 | Data- & compute-efficient deviance mining via active learning and fast ensemblesabstractAbstract Detecting deviant traces in business process logs is crucial for modern organizations, given the harmful impact of deviant behaviours (e.g., attacks or faults). However, training a Deviance Prediction Model (DPM) by solely using supervised learning methods is impractical in scenarios where only few examples are labelled. To address this challenge, we propose an Active-Learning-based approach that leverages multiple DPMs and a temporal ensembling method that can train and merge them in a few training epochs. Our method needs expert supervision only for a few unlabelled traces exhibiting high prediction uncertainty. Tests on real data (of either complete or ongoing process instances) confirm the effectiveness of the proposed approach. Francesco Folino, Gianluigi Folino, Massimo Guarascio 0001, Luigi Pontieri |
J. Intell. Inf. Syst. | 4 |
| 2022 | Process Mining meets argumentation: Explainable interpretations of low-level event logs via abstract argumentation
Bettina Fazzinga, Sergio Flesca, Filippo Furfaro, Luigi Pontieri |
Inf. Syst. | 4 |
| 2022 | Corrigendum to "Process mining meets argumentation: Explainable interpretations of low-level event logs via abstract argumentation" [Inform. Syst. 107 (2022) 101987]
Bettina Fazzinga, Sergio Flesca, Filippo Furfaro, Luigi Pontieri |
Inf. Syst. | 4 |
| 2019 | Predictive monitoring of temporally-aggregated performance indicators of business processes against low-level streaming events
Alfredo Cuzzocrea, Francesco Folino, Massimo Guarascio 0001, Luigi Pontieri |
Inf. Syst. | 4 |
| 2018 | Process Discovery from Low-Level Event Logs
Bettina Fazzinga, Sergio Flesca, Filippo Furfaro, Luigi Pontieri |
CAiSE | 4 |
| 2018 | A Predictive Learning Framework for Monitoring Aggregated Performance Indicators over Business Process EventsabstractIn many application contexts, a business process' executions are subject to performance constraints expressed in an aggregated form, usually over predefined time windows, and detecting a likely violation to such a constraint in advance could help undertake corrective measures for preventing it. This paper illustrates a prediction-aware event processing framework that addresses the problem of estimating whether the process instances of a given (unfinished) window w will violate an aggregate performance constraint, based on the continuous learning and application of an ensemble of models, capable each of making and integrating two kinds of predictions: single-instance predictions concerning the ongoing process instances of w, and time-series predictions concerning the "future" process instances of w (i.e. those that have not started yet, but will start by the end of w). Notably, the framework can continuously update the ensemble, fully exploiting the raw event data produced by the process under monitoring, suitably lifted to an adequate level of abstraction. The framework has been validated against historical event data coming from real-life business processes, showing promising results in terms of both accuracy and efficiency. Alfredo Cuzzocrea, Francesco Folino, Massimo Guarascio 0001, Luigi Pontieri |
IDEAS | 4 |
| 2018 | Efficiently interpreting traces of low level events in business process logs
Bettina Fazzinga, Sergio Flesca, Filippo Furfaro, Elio Masciari, Luigi Pontieri |
Inf. Syst. | 5 |
| 2018 | Online and offline classification of traces of event logs on the basis of security risks
Bettina Fazzinga, Sergio Flesca, Filippo Furfaro, Luigi Pontieri |
J. Intell. Inf. Syst. | 4 |
| 2016 | How, Who and When: Enhancing Business Process Warehouses By Graph Based QueriesabstractLog analysis and querying recently received a renewed interest from the research community, as the effective understanding of process behavior is crucial for improving business process management. Indeed, currently available log querying tools are not completely satisfactory, especially from the viewpoint of easiness of use. As a matter of fact, there is no framework which meets the requirements of easiness of use, flexibility and efficiency of query evaluation. In this paper, we propose a framework for graphical querying of (process) log data that makes the log analysis task quite easy and efficient, adopting a very general model of process log data which guarantees a high level of flexibility. We implemented our framework by using a flexible storage architecture and a user-friendly data analysis interface, based on an intuitive and yet expressive graph-based query language. Experiments performed on real data confirm the validity of the approach. Bettina Fazzinga, Sergio Flesca, Filippo Furfaro, Elio Masciari, Luigi Pontieri, Chiara Pulice |
IDEAS | 5 |
| 2016 | A Robust and Versatile Multi-View Learning Framework for the Detection of Deviant Business Process InstancesabstractIncreasing attention has been paid to the detection and analysis of “deviant” instances of a business process that are connected with some kind of “hidden” undesired behavior (e.g. frauds and faults). In particular, several recent works faced the problem of inducing a binary classification model (here named deviance detection model ) that can discriminate between deviant traces and normal ones, based on a set of historical log traces (labeled as either deviant or normal). Current solutions rely on applying standard classifier-induction methods to a feature-based representation of the given traces, where the features include sequence-based patterns extracted from the corresponding sequences of activities. However, there is no consensus on which kinds of patterns are the most suitable for such a task. On the other hand, mixing multiple pattern families together may produce a heterogenous, redundant and sparse representation of the traces that likely leads to poor deviance detection models. In this paper, we propose an ensemble-learning method for solving this problem, where multiple base classifiers are trained on different feature-based views of the log (each obtained by mapping the traces onto a distinguished collection of patterns). A stacking procedure is used to combine the discovered base models into an overall probabilistic model that associates any new trace with an estimate of the probability that it reflects a deviant process instance. This helps the analyst prioritize the inspection of the cases that are more likely to be deviant. The method also takes advantage of all nonstructural data available in the log, and employs a resampling mechanism to deal with the rarity of deviances in the training log. It has been conceived as the core of a comprehensive framework for detecting and analyzing business process deviances. The framework supports the analyst to investigate suspect deviances, and provides some feedback to the learning method for improving the accuracy of the discovered deviance detection models. Tests on several real-life datasets proved the validity of the approach, as concerns its capability to discover an accurate deviance detection model, and to effectively exploit new (originally unlabeled) traces via active learning and self-training mechanisms. Alfredo Cuzzocrea, Francesco Folino, Massimo Guarascio 0001, Luigi Pontieri |
Int. J. Cooperative Inf. Syst. | 4 |
| 2015 | A compression-based framework for the efficient analysis of business process logsabstractThe increasing availability of large process log repositories calls for efficient solutions for their analysis. In this regard, a novel specialized compression technique for process logs is proposed, that builds a synopsis supporting a fast estimation of aggregate queries, which are of crucial importance in exploratory and high-level analysis tasks. The synopsis is constructed by progressively merging the original log-tuples, which represent single activity executions within the process instances, into aggregate tuples, summarizing sets of activity executions. The compression strategy is guided by a heuristic aiming at limiting the loss of information caused by summarization, while guaranteeing that no information is lost on the set of activities performed within the process instances and on the order among their executions. The selection conditions in an aggregate query are specified in terms of a graph pattern, that allows precedence relationships over activity executions to be expressed, along with conditions on their starting times, durations, and executors. The efficacy of the compression technique, in terms of capability of reducing the size of the log and of accuracy of the estimates retrieved from the synopsis, has been experimentally validated. Bettina Fazzinga, Sergio Flesca, Filippo Furfaro, Elio Masciari, Luigi Pontieri |
SSDBM | 5 |
| 2015 | Process Discovery under Precedence ConstraintsabstractProcess discovery has emerged as a powerful approach to support the analysis and the design of complex processes. It consists of analyzing a set of traces registering the sequence of tasks performed along several enactments of a transactional system, in order to build a process model that can explain all the episodes recorded over them. An approach to accomplish this task is presented that can benefit from the background knowledge that, in many cases, is available to the analysts taking care of the process (re-)design. The approach is based on encoding the information gathered from the log and the (possibly) given background knowledge in terms of precedence constraints , that is, of constraints over the topology of the resulting process models. Mining algorithms are eventually formulated in terms of reasoning problems over precedence constraints, and the computational complexity of such problems is thoroughly analyzed by tracing their tractability frontier. Solution algorithms are proposed and their properties analyzed. These algorithms have been implemented in a prototype system, and results of a thorough experimental activity are discussed. Gianluigi Greco, Antonella Guzzo, Francesco Lupia, Luigi Pontieri |
ACM Trans. Knowl. Discov. Data | 4 |
| 2014 | Mining Predictive Process Models out of Low-level Multidimensional Logs
Francesco Folino, Massimo Guarascio 0001, Luigi Pontieri |
CAiSE | 3 |
| 2011 | Mining usage scenarios in business processes: Outlier-aware discovery and run-time prediction
Francesco Folino, Gianluigi Greco, Antonella Guzzo, Luigi Pontieri |
Data Knowl. Eng. | 4 |
| 2010 | Coclustering Multiple Heterogeneous Domains: Linear Combinations and AgreementsabstractThe high-order coclustering problem, i.e., the problem of simultaneously clustering heterogeneous types of domain, has become an active research area in the last few years, due to the notable impact it has on several application scenarios. This problem is generally faced by optimizing a weighted combination of functions measuring the quality of coclustering over each pair of domains, where weights are chosen based on the supposed reliability/relevance of their correlation. However, little knowledge is likely to be available, in practice, in order to set these weights in a definite and precise manner. And, more importantly, it might even be conceptually unclear whether to prefer a weighing scheme over others, in those cases where functions encode contrasting goals so that improving the quality for a pair of domains leads to a deterioration for other pairs. The aim of this paper is precisely to shed light on the impact of weighting schemes on techniques based on linear combinations of pairwise objective functions, and to define an approach that overcomes the above problems by looking for an agreement-intuitively, a kind of compromise-among the various domains, thereby getting rid of the need to define an appropriate weighting scheme. Two algorithms performing coclustering on "star-structured” domains, based on linear combinations and agreements, respectively, have been designed within an information-theoretic framework. Results from a thorough experimentation, on both synthetic and real data, are discussed, in order to assess the effectiveness of the approaches and to get more insight into their actual behavior. Gianluigi Greco, Antonella Guzzo, Luigi Pontieri |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2009 | Discovering expressive process models from noised log dataabstractProcess-oriented systems have been increasingly attracting data mining researchers, mainly due to the advantages that the application of inductive process mining techniques to log data could open to both the analysis of complex processes and the design of new process models. Francesco Folino, Gianluigi Greco, Antonella Guzzo, Luigi Pontieri |
IDEAS | 4 |
| 2008 | Mining taxonomies of process models
Gianluigi Greco, Antonella Guzzo, Luigi Pontieri |
Data Knowl. Eng. | 3 |
| 2008 | Enhancing histograms by tree-like bucket indices
Francesco Buccafurri, Gianluca Lax, Domenico Saccà, Luigi Pontieri, Domenico Rosaci |
VLDB J. | 4 |
| 2007 | Exploiting structural similarity for effective Web information extraction
Sergio Flesca, Giuseppe Manco 0001, Elio Masciari, Luigi Pontieri, Andrea Pugliese 0001 |
Data Knowl. Eng. | 4 |
| 2006 | An Information-Theoretic Framework for Process Structure and Data Mining
Antonio D. Chiaravalloti, Gianluigi Greco, Antonella Guzzo, Luigi Pontieri |
DaWaK | 4 |
| 2006 | An Information-Theoretic Framework for High-Order Co-clustering of Heterogeneous Objects
Antonio D. Chiaravalloti, Gianluigi Greco, Antonella Guzzo, Luigi Pontieri |
ECML | 4 |
| 2006 | Effective Incremental Clustering for Duplicate Detection in Large DatabasesabstractWe propose an incremental algorithm for discovering clusters of duplicate tuples in large databases. The core of the approach is the usage of an indexing technique which, for any newly arrived tuple mu, allows to efficiently retrieve a set of tuples in the database which are mostly similar to mu, and which are likely to refer to the same real-world entity which is associated with mu. The proposed index is based on a hashing approach which tends to assign similar objects to the same buckets. Empirical and analytical evaluation demonstrates that the proposed approach achieves satisfactory efficiency results, at the cost of low accuracy loss Francesco Folino, Giuseppe Manco 0001, Luigi Pontieri |
IDEAS | 3 |
| 2006 | Discovering Expressive Process Models by Clustering Log TracesabstractProcess mining techniques have recently received notable attention in the literature; for their ability to assist in the (re)design of complex processes by automatically discovering models that explain the events registered in some log traces provided as input. Following this line of research, the paper investigates an extension of such basic approaches, where the identification of different variants for the process is explicitly accounted for, based on the clustering of log traces. Indeed, modeling each group of similar executions with a different schema allows us to single out "conformant" models, which, specifically, minimize the number of modeled enactments that are extraneous to the process semantics. Therefore, a novel process mining framework is introduced and some relevant computational issues are deeply studied. As finding an exact solution to such an enhanced process mining problem is proven to require high computational costs, in most practical cases, a greedy approach is devised. This is founded on an iterative, hierarchical, refinement of the process model, where, at each step, traces sharing similar behavior patterns are clustered together and equipped with a specialized schema. The algorithm guarantees that each refinement leads to an increasingly sound mDdel, thus attaining a monotonic search. Experimental results evidence the validity of the approach with respect to both effectiveness and scalability. Gianluigi Greco, Antonella Guzzo, Luigi Pontieri, Domenico Saccà |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2005 | An Incremental Clustering Scheme for Duplicate Detection in Large DatabasesabstractWe propose an incremental algorithm for clustering duplicate tuples in large databases, which allows to assign any new tuple t to the cluster containing the database tuples which are most similar to t (and hence are likely to refer to the same real-world entity t is associated with). The core of the approach is a hash-based indexing technique that tends to assign highly similar objects to the same buckets. Empirical evaluation proves that the proposed method allows to gain considerable efficiency improvement over a state-of-art index structure for proximity searches in metric spaces. Eugenio Cesario, Francesco Folino, Giuseppe Manco 0001, Luigi Pontieri |
IDEAS | 4 |
| 2005 | Fast Detection of XML Structural SimilarityabstractBecause of the widespread diffusion of semistructured data in XML format, much research effort is currently devoted to support the storage and retrieval of large collections of such documents. XML documents can be compared as to their structural similarity, in order to group them into clusters so that different storage, retrieval, and processing techniques can be effectively exploited. In this scenario, an efficient and effective similarity function is the key of a successful data management process. We present an approach for detecting structural similarity between XML documents which significantly differs from standard methods based on graph-matching algorithms, and allows a significant reduction of the required computation costs. Our proposal roughly consists of linearizing the structure of each XML document, by representing it as a numerical sequence and, then, comparing such sequences through the analysis of their frequencies. First, some basic strategies for encoding a document are proposed, which can focus on diverse structural facets. Moreover, the theory of discrete Fourier transform is exploited to effectively and efficiently compare the encoded documents (i.e., signals) in the domain of frequencies. Experimental results reveal the effectiveness of the approach, also in comparison with standard methods. Sergio Flesca, Giuseppe Manco 0001, Elio Masciari, Luigi Pontieri, Andrea Pugliese 0001 |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2004 | An Ontology-Driven Process Modeling Framework
Gianluigi Greco, Antonella Guzzo, Luigi Pontieri, Domenico Saccà |
DEXA | 3 |
| 2004 | Mining Expressive Process Models by Clustering Workflow Traces
Gianluigi Greco, Antonella Guzzo, Luigi Pontieri, Domenico Saccà |
PAKDD | 3 |
| 2003 | An approach for the extensional integration of data sources with heterogeneous representation formats
Luigi Pontieri, Domenico Ursino, Ester Zumpano |
Data Knowl. Eng. | 1 |
| 2002 | An Approach for Synergically Carrying out Intensional and Extensional Integration of Data Sources Having Different Formats
Luigi Pontieri, Domenico Ursino, Ester Zumpano |
CAiSE | 1 |
| 2002 | A Model and a Toolkit for Supporting Incremental Data Warehouse Construction
Paolo Naggar, Luigi Pontieri, Mariella Pupo, Giorgio Terracina, Emanuela Virardi |
DEXA | 2 |
| 2002 | Improving Range Query Estimation on HistogramsabstractHistograms are used to summarize the contents of relations for the estimation of query result sizes into a number of buckets. Several techniques (e.g., MaxDiff and V-Optimal) have been proposed in the past for determining bucket boundaries which provide better estimations. This paper proposes to use 32 bit information (4-level tree index) for each bucket for storing approximated cumulative frequencies at 7 internal intervals of a bucket. Both theoretical analysis and experimental results show that the 4-level tree index provides the best frequency estimation inside a bucket. The index is later added to two well-known techniques for constructing histograms, MaxDiff and V-Optimal, thus obtaining high improvements in the frequency estimation over inter-bucket ranges w.r.t. the original methods. Francesco Buccafurri, Domenico Rosaci, Luigi Pontieri, Domenico Saccà |
ICDE | 3 |
| 2002 | Detecting Structural Similarities between XML Documents
Sergio Flesca, Giuseppe Manco 0001, Elio Masciari, Luigi Pontieri, Andrea Pugliese 0001 |
WebDB | 4 |
| 2000 | A Hybrid Technique for Data Mining on Balance-Sheet Data
Giuseppe Dattilo, Sergio Greco, Elio Masciari, Luigi Pontieri |
DaWaK | 4 |
| 2000 | Combining Different Data Mining Techniques to Improve Data AnalysisabstractIn this paper we propose the combined use of different methods to improve the data analysis process. This is obtained by combining inductive and deductive techniques. Inductive techniques are used for generating hypotheses from data whereas deductive techniques are used to derive knowledge and to verify hypotheses. In order to guide users in the the analysis process, we have developed a system which integrates deductive tools, data mining tools (such as classification algorithms and features selection algorithms), visualization tools and tools for the easy manipulation of data sets. The system developed is currently used in a large project whose aim is the integration of information sources containing data concerning the socio-economic aspects of Calabria and the analysis of the integrated data. Several experiments on socio-economic indicators of Calabrian cities have shown that the combined use of different techniques improves both the comprehensibility and the accuracy of models. These keywords were added by machine and not by the authors. This process is experimental and the keywords may be updated as the learning algorithm improves. Sergio Greco, Elio Masciari, Luigi Pontieri |
FQAS | 3 |
| 2000 | Intensional and extensional integration and abstraction of heterogeneous databases
Luigi Palopoli 0001, Luigi Pontieri, Giorgio Terracina, Domenico Ursino |
Data Knowl. Eng. | 2 |
| 1999 | Automatic and Semantic Techniques for Scheme Integration and Scheme Abstraction
Luigi Palopoli 0001, Luigi Pontieri, Domenico Ursino |
DEXA | 2 |