Sofya Raskhodnikova

Size: px
Start display at page:

Download "Sofya Raskhodnikova"

Transcription

1 Sofya Raskhodnikova Work: Department of Computer Science and Applied Mathematics Weizmann Institute of Science Rehovot, Israel sofya/ Home: Neve Metz 16 Rehovot, Israel RESEARCH INTERESTS Design and analysis of sublinear-time algorithms, approximation and randomized algorithms, computational complexity, coding theory, computational geometry CITIZENSHIP Citizen of the USA EDUCATION EXPERIENCE Cambridge, MA Ph.D. in Computer Science, 2003 Thesis: Property Testing: Theory and Applications Advisor: Michael Sipser Readers: Shafi Goldwasser, Madhu Sudan M.S. in Computer Science, 1999 Thesis: Monotonicity Testing Advisor: Michael Sipser B.S. in Mathematics and Computer Science, 1997 Faculty of Mathematics and Computer Science Weizmann Institute of Science 10/2004 current Postdoctoral Fellow supported by the Feinberg Graduate School. Research in sublinear-time algorithms, combinatorics, string compression. Developed and taught a graduate course on sublinear-time algorithms with 15 registered students, supervised a teaching assistant. School of Computer Science The Hebrew University of Jerusalem 8/2003 9/2004 Postdoctoral Fellow supported by the Lady Davis Fellowship. Academic sponsor: Prof. Alex Samorodnitsky Research in sublinear-time algorithms, coding, combinatorics, vision. Theory of Computation Group, LCS, MIT 1/98 06/2003 Research Assistant, supervised by Prof. Michael Sipser. Research in algorithms, computational geometry, complexity.

2 MIT EECS department Fall semesters of Teaching Assistant for the Theory of Computation course, taught by Prof. Sipser. Led a weekly recitation section, prepared handouts, graded tests, supervised homework graders and held tutoring sessions. NEC Research Institute Summers Research Assistant, supervised by Prof. Ronitt Rubinfeld. Research in sublinear-time algorithms. RSA Labs, part of Security Dynamics 06/99 08/99 Research Assistant, supervised by Dr. Ari Juels. Designed and implemented a graphical Java simulation of a protocol protecting against denial of service attacks. Worked on cryptographic protocols for lending computational resources. InterSystems 06/97 8/97 Software Engineer. Implemented a new namespace mapping syntax for the Cache database management system. Autonomous Agents group at MIT Media Laboratory 06/96 05/97 Worked on Project Yenta with the goal to implement a privacy-protected, distributed matchmaking and coalition-building system. Amorphous Computing Group at LCS, MIT 06/95 12/95 Worked on designing a computer system based on multiple tiny processors communicating with each other by electric field interactions. PUBLICATIONS (available on my web page) S. Raskhodnikova, Property Testing: Theory and Applications, Ph.D. Thesis,, Cambridge, MA, S. Raskhodnikova, D. Ron, R. Rubinfeld, A. Shpilka, and A. Smith, Sublinear Algorithms for Approximating String Compressibility and the Distribution Support Size, Electronic Colloquium on Computational Complexity, TR05-125, E. Ben-Sasson, P. Harsha, and S. Raskhodnikova, 3CNF Properties are Hard to Test, SIAM Journal on Computing, 35(1):1-21, Preliminary version appeared in Proceedings of the 35th ACM STOC, , S. Raskhodnikova, Approximate Testing of Visual Properties, Proceedings of the 7 th RANDOM, Springer-Verlag, T. Batu, F. Ergun, J. Kilian, A. Magen, S. Raskhodnikova, R. Rubinfeld, and R. Sami, A Sublinear Algorithm for Weakly Approximating Edit Distance, Proceedings of the 35 th ACM STOC, A. Andoni, M. Deza, A. Gupta, P. Indyk, and S. Raskhodnikova, Lower Bounds for Embedding of Edit Distance into Normed Spaces, Proceedings of the 14 th ACM-SIAM SODA, E. Fischer, E. Lehman, I. Newman, S. Raskhodnikova, R. Rubinfeld, and A. Samorodnitsky, Monotonicity Testing Over General Poset Domains, Proceedings of the 34 th ACM STOC, , 2002.

3 Y. Dodis, O. Goldreich, E. Lehman, S. Raskhodnikova, D. Ron, and A. Samorodnitsky, Improved Testing Algorithms for Monotonicity, Proceedings of the 3 rd RANDOM, , S. Raskhodnikova, Monotonicity Testing, Master s Thesis, Massachusetts Institute of Technology, Cambridge, MA, TALKS Dagstuhl Seminar on Sublinear Algorithms, Schloss Dagstuhl, Germany, Ben Gurion University Computer Science Seminar, Beer Sheva, Israel, Tayota Technological Institute Seminar, Chicago, University of Waterloo Theory of Computation Seminar, Canada, HUJI Theory of Computation Seminar, Jerusalem, Tel Aviv University Theory of Computation Seminar, Haifa University Theory of Computation Seminar, Weizmann Institute Theory of Computation Seminar, Rehovot, th International Workshop on Randomization, Princeton, Microsoft Research, Redmond, th ACM Symposium on Theory of Computing, Montreal, MIT Complexity Seminar, NYU Theory of Computation Seminar, DIMACS Workshop on Sublinear Algorithms, New Jersey, rd International Workshop on Randomization, Berkeley, AWARDS Lady Davis Postdoctoral Fellowship, 2003; Award for Excellent Work at RSA, 1999; NY Governor s Citation for Academic Excellence, 1994; 1st place in Belorussian Republican Math Olympiad, 1992 REFERENCES Professor Michael Sipser Department of Mathematics 77 Mass Ave, Room Cambridge MA Phone: sipser@math.mit.edu Professor Ronitt Rubinfeld Department of Computer Science 32 Vassar Street, Room 32-G698 Cambridge MA Phone: ronitt@csail.mit.edu Professor Madhu Sudan Department of Computer Science 32 Vassar Street, Room 32-G640 Cambridge MA Phone: madhu@csail.mit.edu Professor Dana Ron Department of Electrical Engineering Systems Tel Aviv University, Ramat Aviv Tel Aviv Israel Phone: danar@eng.tau.ac.il DESCRIPTION OF PUBLICATIONS S. Raskhodnikova, Property Testing: Theory and Applications, Ph.D. Thesis, Massachusetts Institute of Technology, Cambridge, MA, 2003.

