TL;DR
This paper introduces NOPE, a novel graph coarsening method based on a non-selfishness principle, achieving significant speedups and comparable or better performance than existing methods.
Contribution
The paper proposes a non-selfishness based graph coarsening technique, NOPE, with linear memory and near-linear complexity, and a faster variant NOPE* for high-degree nodes.
Findings
NOPE* achieves 1.8-10× speedup over NOPE.
NOPE* surpasses most baselines in speed and accuracy.
Learning on coarsened graphs maintains or improves performance.
Abstract
Graph coarsening is a graph dimensionality reduction technique that aims to construct a smaller and more tractable graph while preserving the essential structural and semantic properties of the original graph. However, most existing methods rely on pair-wise similarity matching, where each node independently searches for its best partner based on global information. This selfishness matching paradigm incurs substantial computational and memory overhead. To address this problem, we shift to a non-selfishness principle that prioritizes the collective interference of neighborhood in coarsening, and propose an efficient method named NOPE, which achieves linear memory consumption and near-linear computational complexity in the number of nodes. Furthermore, we derive a faster variant NOPE*, which reduces O(\delta \dot d) interference evaluation to O(d) based on the local isotropy assumption,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
