Is it possible to improve Yao’s XOR lemma using reductions that exploit the efficiency of their oracle?

by Ronen Shaltiel

Oded's comments

A serious critique against black-box separation results is that they typically fail to account for the fact that what we should care about are computationally-bounded adversaries. In contrast, typical black-box separations assert that all potential (efficient) reductions of one (breaking/violation) task to another (such) task necessarily fail for some oracle, while not bounding the complexity of the witness oracle. (I first heard this critique from Shafi in the early 1990s.)

The notion of class reduction addresses this critique by requiring the black-box reduction to work only for oracles in P/poly. In other words, a proof that all class (black-box) reductions fails requires showing that each potential reduction fails with respect to some oracle that can be implemented in P/poly. Such a result is proved in the current paper, and I'm unaware of a prior case (and would be happy to learn of such).

The original abstract

Yao's XOR lemma states that for every function $f:\set{0,1}^k \ar \set{0,1}$, if $f$ has hardness $2/3$ for $P/poly$ (meaning that for every circuit $C$ in $P/poly$, $\Pr[C(X)=f(X)] \le 2/3$ on a uniform input $X$), then the task of computing $f(X_1) \oplus \ldots \oplus f(X_t)$ for sufficiently large $t$ has hardness $\half +\epsilon$ for $P/poly$.

Known proofs of this lemma cannot achieve $\epsilon=\frac{1}{k^{\omega(1)}}$, and even for $\epsilon=\frac{1}{k}$, we do not know how to replace $P/poly$ by AC$^0[\textsc{parity}]$ (the class of constant depth circuits with the gates $\set{\textsc{and,or,not,parity}}$ of unbounded fan-in).

Recently, Grinberg, Shaltiel and Viola (FOCS 2018) (building on a sequence of earlier works) showed that these limitations cannot be circumvented by \emph{black-box reductions}. Namely, by reductions $\Red^{(\cdot)}$ that given oracle access to a function $D$ that violates the conclusion of Yao's XOR lemma, implement a circuit that violates the assumption of Yao's XOR lemma.

There are a few known reductions in the related literature on worst-case to average case reductions that are \emph{non-black box}. Specifically, the reductions of Gutfreund, Shaltiel and Ta Shma (Computational Complexity 2007) and Hirahara (FOCS 2018)) are ``class reductions'' that are only guaranteed to succeed when given oracle access to an oracle $D$ from some efficient class of algorithms. These works seem to circumvent some black-box impossibility results.

In this paper we extend the previous limitations of Grinberg, Shaltiel and Viola to class reductions, giving evidence that class reductions cannot yield the desired improvements in Yao's XOR lemma. To the best of our knowledge, this is the first limitation on reductions for hardness amplification that applies to class reductions.

Our technique imitates the previous lower bounds for black-box reductions, replacing the inefficient oracle used in that proof, with an efficient one that is based on limited independence, and developing tools to deal with the technical difficulties that arise following this replacement.

Available from ECCC TR20-094.


Back to list of Oded's choices.