Alec Dunton: IEEE HPEC GraphChallenge Winner
Alec鈥檚 team, composed of Benjamin W. Priest (Postdoctoral Researcher, ) and Geoffrey Sanders (APPM PhD Alumnus), published the winning paper (titled: ) in which the team proposes 鈥渁 graph clustering algorithm which circumvents scalability issues inherent in traditional methods such as spectral clustering.鈥 The underlying goal of the challenge was to identify optimal clusters in a large graph stored in distributed memory. In order to achieve this, Alec explains:
鈥淭he unsupervised learning of community structure is a canonical, well studied problem in graph analysis. Our contribution is an algorithm which utilizes random projection to produce embeddings which achieve performant clustering results for fully-dynamic streaming graph models. Instead of relying on an expensive eigendecomposition computation as in spectral clustering approaches, we use the fast Johnson-Lindenstrauss and CountSketch transforms directly to embed a graph-dependent matrix. These linear dimension reduction approaches, used in tandem with the nonlinear embedding algorithm UMAP, produce low dimensional representations which enable efficient clustering of large-scale graphs. Our method could significantly improve graph clustering performance in distributed memory.鈥
The Department congratulates Alec on this impressive achievement!