论文提出用图神经网络解决相关聚类问题,推理时间降低5个数量级,还能作为图分类的池化层。
研究人员提出利用图神经网络解决归纳相关聚类问题,这是相关聚类问题的新泛化。该方法通过训练学习利用共同结构模式和节点特征,可处理未见过的图实例。实验显示,该方法在归纳设置下推理时间可降低最多5个数量级,同时保持与最佳基线解约10%的近似比。该方法还作为可学习的池化机制用于图分类,增强GNN捕获网络层次结构信息的能力。
Inductive Correlation Clustering with Graph Neural Networks
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.