paper-with-me

Papers

A Subsequence Interleaving Model for Sequential Pattern Mining

2016-02-16 · Jaroslav Fowkes, Charles Sutton

Recent sequential pattern mining methods have used the minimum description length (MDL) principle to define an encoding scheme which describes an algorithm for mining the most compressing patterns in a database. We present a novel subsequence interleaving model based on a probabilistic model of the sequence database, which allows us to search for the most compressing set of patterns without designing a specific encoding scheme. Our proposed algorithm is able to efficiently mine the most relevant sequential patterns and rank them using an associated measure of interestingness. The efficient inference in our model is a direct result of our use of a structural expectation-maximization framework, in which the expectation-step takes the form of a submodular optimization problem subject to a coverage constraint. We show on both synthetic and real world datasets that our model mines a set of sequential patterns with low spuriousness and redundancy, high interpretability and usefulness in real-world applications. Furthermore, we demonstrate that the quality of the patterns from our approach is comparable to, if not better than, existing state of the art sequential pattern mining algorithms.

📄 PDF Abstract BibTeX arXiv:1602.05012

Code (1)

mast-group/sequence-mining 공식 구현

Tasks

modelSequential Pattern Mining

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Mining Non-Redundant Local Process Models From Sequence Databases

2017-12-12 · Niek Tax, Marlon Dumas

Sequential pattern mining techniques extract patterns corresponding to frequent subsequences from a sequence database. A practical limitation of these techniques is that they overload the user with too many patterns. Loc…

Sequential Pattern Mining

Efficiently Summarising Event Sequences with Rich Interleaving Patterns

2017-01-27 · Apratim Bhattacharyya, Jilles Vreeken

Discovering the key structure of a database is one of the main goals of data mining. In pattern set mining we do so by discovering a small set of patterns that together describe the data well. The richer the class of pat…

Mining Negative Sequential Patterns to Improve Viral Genomic Feature Representation and Classification

2026-04-28 · Wenxi Zhu, Wensheng Gan, Zhenlian Qi arxiv

Viruses represent the most abundant biological entities on Earth and play a pivotal role in microbial ecosystems, yet, as prominent human pathogens, they are closely linked to human morbidity and mortality. Accurate iden…

CSCLog: A Component Subsequence Correlation-Aware Log Anomaly Detection Method

2023-07-07 · Ling Chen, Chaodu Song, Xu Wang, Dachao Fu 외

Anomaly detection based on system logs plays an important role in intelligent operations, which is a challenging task due to the extremely complex log patterns. Existing methods detect anomalies by capturing the sequenti…

Anomaly Detection

Supervised sequential pattern mining of event sequences in sport to identify important patterns of play: an application to rugby union

2020-10-29 · Rory Bunker, Keisuke Fujii, Hiroyuki Hanada, Ichiro Takeuchi

Given a set of sequences comprised of time-ordered events, sequential pattern mining is useful to identify frequent subsequences from different sequences or within the same sequence. However, in sport, these techniques c…

Sequential Pattern Mining