Resilient Pattern Mining
Pengxin Bian, Panagiotis Charalampopoulos, Lorraine A. K. Ayad, Manal Mohamed, Solon P. Pissis, Grigorios Loukides

TL;DR
This paper introduces the $( au, k)$-Resilient Pattern Mining problem, proposing an efficient algorithm to find substrings resilient to substitutions, with applications in genomic data analysis and clustering.
Contribution
The paper defines a new resilient pattern mining problem and provides an exact, efficient algorithm with practical experiments demonstrating its usefulness.
Findings
Resilient substrings outperform frequent substrings in genomic analysis.
The proposed algorithm is significantly faster and more space-efficient than baseline methods.
Clustering based on resilient substrings is effective for large datasets.
Abstract
Frequent pattern mining is a flagship problem in data mining. In its most basic form, it asks for the set of substrings of a given string of length that occur at least times in , for some integer . We introduce a resilient version of this classic problem, which we term the -Resilient Pattern Mining (RPM) problem. Given a string of length and two integers , RPM asks for the set of substrings of that occur at least times in , even when the letters at any positions of are substituted by other letters. Unlike frequent substrings, resilient ones account for the fact that changes to string are often expensive to handle or are unknown. We propose an exact -time and -space algorithm for RPM, which employs advanced data structures and combinatorial insights. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Mining Algorithms and Applications · Gene expression and cancer classification · Algorithms and Data Compression
