Effective Clustering on Large Attributed Bipartite Graphs
Renchi Yang, Yidu Wu, Xiaoyang Lin, Qichen Wang, Tsz Nam Chan, Jieming, Shi

TL;DR
This paper introduces TPO, a novel and efficient clustering method for large attributed bipartite graphs that significantly improves clustering quality and speed by leveraging multi-scale attribute affinity and optimized algorithms.
Contribution
The paper presents a new formulation of k-ABGC using multi-scale attribute affinity and a highly optimized solver, enabling superior clustering performance on large real-world ABGs.
Findings
TPO outperforms 19 baseline methods in clustering quality.
TPO is over 40 times faster than existing methods on large graphs.
TPO achieves high accuracy on multiple real datasets.
Abstract
Attributed bipartite graphs (ABGs) are an expressive data model for describing the interactions between two sets of heterogeneous nodes that are associated with rich attributes, such as customer-product purchase networks and author-paper authorship graphs. Partitioning the target node set in such graphs into k disjoint clusters (referred to as k-ABGC) finds widespread use in various domains, including social network analysis, recommendation systems, information retrieval, and bioinformatics. However, the majority of existing solutions towards k-ABGC either overlook attribute information or fail to capture bipartite graph structures accurately, engendering severely compromised result quality. The severity of these issues is accentuated in real ABGs, which often encompass millions of nodes and a sheer volume of attribute data, rendering effective k-ABGC over such graphs highly…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Clustering Algorithms Research
MethodsSparse Evolutionary Training
