Extending Bootstrap AMG for Clustering of Attributed Graphs
Pasqua D'Ambra, Panayot S. Vassilevski, and Luisa Cutillo

TL;DR
This paper introduces a novel clustering method for attributed graphs that combines structural and attribute data through graph augmentation, embedding, and a modified K-means, outperforming existing approaches especially on ambiguous structures.
Contribution
It extends bootstrap AMG for attributed graph clustering by integrating attributes as Euclidean vectors, enabling scalable spectral clustering with improved accuracy.
Findings
Outperforms structure-only clustering methods on attributed graphs.
Effective in ambiguous network structures.
Significantly better than previous augmentation-based methods.
Abstract
In this paper we propose a new approach to detect clusters in undirected graphs with attributed vertices. We incorporate structural and attribute similarities between the vertices in an augmented graph by creating additional vertices and edges as proposed in [1, 2]. The augmented graph is then embedded in a Euclidean space associated to its Laplacian and we cluster vertices via a modified K-means algorithm, using a new vector-valued distance in the embedding space. Main novelty of our method, which can be classified as an early fusion method, i.e., a method in which additional information on vertices are fused to the structure information before applying clustering, is the interpretation of attributes as new realizations of graph vertices, which can be dealt with as coordinate vectors in a related Euclidean space. This allows us to extend a scalable generalized spectral clustering…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Advanced Clustering Algorithms Research · Advanced Graph Neural Networks
