RLMiner: Finding the Most Frequent k-sized Subgraph via Reinforcement Learning
Wei Huang, Hanchen Wang, Dong Wen, Xin Cao, Bocheng Han, Ying Zhang, Wenjie Zhang

TL;DR
RLMiner employs reinforcement learning and graph neural networks to efficiently find the most frequent induced subgraph of size k, significantly reducing computation time while maintaining accuracy.
Contribution
The paper introduces RLMiner, a novel reinforcement learning framework with a task-aware graph neural network for efficient subgraph frequency detection.
Findings
RLMiner achieves near ground-truth accuracy in identifying frequent subgraphs.
It significantly reduces running time compared to traditional enumeration methods.
The approach scales linearly with subgraph size k.
Abstract
Identifying the most frequent induced subgraph of size in a target graph is a fundamental graph mining problem with direct implications for Web-related data mining and social network analysis. Despite its importance, finding the most frequent induced subgraph remains computationally expensive due to the NP-hard nature of the subgraph counting task. Traditional exact enumeration algorithms often suffer from high time complexity, especially for a large graph size . To mitigate this, existing approaches often utilize frequency measurement with the Downward Closure Property to reduce the search space, imposing additional constraints on the task. In this paper, we first formulate this task as a Markov Decision Process and approach it using a multi-task reinforcement learning framework. Specifically, we introduce RLMiner, a novel framework that integrates reinforcement learning with…
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
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Data Mining Algorithms and Applications
