Graph Inference with Effective Resistance Queries
Huck Bennett, Mitchell Black, Amir Nayyeri, Evelyn Warton

TL;DR
This paper explores the use of effective resistance queries for graph inference, introducing algorithms for testing, property testing, and reconstruction, and comparing ER queries with shortest path queries.
Contribution
It presents new algorithms for graph testing, property testing, and reconstruction using ER queries, filling a gap in understanding their capabilities.
Findings
O(n)-query algorithms for testing if a graph is a tree
Algorithms for property testing of connectivity and planarity
Reconstruction algorithms from low-width tree decompositions
Abstract
The goal of graph inference is to design algorithms for learning properties of a hidden graph using queries to an oracle that returns information about the graph. Graph reconstruction, verification, and property testing are all types of graph inference. In this work, we study graph inference using an oracle that returns the effective resistance (ER) between a pair of vertices. Effective resistance is a distance originating from the study of electrical circuits with many applications. However, ER has received little attention from a graph inference perspective. Indeed, although it is known that an -vertex graph can be uniquely reconstructed from all possible ER queries, little else is known. We address this gap with several new results, including: 1. -query algorithms for testing whether a graph is a tree; deciding whether two graphs are equal assuming one is…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Semantic Web and Ontologies · Graph Theory and Algorithms
MethodsSoftmax · Attention Is All You Need
