AnchorGAE: General Data Clustering via $O(n)$ Bipartite Graph Convolution
Hongyuan Zhang, Jiankun Shi, Rui Zhang, Xuelong Li

TL;DR
This paper introduces AnchorGAE, a scalable graph neural network-based clustering method that constructs high-quality bipartite graphs from non-graph data, significantly reducing computational complexity and improving clustering performance.
Contribution
The paper proposes a novel self-supervised bipartite graph construction method with efficient $O(n)$ graph convolution, enabling scalable clustering on non-graph data.
Findings
Reduces graph convolution complexity from $O(n^2)$ to $O(n)$
Achieves effective clustering with dynamic graph updates
Proposes strategies to prevent self-supervised collapse
Abstract
Since the representative capacity of graph-based clustering methods is usually limited by the graph constructed on the original features, it is attractive to find whether graph neural networks (GNNs) can be applied to augment the capacity. The core problems mainly come from two aspects: (1) the graph is unavailable in the most clustering scenes so that how to construct high-quality graphs on the non-graph data is usually the most important part; (2) given n samples, the graph-based clustering methods usually consume at least time to build graphs and the graph convolution requires nearly for a dense graph and for a sparse one with edges. Accordingly, both graph-based clustering and GNNs suffer from the severe inefficiency problem. To tackle these problems, we propose a novel clustering method, AnchorGAE, with…
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 · Advanced Clustering Algorithms Research · Complex Network Analysis Techniques
MethodsGraph Convolutional Network · Convolution
