LGMay 20, 2024

LSEnet: Lorentz Structural Entropy Neural Network for Deep Graph Clustering

arXiv:2405.11801v131 citationsh-index: 6ICML
Originality Incremental advance
AI Analysis

It addresses a limitation in deep graph clustering for applications where cluster numbers are unknown, though it is incremental in integrating structural information with deep learning.

The paper tackles the problem of graph clustering without predefined cluster numbers by proposing a differentiable structural information (DSI) approach, achieving superior results on real graphs.

Graph clustering is a fundamental problem in machine learning. Deep learning methods achieve the state-of-the-art results in recent years, but they still cannot work without predefined cluster numbers. Such limitation motivates us to pose a more challenging problem of graph clustering with unknown cluster number. We propose to address this problem from a fresh perspective of graph information theory (i.e., structural information). In the literature, structural information has not yet been introduced to deep clustering, and its classic definition falls short of discrete formulation and modeling node features. In this work, we first formulate a differentiable structural information (DSI) in the continuous realm, accompanied by several theoretical results. By minimizing DSI, we construct the optimal partitioning tree where densely connected nodes in the graph tend to have the same assignment, revealing the cluster structure. DSI is also theoretically presented as a new graph clustering objective, not requiring the predefined cluster number. Furthermore, we design a neural LSEnet in the Lorentz model of hyperbolic space, where we integrate node features to structural information via manifold-valued graph convolution. Extensive empirical results on real graphs show the superiority of our approach.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes