pith. sign in

arxiv: 2007.02817 · v3 · pith:FSISMUTZnew · submitted 2020-07-06 · 💻 cs.LG · cs.DS· stat.ML

Faster Graph Embeddings via Coarsening

classification 💻 cs.LG cs.DSstat.ML
keywords graphembeddingscomputingschurverticesrelevantcoarsenedcoarsening
0
0 comments X
read the original abstract

Graph embeddings are a ubiquitous tool for machine learning tasks, such as node classification and link prediction, on graph-structured data. However, computing the embeddings for large-scale graphs is prohibitively inefficient even if we are interested only in a small subset of relevant vertices. To address this, we present an efficient graph coarsening approach, based on Schur complements, for computing the embedding of the relevant vertices. We prove that these embeddings are preserved exactly by the Schur complement graph that is obtained via Gaussian elimination on the non-relevant vertices. As computing Schur complements is expensive, we give a nearly-linear time algorithm that generates a coarsened graph on the relevant vertices that provably matches the Schur complement in expectation in each iteration. Our experiments involving prediction tasks on graphs demonstrate that computing embeddings on the coarsened graph, rather than the entire graph, leads to significant time savings without sacrificing accuracy.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. FIT-GNN: Faster Inference Time for GNNs that 'FIT' in Memory Using Coarsening

    cs.LG 2024-10 unverdicted novelty 5.0

    FIT-GNN applies graph coarsening during inference to deliver orders-of-magnitude faster single-node inference and lower memory use on node and graph classification/regression tasks while keeping competitive accuracy.