The study of branching programs for the Tree Evaluation Problem (TreeEval), introduced by S. Cook et al. (TOCT 2012), remains one of the most promising approaches to separating L from P. Given a label in [k] at each leaf of a complete binary tree and an explicit function in [k]2 → [k] for recursively computing the value of each internal node from its children, the problem is to compute the value at the root node. (While the original problem allows an arbitrary-degree tree, we focus on binary trees.) The problem is parameterized by the alphabet size k and the height h of the tree. A branching program implementing the straightforward recursive algorithm uses ((k + 1)h) states, organized into 2h-1 layers of width up to kh. Until now no better deterministic algorithm was known. We present a series of three new algorithms solving TreeEval. They are inspired by the work of Buhrman et al. on catalytic space (STOC 2012), applied outside the catalytic-space setting. First we give a novel branching program with 24h poly(k) layers of width 23k, which beats the straightforward algorithm when h = ω(k / logk). Next we give a branching program with k2h poly(k) layers of width k3. This has total size comparable to the straightforward algorithm, but is implemented using the catalytic framework. Finally we interpolate between the two algorithms to give a branching program with (O(k/h))2h textnormalpoly(k) layers of width (O(k/h))" h for any constant " > 0, which beats the straightforward algorithm for all h ≥ k1/2 + poly ". These are the first deterministic branching programs to beat the straightforward algorithm, but more importantly this is the first non-trivial approach to proving deterministic upper bounds for TreeEval. We also contribute new machinery to the catalytic computing program, which may be of independent interest to some readers.
CITATION STYLE
Cook, J., & Mertz, I. (2020). Catalytic approaches to the tree evaluation problem. In Proceedings of the Annual ACM Symposium on Theory of Computing (pp. 752–760). Association for Computing Machinery. https://doi.org/10.1145/3357713.3384316
Mendeley helps you to discover research relevant for your work.