# Random walks and forbidden minors II: A   $\text{poly}(d\varepsilon^{-1})$-query tester for minor-closed properties of   bounded-degree graphs

**Authors:** Akash Kumar, C. Seshadhri, Andrew Stolman

arXiv: 1904.01055 · 2019-04-03

## TL;DR

This paper presents a new property testing algorithm for minor-closed properties in bounded-degree graphs with query complexity polynomial in 1/ε, resolving a longstanding open problem by employing spectral graph theory techniques.

## Contribution

It introduces the first poly(d/ε) query complexity tester for minor-closed properties, advancing beyond previous quasipolynomial or exponential bounds.

## Key findings

- Achieves poly(d/ε) query complexity for testing minor-closed properties
- Employs spectral graph theory techniques in property testing
- Builds on recent work analyzing random walk algorithms for forbidden minors

## Abstract

Let $G$ be a graph with $n$ vertices and maximum degree $d$. Fix some minor-closed property $\mathcal{P}$ (such as planarity). We say that $G$ is $\varepsilon$-far from $\mathcal{P}$ if one has to remove $\varepsilon dn$ edges to make it have $\mathcal{P}$. The problem of property testing $\mathcal{P}$ was introduced in the seminal work of Benjamini-Schramm-Shapira (STOC 2008) that gave a tester with query complexity triply exponential in $\varepsilon^{-1}$. Levi-Ron (TALG 2015) have given the best tester to date, with a quasipolynomial (in $\varepsilon^{-1}$) query complexity. It is an open problem to get property testers whose query complexity is $\text{poly}(d\varepsilon^{-1})$, even for planarity.   In this paper, we resolve this open question. For any minor-closed property, we give a tester with query complexity $d\cdot \text{poly}(\varepsilon^{-1})$. The previous line of work on (independent of $n$, two-sided) testers is primarily combinatorial. Our work, on the other hand, employs techniques from spectral graph theory. This paper is a continuation of recent work of the authors (FOCS 2018) analyzing random walk algorithms that find forbidden minors.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.01055/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1904.01055/full.md

---
Source: https://tomesphere.com/paper/1904.01055