A Polynomial-Time Approximation Algorithm for the Permanent of A

Total Page:16

File Type:pdf, Size:1020Kb

A Polynomial-Time Approximation Algorithm for the Permanent of A A polynomial­time approximation algorithm for the permanent of a matrix with non­negative entries∗ Mark Jerrum Alistair Sinclair Eric Vigoda Division of Informatics Computer Science Division Division of Informatics University of Edinburgh Univ. of California, Berkeley University of Edinburgh The King’s Buildings Soda Hall The King’s Buildings Edinburgh EH9 3JZ Berkeley, CA 94720•1776 Edinburgh EH9 3JZ United Kingdom USA United Kingdom [email protected] [email protected] [email protected] ABSTRACT for counting perfect matchings in planar graphs [9], which 3 We present a fully-polynomial randomized approximation uses just O(n ) arithmetic operations. scheme for computing the permanent of an arbitrary matrix This lack of progress was explained in 1979 by Valiant [15], with non-negative entries. who proved that exact computation of the permanent is #P- complete, even for 0,1 matrices, and hence (under standard complexity-theoretic assumptions) not possible in polyno- 1. PROBLEM DESCRIPTION mial time. Since then the focus has shifted to efficient AND HISTORY approximation algorithms with precise performance guar- The permanent of an n n matrix A =(a(i, j)) is defined antees. Essentially the best one can wish for is a fully- as × polynomial randomized approximation scheme (fpras), which Y X provides an arbitrarily close approximation in time that de- per(A)= a(i, π(i)), pends only polynomially on the input size and the desired π i error. (For precise definitions of this and other notions, see where the sum is over all permutations π of 1, 2,... ,n . the next section.) When A is a 0,1 matrix, we can view it as the{ adjacency} Of the several approaches to designing an fpras that have matrix of a bipartite graph GA = (V1,V2,E). It is clear been proposed, perhaps the most promising was the “Markov that the permanent of A is then equal to the number of chain Monte Carlo” approach. This takes as its starting perfect matchings in GA. point the observation that the existence of an fpras for the The evaluation of the permanent has attracted the atten- 0,1 permanent is computationally equivalent to the exis- tion of researchers for almost two centuries, beginning with tence of a polynomial time algorithm for sampling perfect the memoirs of Binet and Cauchy in 1812 (see [12] for a com- matchings from a bipartite graph (almost) uniformly at ran- prehensive history). Despite many attempts, an efficient dom [7]. algorithm for general matrices remained elusive. Indeed, Broder [3] proposed a Markov chain Monte Carlo method Ryser’s algorithm [12] remains the most efficient for com- for sampling perfect matchings. This was based on sim- puting the permanent exactly, even though it uses as many ulation of a Markov chain whose state space consisted of as Θ(n2n) arithmetic operations. A notable breakthrough all perfect and “near-perfect” matchings (i.e., matchings was achieved about 40 years ago with Kasteleyn’s algorithm with two uncovered vertices, or “holes”) in the graph, and whose stationary distribution was uniform. Evidently, this ∗This work was partially supported by the EPSRC Research approach can be effective only when the near-perfect match- Grant “Sharper Analysis of Randomised Algorithms: a ings do not outnumber the perfect matchings by more than Computational Approach” and by NSF grants CCR-982095 a polynomial factor. By analyzing the convergence rate of and ECS-9873086. Part of the work was done while the first Broder’s Markov chain, Jerrum and Sinclair [4] showed that and third authors were guests of the Forschungsinstitut f¨ur Mathematik, ETH, Z¨urich, Switzerland. A preliminary ver- the method works in polynomial time whenever this condi- sion of this paper appears in the Electronic Colloquium on tion is satisfied. This led to an fpras for the permanent of Computational Complexity, Report TR00-079, September several interesting classes of 0,1 matrices, including all dense 2000. matrices and a.e. random matrix. For the past decade, an fpras for the permanent of ar- bitrary 0,1 matrices has resisted the efforts of researchers. There has been similarly little progress on proving the con- Permission to make digital or hard copies of all or part of this work for verse conjecture, that the permanent is hard to approximate personal or classroom use is granted without fee provided that copies are in the worst case. Attention has switched to two complemen- not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. To copy otherwise, to tary questions: how quickly can the permanent be approx- republish, to post on servers or to redistribute to lists, requires prior specific imated within an arbitrary close multiplicative factor; and permission and/or a fee. what is the best approximation factor achievable in poly- STOC’01, July 6•8, 2001, Hersonissos, Crete, Greece. nomial time? Jerrum and Vazirani [8], building upon the Copyright 2001 ACM 1•58113•349•9/01/0007 ...$5.00. work of Jerrum and Sinclair, presented an approximation exposition, we make no attempt to optimize the exponents scheme whose running time was exp(O(√n)) in the worst in our polynomial running times. case, which though substantially better than Ryser’s ex- act algorithm is still exponential time. In the complemen- 2. RANDOM SAMPLING tary direction, there are several polynomial time algorithms that achieve an approximation factor of cn, for various con- AND MARKOV CHAINS stants c (see, e.g., [10, 2]). To date the best of these is due to Barvinok [2], and gives c 1.31. 2.1 Random sampling ∼ In this paper, we resolve the question of the existence of As stated in the Introduction, our goal is a fully-polynom- an fpras for the permanent of a general 0,1 matrix (and in- ial randomized approximation scheme (fpras) for the perma- deed, of a general matrix with non-negative entries) in the nent. This is a randomized algorithm which, when given as affirmative. Our algorithm is based on a refinement of the input an n n non-negative matrix A together with an ac- Markov chain Monte Carlo method mentioned above. The curacy parameter× ε (0, 1], outputs a number Z (a random key ingredient is the weighting of near-perfect matchings variable of the coins∈ tossed by the algorithm) such that in the stationary distribution so as to take account of the Pr[(1 ε) per(A) Z (1 + ε) per(A)] 3 , positions of the holes. With this device, it is possible to − ≤ ≤ ≥ 4 arrange that each hole pattern has equal aggregated weight, and runs in time polynomial in n and ε−1. The probabil- and hence that the perfect matchings are not dominated too ity 3/4 can be increased to 1 δ for any desired δ > 0 by much. The resulting Markov chain is a variant of Broder’s outputting the median of O(log−δ−1) independent trials [7]. earlier one, with a Metropolis rule that handles the weights. To construct an fpras, we will follow a well-trodden path The analysis of the mixing time follows the earlier argu- via random sampling. We focus on the 0,1 case; see section 5 ment of Jerrum and Sinclair [4], except that the presence of for an extension to the case of matrices with general non- the weights necessitates a combinatorially more delicate ap- negative entries. Recall that when A is a 0,1 matrix, per(A) plication of the path-counting technology introduced in [4]. is equal to the number of perfect matchings in the corre- The computation of the required hole weights presents an sponding bipartite graph G . Now it is well known—see for additional challenge which is handled by starting with the A example [6]—that for this and most other natural combina- complete graph (in which everything is trivial) and slowly re- torial counting problems, an fpras can be built quite easily ducing the presence of matchings containing non-edges of G, from an algorithm that generates the same combinatorial computing the required hole weights as this process evolves. objects, in this case perfect matchings, (almost) uniformly We conclude this introductory section with a statement at random. It will therefore be sufficient for us to construct a of the main result of the paper. fully-polynomial almost uniform sampler for perfect match- Theorem 1. There exists a fully-polynomial randomized ings, namely a randomized algorithm which, given as inputs approximation scheme for the permanent of an arbitrary n an n n 0,1 matrix A and a bias parameter δ (0, 1], out- × × ∈ ′ n matrix A with non-negative entries. puts a random perfect matching in GA from a distribution that satisfies U The condition in the theorem that all entries be non-negative ′ d ( , ) δ, cannot be dropped. One way to appreciate this is to consider tv U U ≤ what happens if we replace matrix entry a(1, 1) by a(1, 1) α where is the uniform distribution on perfect matchings where α is a parameter that can be varied. Call the result-− U 1 in GA and dtv denotes (total) variation distance. The ing matrix Aα. Note that per(Aα) = per(A) α per(A1,1), algorithm is required to run in time polynomial in n and − − where A1,1 denotes the submatrix of A obtained by deleting log δ 1. the first row and column. On input Aα, an approximation This paper will be devoted mainly to the construction of a scheme would have at least to identify correctly the sign of fully-polynomial almost uniform sampler for perfect match- per(Aα); then the root of per(A) α per(A1,1) = 0 could be − ings in an arbitrary bipartite graph.
Recommended publications
  • Resource-Competitive Algorithms1 1 Introduction
    Resource-Competitive Algorithms1 Michael A. Bender Varsha Dani Department of Computer Science Department of Computer Science Stony Brook University University of New Mexico Stony Brook, NY, USA Albuquerque, NM, USA [email protected] [email protected] Jeremy T. Fineman Seth Gilbert Department of Computer Science Department of Computer Science Georgetown University National University of Singapore Washington, DC, USA Singapore [email protected] [email protected] Mahnush Movahedi Seth Pettie Department of Computer Science Electrical Eng. and Computer Science Dept. University of New Mexico University of Michigan Albuquerque, NM, USA Ann Arbor, MI, USA [email protected] [email protected] Jared Saia Maxwell Young Department of Computer Science Computer Science and Engineering Dept. University of New Mexico Mississippi State University Albuquerque, NM, USA Starkville, MS, USA [email protected] [email protected] Abstract The point of adversarial analysis is to model the worst-case performance of an algorithm. Un- fortunately, this analysis may not always reflect performance in practice because the adversarial assumption can be overly pessimistic. In such cases, several techniques have been developed to provide a more refined understanding of how an algorithm performs e.g., competitive analysis, parameterized analysis, and the theory of approximation algorithms. Here, we describe an analogous technique called resource competitiveness, tailored for dis- tributed systems. Often there is an operational cost for adversarial behavior arising from band- width usage, computational power, energy limitations, etc. Modeling this cost provides some notion of how much disruption the adversary can inflict on the system. In parameterizing by this cost, we can design an algorithm with the following guarantee: if the adversary pays T , then the additional cost of the algorithm is some function of T .
    [Show full text]
  • A Polynomial-Time Approximation Algorithm for All-Terminal Network Reliability
    A Polynomial-Time Approximation Algorithm for All-Terminal Network Reliability Heng Guo School of Informatics, University of Edinburgh, Informatics Forum, Edinburgh, EH8 9AB, United Kingdom. [email protected] https://orcid.org/0000-0001-8199-5596 Mark Jerrum1 School of Mathematical Sciences, Queen Mary, University of London, Mile End Road, London, E1 4NS, United Kingdom. [email protected] https://orcid.org/0000-0003-0863-7279 Abstract We give a fully polynomial-time randomized approximation scheme (FPRAS) for the all-terminal network reliability problem, which is to determine the probability that, in a undirected graph, assuming each edge fails independently, the remaining graph is still connected. Our main contri- bution is to confirm a conjecture by Gorodezky and Pak (Random Struct. Algorithms, 2014), that the expected running time of the “cluster-popping” algorithm in bi-directed graphs is bounded by a polynomial in the size of the input. 2012 ACM Subject Classification Theory of computation → Generating random combinatorial structures Keywords and phrases Approximate counting, Network Reliability, Sampling, Markov chains Digital Object Identifier 10.4230/LIPIcs.ICALP.2018.68 Related Version Also available at https://arxiv.org/abs/1709.08561. Acknowledgements We thank Mark Huber for bringing reference [8] to our attention, Mark Walters for the coupling idea leading to Lemma 12, and Igor Pak for comments on an earlier version. We also thank the organizers of the “LMS – EPSRC Durham Symposium on Markov Processes, Mixing Times and Cutoff”, where part of the work is carried out. 1 Introduction Network reliability problems are extensively studied #P-hard problems [5] (see also [3, 22, 18, 2]).
    [Show full text]
  • Arxiv:1611.01647V4 [Cs.DS] 15 Jan 2019 Resample to Able of Are Class We Special Techniques, Our a with for Inst Extremal Solutions Answer
    UNIFORM SAMPLING THROUGH THE LOVASZ´ LOCAL LEMMA HENG GUO, MARK JERRUM, AND JINGCHENG LIU Abstract. We propose a new algorithmic framework, called “partial rejection sampling”, to draw samples exactly from a product distribution, conditioned on none of a number of bad events occurring. Our framework builds new connections between the variable framework of the Lov´asz Local Lemma and some classical sampling algorithms such as the “cycle-popping” algorithm for rooted spanning trees. Among other applications, we discover new algorithms to sample satisfying assignments of k-CNF formulas with bounded variable occurrences. 1. Introduction The Lov´asz Local Lemma [9] is a classical gem in combinatorics that guarantees the existence of a perfect object that avoids all events deemed to be “bad”. The original proof is non- constructive but there has been great progress in the algorithmic aspects of the local lemma. After a long line of research [3, 2, 30, 8, 34, 37], the celebrated result by Moser and Tardos [31] gives efficient algorithms to find such a perfect object under conditions that match the Lov´asz Local Lemma in the so-called variable framework. However, it is natural to ask whether, under the same condition, we can also sample a perfect object uniformly at random instead of merely finding one. Roughly speaking, the resampling algorithm by Moser and Tardos [31] works as follows. We initialize all variables randomly. If bad events occur, then we arbitrarily choose a bad event and resample all the involved variables. Unfortunately, it is not hard to see that this algorithm can produce biased samples.
    [Show full text]
  • On the Complexity of Partial Derivatives Ignacio Garcia-Marco, Pascal Koiran, Timothée Pecatte, Stéphan Thomassé
    On the complexity of partial derivatives Ignacio Garcia-Marco, Pascal Koiran, Timothée Pecatte, Stéphan Thomassé To cite this version: Ignacio Garcia-Marco, Pascal Koiran, Timothée Pecatte, Stéphan Thomassé. On the complexity of partial derivatives. 2016. ensl-01345746v2 HAL Id: ensl-01345746 https://hal-ens-lyon.archives-ouvertes.fr/ensl-01345746v2 Preprint submitted on 30 May 2017 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. On the complexity of partial derivatives Ignacio Garcia-Marco, Pascal Koiran, Timothée Pecatte, Stéphan Thomassé LIP,∗ Ecole Normale Supérieure de Lyon, Université de Lyon. May 30, 2017 Abstract The method of partial derivatives is one of the most successful lower bound methods for arithmetic circuits. It uses as a complexity measure the dimension of the span of the partial derivatives of a polynomial. In this paper, we consider this complexity measure as a computational problem: for an input polynomial given as the sum of its nonzero monomials, what is the complexity of computing the dimension of its space of partial derivatives? We show that this problem is ♯P-hard and we ask whether it belongs to ♯P. We analyze the “trace method”, recently used in combinatorics and in algebraic complexity to lower bound the rank of certain matri- ces.
    [Show full text]
  • Interactions of Computational Complexity Theory and Mathematics
    Interactions of Computational Complexity Theory and Mathematics Avi Wigderson October 22, 2017 Abstract [This paper is a (self contained) chapter in a new book on computational complexity theory, called Mathematics and Computation, whose draft is available at https://www.math.ias.edu/avi/book]. We survey some concrete interaction areas between computational complexity theory and different fields of mathematics. We hope to demonstrate here that hardly any area of modern mathematics is untouched by the computational connection (which in some cases is completely natural and in others may seem quite surprising). In my view, the breadth, depth, beauty and novelty of these connections is inspiring, and speaks to a great potential of future interactions (which indeed, are quickly expanding). We aim for variety. We give short, simple descriptions (without proofs or much technical detail) of ideas, motivations, results and connections; this will hopefully entice the reader to dig deeper. Each vignette focuses only on a single topic within a large mathematical filed. We cover the following: • Number Theory: Primality testing • Combinatorial Geometry: Point-line incidences • Operator Theory: The Kadison-Singer problem • Metric Geometry: Distortion of embeddings • Group Theory: Generation and random generation • Statistical Physics: Monte-Carlo Markov chains • Analysis and Probability: Noise stability • Lattice Theory: Short vectors • Invariant Theory: Actions on matrix tuples 1 1 introduction The Theory of Computation (ToC) lays out the mathematical foundations of computer science. I am often asked if ToC is a branch of Mathematics, or of Computer Science. The answer is easy: it is clearly both (and in fact, much more). Ever since Turing's 1936 definition of the Turing machine, we have had a formal mathematical model of computation that enables the rigorous mathematical study of computational tasks, algorithms to solve them, and the resources these require.
    [Show full text]
  • Statistical Queries and Statistical Algorithms: Foundations and Applications∗
    Statistical Queries and Statistical Algorithms: Foundations and Applications∗ Lev Reyzin Department of Mathematics, Statistics, and Computer Science University of Illinois at Chicago [email protected] Abstract We give a survey of the foundations of statistical queries and their many applications to other areas. We introduce the model, give the main definitions, and we explore the fundamental theory statistical queries and how how it connects to various notions of learnability. We also give a detailed summary of some of the applications of statistical queries to other areas, including to optimization, to evolvability, and to differential privacy. 1 Introduction Over 20 years ago, Kearns [1998] introduced statistical queries as a framework for designing machine learning algorithms that are tolerant to noise. The statistical query model restricts a learning algorithm to ask certain types of queries to an oracle that responds with approximately correct answers. This framework has has proven useful, not only for designing noise-tolerant algorithms, but also for its connections to other noise models, for its ability to capture many of our current techniques, and for its explanatory power about the hardness of many important problems. Researchers have also found many connections between statistical queries and a variety of modern topics, including to evolvability, differential privacy, and adaptive data analysis. Statistical queries are now both an important tool and remain a foundational topic with many important questions. The aim of this survey is to illustrate these connections and bring researchers to the forefront of our understanding of this important area. We begin by formally introducing the model and giving the main definitions (Section 2), we then move to exploring the fundamental theory of learning statistical queries and how how it connects to other notions of arXiv:2004.00557v2 [cs.LG] 14 May 2020 learnability (Section 3).
    [Show full text]
  • The Trichotomy of HAVING Queries on a Probabilistic Database
    VLDBJ manuscript No. (will be inserted by the editor) The Trichotomy of HAVING Queries on a Probabilistic Database Christopher Re´ · Dan Suciu Received: date / Accepted: date Abstract We study the evaluation of positive conjunctive cant extension of a previous dichotomy result for Boolean queries with Boolean aggregate tests (similar to HAVING in conjunctive queries into safe and not safe. For each of the SQL) on probabilistic databases. More precisely, we study three classes we present novel techniques. For safe queries, conjunctive queries with predicate aggregates on probabilis- we describe an evaluation algorithm that uses random vari- tic databases where the aggregation function is one of MIN, ables over semirings. For apx-safe queries, we describe an MAX, EXISTS, COUNT, SUM, AVG, or COUNT(DISTINCT) and fptras that relies on a novel algorithm for generating a ran- the comparison function is one of =; ,; ≥; >; ≤, or < . The dom possible world satisfying a given condition. Finally, for complexity of evaluating a HAVING query depends on the ag- hazardous queries we give novel proofs of hardness of ap- gregation function, α, and the comparison function, θ. In this proximation. The results for safe queries were previously paper, we establish a set of trichotomy results for conjunc- announced [43], but all other results are new. tive queries with HAVING predicates parametrized by (α, θ). Keywords Probabilistic Databases · Query Evaluation · For such queries (without self joins), one of the following Sampling Algorithms · Semirings · Safe Plans three statements is true: (1) The exact evaluation problem has P-time data complexity. In this case, we call the query safe.
    [Show full text]
  • Contents - Part II
    Contents - Part II Invited Talks Towards the Graph Minor Theorems for Directed Graphs 3 Ken-Ichi Kawarabayashi and Stephan Kreutzer Automated Synthesis of Distributed Controllers 11 Anca Muscholl Track B: Logic, Semantics, Automata and Theory of Programming Games for Dependent Types 31 Samson Abramsky, Radha Jagadeesan, and Matthijs Vakdr Short Proofs of the Kneser-Lovasz Coloring Principle 44 James Aisenberg, Maria Luisa Bonet, Sam Buss, Adrian Craciun, and Gabriel Istrate Provenance Circuits for Trees and Treelike Instances 56 Antoine Amarilli, Pierre Bourhis, and Pierre Senellart Language Emptiness of Continuous-Time Parametric Timed Automata 69 Nikola Benes, Peter Bezdek, Kim G. Larsen, and Jin Srba Analysis of Probabilistic Systems via Generating Functions and Pade Approximation 82 Michele Boreale On Reducing Linearizability to State Reachability 95 Ahmed Bouajjani, Michael Emmi, Constantin Enea, and Jad Hamza The Complexity of Synthesis from Probabilistic Components 108 Krishnendu Chatterjee, Laurent Doyen, and Moshe Y. Vardi Edit Distance for Pushdown Automata 121 Krishnendu Chatterjee, Thomas A. Henzinger, Rasmus Ibsen-Jensen, and Jan Otop Solution Sets for Equations over Free Groups Are EDTOL Languages 134 Laura Ciobanu, Volker Diekert, and Murray Elder Limited Set quantifiers over Countable Linear Orderings 146 Thomas Colcombet and A.V. Sreejith http://d-nb.info/1071249711 XXVM Contents - Part II Reachability Is in DynFO 159 Samir Datta, Raghav Kulkarni, Anish Mukherjee, Thomas Schwentick, and Thomas Zeume Natural Homology 171
    [Show full text]
  • Download This PDF File
    T G¨ P 2012 C N Deadline: December 31, 2011 The Gödel Prize for outstanding papers in the area of theoretical computer sci- ence is sponsored jointly by the European Association for Theoretical Computer Science (EATCS) and the Association for Computing Machinery, Special Inter- est Group on Algorithms and Computation Theory (ACM-SIGACT). The award is presented annually, with the presentation taking place alternately at the Inter- national Colloquium on Automata, Languages, and Programming (ICALP) and the ACM Symposium on Theory of Computing (STOC). The 20th prize will be awarded at the 39th International Colloquium on Automata, Languages, and Pro- gramming to be held at the University of Warwick, UK, in July 2012. The Prize is named in honor of Kurt Gödel in recognition of his major contribu- tions to mathematical logic and of his interest, discovered in a letter he wrote to John von Neumann shortly before von Neumann’s death, in what has become the famous P versus NP question. The Prize includes an award of USD 5000. AWARD COMMITTEE: The winner of the Prize is selected by a committee of six members. The EATCS President and the SIGACT Chair each appoint three members to the committee, to serve staggered three-year terms. The committee is chaired alternately by representatives of EATCS and SIGACT. The 2012 Award Committee consists of Sanjeev Arora (Princeton University), Josep Díaz (Uni- versitat Politècnica de Catalunya), Giuseppe Italiano (Università a˘ di Roma Tor Vergata), Mogens Nielsen (University of Aarhus), Daniel Spielman (Yale Univer- sity), and Eli Upfal (Brown University). ELIGIBILITY: The rule for the 2011 Prize is given below and supersedes any di fferent interpretation of the parametric rule to be found on websites on both SIGACT and EATCS.
    [Show full text]
  • Edinburgh Research Explorer
    Edinburgh Research Explorer A Polynomial-Time Approximation Algorithm for All-Terminal Network Reliability Citation for published version: Guo, H & Jerrum, M 2018, A Polynomial-Time Approximation Algorithm for All-Terminal Network Reliability. in I Chatzigiannakis, C Kaklamanis, D Marx & D Sannella (eds), 45th International Colloquium on Automata, Languages, and Programming (ICALP 2018). vol. 107, Leibniz International Proceedings in Informatics (LIPIcs), vol. 107, Schloss Dagstuhl - Leibniz-Zentrum fuer Informatik, Germany, Dagstuhl, Germany, pp. 68:1-68:12, 45th International Colloquium on Automata, Languages, and Programming, Prague, Czech Republic, 9/07/18. https://doi.org/10.4230/LIPIcs.ICALP.2018.68 Digital Object Identifier (DOI): 10.4230/LIPIcs.ICALP.2018.68 Link: Link to publication record in Edinburgh Research Explorer Document Version: Publisher's PDF, also known as Version of record Published In: 45th International Colloquium on Automata, Languages, and Programming (ICALP 2018) Publisher Rights Statement: © Heng Guo and Mark Jerrum; licensed under Creative Commons License CC-BY General rights Copyright for the publications made accessible via the Edinburgh Research Explorer is retained by the author(s) and / or other copyright owners and it is a condition of accessing these publications that users recognise and abide by the legal requirements associated with these rights. Take down policy The University of Edinburgh has made every reasonable effort to ensure that Edinburgh Research Explorer content complies with UK legislation. If you believe that the public display of this file breaches copyright please contact [email protected] providing details, and we will remove access to the work immediately and investigate your claim. Download date: 28.
    [Show full text]
  • Is the Space Complexity of Planted Clique Recovery the Same As That of Detection?
    Is the Space Complexity of Planted Clique Recovery the Same as That of Detection? Jay Mardia Department of Electrical Engineering, Stanford University, CA, USA [email protected] Abstract We study the planted clique problem in which a clique of size k is planted in an Erdős-Rényi graph 1 G(n, 2 ), and one is interested in either detecting or recovering this planted clique. This problem is interesting because it is widely believed to show a statistical-computational gap at clique size √ k = Θ( n), and has emerged as the prototypical problem with such a gap from which average-case hardness of other statistical problems can be deduced. It also displays a tight computational connection between the detection and recovery variants, unlike other problems of a similar nature. This wide investigation into the computational complexity of the planted clique problem has, however, mostly focused on its time complexity. To begin investigating the robustness of these statistical-computational phenomena to changes in our notion of computational efficiency, we ask- Do the statistical-computational phenomena that make the planted clique an interesting problem also hold when we use “space efficiency” as our notion of computational efficiency? It is relatively easy to show that a positive answer to this question depends on the existence of a √ O(log n) space algorithm that can recover planted cliques of size k = Ω( n). Our main result comes √ very close to designing such an algorithm. We show that for k = Ω( n), the recovery problem can ∗ ∗ √k be solved in O log n − log n · log n bits of space.
    [Show full text]
  • From the AMS Secretary
    From the AMS Secretary Society and delegate to such committees such powers as Bylaws of the may be necessary or convenient for the proper exercise American Mathematical of those powers. Agents appointed, or members of com- mittees designated, by the Board of Trustees need not be Society members of the Board. Nothing herein contained shall be construed to em- Article I power the Board of Trustees to divest itself of responsi- bility for, or legal control of, the investments, properties, Officers and contracts of the Society. Section 1. There shall be a president, a president elect (during the even-numbered years only), an immediate past Article III president (during the odd-numbered years only), three Committees vice presidents, a secretary, four associate secretaries, a Section 1. There shall be eight editorial committees as fol- treasurer, and an associate treasurer. lows: committees for the Bulletin, for the Proceedings, for Section 2. It shall be a duty of the president to deliver the Colloquium Publications, for the Journal, for Mathemat- an address before the Society at the close of the term of ical Surveys and Monographs, for Mathematical Reviews; office or within one year thereafter. a joint committee for the Transactions and the Memoirs; Article II and a committee for Mathematics of Computation. Section 2. The size of each committee shall be deter- Board of Trustees mined by the Council. Section 1. There shall be a Board of Trustees consisting of eight trustees, five trustees elected by the Society in Article IV accordance with Article VII, together with the president, the treasurer, and the associate treasurer of the Society Council ex officio.
    [Show full text]