LGSINov 3, 2023

Spectral Clustering of Attributed Multi-relational Graphs

arXiv:2311.01840v128 citationsh-index: 29
Originality Incremental advance
AI Analysis

This work addresses the challenge of clustering complex attributed multi-relational graphs, which is incremental as it builds upon and generalizes prior spectral and homogeneity analysis techniques.

The authors tackled the problem of clustering nodes in graphs that have both multiple relation types and categorical node attributes, proposing SpectralMix, a joint dimensionality reduction technique that integrates all available information and generalizes existing methods, with experiments on real-world datasets showing its superiority over existing approaches.

Graph clustering aims at discovering a natural grouping of the nodes such that similar nodes are assigned to a common cluster. Many different algorithms have been proposed in the literature: for simple graphs, for graphs with attributes associated to nodes, and for graphs where edges represent different types of relations among nodes. However, complex data in many domains can be represented as both attributed and multi-relational networks. In this paper, we propose SpectralMix, a joint dimensionality reduction technique for multi-relational graphs with categorical node attributes. SpectralMix integrates all information available from the attributes, the different types of relations, and the graph structure to enable a sound interpretation of the clustering results. Moreover, it generalizes existing techniques: it reduces to spectral embedding and clustering when only applied to a single graph and to homogeneity analysis when applied to categorical data. Experiments conducted on several real-world datasets enable us to detect dependencies between graph structure and categorical attributes, moreover, they exhibit the superiority of SpectralMix over existing methods.

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