Inductive Correlation Clustering with Graph Neural Networks

📅 2026-08-27
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文利用图神经网络解决归纳相关聚类问题,通过学习图的结构模式和节点特征,有效处理未见图实例,提高算法的可扩展性和效率。
📝 Abstract
Correlation Clustering (CC) is a natural formulation of clustering in combinatorial optimization, which uses a graph representation of the input and does not require a pre-specified number of clusters. Given $n$ objects and a pairwise similarity function, the goal is to cluster the objects so that similar objects are put in the same cluster and dissimilar objects are put in different clusters. Despite its versatility, existing CC algorithms suffer from significant scalability issues and are inherently transductive: i.e., the algorithm must be executed from scratch for any new problem instance. In this work, we bridge this gap by leveraging Graph Neural Networks (GNNs) to solve Inductive Correlation Clustering, a novel generalization of the CC problem designed to handle unseen graph instances. By learning to exploit common structural patterns and node features during training, our framework generalizes to new graphs drawn from the same distribution with minimal computational overhead with respect to standard algorithms. We demonstrate the effectiveness and scalability of our approach through extensive experiments. Our framework not only excels in the inductive setting, e.g., lowering the inference time up to $5$ order of magnitude, while maintaining an approximation ratio within $~10\%$ of the best baseline solution, but also achieves competitive results on standard (transductive) CC benchmarks. Finally, we showcase a practical application of our framework as a learnable pooling mechanism for graph classification. Our results indicate that our method serves as an efficient pooling layer, enhancing the ability of GNNs to capture hierarchical structural information in networks.
Problem

Research questions and friction points this paper is trying to address.

Correlation Clustering
Graph Neural Networks
Inductive Learning
Scalability
Innovation

Methods, ideas, or system contributions that make the work stand out.

Graph Neural Networks
Inductive Correlation Clustering
Scalability
Hierarchical Structural Information
🔎 Similar Papers
No similar papers found.
💼 Related Jobs
No related jobs found.