Latent Random Steps as Relaxations of Max-Cut, Min-Cut, and More
Sudhanshu Chanpuriya, Cameron Musco

TL;DR
This paper introduces a probabilistic model based on non-negative matrix factorization that unifies clustering and graph simplification, enabling flexible modeling of various graph structures including heterophilous graphs.
Contribution
It presents a novel framework that relaxes hard clustering problems into tractable soft clustering via gradient descent, unifying clustering and graph simplification.
Findings
Successfully applied to synthetic graphs demonstrating flexibility.
Effective in bipartite and tripartite clustering tasks.
Provides a unified approach for diverse graph structures.
Abstract
Algorithms for node clustering typically focus on finding homophilous structure in graphs. That is, they find sets of similar nodes with many edges within, rather than across, the clusters. However, graphs often also exhibit heterophilous structure, as exemplified by (nearly) bipartite and tripartite graphs, where most edges occur across the clusters. Grappling with such structure is typically left to the task of graph simplification. We present a probabilistic model based on non-negative matrix factorization which unifies clustering and simplification, and provides a framework for modeling arbitrary graph structure. Our model is based on factorizing the process of taking a random walk on the graph. It permits an unconstrained parametrization, allowing for optimization via simple gradient descent. By relaxing the hard clustering to a soft clustering, our algorithm relaxes potentially…
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
TopicsComplex Network Analysis Techniques · Advanced Graph Neural Networks · Graph Theory and Algorithms
MethodsFocus
