AH-UGC: Adaptive and Heterogeneous-Universal Graph Coarsening
Mohit Kataria, Shreyash Bhilwade, Sandeep Kumar, Jayadeva
TL;DR
This work addresses the lack of adaptive and heterogeneous graph coarsening by proposing AH-UGC, a unified framework that fuses Locality-Sensitive Hashing (LSH) with Consistent Hashing (CH) to produce multiple coarsened graphs from a single projection. It introduces a type-isolated coarsening strategy for heterogeneous graphs and an augmented node representation that blends features and topology, enabling robust multi-resolution reductions with $ ilde{A} = \mathcal{C}^\top A \mathcal{C}$. The approach is model-agnostic, streaming-friendly, and scalable, validated on 23 real-world datasets showing favorable runtime, spectral fidelity (HE, RcE, REE), and downstream node-classification accuracy across homogeneous, heterophilic, and heterogeneous graphs. Overall, AH-UGC offers a practical, scalable solution for adaptive graph coarsening that preserves semantic integrity in complex graphs, unlocking efficient learning and inference at multiple resolutions.
Abstract
$\textbf{Graph Coarsening (GC)}$ is a prominent graph reduction technique that compresses large graphs to enable efficient learning and inference. However, existing GC methods generate only one coarsened graph per run and must recompute from scratch for each new coarsening ratio, resulting in unnecessary overhead. Moreover, most prior approaches are tailored to $\textit{homogeneous}$ graphs and fail to accommodate the semantic constraints of $\textit{heterogeneous}$ graphs, which comprise multiple node and edge types. To overcome these limitations, we introduce a novel framework that combines Locality Sensitive Hashing (LSH) with Consistent Hashing to enable $\textit{adaptive graph coarsening}$. Leveraging hashing techniques, our method is inherently fast and scalable. For heterogeneous graphs, we propose a $\textit{type isolated coarsening}$ strategy that ensures semantic consistency by restricting merges to nodes of the same type. Our approach is the first unified framework to support both adaptive and heterogeneous coarsening. Extensive evaluations on 23 real-world datasets including homophilic, heterophilic, homogeneous, and heterogeneous graphs demonstrate that our method achieves superior scalability while preserving the structural and semantic integrity of the original graph.
