← Publications
conference2025ICORE 2026 A*CORE 2023 A*CCF A

Accelerating Core Decomposition in Billion-Scale Hypergraphs

Wenqian Zhang, Zhengyi Yang*, Dong Wen, Wentao Li, Wenjie Zhang, Xuemin Lin

ACM SIGMOD International Conference on Management of Data (SIGMOD)

RAIDS Lab Authors

Details

Year
2025
Publisher
Association for Computing Machinery (ACM)
Rankings
ICORE 2026 A* · CORE 2023 A* · CCF A

Research Area

Scalable Data Systems

Tags

Resources

Abstract

Hypergraphs provide a versatile framework for modeling complex relationships beyond pairwise interactions, finding applications in various domains. k-core decomposition is a fundamental task in hypergraph analysis that decomposes hypergraphs into cohesive substructures. Existing studies capture the cohesion in hypergraphs based on the vertex neighborhood size. However, such decomposition poses unique challenges, including the efficiency of core value updates, redundant computation, and high memory consumption. We observe that the state-of-the-art algorithms do not fully address the above challenges and are unable to scale to large hypergraphs. In this paper, we propose an efficient approach for hypergraph k-core decomposition. Novel concepts and strategies are developed to compute the core value of each vertex and reduce redundant computation of vertices. Experimental results on real-world and synthetic hypergraphs demonstrate that our approach significantly outperforms the state-of-the-art algorithm by 7 times on average while reducing the average memory usage by 36 times. Moreover, while existing algorithms fail on tens of millions hyperedges, our approach efficiently handles billion-scale hypergraphs in only a single thread.

Author Affiliations

Wenqian Zhang
University of New South Wales
Zhengyi Yang
University of New South Wales
Dong Wen
University of New South Wales
Wentao Li
University of Leicester; The Hong Kong University of Science and Technology
Wenjie Zhang
University of New South Wales
Xuemin Lin
Shanghai Jiao Tong University

BibTeX

@article{zhang2025accelerating,
  title = {Accelerating Core Decomposition in Billion-Scale Hypergraphs},
  author = {Zhang, Wenqian and Yang, Zhengyi and Wen, Dong and Li, Wentao and Zhang, Wenjie and Lin, Xuemin},
  volume = {3},
  issn = {2836-6573},
  url = {http://dx.doi.org/10.1145/3709656},
  doi = {10.1145/3709656},
  number = {1},
  journal = {Proceedings of the ACM on Management of Data},
  publisher = {Association for Computing Machinery (ACM)},
  year = {2025},
  month = Feb,
  pages = {1-27}
}