Skip to main navigation Skip to search Skip to main content

A Revisit to Graph Neighborhood Cardinality Estimation

  • Xi'an Jiaotong University

Research output: Chapter in Book/Report/Conference proceedingConference contributionpeer-review

2 Scopus citations

Abstract

Graph data are ubiquitous in real-world systems such as social networks and protein-protein interaction networks. In many applications, nodes usually are associated with real-value attributes, e.g., age, income, and wealth. Recently, industry and research communities have attracted attention to mining and learning attribute graphs. In this paper, we study the problem of calculating the general neighborhood cardinality of each node v in the graph, i.e., the sum of non-negative attribute values of the nodes in the k -hop neighborhood of a node v. The naive solution is to run a k -step breadth-first-search (BFS) algorithm starting from each node and storing all visited nodes' attributes. Clearly, the time complexity of this solution is Oleft(|V| dmaxk), where |V| is the number of nodes and dmax is the maximum node degree in the graph. In real-world networks such as Twitter, dmax is over 3×106. Therefore, it is infeasible to compute the neighborhood cardinality of nodes exactly in such massive networks even if we set k=2. To solve this problem, we propose efficient methods to compute the neighborhood cardinality of graphs with non-negative node attributes and binary node attributes, respectively. Extensive experiments on large real-world networks show the efficiency and effectiveness of our methods.

Original languageEnglish
Title of host publicationProceedings - 2024 IEEE 40th International Conference on Data Engineering, ICDE 2024
PublisherIEEE Computer Society
Pages3125-3137
Number of pages13
ISBN (Electronic)9798350317152
DOIs
StatePublished - 2024
Event40th IEEE International Conference on Data Engineering, ICDE 2024 - Utrecht, Netherlands
Duration: 13 May 202417 May 2024

Publication series

NameProceedings - International Conference on Data Engineering
ISSN (Print)1084-4627
ISSN (Electronic)2375-0286

Conference

Conference40th IEEE International Conference on Data Engineering, ICDE 2024
Country/TerritoryNetherlands
CityUtrecht
Period13/05/2417/05/24

Keywords

  • Attributed graphs
  • Cardinality estimation
  • Sketch algorithms

Fingerprint

Dive into the research topics of 'A Revisit to Graph Neighborhood Cardinality Estimation'. Together they form a unique fingerprint.

Cite this