4 Property testers are algorithms that distinguish inputs with a given property from those that are far from satisfying the property. Far means that many characters of the input must be changed before the property arises in it. The query complexity of a property tester is the number of input characters it reads. The thesis is a detailed investigation of properties that are and are not testable with sublinear query complexity. We begin by characterizing properties of strings over the binary alphabet in terms of their formula complexity. Every such property can be represented by a CNF formula. We show that properties of n-bit strings defined by 2CNF formulas are testable with O( n) queries, whereas there are 3CNF formulas for which the corresponding properties require Ω(n) queries. We show that testing properties defined by 2CNF formulas is equivalent to other testing problems, such as testing monotonicity of functions over partial orders. We give upper and lower bounds for the general problem and for specific partial orders. In the final part of the thesis, we initiate an investigation of property testing as applied to images and obtain very efficient algorithms for several basic properties: being a half-plane, connectedness and convexity. S. Raskhodnikova, D. Ron, R. Rubinfeld, A. Shpilka, and A. Smith, Sublinear Algorithms for Approximating String Compressibility and the Distribution Support Size, ECCC, TR05-125, We raise the question of approximating compressibility of a string with respect to a fixed compression scheme, in sublinear time. We study this question in detail for two popular lossless compression schemes: run-length encoding (RLE) and Lempel-Ziv (LZ), and present algorithms and lower bounds for approximating compressibility with respect to both schemes. While we obtain much stronger results for RLE in terms of the efficiency of the algorithms, our investigation of LZ yields results whose interest goes beyond the initial questions we set out to study. In particular, we prove combinatorial structural lemmas that relate compressibility of a string with respect to Lempel-Ziv to the number of distinct short substrings contained in it. We also show that compressibility with respect to LZ is related to approximating the support size of a distribution. This problem has been considered under different guises in the literature. We prove a strong lower bound for it, at the heart of which is a construction of two positive integer random variables, X and Y, with very different expectations and the following condition on the moments up to k: E[X]/E[Y ] = E[X 2 ]/E[Y 2 ] =... = E[X k ]/E[Y k ]. E. Ben-Sasson, P. Harsha, S. Raskhodnikova, 3CNF Properties are Hard to Test, SIAM Journal on Computing, 35(1):1-21, For a Boolean formula φ on n variables, the associated property P φ is the collection of n- bit strings that satisfy φ. We study the query complexity of tests that distinguish (with high probability) between strings in P φ and strings that are far from P φ in Hamming distance. We prove that there are 3CNF formulae (with O(n) clauses) such that testing for the associated property requires Ω(n) queries, even with adaptive tests. This contrasts with 2CNF formulae, whose associated properties are always testable with O( n) queries. Notice that for every negative instance (i.e., an assignment that does not satisfy φ) there are three bit queries that witness this fact. Nevertheless, finding such a short witness requires reading a constant fraction of the input, even when the input is very far from satisfying the formula that is associated with the property.

5 A property is linear if its elements form a linear space. We provide sufficient conditions for linear properties to be hard to test, and in the course of the proof include the following observations which are of independent interest: 1. In the context of testing for linear properties, adaptive two-sided error tests have no more power than nonadaptive one-sided error tests. Moreover, without loss of generality, any test for a linear property is a linear test. A linear test verifies that a portion of the input satisfies a set of linear constraints, which define the property, and rejects if and only if it finds a falsified constraint. A linear test is by definition nonadaptive and, when applied to linear properties, has a one-sided error. 2. Random low density parity check codes (which are known to have linear distance and constant rate) are not locally testable. In fact, testing such a code of length n requires Ω(n) queries. S. Raskhodnikova, Approximate Testing of Visual Properties, Proceedings of the 7 th RANDOM, We apply property testing to visual properties of images. Image analysis is potentially very well suited to the property testing paradigm. Image representations are typically very large, and slight modifications to the representation do not significantly affect the image. Some salient features of an image may be tested by examining only a small part thereof. Indeed, one motivation for this study is the observation that the eye focuses on relatively few places within an image during its analysis. The analogy is not perfect due to the eye s peripheral vision, but it suggests that property testing may give some insight into the visual system. We study visual properties of discretized images represented by matrices of binary pixel values. We obtain algorithms for several basic properties: being a half-plane, connectedness and convexity. All our algorithms have complexity independent of the image size, and therefore work well even for huge images. T. Batu, F. Ergun, J. Kilian, A. Magen, S. Raskhodnikova, R. Rubinfeld, and R. Sami, A Sublinear Algorithm for Weakly Approximating Edit Distance, Proceedings of the 35 th ACM STOC, We show how to determine in sublinear time whether the edit distance between two strings is small. Edit distance is the number of single character insertions, deletions and substitutions needed to transform one string into another. We present a sublinear algorithm that, given two strings of length n, accepts if the edit distance between the strings is O(n α ) and rejects with high probability if it is Ω(n), for any fixed α < 1. Our algorithm works by recursively subdividing the input strings into smaller substrings and looking for pairs of substrings with small edit distance. We query both strings at random places and use a special technique for recycling our samples so that the overall query complexity, as well as the running time, stays low. The test runs in time Õ(n max{ α 2,2α 1} ) for any fixed α < 1. Our algorithm is a first step for trading off accuracy for efficiency for edit distance computation. We also show that Ω(n α/2 ) queries are required to distinguish pairs of string with edit distance at most n α from those with edit distance at least n/6.

