Faster Property Testers in a Variation of the Bounded Degree Model
Isolde Adler, Polly Fahey

TL;DR
This paper introduces a new property testing model for bounded degree graphs and databases, achieving constant-time testing for CMSO-expressible properties, improving upon previous models by allowing both edge and vertex modifications.
Contribution
The paper presents a novel model for property testing that enables constant-time testing of CMSO properties on bounded degree, bounded tree-width databases, extending prior work.
Findings
Constant-time testing for CMSO properties in the new model.
Equivalence of testability between classical and new models.
Not all properties testable in the new model are testable in the classical model.
Abstract
Property testing algorithms are highly efficient algorithms, that come with probabilistic accuracy guarantees. For a property P, the goal is to distinguish inputs that have P from those that are far from having P with high probability correctly, by querying only a small number of local parts of the input. In property testing on graphs, the distance is measured by the number of edge modifications (additions or deletions), that are necessary to transform a graph into one with property P. Much research has focussed on the query complexity of such algorithms, i. e. the number of queries the algorithm makes to the input, but in view of applications, the running time of the algorithm is equally relevant. In (Adler, Harwath STACS 2018), a natural extension of the bounded degree graph model of property testing to relational databases of bounded degree was introduced, and it was shown that on…
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 · Machine Learning and Algorithms · Adversarial Robustness in Machine Learning
