Harvard Theory of Computation Seminar
Designing Efficient Program Checkers by Delegating Their Work
Dan Gutfreund, Harvard
Place and Time: Monday, December 11, Maxwell Dworkin 319
Refreshments at 2:30pm, talk at 2:45pm
ABSTRACT
Program checking, program self-correcting and program self-testing were
pioneered by [Blum and Kannan] and [Blum, Luby and Rubinfeld] in the mid
eighties as a new way to gain confidence in software, by considering
program correctness on an input by input basis rather than full program
verification.
In this work we prove a new composition theorem in the field of program
checking, which essentially shows how to build program checkers that
delegate their work to the (potentially faulty) program that is being
checked, thus improving the checker's efficiency. This composition theorem
enables us to address several central issues in the area of program
checking and to prove a multitude of results. We highlight two of our
main contributions:
- We show checkers (testers and correctors) for a large class of
functions, that are {\em provably} more efficient, in terms of circuit
depth, than the optimal program for the function. This is done by relating
(for the first time) the complexity of checking to the complexity of
computing.
- Blum et.al. considered a non-standard (and weaker) notion of program
checkers (testers and correctors) for functions that belong to a {\em
library} of several related functions. They showed checkers, testers and
correctors in this notion, for a library of matrix functions containing
multiplication, inversion, rank and determinant. We show how to eliminate
the need for this library, and instead we show {\em standard } checkers,
testers and correctors for all of the above mentioned matrix functions. By
abstracting these ideas, we get another general methodology to design
program checkers (testers and correctors).
The talk will be self-contained and no prior knowledge in complexity
theory or software engineerng is required.
Joint work with Shafi Goldwasser, Alex Healy, Tali Kaufman and Guy
Rothblum.