6 A. Andoni, M. Deza, A. Gupta, P. Indyk, and S. Raskhodnikova, Lower Bounds for Embedding of Edit Distance into Normed Spaces, Proceedings of the 14 th ACM-SIAM SODA, We present the first non-trivial lower bound for embedding the edit distance metric into l p norms. The edit distance between two strings is the minimum number of insertions, deletions and character substitutions needed to transform one string into another. Lowdistortion embeddings of this metric would allow us to adapt approximation algorithms for problems over better-understood metrics to work over edit distance. We show that this metric cannot be embedded into the square of the l 2 norm (with arbitrary dimension) with distortion better than 3/2. This implies the same lower bound for embedding into l 1. For the latter norm, we present another (much shorter) proof using hypermetric inequalities. We also show that for our approach, the factor 3/2 is tight, even for embeddings into the l 1 norm. We give some experimental evidence that the only known technique for obtaining super-constant lower bounds for embeddings into shortest path metrics over a graph showing that the graph is an expander is not applicable here. E. Fischer, E. Lehman, I. Newman, S. Raskhodnikova, R. Rubinfeld, and A. Samorodnitsky, Monotonicity Testing Over General Poset Domains, Proceedings of the 34 th ACM STOC, , We show that in its most general setting, testing that boolean functions are close to monotone is equivalent, with respect to the number of required queries, to several other testing problems in logic and graph theory. These problems include: testing that a boolean assignment of variables is close to an assignment that satisfies a specific 2CNF formula, testing that a set of vertices is close to one that is a vertex cover of a specific graph, and testing that a set of vertices is close to a clique. We then investigate the query complexity of monotonicity testing of both boolean and integer functions over general partial orders. We give algorithms and lower bounds for the general problem, as well as for some interesting special cases. In proving a general lower bound, we construct graphs with many edge-disjoint induced matchings of linear size. Y. Dodis, O. Goldreich, E. Lehman, S. Raskhodnikova, D. Ron, and A. Samorodnitsky, Improved Testing Algorithms for Monotonicity, Proceedings of the 3 rd RANDOM, , We present improved algorithms for testing monotonicity of functions f : Σ d A, where Σ and A are finite ordered sets. A function is monotone if increasing an input character does not decrease the output. For example, a function f : {1,..., n} A is monotone if f(1),..., f(n) are sorted. For any distance parameter ɛ, the query complexity of our test is O((d/ɛ) log Σ log A ). The previous best known bound was Õ((d 2 /ɛ) Σ 2 A ). For the boolean range (A = {0, 1}), we present an alternative test whose query complexity, O(d 2 /ɛ 2 ), is independent of the alphabet size Σ. S. Raskhodnikova, Monotonicity Testing, Master s Thesis,, Cambridge, MA, The thesis contains a more detailed exposition of the results in Improved Testing Algorithms for monotonicity.

Tolerant Versus Intolerant Testing for Boolean Properties

Tolerant Versus Intolerant Testing for Boolean Properties Tolerant Versus Intolerant Testing for Boolean Properties Eldar Fischer Faculty of Computer Science Technion Israel Institute of Technology Technion City, Haifa 32000, Israel. eldar@cs.technion.ac.il Lance

More information

Tolerant Versus Intolerant Testing for Boolean Properties

Tolerant Versus Intolerant Testing for Boolean Properties Electronic Colloquium on Computational Complexity, Report No. 105 (2004) Tolerant Versus Intolerant Testing for Boolean Properties Eldar Fischer Lance Fortnow November 18, 2004 Abstract A property tester

More information

Electronic Colloquium on Computational Complexity, Report No. 17 (1999)

