paper-with-me

Papers

BEACON: A Benchmark for Efficient and Accurate Counting of Subgraphs

2025-04-15 · Mohammad Matin Najafi, Xianju Zhu, Chrysanthi Kosyfaki, Laks V. S. Lakshmanan, Reynold Cheng

Subgraph counting the task of determining the number of instances of a query pattern within a large graph lies at the heart of many critical applications, from analyzing financial networks and transportation systems to understanding biological interactions. Despite decades of work yielding efficient algorithmic (AL) solutions and, more recently, machine learning (ML) approaches, a clear comparative understanding is elusive. This gap stems from the absence of a unified evaluation framework, standardized datasets, and accessible ground truths, all of which hinder systematic analysis and fair benchmarking. To overcome these barriers, we introduce BEACON: a comprehensive benchmark designed to rigorously evaluate both AL and ML-based subgraph counting methods. BEACON provides a standardized dataset with verified ground truths, an integrated evaluation environment, and a public leaderboard, enabling reproducible and transparent comparisons across diverse approaches. Our extensive experiments reveal that while AL methods excel in efficiently counting subgraphs on very large graphs, they struggle with complex patterns (e.g., those exceeding six nodes). In contrast, ML methods are capable of handling larger patterns but demand massive graph data inputs and often yield suboptimal accuracy on small, dense graphs. These insights not only highlight the unique strengths and limitations of each approach but also pave the way for future advancements in subgraph counting techniques. Overall, BEACON represents a significant step towards unifying and accelerating research in subgraph counting, encouraging innovative solutions and fostering a deeper understanding of the trade-offs between algorithmic and machine learning paradigms.

📄 PDF Abstract BibTeX arXiv:2504.10948

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingSubgraph Counting

Similar Papers 제목 키워드 기반

Differentially Private Range Subgraph Counting

2026-06-06 · Xian Chen, Ruobing Bai, Pan Peng arxiv

Subgraph counting is a fundamental problem in graph analysis. Motivated by practical scenarios where graph analytics are performed on subgraphs induced by selected vertices -- rather than on the entire graph -- and by gr…

A Family of Centrality Measures for Graph Data Based on Subgraphs

2020-05-31 · ICDT 2020 5 · Cristian Riveros, Jorge Salas

We present the theoretical foundations of a new approach in centrality measures for graph data. The main principle of our approach is very simple: the more relevant subgraphs around a vertex, the more central it is in …

All

An Efficient Subgraph GNN with Provable Substructure Counting Power

2023-03-19 · Zuoyu Yan, Junru Zhou, Liangcai Gao, Zhi Tang 외

We investigate the enhancement of graph neural networks' (GNNs) representation power through their ability in substructure counting. Recent advances have seen the adoption of subgraph GNNs, which partition an input graph…

Graph Learning

Indoor Localization of Smartphones Thanks to Zero-Energy-Devices Beacons

2024-02-26 · Shanglin Yang, Yohann Benedic, Dinh-Thuy Phan-Huy, Jean-Marie Gorce 외

In this paper, we present a new ultra-low power method of indoor localization of smartphones (SM) based on zero-energy-devices (ZEDs) beacons instead of active wireless beacons. Each ZED is equipped with a unique identif…

Indoor Localization

Representation Learning for Frequent Subgraph Mining

2024-02-22 · Rex Ying, Tianyu Fu, Andrew Wang, Jiaxuan You 외

Identifying frequent subgraphs, also called network motifs, is crucial in analyzing and predicting properties of real-world networks. However, finding large commonly-occurring motifs remains a challenging problem not onl…

Representation LearningSubgraph Counting