GC-Flow: A Graph-Based Flow Network for Effective Clustering
Tianchun Wang, Farzaneh Mirzazadeh, Xiang Zhang, Jie Chen

TL;DR
GC-Flow introduces a graph-based generative model that combines GCNs with normalizing flows, enabling effective clustering while maintaining classification performance on graph data.
Contribution
It replaces GCN layers with normalizing flows to create a generative model that improves clustering without sacrificing classification accuracy.
Findings
GC-Flow achieves well-separated clusters on benchmark datasets.
Incorporating adjacency matrix parameterization further improves clustering.
Maintains predictive power of GCN while enhancing clustering quality.
Abstract
Graph convolutional networks (GCNs) are \emph{discriminative models} that directly model the class posterior for semi-supervised classification of graph data. While being effective, as a representation learning approach, the node representations extracted from a GCN often miss useful information for effective clustering, because the objectives are different. In this work, we design normalizing flows that replace GCN layers, leading to a \emph{generative model} that models both the class conditional likelihood and the class prior . The resulting neural network, GC-Flow, retains the graph convolution operations while being equipped with a Gaussian mixture representation space. It enjoys two benefits: it not only maintains the predictive power of GCN, but also produces well-separated clusters, due to the structuring of the representation space. We…
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 Graph Neural Networks · Complex Network Analysis Techniques · Human Mobility and Location-Based Analysis
MethodsGraph Convolutional Network · Convolution · Normalizing Flows
