vix.ing · top · new · best · stats · spec

Mining frequent approximate patterns in large networks

2020/12/19 by Kaouthar Driss, Wadii Boulila, Aurélie Leborgne +1
Computer Science · #Data Management and Algorithms #Data Mining Algorithms and Applications #Rough Sets and Fuzzy Logic

paper · doi:10.1002/ima.22533

openalex publication_date 2020/12/19 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/27

Abstract

Abstract Frequent pattern mining (FPM) algorithms are often based on graph isomorphism in order to identify common pattern occurrences. Recent research works, however, have focused on cases in which patterns can differ from their occurrences. Such cases have great potential for the analysis of noisy network data. Most existing FPM algorithms consider differences in edges and their labels, but none of them so far has considered the structural differences of vertices and their labels. Discerning how to identify cases that differ from the initial pattern by any number of vertices, edges, or labels has become the main challenge of recent research works. As a solution, we suggest a novel FMP algorithm named mining frequent approximate patterns (MFAPs) with two central new characteristics. First, we begin by using the inexact matching technique, which allows for structural differences in edge, vertices, and labels. Second, we follow the approximate matching with a focus on mining patterns within the directed graph, as opposed to the more commonly explored case of patterns being mined from the undirected graph. Our results illustrate the effectiveness of this new MFAP algorithm in identifying patterns within an optimized time.

Related