DSLGMay 30, 2021

$\ell_2$-norm Flow Diffusion in Near-Linear Time

arXiv:2105.14629v2
Originality Incremental advance
AI Analysis

This provides a faster method for graph clustering and partitioning applications, though it is incremental as it builds on existing Laplacian solver frameworks.

The paper tackles the problem of efficiently computing the ℓ₂-norm flow diffusion, a graph diffusion model used for tasks like finding locally-biased low conductance cuts, and presents a randomized algorithm that runs in nearly linear time (Õ(m)).

Diffusion is a fundamental graph procedure and has been a basic building block in a wide range of theoretical and empirical applications such as graph partitioning and semi-supervised learning on graphs. In this paper, we study computationally efficient diffusion primitives beyond random walk. We design an $\widetilde{O}(m)$-time randomized algorithm for the $\ell_2$-norm flow diffusion problem, a recently proposed diffusion model based on network flow with demonstrated graph clustering related applications both in theory and in practice. Examples include finding locally-biased low conductance cuts. Using a known connection between the optimal dual solution of the flow diffusion problem and the local cut structure, our algorithm gives an alternative approach for finding such cuts in nearly linear time. From a technical point of view, our algorithm contributes a novel way of dealing with inequality constraints in graph optimization problems. It adapts the high-level algorithmic framework of nearly linear time Laplacian system solvers, but requires several new tools: vertex elimination under constraints, a new family of graph ultra-sparsifiers, and accelerated proximal gradient methods with inexact proximal mapping computation.

Foundations

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

Your Notes