EDBT 2026 Demo / reviewers in the wild / expert
Marc Plantevit
dblp:46/2965
· DBLP profile ↗
47ranked-venue papers in the field
6as first author
16since 2021 · last 2026
0000-0003-4636-5753ORCID · verified
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 39 (4 first)Database Systems & Data Management · 5 (2 first)Big Data, Cloud & Distributed Data Systems · 2Knowledge Engineering, Semantic Web & Information Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Differentiable parameter-less co-clustering using graph neural networksabstractAbstract Co-clustering refers to the simultaneous clustering of rows and columns in a data matrix, uncovering joint patterns between two distinct sets, such as documents and terms or users and products. Traditional co-clustering algorithms typically rely on discrete optimization techniques based on enumeration, which can limit both scalability and flexibility. In this paper, we introduce a differentiable programming approach to co-clustering that enables the continuous optimization of co-partitions using graph neural networks. Our method is grounded in an associative co-clustering quality measure that is independent of the number of clusters and dynamically adjusts this parameter by jointly considering both partitions. By leveraging automatic differentiation and graph neural networks, our approach scales to very large datasets while maintaining high-quality co-cluster structures. We evaluate our method using different types of graph neural networks and initialization strategies. Furthermore, when compared with recent state-of-the-art methods for co-clustering and graph clustering, our approach achieves competitive or superior results in terms of accuracy. Most importantly, it is the only algorithm that successfully completes on the largest benchmark dataset. Alessio Ragno, Pierre-Angelo Peyrie, Marc Plantevit, Ruggero G. Pensa, Céline Robardet |
Data Min. Knowl. Discov. | 3 |
| 2025 | Explainability of Molecular Graph Neural NetworkabstractGraph Neural Networks (GNNs) have demonstrated strong performance in molecular interaction prediction, but their interpretability remains limited, especially in domain-specific applications like ligand-receptor modeling. This paper presents a model-agnostic explainer for GNN-CLS, a specialized GNN model designed to predict interactions between molecules and olfactory receptor proteins. The proposed method uses cooperative game theory to identify influential molecular substructures and receptor sequence regions, offering faithful and theoretically grounded explanations of model predictions. This approach enhances transparency by revealing which features drive predictive outcomes, helping bridge the gap between model performance and chemical insight. The contributions include a formal framework for relevance attribution and interaction analysis, positioning this work at the intersection of explainable AI and computational chemistry. Ataollah Kamal, Matej Hladis, Jérémie Topin, Marc Plantevit, Sébastien Fiorucci, Céline Robardet |
DSAA | 4 |
| 2025 | Diffusion for Explainable Unsupervised Anomaly DetectionabstractStatistical anomaly detection is critical across various domains, including healthcare, finance, industry, and cybersecurity. While supervised methods often achieve high performance, the limited availability of labeled data requires effective unsupervised techniques. In this paper, we introduce Dataset Sampling Iterative Learning (DSIL), a novel iterative learning framework for unsu-pervised anomaly detection leveraging generative modeling with diffusion. Our approach progressively refines an unlabeled dataset by identifying and removing anomalies, effectively approximating a semi-supervised setup. We demonstrate the efficiency of our framework with Diffusion Time Estimation (DTE). Furthermore, it enables better explainability through a novel approach of noised-feature discovery. Extensive experiments against unsupervised methods on both synthetic and real-world datasets demonstrate improved state-of-the-art performance. Finally, we suggest a novel usage of existing metrics to evaluate the explainability of anomaly detection models. Elouan Vincent, Alexandre Dréan, Julien Perez, Marc Plantevit, Céline Robardet |
DSAA | 4 |
| 2025 | Faithful Explanations for Graph Classification Using Logic
Alessio Ragno, Marc Plantevit, Céline Robardet |
ECML/PKDD (4) | 2 |
| 2025 | Leveraging internal representations of GNNs with Shapley values
Ataollah Kamal, Alessio Ragno, Marc Plantevit, Céline Robardet |
Data Min. Knowl. Discov. | 3 |
| 2024 | Scalable Sampling for High Utility PatternsabstractDiscovering valuable insights from data through meaningful associations is a crucial task. However, it becomes challenging when trying to identify representative patterns in quantitative databases, especially with large datasets, as enumeration-based strategies struggle due to the vast search space involved. To tackle this challenge, output space sampling methods have emerged as a promising solution thanks to its ability to discover valuable patterns with reduced computational overhead. However, existing sampling methods often encounter limitations when dealing with large quantitative database, resulting in scalability-related challenges. In this work, we propose a novel high utility pattern sampling algorithm and its on-disk version both designed for large quantitative databases based on two original theorems. Our approach ensures both the interactivity required for user-centered methods and strong statistical guarantees through random sampling. To demonstrate the interest of our approach, we present a compelling use case involving archaeological knowledge graph sub-profiles discovery. Experiments on semantic and none-semantic quantitative databases show that our approach outperforms the state-of-the art methods. Lamine Diop, Marc Plantevit |
IEEE Big Data | 2 |
| 2024 | RPS: A Generic Reservoir Patterns SamplerabstractEfficient learning from streaming data is important for modern data analysis due to the continuous and rapid evolution of data streams. Despite significant advancements in stream pattern mining, challenges persist, particularly in managing complex data streams like sequential and weighted itemsets. While reservoir sampling serves as a fundamental method for randomly selecting fixed-size samples from data streams, its application to such complex patterns remains largely unexplored. In this study, we introduce an approach that harnesses a weighted reservoir to facilitate direct pattern sampling from streaming batch data, thus ensuring scalability and efficiency. We present a generic algorithm capable of addressing temporal biases and handling various pattern types, including sequential, weighted, and unweighted itemsets. Through comprehensive experiments conducted on real-world datasets, we evaluate the effectiveness of our method, showcasing its ability to construct accurate incremental online classifiers for sequential data. Lamine Diop, Marc Plantevit, Arnaud Soulet |
IEEE Big Data | 2 |
| 2024 | DiffVersify: a Scalable Approach to Differentiable Pattern Mining with Coverage Regularization
Thibaut Chataing, Julien Perez, Marc Plantevit, Céline Robardet |
ECML/PKDD (6) | 3 |
| 2024 | On GNN explainability with activation rules
Luca Veyrin-Forrer, Ataollah Kamal, Stefan Duffner, Marc Plantevit, Céline Robardet |
Data Min. Knowl. Discov. | 4 |
| 2023 | Electricity Price Forecasting based on Order Books: a differentiable optimization approachabstractWe consider day-ahead electricity price forecasting on the European market. In this market, participants can offer electricity for sale or purchase for a specific price by submitting overnight orders. Market operators determine the market clearing price – the price at which the amount of electricity supplied equals the amount of electricity demanded – using the Euphemia balancing algorithm. EUPHEMIA is a quadratic optimization problem that maximizes the social welfare defined as the sum of the supplier surplus and consumer surplus while ensuring a null energy balance. This mechanism deeply influences the price calculation, but has so far been little considered in electricity price forecasting algorithms. Existing models are generally based on identifying relationships between exogenous characteristics (consumption and production forecasts) and the market clearing price to be predicted. A few studies have examined the EUPHEMIA mechanism during prediction, by doing costly manual transformations on order books. In this article, we overcome this limitation by considering the pricing mechanism during model training. For this, we use a predict-and-optimize strategy with differentiable optimization. We design a fully differentiable and scalable solving method for the EUPHEMIA optimization problem and apply it on real-life data from the European Power Exchange (EPEX). We design different model architectures using our differentiable solver and empirically study the impact of taking into account the optimal calculation of prices within the training of the neural network. Léonard Tschora, Tias Guns, Erwan Pierre, Marc Plantevit, Céline Robardet |
DSAA | 4 |
| 2023 | Forecasting Electricity Prices: An Optimize Then Predict-Based Approach
Léonard Tschora, Erwan Pierre, Marc Plantevit, Céline Robardet |
IDA | 3 |
| 2023 | Methods for explaining Top-N recommendations through subgroup discovery
Mouloud Iferroudjene, Corentin Lonjarret, Céline Robardet, Marc Plantevit, Martin Atzmüller |
Data Min. Knowl. Discov. | 4 |
| 2022 | In pursuit of the hidden features of GNN's internal representations
Luca Veyrin-Forrer, Ataollah Kamal, Stefan Duffner, Marc Plantevit, Céline Robardet |
Data Knowl. Eng. | 4 |
| 2021 | Interpretable Summaries of Black Box Incident Triaging with Subgroup DiscoveryabstractThe need of predictive maintenance comes with an increasing number of incidents reported by monitoring systems and equipment/software users. In the front line, on-call engineers (OCEs) have to quickly assess the degree of severity of an incident and decide which service to contact for corrective actions. To automate these decisions, several predictive models have been proposed, but the most efficient models are opaque (say, black box), strongly limiting their adoption. In this paper, we propose an efficient black box model based on 170K incidents reported to our company over the last 7 years and emphasize on the need of automating triage when incidents are massively reported on thousands of servers running our product, an ERP. Recent developments in eXplainable Artificial Intelligence (XAI) help in providing global explanations to the model, but also, and most importantly, with local explanations for each model prediction/outcome. Sadly, providing a human with an explanation for each outcome is not conceivable when dealing with an important number of daily predictions. To address this problem, we propose an original data-mining method rooted in Subgroup Discovery, a pattern mining technique with the natural ability to group objects that share similar explanations of their black box predictions and provide a description for each group. We evaluate this approach and present our preliminary results which give us good hope towards an effective OCE's adoption. We believe that this approach provides a new way to address the problem of model agnostic outcome explanation. Youcef Remil, Ahmed Anes Bendimerad, Marc Plantevit, Céline Robardet, Mehdi Kaytoue-Uberall |
DSAA | 3 |
| 2021 | Sequential recommendation with metric models based on frequent sequences
Corentin Lonjarret, Roch Auburtin, Céline Robardet, Marc Plantevit |
Data Min. Knowl. Discov. | 4 |
| 2021 | User-Driven Geolocated Event Detection in Social MediaabstractEvent detection is one of the most important research topics in social media analysis. Despite this interest, few researchers have addressed the problem of identifying geolocated events in an unsupervised way, and none includes user interests during the process. In this paper, we tackle the problem of local event detection from social media data. We present a method to automatically identify events by evaluating the burstiness of hashtags in a geographical area and a time interval, and at the same time integrating user feedback. We devise two algorithms to discover user-driven events. The first one relies on an exact enumeration process, while the other directly samples the space of events. In our empirical study, we provide evidence that geolocated events cannot be detected by non location-aware methods. We also show that our methods (i) outperform by a factor of two to several orders of magnitude state-of-the-art methods designed to discover geolocated events, (ii) are more robust to noise, and (iii) produce high quality events with respect to user interests. Ahmed Anes Bendimerad, Marc Plantevit, Céline Robardet, Sihem Amer-Yahia |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2020 | Why Should I Trust This Item? Explaining the Recommendations of any ModelabstractExplainable AI has received a lot of attention over the past decade, with the proposal of many methods explaining black box classifiers such as neural networks. Despite the ubiquity of recommender systems in the digital world, only few researchers have attempted to explain their functioning, whereas it raises e.g., ethical issues. Indeed, recommender systems direct user choices to a large extent and their impact is important as they give access to only a small part of the range of items (e.g., products and/or services), as the submerged part of the iceberg. Consequently, they limit access to other resources. The potentially negative effects of these systems have been pointed out as phenomena like echo chambers and winner-take-all effects, because the internal logic of these systems is to likely enclose the consumer in a "dej́ a vu" loop. Therefore, it is crucial to provide explanations' of such recommender systems and to identify the user data that led the system to make a specific recommendation. This makes it possible to evaluate recommender systems not only regarding their efficiency (i.e., their capability to recommend an item that was actually chosen by the user), but also w.r.t. the diversity, relevance and timeliness of the active data used to make the recommendation. In this paper, we propose a deep analysis of 7 state-of-the-art models learnt on 6 datasets based on the identification of the items or the sequences of items actively used by the models. The proposed method, which is based on subgroup discovery with different pattern languages (i.e., itemsets and sequences), provides interpretable explanations of the recommendations - useful to compare different models and explain the reasons behind the recommendation to the user. Corentin Lonjarret, Céline Robardet, Marc Plantevit, Roch Auburtin, Martin Atzmüller |
DSAA | 3 |
| 2020 | Gibbs Sampling Subjectively Interesting TilesabstractThe local pattern mining literature has long struggled with the so-called pattern explosion problem: the size of the set of patterns found exceeds the size of the original data. This causes computational problems (enumerating a large set of patterns will inevitably take a substantial amount of time) as well as problems for interpretation and usability (trawling through a large set of patterns is often impractical). Two complementary research lines aim to address this problem. The first aims to develop better measures of interestingness, in order to reduce the number of uninteresting patterns that are returned [ 6 , 10 ]. The second aims to avoid an exhaustive enumeration of all ‘interesting’ patterns (where interestingness is quantified in a more traditional way, e.g. frequency), by directly sampling from this set in a way that more ‘interesting’ patterns are sampled with higher probability [ 2 ]. Unfortunately, the first research line does not reduce computational cost, while the second may miss out on the most interesting patterns. In this paper, we combine the best of both worlds for mining interesting tiles [ 8 ] from binary databases. Specifically, we propose a new pattern sampling approach based on Gibbs sampling, where the probability of sampling a pattern is proportional to their subjective interestingness [ 6 ]—an interestingness measure reported to better represent true interestingness. The experimental evaluation confirms the theory, but also reveals an important weakness of the proposed approach which we speculate is shared with any other pattern sampling approach. We thus conclude with a broader discussion of this issue, and a forward look. Ahmed Anes Bendimerad, Jefrey Lijffijt, Marc Plantevit, Céline Robardet, Tijl De Bie |
IDA | 3 |
| 2020 | Identifying exceptional (dis)agreement between groups
Adnene Belfodil, Sylvie Cazalens, Philippe Lamarre, Marc Plantevit |
Data Min. Knowl. Discov. | 4 |
| 2020 | SIAS-miner: mining subjectively interesting attributed subgraphsabstractAbstract Data clustering, local pattern mining, and community detection in graphs are three mature areas of data mining and machine learning. In recent years, attributed subgraph mining has emerged as a new powerful data mining task in the intersection of these areas. Given a graph and a set of attributes for each vertex, attributed subgraph mining aims to find cohesive subgraphs for which (some of) the attribute values have exceptional values. The principled integration of graph and attribute data poses two challenges: (1) the definition of a pattern syntax (the abstract form of patterns) that is intuitive and lends itself to efficient search, and (2) the formalization of the interestingness of such patterns. We propose an integrated solution to both of these challenges. The proposed pattern syntax improves upon prior work in being both highly flexible and intuitive. Plus, we define an effective and principled algorithm to enumerate patterns of this syntax. The proposed approach for quantifying interestingness of these patterns is rooted in information theory, and is able to account for background knowledge on the data. While prior work quantified the interestingness for the cohesion of the subgraph and for the exceptionality of its attributes separately, then combining these in a parameterized trade-off, we instead handle this trade-off implicitly in a principled, parameter-free manner. Empirical results confirm we can efficiently find highly interesting subgraphs. Ahmed Anes Bendimerad, Ahmad Mel, Jefrey Lijffijt, Marc Plantevit, Céline Robardet, Tijl De Bie |
Data Min. Knowl. Discov. | 4 |
| 2019 | FSSD - A Fast and Efficient Algorithm for Subgroup Set DiscoveryabstractSubgroup discovery (SD) is the task of discovering interpretable patterns in the data that stand out w.r.t. some property of interest. Discovering patterns that accurately discriminate a class from the others is one of the most common SD tasks. Standard approaches of the literature are based on local pattern discovery, which is known to provide an overwhelmingly large number of redundant patterns. To solve this issue, pattern set mining has been proposed: instead of evaluating the quality of patterns separately, one should consider the quality of a pattern set as a whole. The goal is to provide a small pattern set that is diverse and well-discriminant to~the target class. In this work, we introduce a novel formulation of the task of diverse subgroup set discovery where both discriminative power and diversity of the subgroup set are incorporated in the same quality measure. We propose an efficient and parameter-free algorithm dubbed FSSD and based on a greedy scheme. FSSD uses several optimization strategies that enable to efficiently provide a high quality pattern set in a short amount of time. Adnene Belfodil, Aimene Belfodil, Ahmed Anes Bendimerad, Philippe Lamarre, Céline Robardet, Mehdi Kaytoue-Uberall, Marc Plantevit |
DSAA | 7 |
| 2019 | Contrastive Antichains in HierarchiesabstractConcepts are often described in terms of positive integer-valued attributes that are organized in a hierarchy. For example, cities can be described in terms of how many places there are of various types (e.g. nightlife spots, residences, food venues), and these places are organized in a hierarchy (e.g. a Portuguese restaurant is a type of food venue). This hierarchy imposes particular constraints on the values of related attributes---e.g. there cannot be more Portuguese restaurants than food venues. Moreover, knowing that a city has many food venues makes it less surprising that it also has many Portuguese restaurants, and vice versa. In the present paper, we attempt to characterize such concepts in terms of so-called contrastive antichains: particular kinds of subsets of their attributes and their values. We address the question of when a contrastive antichain is interesting, in the sense that it concisely describes the unique aspects of the concept, and this while duly taking into account the known attribute dependencies implied by the hierarchy. Our approach is capable of accounting for previously identified contrastive antichains, making iterative mining possible. Besides the interestingness measure, we also present an algorithm that scales well in practice, and demonstrate the usefulness of the method in an extensive empirical results section. Ahmed Anes Bendimerad, Jefrey Lijffijt, Marc Plantevit, Céline Robardet, Tijl De Bie |
KDD | 3 |
| 2019 | DEvIANT: Discovering Significant Exceptional (Dis-)Agreement Within Groups
Adnene Belfodil, Wouter Duivesteijn, Marc Plantevit, Sylvie Cazalens, Philippe Lamarre |
ECML/PKDD (1) | 3 |
| 2019 | Rank correlated subgroup discovery
Mohamed-Ali Hammal, Hélène Mathian, Luc Merchez, Marc Plantevit, Céline Robardet |
J. Intell. Inf. Syst. | 4 |
| 2018 | Mining exceptional closed patterns in attributed graphs
Ahmed Anes Bendimerad, Marc Plantevit, Céline Robardet |
Knowl. Inf. Syst. | 2 |
| 2017 | Flash Points: Discovering Exceptional Pairwise Behaviors in Vote or Rating Data
Adnene Belfodil, Sylvie Cazalens, Philippe Lamarre, Marc Plantevit |
ECML/PKDD (2) | 4 |
| 2016 | Unsupervised Exceptional Attributed Sub-Graph Mining in Urban DataabstractGeo-located social media provide a wealth of information that describes urban areas based on user descriptions and comments. Such data makes possible to identify meaningful city neighborhoods on the basis of the footprints left by a large and diverse population that uses this type of media. In this paper, we present some methods to exhibit the predominant activities and their associated urban areas to automatically describe a whole city. Based on a suitable attributed graph model, our approach identifies neighborhoods with homogeneous and exceptional characteristics. We introduce the novel problem of exceptional sub-graph mining in attributed graphs and propose a complete algorithm that takes benefits from new upper bounds and pruning properties. We also propose an approach to sample the space of exceptional sub-graphs within a given time-budget. Experiments performed on 10 real datasets are reported and demonstrate the relevancy and the limits of both approaches. Ahmed Anes Bendimerad, Marc Plantevit, Céline Robardet |
ICDM | 2 |
| 2016 | h(odor): Interactive Discovery of Hypotheses on the Structure-Odor Relationship in Neuroscience
Guillaume Bosc, Marc Plantevit, Jean-François Boulicaut, Moustafa Bensafi, Mehdi Kaytoue-Uberall |
ECML/PKDD (3) | 2 |
| 2015 | Gazouille: Detecting and Illustrating Local Events from Geolocalized Social Media Streams
Pierre Houdyer, Albrecht Zimmermann, Mehdi Kaytoue-Uberall, Marc Plantevit, Céline Robardet |
ECML/PKDD (3) | 4 |
| 2014 | Triggering patterns of topology changes in dynamic graphsabstractTo describe the dynamics taking place in networks that structurally change over time, we propose an approach to search for attributes whose value changes impact the topology of the graph. In several applications, it appears that the variations of a group of attributes are often followed by some structural changes in the graph that one may assume they generate. We formalize the triggering pattern discovery problem as a method jointly rooted in sequence mining and graph analysis. We apply our approach on three real-world dynamic graphs of different natures - a co-authoring network, an airline network, and a social bookmarking system - assessing the relevancy of the triggering pattern mining approach. Mehdi Kaytoue-Uberall, Yoann Pitarch, Marc Plantevit, Céline Robardet |
ASONAM | 3 |
| 2014 | A method for characterizing communities in dynamic attributed complex networksabstractMany methods have been proposed to detect communities in complex networks, but very little work has been done regarding their interpretation. In this work, we propose an efficient method to tackle this problem. We first define a sequence-based representation of networks, combining temporal information, topological measures and nodal attributes. We then describe how to identify the most emerging sequential patterns of this dataset and use them to characterize the communities. We also show how to highlight outliers. Finally, as an illustration, we apply our method to a network of scientific collaborations. Günce Keziban Orman, Vincent Labatut, Marc Plantevit, Jean-François Boulicaut |
ASONAM | 3 |
| 2014 | Sequence Classification Based on Delta-Free Sequential PatternsabstractSequential pattern mining is one of the most studied and challenging tasks in data mining. However, the extension of well-known methods from many other classical patterns to sequences is not a trivial task. In this paper we study the notion of δ-freeness for sequences. While this notion has extensively been discussed for itemsets, this work is the first to extend it to sequences. We define an efficient algorithm devoted to the extraction of δ-free sequential patterns. Furthermore, we show the advantage of the δ-free sequences and highlight their importance when building sequence classifiers, and we show how they can be used to address the feature selection problem in statistical classifiers, as well as to build symbolic classifiers which optimizes both accuracy and earliness of predictions. Pierre Holat, Marc Plantevit, Chedy Raïssi, Nadi Tomeh, Thierry Charnois, Bruno Crémilleux |
ICDM | 2 |
| 2014 | Granularity of Co-evolution Patterns in Dynamic Attributed Graphs
Elise Desmier, Marc Plantevit, Céline Robardet, Jean-François Boulicaut |
IDA | 2 |
| 2014 | Finding maximal homogeneous clique sets
Pierre-Nicolas Mougel, Christophe Rigotti, Marc Plantevit, Olivier Gandrillon |
Knowl. Inf. Syst. | 3 |
| 2013 | When TEDDY meets GrizzLY: temporal dependency discovery for triggering road deicing operationsabstractTemporal dependencies between multiple sensor data sources link two types of events if the occurrence of one is repeatedly followed by the appearance of the other in a certain time interval. TEDDY algorithm aims at discovering such dependencies, identifying the statically significant time intervals with a chi2 test. We present how these dependencies can be used within the GrizzLY project to tackle an environmental and technical issue: the deicing of the roads. This project aims to wisely organize the deicing operations of an urban area, based on several sensor network measures of local atmospheric phenomena. A spatial and temporal dependency-based model is built from these data to predict freezing alerts. Céline Robardet, Vasile-Marian Scuturici, Marc Plantevit, Antoine Fraboulet |
KDD | 3 |
| 2013 | Trend Mining in Dynamic Attributed Graphs
Elise Desmier, Marc Plantevit, Céline Robardet, Jean-François Boulicaut |
ECML/PKDD (1) | 2 |
| 2013 | Mining Graph Topological Patterns: Finding Covariations among Vertex DescriptorsabstractWe propose to mine the graph topology of a large attributed graph by finding regularities among vertex descriptors. Such descriptors are of two types: 1) the vertex attributes that convey the information of the vertices themselves and 2) some topological properties used to describe the connectivity of the vertices. These descriptors are mostly of numerical or ordinal types and their similarity can be captured by quantifying their covariation. Mining topological patterns relies on frequent pattern mining and graph topology analysis to reveal the links that exist between the relation encoded by the graph and the vertex attributes. We propose three interestingness measures of topological patterns that differ by the pairs of vertices considered while evaluating up and down co-variations between vertex descriptors. An efficient algorithm that combines search and pruning strategies to look for the most relevant topological patterns is presented. Besides a classical empirical study, we report case studies on four real-life networks showing that our approach provides valuable knowledge. Adriana Prado, Marc Plantevit, Céline Robardet, Jean-François Boulicaut |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2011 | Mining Dominant Patterns in the SkyabstractPattern discovery is at the core of numerous data mining tasks. Although many methods focus on efficiency in pattern mining, they still suffer from the problem of choosing a threshold that influences the final extraction result. The goal of our study is to make the results of pattern mining useful from a user-preference point of view. To this end, we integrate into the pattern discovery process the idea of skyline queries in order to mine skyline patterns in a threshold-free manner. Because the skyline patterns satisfy a formal property of dominations, they not only have a global interest but also have semantics that are easily understood by the user. In this work, we first establish theoretical relationships between pattern condensed representations and skyline pattern mining. We also show that it is possible to compute automatically a subset of measures involved in the user query which allows the patterns to be condensed and thus facilitates the computation of the skyline patterns. This forms the basis for a novel approach to mining skyline patterns. We illustrate the efficiency of our approach over several data sets including a use case from chemo informatics and show that small sets of dominant patterns are produced under various measures. Arnaud Soulet, Chedy Raïssi, Marc Plantevit, Bruno Crémilleux |
ICDM | 3 |
| 2011 | Multidimensional Association Rules in Boolean TensorsabstractPopular data mining methods support knowledge discovery from patterns that hold in binary relations. We study the generalization of association rule mining within arbitrary n-ary relations and thus Boolean tensors instead of Boolean matrices. Indeed, many datasets of interest correspond to relations whose number of dimensions is greater or equal to 3. However, just a few proposals deal with rule discovery when both the head and the body can involve subsets of any dimensions. A challenging problem is to provide a semantics to such generalized rules by means of objective interestingness measures that have to be carefully designed. Therefore, we discuss the need for different generalizations of the classical confidence measure. We also present the first algorithm that computes, in such a general framework, every rule that satisfies both a minimal frequency constraint and minimal confidence constraints. The approach is tested on real datasets (ternary and 4-ary relations). We report on a case study that deals with analyzing a dynamic graph thanks to rules. Kim-Ngan Nguyen, Loïc Cerf, Marc Plantevit, Jean-François Boulicaut |
SDM | 3 |
| 2010 | Recursive Sequence Mining to Discover Named Entity Relations
Peggy Cellier, Thierry Charnois, Marc Plantevit, Bruno Crémilleux |
IDA | 3 |
| 2010 | Mining multidimensional and multilevel sequential patternsabstractMultidimensional databases have been designed to provide decision makers with the necessary tools to help them understand their data. This framework is different from transactional data as the datasets contain huge volumes of historicized and aggregated data defined over a set of dimensions that can be arranged through multiple levels of granularities. Many tools have been proposed to query the data and navigate through the levels of granularity. However, automatic tools are still missing to mine this type of data in order to discover regular specific patterns. In this article, we present a method for mining sequential patterns from multidimensional databases, at the same time taking advantage of the different dimensions and levels of granularity, which is original compared to existing work. The necessary definitions and algorithms are extended from regular sequential patterns to this particular case. Experiments are reported, showing the significance of this approach. Marc Plantevit, Anne Laurent, Dominique Laurent 0001, Maguelonne Teisseire, Yeow Wei Choong |
ACM Trans. Knowl. Discov. Data | 1 |
| 2009 | Condensed Representation of Sequential Patterns According to Frequency-Based Measures
Marc Plantevit, Bruno Crémilleux |
IDA | 1 |
| 2008 | Up and Down: Mining Multidimensional Sequential Patterns Using Hierarchies
Marc Plantevit, Anne Laurent, Maguelonne Teisseire |
DaWaK | 1 |
| 2008 | Mining Multidimensional Sequential Patterns over Data Streams
Chedy Raïssi, Marc Plantevit |
DaWaK | 2 |
| 2007 | Mining unexpected multidimensional rulesabstractDiscovering unexpected rules is essential, particularly for industrial applications with marketing stakes. In this context, many works have been done for association rules. However, non of them address sequences. In this paper, we thus propose to discover unexpected multidimensional sequential rules in data cubes. We define the concept of multidimensional sequential rule, and then unexpectedness. We formalize these concepts and define an algorithm for mining this kind of rules. Experiments on a real data cube are reported and highlight the interest of our approach. Categories and Subject Descriptors H.2.8 [Database Management]: Database applications, data mining Marc Plantevit, Sabine Goutier, Françoise Guisnel, Anne Laurent, Maguelonne Teisseire |
DOLAP | 1 |
| 2006 | HYPE: mining hierarchical sequential patternsabstractMining data warehouses is still an open problem as few approaches really take the specificities of this framework into account (e.g. multidimensionality, hierarchies, historized data). Multidimensional sequential patterns have been studied but they do not provide any way to handle hierarchies. In this paper, we propose an original sequential pattern extraction method that takes the hierarchies into account. This method extracts more accurate knowledge and extends our preceding M2SP approach. We define the concepts related to our problems as well as the associated algorithms. The results of our experiments confirm the relevance of our proposal. Marc Plantevit, Anne Laurent, Maguelonne Teisseire |
DOLAP | 1 |
| 2005 | M2SP: Mining Sequential Patterns Among Several Dimensions
Marc Plantevit, Yeow Wei Choong, Anne Laurent, Dominique Laurent 0001, Maguelonne Teisseire |
PKDD | 1 |