Graph Clustering with Network Structure Indices
Rattiagn, M., M. Maier and D. Jensen (2007). Graph clustering with network structure indices. Proceedings of the 24th International Conference on Machine Learning.
- Abstract
- Graph clustering has become ubiquitous in
the study of relational data sets. We examine
two simple algorithms: a new graphical
adaptation of the k-medoids algorithm
and the Girvan-Newman method based on
edge betweenness centrality. We show that
they can be effective at discovering the latent
groups or communities that are defined
by the link structure of a graph. However,
both approaches rely on prohibitively expensive
computations, given the size of modern
relational data sets. Network structure indices
(NSIs) are a proven technique for indexing
network structure and efficiently finding
short paths. We show how incorporating
NSIs into these graph clustering algorithms
can overcome these complexity limitations.
We also present promising quantitative and
qualitative evaluations of the modified algorithms
on synthetic and real data sets.
- Text
- A PDF version of this paper is available.