Electronic Colloquium on Computational Complexity, Report No. 17 (1999) Electronic Colloquium on Computational Complexity, Report No. 17 (1999) Improved Testing Algorithms for Monotonicity Yevgeniy Dodis Oded Goldreich y Eric Lehman z Sofya Raskhodnikova x Dana Ron { Alex

More information

Space Complexity vs. Query Complexity

Space Complexity vs. Query Complexity Space Complexity vs. Query Complexity Oded Lachish 1, Ilan Newman 2, and Asaf Shapira 3 1 University of Haifa, Haifa, Israel, loded@cs.haifa.ac.il. 2 University of Haifa, Haifa, Israel, ilan@cs.haifa.ac.il.

More information

With P. Berman and S. Raskhodnikova (STOC 14+). Grigory Yaroslavtsev Warren Center for Network and Data Sciences

With P. Berman and S. Raskhodnikova (STOC 14+). Grigory Yaroslavtsev Warren Center for Network and Data Sciences L p -Testing With P. Berman and S. Raskhodnikova (STOC 14+). Grigory Yaroslavtsev Warren Center for Network and Data Sciences http://grigory.us Property Testing [Goldreich, Goldwasser, Ron; Rubinfeld,

More information

An Optimal Lower Bound for Monotonicity Testing over Hypergrids

An Optimal Lower Bound for Monotonicity Testing over Hypergrids An Optimal Lower Bound for Monotonicity Testing over Hypergrids Deeparnab Chakrabarty 1 and C. Seshadhri 2 1 Microsoft Research India dechakr@microsoft.com 2 Sandia National Labs, Livermore scomand@sandia.gov

More information

Lecture 5: Derandomization (Part II)

Lecture 5: Derandomization (Part II) CS369E: Expanders May 1, 005 Lecture 5: Derandomization (Part II) Lecturer: Prahladh Harsha Scribe: Adam Barth Today we will use expanders to derandomize the algorithm for linearity test. Before presenting

More information

Curriculum Vitae of Mikhail Alekhnovich. Objective Faculty position in Theoretical Computer Science for Fall 2005

Curriculum Vitae of Mikhail Alekhnovich. Objective Faculty position in Theoretical Computer Science for Fall 2005 Curriculum Vitae of Mikhail Alekhnovich Citizenship: Russian Address: School of Mathematics Institute for Advanced Study Princeton, NJ 08540, US e-mail: misha@ias.edu For the up to date version visit http://www.math.ias.edu/~misha

More information

Testing Lipschitz Functions on Hypergrid Domains

Testing Lipschitz Functions on Hypergrid Domains Testing Lipschitz Functions on Hypergrid Domains Pranjal Awasthi 1, Madhav Jha 2, Marco Molinaro 1, and Sofya Raskhodnikova 2 1 Carnegie Mellon University, USA, {pawasthi,molinaro}@cmu.edu. 2 Pennsylvania

More information

Deleting and Testing Forbidden Patterns in Multi-Dimensional Arrays

Deleting and Testing Forbidden Patterns in Multi-Dimensional Arrays Deleting and Testing Forbidden Patterns in Multi-Dimensional Arrays Omri Ben-Eliezer 1, Simon Korman 2, and Daniel Reichman 3 1 Blavatnik School of Computer Science, Tel Aviv University, Tel Aviv, Israel

More information

Robust local testability of tensor products of LDPC codes

Robust local testability of tensor products of LDPC codes Robust local testability of tensor products of LDPC codes Irit Dinur 1, Madhu Sudan, and Avi Wigderson 3 1 Hebrew University, Jerusalem, Israel. dinuri@cs.huji.ac.il Massachusetts Institute of Technology,

More information

CS369E: Communication Complexity (for Algorithm Designers) Lecture #8: Lower Bounds in Property Testing

CS369E: Communication Complexity (for Algorithm Designers) Lecture #8: Lower Bounds in Property Testing CS369E: Communication Complexity (for Algorithm Designers) Lecture #8: Lower Bounds in Property Testing Tim Roughgarden March 12, 2015 1 Property Testing We begin in this section with a brief introduction

More information

Testing Low-Degree Polynomials over GF (2)

Testing Low-Degree Polynomials over GF (2) Testing Low-Degree Polynomials over GF (2) Noga Alon Tali Kaufman Michael Krivelevich Simon Litsyn Dana Ron July 9, 2003 Abstract We describe an efficient randomized algorithm to test if a given binary

More information

Space Complexity vs. Query Complexity

Space Complexity vs. Query Complexity Space Complexity vs. Query Complexity Oded Lachish Ilan Newman Asaf Shapira Abstract Combinatorial property testing deals with the following relaxation of decision problems: Given a fixed property and

More information

1 Introduction Property Testing (cf., [13, 9]) is a general formulation of computational tasks in which one is to determine whether a given object has

1 Introduction Property Testing (cf., [13, 9]) is a general formulation of computational tasks in which one is to determine whether a given object has Improved Testing Algorithms for Monotonicity Yevgeniy Dodis Oded Goldreich y Eric Lehman z Sofya Raskhodnikova x Dana Ron { Alex Samorodnitsky k April 12, 2000 Abstract We present improved algorithms for

More information

The Tensor Product of Two Codes is Not Necessarily Robustly Testable

The Tensor Product of Two Codes is Not Necessarily Robustly Testable The Tensor Product of Two Codes is Not Necessarily Robustly Testable Paul Valiant Massachusetts Institute of Technology pvaliant@mit.edu Abstract. There has been significant interest lately in the task

More information

Oblivious String Embeddings and Edit Distance Approximations

Oblivious String Embeddings and Edit Distance Approximations Oblivious String Embeddings and Edit Distance Approximations Tuğkan Batu Funda Ergun Cenk Sahinalp Abstract We introduce an oblivious embedding that maps strings of length n under edit distance to strings

More information

Notes for Lecture 2. Statement of the PCP Theorem and Constraint Satisfaction

Notes for Lecture 2. Statement of the PCP Theorem and Constraint Satisfaction U.C. Berkeley Handout N2 CS294: PCP and Hardness of Approximation January 23, 2006 Professor Luca Trevisan Scribe: Luca Trevisan Notes for Lecture 2 These notes are based on my survey paper [5]. L.T. Statement

More information

Approximate Pattern Matching and the Query Complexity of Edit Distance

Approximate Pattern Matching and the Query Complexity of Edit Distance Krzysztof Onak Approximate Pattern Matching p. 1/20 Approximate Pattern Matching and the Query Complexity of Edit Distance Joint work with: Krzysztof Onak MIT Alexandr Andoni (CCI) Robert Krauthgamer (Weizmann

More information

Lecture 20: Course summary and open problems. 1 Tools, theorems and related subjects

Lecture 20: Course summary and open problems. 1 Tools, theorems and related subjects CSE 533: The PCP Theorem and Hardness of Approximation (Autumn 2005) Lecture 20: Course summary and open problems Dec. 7, 2005 Lecturer: Ryan O Donnell Scribe: Ioannis Giotis Topics we discuss in this

More information

Fast Approximate PCPs for Multidimensional Bin-Packing Problems

Fast Approximate PCPs for Multidimensional Bin-Packing Problems Fast Approximate PCPs for Multidimensional Bin-Packing Problems Tuğkan Batu 1 School of Computing Science, Simon Fraser University, Burnaby, BC, Canada V5A 1S6 Ronitt Rubinfeld 2 CSAIL, MIT, Cambridge,

More information

Sylvie Hamel 848 de la Gauchetière Est

Sylvie Hamel 848 de la Gauchetière Est Sylvie Hamel 848 de la Gauchetière Est Montréal, Québec H2L 2N2 General informations. Sex: Female Nationality: Canadian Languages: French, english Web address: http://www.lacim.uqam.ca/ hamel E-mail: sylvie@cs.mcgill.ca

More information

Testing and Reconstruction of Lipschitz Functions with Applications to Data Privacy

Testing and Reconstruction of Lipschitz Functions with Applications to Data Privacy Testing and Reconstruction of Lipschitz Functions with Applications to Data Privacy Madhav Jha Pennsylvania State University mxj201@cse.psu.edu Sofya Raskhodnikova Pennsylvania State University sofya@cse.psu.edu

More information

2-Transitivity is Insufficient for Local Testability

2-Transitivity is Insufficient for Local Testability 2-Transitivity is Insufficient for Local Testability Elena Grigorescu MIT CSAIL elena g@mit.edu Tali Kaufman MIT & IAS kaufmant@mit.edu Madhu Sudan MIT CSAIL madhu@mit.edu Abstract A basic goal in Property

More information

Property Testing Bounds for Linear and Quadratic Functions via Parity Decision Trees

Property Testing Bounds for Linear and Quadratic Functions via Parity Decision Trees Electronic Colloquium on Computational Complexity, Revision 2 of Report No. 142 (2013) Property Testing Bounds for Linear and Quadratic Functions via Parity Decision Trees Abhishek Bhrushundi 1, Sourav

More information

A Combinatorial Characterization of the Testable Graph Properties: It s All About Regularity

A Combinatorial Characterization of the Testable Graph Properties: It s All About Regularity A Combinatorial Characterization of the Testable Graph Properties: It s All About Regularity Noga Alon Eldar Fischer Ilan Newman Asaf Shapira Abstract A common thread in all the recent results concerning

More information

TEL AVIV UNIVERSITY THE IBY AND ALADAR FLEISCHMAN FACULTY OF ENGINEERING Department of Electrical Engineering - Systems

TEL AVIV UNIVERSITY THE IBY AND ALADAR FLEISCHMAN FACULTY OF ENGINEERING Department of Electrical Engineering - Systems TEL AVIV UNIVERSITY THE IBY AND ALADAR FLEISCHMAN FACULTY OF ENGINEERING Department of Electrical Engineering - Systems APPROXIMATING THE DISTANCE TO MONOTONICITY AND CONVEXITY IN SUBLINEAR TIME Thesis

More information

Probability Revealing Samples

Probability Revealing Samples Krzysztof Onak IBM Research Xiaorui Sun Microsoft Research Abstract In the most popular distribution testing and parameter estimation model, one can obtain information about an underlying distribution

More information

Estimating properties of distributions. Ronitt Rubinfeld MIT and Tel Aviv University

Estimating properties of distributions. Ronitt Rubinfeld MIT and Tel Aviv University Estimating properties of distributions Ronitt Rubinfeld MIT and Tel Aviv University Distributions are everywhere What properties do your distributions have? Play the lottery? Is it independent? Is it uniform?

More information

Almost k-wise independence versus k-wise independence

Almost k-wise independence versus k-wise independence Almost k-wise independence versus k-wise independence Noga Alon Sackler Faculty of Exact Sciences Tel Aviv University Ramat-Aviv, Israel. nogaa@post.tau.ac.il Yishay Mansour School of Computer Science

More information

Deleting and Testing Forbidden Patterns in Multi-Dimensional Arrays

Deleting and Testing Forbidden Patterns in Multi-Dimensional Arrays Deleting and Testing Forbidden Patterns in Multi-Dimensional Arrays Omri Ben-Eliezer Simon Korman Daniel Reichman March 27, 2017 Abstract Understanding the local behaviour of structured multi-dimensional

More information

Curriculum Vitae Ziv Shami

Curriculum Vitae Ziv Shami Curriculum Vitae Ziv Shami Address: Dept. of Mathematics and Computer Science Ariel University Samaria, Ariel 44873 Israel. Phone: 0528-413477 Email: zivshami@gmail.com Army Service: November 1984 to June

More information

Robust Local Testability of Tensor Products of LDPC Codes

Robust Local Testability of Tensor Products of LDPC Codes Electronic Colloquium on Computational Complexity, Report No. 118 (2006) Robust Local Testability of Tensor Products of LDPC Codes Irit Dinur 1, Madhu Sudan 2, and Avi Wigderson 3 1 Hebrew University,

More information

Lower Bounds for Testing Bipartiteness in Dense Graphs

Lower Bounds for Testing Bipartiteness in Dense Graphs Lower Bounds for Testing Bipartiteness in Dense Graphs Andrej Bogdanov Luca Trevisan Abstract We consider the problem of testing bipartiteness in the adjacency matrix model. The best known algorithm, due

More information

Lecture 1: 01/22/2014

Lecture 1: 01/22/2014 COMS 6998-3: Sub-Linear Algorithms in Learning and Testing Lecturer: Rocco Servedio Lecture 1: 01/22/2014 Spring 2014 Scribes: Clément Canonne and Richard Stark 1 Today High-level overview Administrative

More information

A Self-Tester for Linear Functions over the Integers with an Elementary Proof of Correctness

A Self-Tester for Linear Functions over the Integers with an Elementary Proof of Correctness A Self-Tester for Linear Functions over the Integers with an Elementary Proof of Correctness The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story

More information

Testing Booleanity and the Uncertainty Principle

Testing Booleanity and the Uncertainty Principle Electronic Colloquium on Computational Complexity, Report No. 31 (2012) Testing Booleanity and the Uncertainty Principle Tom Gur and Omer Tamuz April 4, 2012 Abstract Let f : { 1, 1} n R be a real function

More information

Report on PIR with Low Storage Overhead

Report on PIR with Low Storage Overhead Report on PIR with Low Storage Overhead Ehsan Ebrahimi Targhi University of Tartu December 15, 2015 Abstract Private information retrieval (PIR) protocol, introduced in 1995 by Chor, Goldreich, Kushilevitz

More information

Low Rate Is Insufficient for Local Testability

Low Rate Is Insufficient for Local Testability Electronic Colloquium on Computational Complexity, Revision 2 of Report No. 4 (200) Low Rate Is Insufficient for Local Testability Eli Ben-Sasson Michael Viderman Computer Science Department Technion Israel

More information

A Combinatorial Characterization of the Testable Graph Properties: It s All About Regularity

A Combinatorial Characterization of the Testable Graph Properties: It s All About Regularity A Combinatorial Characterization of the Testable Graph Properties: It s All About Regularity ABSTRACT Noga Alon Tel-Aviv University and IAS nogaa@tau.ac.il Ilan Newman Haifa University ilan@cs.haifa.ac.il

More information

Efficient testing of large graphs

Efficient testing of large graphs Efficient testing of large graphs Noga Alon Eldar Fischer Michael Krivelevich Mario Szegedy Abstract Let P be a property of graphs. An ɛ-test for P is a randomized algorithm which, given the ability to

More information

Testing Booleanity and the Uncertainty Principle

Testing Booleanity and the Uncertainty Principle Testing Booleanity and the Uncertainty Principle Tom Gur Weizmann Institute of Science tom.gur@weizmann.ac.il Omer Tamuz Weizmann Institute of Science omer.tamuz@weizmann.ac.il Abstract Let f : { 1, 1}

More information

Sublinear Algorithms Lecture 3. Sofya Raskhodnikova Penn State University

Sublinear Algorithms Lecture 3. Sofya Raskhodnikova Penn State University Sublinear Algorithms Lecture 3 Sofya Raskhodnikova Penn State University 1 Graph Properties Testing if a Graph is Connected [Goldreich Ron] Input: a graph G = (V, E) on n vertices in adjacency lists representation

More information

A Characterization of Easily Testable Induced Subgraphs

A Characterization of Easily Testable Induced Subgraphs A Characterization of Easily Testable Induced Subgraphs Extended Abstract Noga Alon Asaf Shapira September 10, 2003 Abstract Let H be a fixed graph on h vertices. We say that a graph G is induced H-free

More information

A Characterization of the (natural) Graph Properties Testable with One-Sided Error

A Characterization of the (natural) Graph Properties Testable with One-Sided Error A Characterization of the (natural) Graph Properties Testable with One-Sided Error Noga Alon Asaf Shapira Abstract The problem of characterizing all the testable graph properties is considered by many

More information

Thomas Vidick Postdoctoral Associate, MIT

Thomas Vidick Postdoctoral Associate, MIT Thomas Vidick Postdoctoral Associate, MIT 32 Vassar Street 02139 Cambridge MA, USA +1 (310) 735 7850 vidick@csail.mit.edu people.csail.mit.edu/vidick Nationality: Belgium Born: 07/13/1982 Research interests

More information

Testing Distributions Candidacy Talk

Testing Distributions Candidacy Talk Testing Distributions Candidacy Talk Clément Canonne Columbia University 2015 Introduction Introduction Property testing: what can we say about an object while barely looking at it? P 3 / 20 Introduction

More information

Testing Hereditary Properties of Ordered Graphs and Matrices

Testing Hereditary Properties of Ordered Graphs and Matrices Testing Hereditary Properties of Ordered Graphs and Matrices Noga Alon, Omri Ben-Eliezer, Eldar Fischer April 6, 2017 Abstract We consider properties of edge-colored vertex-ordered graphs, i.e., graphs

More information

Hardness of the Covering Radius Problem on Lattices

Hardness of the Covering Radius Problem on Lattices Hardness of the Covering Radius Problem on Lattices Ishay Haviv Oded Regev June 6, 2006 Abstract We provide the first hardness result for the Covering Radius Problem on lattices (CRP). Namely, we show

More information

Two Query PCP with Sub-Constant Error

Two Query PCP with Sub-Constant Error Electronic Colloquium on Computational Complexity, Report No 71 (2008) Two Query PCP with Sub-Constant Error Dana Moshkovitz Ran Raz July 28, 2008 Abstract We show that the N P-Complete language 3SAT has

More information

Testing Expansion in Bounded-Degree Graphs

Testing Expansion in Bounded-Degree Graphs Testing Expansion in Bounded-Degree Graphs Artur Czumaj Department of Computer Science University of Warwick Coventry CV4 7AL, UK czumaj@dcs.warwick.ac.uk Christian Sohler Department of Computer Science

More information

Testing the Expansion of a Graph

Testing the Expansion of a Graph Testing the Expansion of a Graph Asaf Nachmias Asaf Shapira Abstract We study the problem of testing the expansion of graphs with bounded degree d in sublinear time. A graph is said to be an α- expander

More information

A Separation Theorem in Property Testing

A Separation Theorem in Property Testing A Separation Theorem in Property Testing Noga Alon Asaf Shapira Abstract Consider the following seemingly rhetorical question: Is it crucial for a property-tester to know the error parameter ɛ in advance?

More information

The Intractability of Computing the Hamming Distance

The Intractability of Computing the Hamming Distance The Intractability of Computing the Hamming Distance Bodo Manthey and Rüdiger Reischuk Universität zu Lübeck, Institut für Theoretische Informatik Wallstraße 40, 23560 Lübeck, Germany manthey/reischuk@tcs.uni-luebeck.de

More information

Improved Sketching of Hamming Distance with Error Correcting

Improved Sketching of Hamming Distance with Error Correcting Improved Setching of Hamming Distance with Error Correcting Ohad Lipsy Bar-Ilan University Ely Porat Bar-Ilan University Abstract We address the problem of setching the hamming distance of data streams.

More information

Sublinear Time Algorithms for Earth Mover s Distance

Sublinear Time Algorithms for Earth Mover s Distance Sublinear Time Algorithms for Earth Mover s Distance Khanh Do Ba MIT, CSAIL doba@mit.edu Huy L. Nguyen MIT hlnguyen@mit.edu Huy N. Nguyen MIT, CSAIL huyn@mit.edu Ronitt Rubinfeld MIT, CSAIL ronitt@csail.mit.edu

More information

Some Useful Background for Talk on the Fast Johnson-Lindenstrauss Transform

Some Useful Background for Talk on the Fast Johnson-Lindenstrauss Transform Some Useful Background for Talk on the Fast Johnson-Lindenstrauss Transform Nir Ailon May 22, 2007 This writeup includes very basic background material for the talk on the Fast Johnson Lindenstrauss Transform

More information

Proclaiming Dictators and Juntas or Testing Boolean Formulae

Proclaiming Dictators and Juntas or Testing Boolean Formulae Proclaiming Dictators and Juntas or Testing Boolean Formulae Michal Parnas The Academic College of Tel-Aviv-Yaffo Tel-Aviv, ISRAEL michalp@mta.ac.il Dana Ron Department of EE Systems Tel-Aviv University

More information

On an Extremal Hypergraph Problem of Brown, Erdős and Sós

On an Extremal Hypergraph Problem of Brown, Erdős and Sós On an Extremal Hypergraph Problem of Brown, Erdős and Sós Noga Alon Asaf Shapira Abstract Let f r (n, v, e) denote the maximum number of edges in an r-uniform hypergraph on n vertices, which does not contain

More information

Testing Graph Isomorphism

Testing Graph Isomorphism Testing Graph Isomorphism Eldar Fischer Arie Matsliah Abstract Two graphs G and H on n vertices are ɛ-far from being isomorphic if at least ɛ ( n 2) edges must be added or removed from E(G) in order to

More information

Lower Bounds for Testing Triangle-freeness in Boolean Functions

Lower Bounds for Testing Triangle-freeness in Boolean Functions Lower Bounds for Testing Triangle-freeness in Boolean Functions Arnab Bhattacharyya Ning Xie Abstract Given a Boolean function f : F n 2 {0, 1}, we say a triple (x, y, x + y) is a triangle in f if f(x)

More information

Optimal compression of approximate Euclidean distances

Optimal compression of approximate Euclidean distances Optimal compression of approximate Euclidean distances Noga Alon 1 Bo az Klartag 2 Abstract Let X be a set of n points of norm at most 1 in the Euclidean space R k, and suppose ε > 0. An ε-distance sketch

More information

Trace Reconstruction Revisited

Trace Reconstruction Revisited Trace Reconstruction Revisited Andrew McGregor 1, Eric Price 2, Sofya Vorotnikova 1 1 University of Massachusetts Amherst 2 IBM Almaden Research Center Problem Description Take original string x of length

More information

Consensus Optimizing Both Distance Sum and Radius

Consensus Optimizing Both Distance Sum and Radius Consensus Optimizing Both Distance Sum and Radius Amihood Amir 1, Gad M. Landau 2, Joong Chae Na 3, Heejin Park 4, Kunsoo Park 5, and Jeong Seop Sim 6 1 Bar-Ilan University, 52900 Ramat-Gan, Israel 2 University

More information

Introduction. ITCS Mini-workshop on Property Testing -1-

Introduction. ITCS Mini-workshop on Property Testing -1- ITCS Mini-workshop on Property Testing Introduction Property Testing is the study of super-fast (randomized) algorithms for approximate decision making. These algorithms are given direct access to items

More information

Bernd Schulze. York University

Bernd Schulze. York University Bernd Schulze Postdoctoral Fellow TU Berlin Institut für Mathematik, MA 6-2 Strasse des 17. Juni 136, 10623 Tel: 0049-30 - 314 22256 Citizenship: German bschulze@math.tu-berlin.de http://www.math.tu-berlin.de/~bschulze

More information

Testing that distributions are close

Testing that distributions are close Tugkan Batu, Lance Fortnow, Ronitt Rubinfeld, Warren D. Smith, Patrick White May 26, 2010 Anat Ganor Introduction Goal Given two distributions over an n element set, we wish to check whether these distributions

More information

Hardness of Embedding Metric Spaces of Equal Size

Hardness of Embedding Metric Spaces of Equal Size Hardness of Embedding Metric Spaces of Equal Size Subhash Khot and Rishi Saket Georgia Institute of Technology {khot,saket}@cc.gatech.edu Abstract. We study the problem embedding an n-point metric space

More information

Oriel Shoshani. July 17, 2016 PERSONAL INFORMATION

Oriel Shoshani. July 17, 2016 PERSONAL INFORMATION July 17, 2016 Oriel Shoshani PERSONAL INFORMATION Date and place of birth: December 13, 1980, Israel Marital status: Married+3 Home address: 4060 Springer Way, East Lansing, MI 48823, USA. Telephone: +1-517-974-1199

More information

The Longest Common Subsequence Problem

The Longest Common Subsequence Problem Advanced Studies in Biology, Vol. 4, 2012, no. 8, 373-380 The Longest Common Subsequence Problem Anna Gorbenko Department of Intelligent Systems and Robotics Ural Federal University 620083 Ekaterinburg,

More information

Approximability of Dense Instances of Nearest Codeword Problem

Approximability of Dense Instances of Nearest Codeword Problem Approximability of Dense Instances of Nearest Codeword Problem Cristina Bazgan 1, W. Fernandez de la Vega 2, Marek Karpinski 3 1 Université Paris Dauphine, LAMSADE, 75016 Paris, France, bazgan@lamsade.dauphine.fr

More information

Locally Testable Codes and PCPs of Almost-Linear Length

Locally Testable Codes and PCPs of Almost-Linear Length Locally Testable Codes and PCPs of Almost-Linear Length Oded Goldreich Department of Computer Science Weizmann Institute of Science Rehovot, Israel. oded.goldreich@weizmann.ac.il Madhu Sudan Laboratory

More information

Every Monotone Graph Property is Testable

Every Monotone Graph Property is Testable Every Monotone Graph Property is Testable Noga Alon Asaf Shapira Abstract A graph property is called monotone if it is closed under removal of edges and vertices. Many monotone graph properties are some

More information

Every Monotone Graph Property is Testable

Every Monotone Graph Property is Testable Every Monotone Graph Property is Testable Noga Alon Asaf Shapira Abstract A graph property is called monotone if it is closed under removal of edges and vertices. Many monotone graph properties are some

More information

Curriculum Vitae. Department of Mathematics, UC Berkeley 970 Evans Hall, Berkeley, CA

Curriculum Vitae. Department of Mathematics, UC Berkeley 970 Evans Hall, Berkeley, CA Personal Information Official Name: Transliteration used in papers: Mailing Address: E-mail: Semen Artamonov Semeon Arthamonov Department of Mathematics, UC Berkeley 970 Evans Hall, Berkeley, CA 94720

More information

Testing equivalence between distributions using conditional samples

Testing equivalence between distributions using conditional samples Testing equivalence between distributions using conditional samples (Extended Abstract) Clément Canonne Dana Ron Rocco A. Servedio July 5, 2013 Abstract We study a recently introduced framework [7, 8]

More information

Earthmover resilience & testing in ordered structures

Earthmover resilience & testing in ordered structures Earthmover resilience & testing in ordered structures Omri Ben-Eliezer Tel-Aviv University Eldar Fischer Technion Computational Complexity Conference 28 UCSD, San Diago Property testing (RS96, GGR98) Meta

More information

2007 Agrégation de mathématiques. (French national mathematics teaching competitive examination; rank: 7)

2007 Agrégation de mathématiques. (French national mathematics teaching competitive examination; rank: 7) Pierre Simon pierre.simon@berkeley.edu www.normalesup.org/ simon Nationality: French Education 2008 2011 PhD in Mathematics, Université Paris-Sud, Paris. advisor: Élisabeth Bouscaren title: Ordre et stabilité

More information

Locally Testable Codes and PCPs of Almost-Linear Length

Locally Testable Codes and PCPs of Almost-Linear Length Locally Testable Codes and PCPs of Almost-Linear Length ODED GOLDREICH Weizmann Institute of Science AND MADHU SUDAN Massachusetts Institute of Technology Abstract. We initiate a systematic study of locally

More information

Breaking the Rectangle Bound Barrier against Formula Size Lower Bounds

Breaking the Rectangle Bound Barrier against Formula Size Lower Bounds Breaking the Rectangle Bound Barrier against Formula Size Lower Bounds Kenya Ueno The Young Researcher Development Center and Graduate School of Informatics, Kyoto University kenya@kuis.kyoto-u.ac.jp Abstract.

More information

Suriyanarayanan Vaikuntanathan

Suriyanarayanan Vaikuntanathan Suriyanarayanan Vaikuntanathan Postdoctoral Fellow svaikunt@berkeley.edu University of California, Berkeley 240-274-3192 Google Scholar citations: http://scholar.google.com/citations?user=qws4178aaaaj

More information

Robust PCPs of Proximity, Shorter PCPs and Applications to Coding

Robust PCPs of Proximity, Shorter PCPs and Applications to Coding Robust PCPs of Proximity, Shorter PCPs and Applications to Coding Eli Ben-Sasson Oded Goldreich Prahladh Harsha Madhu Sudan Salil Vadhan January 14, 2005 Abstract We continue the study of the trade-off

More information

distributed simulation and distributed inference

distributed simulation and distributed inference distributed simulation and distributed inference Algorithms, Tradeoffs, and a Conjecture Clément Canonne (Stanford University) April 13, 2018 Joint work with Jayadev Acharya (Cornell University) and Himanshu

More information

Efficient Approximation of Large LCS in Strings Over Not Small Alphabet

Efficient Approximation of Large LCS in Strings Over Not Small Alphabet Efficient Approximation of Large LCS in Strings Over Not Small Alphabet Gad M. Landau 1, Avivit Levy 2,3, and Ilan Newman 1 1 Department of Computer Science, Haifa University, Haifa 31905, Israel. E-mail:

More information

Locally Testable Codes Require Redundant Testers

Locally Testable Codes Require Redundant Testers Locally Testable Codes Require Redundant Testers Eli Ben-Sasson Dept. of Computer Science Technion Haifa 32000, Israel eli@cs.technion.ac.il Tali Kaufman Dept. of Computer Science and Applied Mathematics

More information

Lower Bounds for Local Monotonicity Reconstruction from Transitive-Closure Spanners

Lower Bounds for Local Monotonicity Reconstruction from Transitive-Closure Spanners Lower Bounds for Local Monotonicity Reconstruction from Transitive-Closure Spanners Arnab Bhattacharyya 1, Elena Grigorescu 1, Madhav Jha 2, Kyomin Jung 3, Sofya Raskhodnikova 2, and David P. Woodruff

More information

U.C. Berkeley CS278: Computational Complexity Professor Luca Trevisan August 30, Notes for Lecture 1

U.C. Berkeley CS278: Computational Complexity Professor Luca Trevisan August 30, Notes for Lecture 1 U.C. Berkeley CS278: Computational Complexity Handout N1 Professor Luca Trevisan August 30, 2004 Notes for Lecture 1 This course assumes CS170, or equivalent, as a prerequisite. We will assume that the

More information

Taming Big Probability Distributions

Taming Big Probability Distributions Taming Big Probability Distributions Ronitt Rubinfeld June 18, 2012 CSAIL, Massachusetts Institute of Technology, Cambridge MA 02139 and the Blavatnik School of Computer Science, Tel Aviv University. Research

More information

On the Exponent of the All Pairs Shortest Path Problem

On the Exponent of the All Pairs Shortest Path Problem On the Exponent of the All Pairs Shortest Path Problem Noga Alon Department of Mathematics Sackler Faculty of Exact Sciences Tel Aviv University Zvi Galil Department of Computer Science Sackler Faculty

More information

On the correlation of parity and small-depth circuits

On the correlation of parity and small-depth circuits Electronic Colloquium on Computational Complexity, Report No. 137 (2012) On the correlation of parity and small-depth circuits Johan Håstad KTH - Royal Institute of Technology November 1, 2012 Abstract

More information

Succinct Data Structures for Approximating Convex Functions with Applications

Succinct Data Structures for Approximating Convex Functions with Applications Succinct Data Structures for Approximating Convex Functions with Applications Prosenjit Bose, 1 Luc Devroye and Pat Morin 1 1 School of Computer Science, Carleton University, Ottawa, Canada, K1S 5B6, {jit,morin}@cs.carleton.ca

More information

Curriculum Vitae. Bernd Schulze

Curriculum Vitae. Bernd Schulze Curriculum Vitae Bernd Schulze 1 Personal Details Name: Bernd Schulze Mailing address: TU Berlin Inst. of Mathematics MA 6-2 Strasse des 17. Juni 136 D-10623 Berlin Germany E-mail: bschulze@math.tu-berlin.de

More information

Suriyanarayanan Vaikuntanathan

Suriyanarayanan Vaikuntanathan Assistant Professor University of Chicago Suriyanarayanan Vaikuntanathan Google Scholar citations: http://scholar.google.com/citations?user=qws4178aaaaj Personal Information Address Department of Chemistry

More information

Derrick Kiley, Ph.D.

Derrick Kiley, Ph.D. Derrick Kiley, Ph.D. Curriculum Vitae Dept. Address 177 AOB Department of Natural Sciences 5200 North Lake Road Merced, CA 95344 (209) 228-3077 Website and E-Mail http://faculty.ucmerced.edu/dkiley dkiley@ucmerced.edu

More information

arxiv: v2 [cs.ds] 17 Sep 2017

arxiv: v2 [cs.ds] 17 Sep 2017 Two-Dimensional Indirect Binary Search for the Positive One-In-Three Satisfiability Problem arxiv:1708.08377v [cs.ds] 17 Sep 017 Shunichi Matsubara Aoyama Gakuin University, 5-10-1, Fuchinobe, Chuo-ku,

More information

Homomorphisms in Graph Property Testing - A Survey

Homomorphisms in Graph Property Testing - A Survey Homomorphisms in Graph Property Testing - A Survey Dedicated to Jaroslav Nešetřil on the occasion of his 60 th birthday Noga Alon Asaf Shapira Abstract Property-testers are fast randomized algorithms for

More information

Fengxin Chen. updated in Dec. 2008

Fengxin Chen. updated in Dec. 2008 Fengxin Chen updated in Dec. 2008 Address: Department of Mathematics University of Texas at San Antonio One UTSA Circle San Antonio, TX 78249 Tel: (210)-458-5696 (work) Tel: (210)-695-9299 (home) Email:

More information

Resolution Lower Bounds for the Weak Pigeonhole Principle

Resolution Lower Bounds for the Weak Pigeonhole Principle Electronic Colloquium on Computational Complexity, Report No. 21 (2001) Resolution Lower Bounds for the Weak Pigeonhole Principle Ran Raz Weizmann Institute, and The Institute for Advanced Study ranraz@wisdom.weizmann.ac.il

More information

Quantum Property Testing

Quantum Property Testing Quantum Property Testing Harry Buhrman Lance Fortnow Ilan ewman Hein Röhrig ovember 24, 2003 Abstract A language L has a property tester if there exists a probabilistic algorithm that given an input x

More information

Vordiplom (German B.S.), Physics, Summer 2001; GPA: 3.7 Universität des Saarlandes, Saarbrücken, Germany

Vordiplom (German B.S.), Physics, Summer 2001; GPA: 3.7 Universität des Saarlandes, Saarbrücken, Germany Home address Steven Diehl 621 Carriage Hill Drive Athens, OH 45701, U.S. Phone: 740-594-1025 diehl@helios.phy.ohiou.edu http://www.phy.ohiou.edu/ diehl Work address Astrophysical Institute Department of

More information