EDBT 2026 Demo / reviewers in the wild / expert
Mario Boley
dblp:41/5449
· DBLP profile ↗
26ranked-venue papers in the field
10as first author
4since 2021 · last 2025
0000-0002-0704-4968ORCID · verified
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 25 (10 first)Other / Interdisciplinary · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | Gradient Boosting Versus Mixed Integer Programming for Sparse Additive Modeling
Fan Yang 0147, Pierre Le Bodic, Mario Boley |
ECML/PKDD (4) | 3 |
| 2024 | Inference-based time-resolved chaos analysis of brain models: application to focal epilepsyabstractThis paper introduces a new inference-based framework for time-resolved chaos analysis of brain models and demonstrates its application to focal epileptic seizures. The intermittent nature of epileptic seizures exhibits an unpredictable behavior that shares some characteristics with chaotic systems. Epilepsy research often uses concepts from chaos theory and nonlinear dynamics to better understand the mechanisms of seizure initiation, propagation, and termination. Traditional methods estimate the degree of chaos in brain dynamics directly from time series data. This provides neither an accurate estimate of the chaos nor insights into the key neurophysiological processes driving brain dynamics during epileptic seizures. Therefore, this study proposes a new method to calculate Lyapunov spectra by combining time series data with neurophysiological brain models and a specialised nonlinear Kalman filter. This study thereby provides insights into the temporal evolution of chaos in epileptogenic regions during epileptic seizures and identifies external inputs from adjacent and distant brain regions as major drivers of altered levels of chaoticity. This paper underscores the importance of fusion of neurophysiological computational models and clinical time series data in understanding the dynamic and chaotic aspects of epilepsy to develop more effective diagnostic and treatment strategies. Yun Zhao 0004, David B. Grayden, Mario Boley, Philippa J. Karoly, Mark J. Cook, Levin Kuhlmann |
FUSION | 3 |
| 2021 | Better Short than Greedy: Interpretable Models through Optimal Rule BoostingabstractRule ensembles are designed to provide a useful trade-off between predictive accuracy and model interpretability. However, the myopic and random search components of current rule ensemble methods can compromise this goal: they often need more rules than necessary to reach a certain accuracy level or can even outright fail to accurately model a distribution that can actually be described well with a few rules. Here, we present a novel approach aiming to fit rule ensembles of maximal predictive power for a given ensemble size (and thus model comprehensibility). In particular, we present an efficient branch-and-bound algorithm that optimally solves the per-rule objective function of the popular second-order gradient boosting framework. Our main insight is that the boosting objective can be tightly bounded in linear time of the number of covered data points. Along with an additional novel pruning technique related to rule redundancy, this leads to a computationally feasible approach for boosting optimal rules that, as we demonstrate on a wide range of common benchmark problems, consistently outperforms the predictive performance of boosting greedy rules. Mario Boley, Simon Teshuva, Pierre Le Bodic, Geoffrey I. Webb |
SDM | 1 |
| 2021 | Discovering Reliable Causal RulesabstractWe study the problem of deriving policies, or rules, that when enacted on a complex system, cause a desired outcome. Absent the ability to perform controlled experiments, such rules have to be inferred from past observations of the system's behaviour. This is a challenging problem for two reasons: First, observational effects are often unrepresentative of the underlying causal effect because they are skewed by the presence of confounding factors. Second, naive empirical estimations of a rule's effect have a high variance, and, hence, their maximisation can lead to random results. To address these issues, first we measure the causal effect of a rule from observational data---adjusting for the effect of potential confounders. Importantly, we provide a graphical criteria under which causal rule discovery is possible. Moreover, to discover reliable causal rules from a sample, we propose a conservative and consistent estimator of the causal effect, and derive an efficient and exact algorithm that maximises the estimator. On synthetic data, the proposed estimator converges faster to the ground truth than the naive estimator and recovers relevant causal rules even at small sample sizes. Extensive experiments on a variety of real-world datasets show that the proposed algorithm is efficient and discovers meaningful rules. Kailash Budhathoki, Mario Boley, Jilles Vreeken |
SDM | 2 |
| 2020 | Discovering Functional Dependencies from Mixed-Type DataabstractGiven complex data collections, practitioners can perform non-parametric functional dependency discovery (FDD) to uncover relationships between variables that were previously unknown. However, known FDD methods are applicable to nominal data, and in practice non-nominal variables are discretized, e.g., in a pre-processing step. This is problematic because, as soon as a mix of discrete and continuous variables is involved, the interaction of discretization with the various dependency measures from the literature is poorly understood. In particular, it is unclear whether a given discretization method even leads to a consistent dependency estimate. In this paper, we analyze these fundamental questions and derive formal criteria as to when a discretization process applied to a mixed set of random variables leads to consistent estimates of mutual information. With these insights, we derive an estimator framework applicable to any task that involves estimating mutual information from multivariate and mixed-type data. Last, we extend with this framework a previously proposed FDD approach for reliable dependencies. Experimental evaluation shows that the derived reliable estimator is both computationally and statistically efficient, and leads to effective FDD algorithms for mixed-type data. Panagiotis Mandros, David Kaltenpoth, Mario Boley, Jilles Vreeken |
KDD | 3 |
| 2020 | Discovering dependencies with reliable mutual informationabstractAbstract We consider the task of discovering functional dependencies in data for target attributes of interest. To solve it, we have to answer two questions: How do we quantify the dependency in a model-agnostic and interpretable way as well as reliably against sample size and dimensionality biases? How can we efficiently discover the exact or $$\alpha $$ α -approximate top-kdependencies? We address the first question by adopting information-theoretic notions. Specifically, we consider the mutual information score, for which we propose a reliable estimator that enables robust optimization in high-dimensional data. To address the second question, we then systematically explore the algorithmic implications of using this measure for optimization. We show the problem is NP-hard and justify worst-case exponential-time as well as heuristic search methods. We propose two bounding functions for the estimator, which we use as pruning criteria in branch-and-bound search to efficiently mine dependencies with approximation guarantees. Empirical evaluation shows that the derived estimator has desirable statistical properties, the bounding functions lead to effective exact and greedy search algorithms, and when combined, qualitative experiments show the framework indeed discovers highly informative dependencies. Panagiotis Mandros, Mario Boley, Jilles Vreeken |
Knowl. Inf. Syst. | 2 |
| 2019 | Discovering Robustly Connected Subgraphs with Simple DescriptionsabstractWe study the problem of discovering robustly connected subgraphs that have simple descriptions. Our aim is, hence, to discover vertex sets which not only a) induce a subgraph that is difficult to fragment into disconnected components, but also b) can be selected from the entire graph using just a simple conjunctive query on their vertex attributes. Since many subgraphs do not have such a simple logical description, first mining robust subgraphs and post-hoc discovering their description leads to sub-optimal results. Instead, we propose to optimise over describable subgraphs only. To do so efficiently we propose a non-redundant iterative deepening approach, which we equip with a linear-time tight optimistic estimator that allows pruning large parts of the search space. Extensive empirical evaluation shows that our method can handle large real-world graphs, and discovers easily interpretable and meaningful subgraphs. Janis Kalofolias, Mario Boley, Jilles Vreeken |
ICDM | 2 |
| 2019 | Discovering Reliable Correlations in Categorical DataabstractIn many scientific tasks we are interested in finding correlations in our data. This raises many questions, such as how to reliably and interpretably measure correlation between a multivariate set of attributes, how to do so without having to make assumptions on data distribution or the type of correlation, and, how to search efficiently for the most correlated attribute sets. We answer these questions for discovery tasks with categorical data. In particular, we propose a corrected-for-chance, consistent, and efficient estimator for normalized total correlation, in order to obtain a reliable, interpretable, and non-parametric measure for correlation over multivariate sets. For the discovery of the top-k correlated sets, we derive an effective algorithmic framework based on a tight bounding function. This framework offers exact, approximate, and heuristic search. Empirical evaluation shows that already for small sample sizes the estimator leads to low-regret optimization outcomes, while the algorithms are shown to be highly effective for both large and high-dimensional data. Through a case study we confirm that our discovery framework identifies interesting and meaningful correlations. Panagiotis Mandros, Mario Boley, Jilles Vreeken |
ICDM | 2 |
| 2018 | Discovering Reliable Dependencies from Data: Hardness and Improved AlgorithmsabstractThe reliable fraction of information is an attractive score for quantifying (functional) dependencies in high-dimensional data. In this paper, we systematically explore the algorithmic implications of using this measure for optimization. We show that the problem is NP-hard, which justifies the usage of worst-case exponential-time as well as heuristic search methods. We then substantially improve the practical performance for both optimization styles by deriving a novel admissible bounding function that has an unbounded potential for additional pruning over the previously proposed one. Finally, we empirically investigate the approximation ratio of the greedy algorithm and show that it produces highly competitive results in a fraction of time needed for complete branch-and-bound style search. Panagiotis Mandros, Mario Boley, Jilles Vreeken |
ICDM | 2 |
| 2017 | Efficiently Discovering Locally Exceptional Yet Globally Representative SubgroupsabstractSubgroup discovery is a local pattern mining technique to find interpretable descriptions of sub-populations that stand out on a given target variable. That is, these sub-populations are exceptional with regard to the global distribution. In this paper we argue that in many applications, such as scientific discovery, subgroups are only useful if they are additionally representative of the global distribution with regard to a control variable. That is, when the distribution of this control variable is the same, or almost the same, as over the whole data. We formalise this objective function and give an efficient algorithm to compute its tight optimistic estimator for the case of a numeric target and a binary control variable. This enables us to use the branch-and-bound framework to efficiently discover the top-k subgroups that are both exceptional as well as representative. Experimental evaluation on a wide range of datasets shows that with this algorithm we discover meaningful representative patterns and are up to orders of magnitude faster in terms of node evaluations as well as time. Janis Kalofolias, Mario Boley, Jilles Vreeken |
ICDM | 2 |
| 2017 | Discovering Reliable Approximate Functional DependenciesabstractGiven a database and a target attribute of interest, how can we tell whether there exists a functional, or approximately functional dependence of the target on any set of other attributes in the data? How can we reliably, without bias to sample size or dimensionality, measure the strength of such a dependence? And, how can we efficiently discover the optimal or α-approximate top-k dependencies? These are exactly the questions we answer in this paper. Panagiotis Mandros, Mario Boley, Jilles Vreeken |
KDD | 2 |
| 2017 | Identifying consistent statements about numerical data with dispersion-corrected subgroup discoveryabstractExisting algorithms for subgroup discovery with numerical targets do not optimize the error or target variable dispersion of the groups they find. This often leads to unreliable or inconsistent statements about the data, rendering practical applications, especially in scientific domains, futile. Therefore, we here extend the optimistic estimator framework for optimal subgroup discovery to a new class of objective functions: we show how tight estimators can be computed efficiently for all functions that are determined by subgroup size (non-decreasing dependence), the subgroup median value, and a dispersion measure around the median (non-increasing dependence). In the important special case when dispersion is measured using the mean absolute deviation from the median, this novel approach yields a linear time algorithm. Empirical evaluation on a wide range of datasets shows that, when used within branch-and-bound search, this approach is highly efficient and indeed discovers subgroups with much smaller errors. Mario Boley, Bryan R. Goldsmith, Luca M. Ghiringhelli, Jilles Vreeken |
Data Min. Knowl. Discov. | 1 |
| 2016 | Communication-Efficient Distributed Online Learning with Kernels
Michael Kamp, Sebastian Bothe, Mario Boley, Michael Mock |
ECML/PKDD (2) | 3 |
| 2014 | Instant Exceptional Model Mining Using Weighted Controlled Pattern Sampling
Sandy Moens, Mario Boley |
IDA | 2 |
| 2014 | Communication-Efficient Distributed Online Prediction by Dynamic Model Synchronization
Michael Kamp, Mario Boley, Daniel Keren, Assaf Schuster, Izchak Sharfman |
ECML/PKDD (1) | 2 |
| 2014 | Beating Human Analysts in Nowcasting Corporate Earnings by using Publicly Available Stock Price and Correlation FeaturesabstractCorporate earnings are a crucial indicator for investment and business valuation. Despite their importance and the fact that classic econometric approaches fail to match analyst forecasts by orders of magnitude, the automatic prediction of corporate earnings from public data is not in the focus of current machine learning research. In this paper, we present for the first time a fully automatized machine learning method for earnings prediction that at the same time a) only relies on publicly available data and b) can outperform human analysts. The latter is shown empirically in an experiment involving all S&P 100 companies in a test period from 2008 to 2012. The approach employs a simple linear regression model based on a novel feature space of stock market prices and their pairwise correlations. With this work we follow the recent trend of nowcasting, i.e., of creating accurate contemporary forecasts of undisclosed target values based on publicly observable proxy variables.1 Michael Kamp, Mario Boley, Thomas Gärtner 0001 |
SDM | 2 |
| 2014 | Interesting pattern mining in multi-relational data
Eirini Spyropoulou, Tijl De Bie, Mario Boley |
Data Min. Knowl. Discov. | 3 |
| 2013 | Privacy-Preserving Mobility Monitoring Using Sketches of Stationary Sensor Readings
Michael Kamp, Christine Kopp, Michael Mock, Mario Boley, Michael May 0001 |
ECML/PKDD (3) | 4 |
| 2012 | Linear space direct pattern sampling using coupling from the pastabstractThis paper shows how coupling from the past (CFTP) can be used to avoid time and memory bottlenecks in direct local pattern sampling procedures. Such procedures draw controlled amounts of suitably biased samples directly from the pattern space of a given dataset in polynomial time. Previous direct pattern sampling methods can produce patterns in rapid succession after some initial preprocessing phase. This preprocessing phase, however, turns out to be prohibitive in terms of time and memory for many datasets. We show how CFTP can be used to avoid any super-linear preprocessing and memory requirements. This allows to simulate more complex distributions, which previously were intractable. We show for a large number of public real-world datasets that these new algorithms are fast to execute and their pattern collections outperform previous approaches both in unsupervised as well as supervised contexts. Mario Boley, Sandy Moens, Thomas Gärtner 0001 |
KDD | 1 |
| 2011 | Direct local pattern sampling by efficient two-step random proceduresabstractWe present several exact and highly scalable local pattern sampling algorithms. They can be used as an alternative to exhaustive local pattern discovery methods (e.g, frequent set mining or optimistic-estimator-based subgroup discovery) and can substantially improve efficiency as well as controllability of pattern discovery processes. While previous sampling approaches mainly rely on the Markov chain Monte Carlo method, our procedures are direct, i.e., non process-simulating, sampling algorithms. The advantages of these direct methods are an almost optimal time complexity per pattern as well as an exactly controlled distribution of the produced patterns. Namely, the proposed algorithms can sample (item-)sets according to frequency, area, squared frequency, and a class discriminativity measure. Experiments demonstrate that these procedures can improve the accuracy of pattern-based models similar to frequent sets and often also lead to substantial gains in terms of scalability. Mario Boley, Claudio Lucchese, Daniel Paurat, Thomas Gärtner 0001 |
KDD | 1 |
| 2010 | Formal Concept Sampling for Counting and Threshold-Free Local Pattern MiningabstractWe describe a Metropolis-Hastings algorithm for sampling formal concepts, i.e., closed (item-) sets, according to any desired strictly positive distribution. Important applications are (a) estimating the number of all formal concepts as well as (b) discovering any number of interesting, non-redundant, and representative local patterns. Setting (a) can be used for estimating the runtime of algorithms examining all formal concepts. An application of setting (b) is the construction of data mining systems that do not require any user-specified threshold like minimum frequency or confidence. Mario Boley, Thomas Gärtner 0001, Henrik Grosskreutz |
SDM | 1 |
| 2009 | Non-redundant Subgroup Discovery Using a Closure System
Mario Boley, Henrik Grosskreutz |
ECML/PKDD (1) | 1 |
| 2009 | Efficient Discovery of Interesting Patterns Based on Strong ClosednessabstractFinding patterns that are interesting to a user in a certain application context is one of the central goals of Data Mining research. Regarding all patterns above a certain frequency threshold as interesting is one way of defining interestingness. In this paper, however, we argue that in many applications, a different notion of interestingness is required in order to be able to capture “long”, and thus particularly informative, patterns that are correspondingly of low frequency. To identify such patterns, our proposed measure of interestingness is based on the degree or strength of closedness of the patterns. We show that (a) indeed this definition selects long interesting patterns that are difficult to identify with frequency-based approaches, and (b) that it selects patterns that are robust against noise and/or dynamic changes. We prove that the family of interesting patterns proposed here forms a closure system and use the corresponding closure operator to design a mining algorithm listing these patterns in amortized quadratic time. In particular, for non-sparse datasets its time complexity is O(nm) per pattern, where n denotes the number of items and m the size of the database. This is equal to the best known time bound for listing ordinary closed frequent sets, which is a special case of our problem. We also report empirical results with real-world datasets. Mario Boley, Tamás Horváth 0001, Stefan Wrobel |
SDM | 1 |
| 2009 | Approximating the number of frequent sets in dense data
Mario Boley, Henrik Grosskreutz |
Knowl. Inf. Syst. | 1 |
| 2008 | A Randomized Approach for Approximating the Number of Frequent SetsabstractWe investigate the problem of counting the number of frequent (item)sets - a problem known to be intractable in terms of an exact polynomial time computation. In this paper, we show that it is in general also hard to approximate. Subsequently, a randomized counting algorithm is developed using the Markov chain Monte Carlo method. While for general inputs an exponential running time is needed in order to guarantee a certain approximation bound, we empirically show that the algorithm still has the desired accuracy on real-world datasets when its running time is capped polynomially. Mario Boley, Henrik Grosskreutz |
ICDM | 1 |
| 2007 | Efficient Closed Pattern Mining in Strongly Accessible Set Systems (Extended Abstract)
Mario Boley, Tamás Horváth 0001, Axel Poigné, Stefan Wrobel |
PKDD | 1 |