Scalable Similarity Search over Large Attributed Bipartite Graphs
Xi Ou, Longlong Lin, Zeli Wang, Pingpeng Yuan, Rong-Hua Li

TL;DR
This paper introduces a scalable method for similarity search in large attributed bipartite graphs by combining structural and attribute information through a novel random walk model, with proven approximation guarantees and extensive experimental validation.
Contribution
It proposes the Attribute-augmented Hidden Personalized PageRank (AHPP), a new random walk model, and two efficient algorithms for similarity search with theoretical guarantees.
Findings
AHPP effectively captures bipartite structure and attribute similarity.
Proposed algorithms outperform fifteen competitors in accuracy and efficiency.
Experiments demonstrate scalability to large graphs with millions of nodes.
Abstract
Bipartite graphs are widely used to model relationships between entities of different types, where nodes are divided into two disjoint sets. Similarity search, a fundamental operation that retrieves nodes similar to a given query node, plays a crucial role in various real-world applications, including machine learning and graph clustering. However, existing state-of-the-art methods often struggle to accurately capture the unique structural properties of bipartite graphs or fail to incorporate the informative node attributes, leading to suboptimal performance. Besides, their high computational complexity limits scalability, making them impractical for large graphs with millions of nodes and tens of thousands of attributes. To overcome these challenges, we first introduce Attribute-augmented Hidden Personalized PageRank (AHPP), a novel random walk model designed to blend seamlessly both…
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 · Complex Network Analysis Techniques · Graph Theory and Algorithms
