LGDSNov 10, 2020

Higher-Order Spectral Clustering of Directed Graphs

arXiv:2011.05080v133 citations
AI Analysis

This work addresses clustering in directed graphs for applications like trade analysis, offering a novel approach but with incremental improvements over existing spectral methods.

The authors tackled the problem of clustering directed graphs by introducing a method that captures relationships between clusters, and demonstrated its effectiveness on the UN Comtrade Dataset with results aligning with known international trade patterns.

Clustering is an important topic in algorithms, and has a number of applications in machine learning, computer vision, statistics, and several other research disciplines. Traditional objectives of graph clustering are to find clusters with low conductance. Not only are these objectives just applicable for undirected graphs, they are also incapable to take the relationships between clusters into account, which could be crucial for many applications. To overcome these downsides, we study directed graphs (digraphs) whose clusters exhibit further "structural" information amongst each other. Based on the Hermitian matrix representation of digraphs, we present a nearly-linear time algorithm for digraph clustering, and further show that our proposed algorithm can be implemented in sublinear time under reasonable assumptions. The significance of our theoretical work is demonstrated by extensive experimental results on the UN Comtrade Dataset: the output clustering of our algorithm exhibits not only how the clusters (sets of countries) relate to each other with respect to their import and export records, but also how these clusters evolve over time, in accordance with known facts in international trade.

Foundations

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

Your Notes