DSMar 22

Testing Monotonicity of Real-Valued Functions on DAGs

arXiv:2602.1534168.4h-index: 1
AI Analysis

This work addresses a fundamental problem in property testing for theoretical computer science, providing tighter bounds that refine understanding of query complexity in graph-based settings.

The paper tackles the problem of monotonicity testing for real-valued functions on directed acyclic graphs (DAGs), establishing nearly matching lower bounds for non-adaptive testers and improving algorithmic upper bounds with query complexities like O(√(mℓ)/(εn)) and O(m^{1/3}/ε^{2/3}) under certain conditions.

We study monotonicity testing of real-valued functions on directed acyclic graphs (DAGs) with $n$ vertices. For every constant $δ>0$, we prove a $Ω(n^{1/2-δ}/\sqrt{\varepsilon})$ lower bound against non-adaptive two-sided testers on DAGs, nearly matching the classical $O(\sqrt{n/\varepsilon})$-query upper bound. For constant $\varepsilon$, we also prove an $Ω(\sqrt n)$ lower bound for randomized adaptive one-sided testers on explicit bipartite DAGs, whereas previously only an $Ω(\log n)$ lower bound was known. A key technical ingredient in both lower bounds is positive-matching Ruzsa--Szemerédi families. On the algorithmic side, we give simple non-adaptive one-sided testers with query complexity $O(\sqrt{m\,\ell}/(\varepsilon n))$ and $O(m^{1/3}/\varepsilon^{2/3})$, where $m$ is the number of edges in the transitive reduction and $\ell$ is the number of edges in the transitive closure. For constant $\varepsilon>0$, these improve over the previous $O(\sqrt{n/\varepsilon})$ bound when $m\ell=o(n^3)$ and $m=o(n^{3/2})$, respectively.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes