Testing Forest-Isomorphism in the Adjacency List Model
Mitsuru Kusumoto, Yuichi Yoshida

TL;DR
This paper presents a polylogarithmic query complexity algorithm for testing forest isomorphism in the adjacency list model, along with a lower bound, and demonstrates that all graph properties are testable in forests with similar efficiency.
Contribution
It introduces a new efficient property testing algorithm for forest isomorphism and establishes fundamental lower bounds, advancing understanding of graph property testing in the adjacency list model.
Findings
Polylogarithmic query complexity for forest-isomorphism testing.
Lower bound of Omega(sqrt(log n)) queries for the problem.
All graph properties are testable in forests with polylogarithmic queries.
Abstract
We consider the problem of testing if two input forests are isomorphic or are far from being so. An algorithm is called an -tester for forest-isomorphism if given an oracle access to two forests and in the adjacency list model, with high probability, accepts if and are isomorphic and rejects if we must modify at least edges to make isomorphic to . We show an -tester for forest-isomorphism with a query complexity and a lower bound of . Further, with the aid of the tester, we show that every graph property is testable in the adjacency list model with queries if the input graph is a forest.
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
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Machine Learning and Algorithms
