Communication complexity

Lifting Theorems for Equality

We show a deterministic simulation (or lifting) theorem for composed problems fEqn where the inner function (the gadget) is Equality on n bits. When f is a total function on p bits, it is easy to show via a rank argument that the communication complexity of fEqn is Ω(deg(f)n). However, there is a surprising counter-example of a partial function f on p bits, such that any completion f of f has deg(f)=Ω(p), and yet fEqn has communication complexity O(n).

Simulation Beats Richness: New Data-Structure Lower Bounds

We develop a technique for proving lower bounds in the setting of asymmetric communication, a model that was introduced in the famous works of Miltersen (STOC'94) and Miltersen, Nisan, Safra and Wigderson (STOC'95). At the core of our technique is a novel simulation theorem. Alice gets a p×n matrix x over F2 and Bob gets a vector yF2n. Alice and Bob need to evaluate f(xy) for a Boolean function f.

Lower Bounds for Elimination via Weak Regularity

We consider the problem of elimination in communication complexity, that was first raised by Ambainis et al. and later studied by Beimel et al. for its connection to the famous direct sum question. In this problem, let f:0,12n0,1 be any boolean function. Alice and Bob get k inputs x1,,xk and y1,,yk respectively, with xi,yi0,1n. They want to output a k-bit vector v, such that there exists one index i for which vif(xi,yi).

Tribes is Hard in Message-passing Model

We consider the point-to-point message passing model of communication in which there are k processors with individual private inputs, each n-bit long. Each processor is located at the node of an underlying undirected graph and has access to private random coins. An edge of the graph is a private channel of communication between its endpoints. The processors have to compute a given function of all their inputs by communicating along these channels.