LGM: Mining Frequent Subgraphs from Linear Graphs

Yasuo Tabei,Daisuke Okanohara,Shuichi Hirose,Koji Tsuda
DOI: https://doi.org/10.48550/arXiv.1102.4480
2011-03-05
Abstract:A linear graph is a graph whose vertices are totally ordered. Biological and linguistic sequences with interactions among symbols are naturally represented as linear graphs. Examples include protein contact maps, RNA secondary structures and predicate-argument structures. Our algorithm, linear graph miner (LGM), leverages the vertex order for efficient enumeration of frequent subgraphs. Based on the reverse search principle, the pattern space is systematically traversed without expensive duplication checking. Disconnected subgraph patterns are particularly important in linear graphs due to their sequential nature. Unlike conventional graph mining algorithms detecting connected patterns only, LGM can detect disconnected patterns as well. The utility and efficiency of LGM are demonstrated in experiments on protein contact maps.
Data Structures and Algorithms
What problem does this paper attempt to address?