Pan Peng (University of Vienna, Austria)

Slides:



Advertisements
Similar presentations
Hardness of testing 3- colorability in bounded degree graphs Andrej Bogdanov Kenji Obata Luca Trevisan.
Advertisements

Finding Cycles and Trees in Sublinear Time Oded Goldreich Weizmann Institute of Science Joint work with Artur Czumaj, Dana Ron, C. Seshadhri, Asaf Shapira,
Long cycles, short cycles, min-degree subgraphs, and feedback arc sets in Eulerian digraphs Raphael Yuster joint work with Asaf Shapira Eilat 2012.
Lecture 8: Asynchronous Network Algorithms
Lecture 7: Synchronous Network Algorithms
Approximating Average Parameters of Graphs Oded Goldreich, Weizmann Institute Dana Ron, Tel Aviv University.
Christian Sohler | Every Property of Hyperfinite Graphs is Testable Ilan Newman and Christian Sohler.
Artur Czumaj Dept of Computer Science & DIMAP University of Warwick Testing Expansion in Bounded Degree Graphs Joint work with Christian Sohler.
Networks. Graphs (undirected, unweighted) has a set of vertices V has a set of undirected, unweighted edges E graph G = (V, E), where.
Testing of ‘massively parametrized problems’ - Ilan Newman Haifa University Based on joint work with: Sourav Chakraborty, Eldar Fischer, Shirley Halevi,
The main idea of the article is to prove that there exist a tester of monotonicity with query and time complexity.
1 University of Freiburg Computer Networks and Telematics Prof. Christian Schindelhauer Mobile Ad Hoc Networks Theory of Data Flow and Random Placement.
Sublinear Algorithms for Approximating Graph Parameters Dana Ron Tel-Aviv University.
Michael Bender - SUNY Stony Brook Dana Ron - Tel Aviv University Testing Acyclicity of Directed Graphs in Sublinear Time.
1 Brief Announcement: Distributed Broadcasting and Mapping Protocols in Directed Anonymous Networks Michael Langberg: Open University of Israel Moshe Schwartz:
1 On the Benefits of Adaptivity in Property Testing of Dense Graphs Joint work with Mira Gonen Dana Ron Tel-Aviv University.
1 Algorithmic Aspects in Property Testing of Dense Graphs Oded Goldreich – Weizmann Institute Dana Ron - Tel-Aviv University.
Christian Sohler 1 University of Dortmund Testing Expansion in Bounded Degree Graphs Christian Sohler University of Dortmund (joint work with Artur Czumaj,
(hyperlink-induced topic search)
Sublinear Algorithms for Approximating Graph Parameters Dana Ron Tel-Aviv University.
Finding Cycles and Trees in Sublinear Time Oded Goldreich Weizmann Institute of Science Joint work with Artur Czumaj, Dana Ron, C. Seshadhri, Asaf Shapira,
Some 3CNF Properties are Hard to Test Eli Ben-Sasson Harvard & MIT Prahladh Harsha MIT Sofya Raskhodnikova MIT.
Outline Introduction The hardness result The approximation algorithm.
Correlation testing for affine invariant properties on Shachar Lovett Institute for Advanced Study Joint with Hamed Hatami (McGill)
Approximating the MST Weight in Sublinear Time Bernard Chazelle (Princeton) Ronitt Rubinfeld (NEC) Luca Trevisan (U.C. Berkeley)
Lecture 13 Graphs. Introduction to Graphs Examples of Graphs – Airline Route Map What is the fastest way to get from Pittsburgh to St Louis? What is the.
Approximating Minimum Bounded Degree Spanning Tree (MBDST) Mohit Singh and Lap Chi Lau “Approximating Minimum Bounded DegreeApproximating Minimum Bounded.
Complexity and Efficient Algorithms Group / Department of Computer Science Approximating Structural Properties of Graphs by Random Walks Christian Sohler.
Trees and Distance. 2.1 Basic properties Acyclic : a graph with no cycle Forest : acyclic graph Tree : connected acyclic graph Leaf : a vertex of degree.
RESOURCES, TRADE-OFFS, AND LIMITATIONS Group 5 8/27/2014.
Testing the independence number of hypergraphs
Learning the Structure of Related Tasks Presented by Lihan He Machine Learning Reading Group Duke University 02/03/2006 A. Niculescu-Mizil, R. Caruana.
Artur Czumaj DIMAP DIMAP (Centre for Discrete Maths and it Applications) Computer Science & Department of Computer Science University of Warwick Testing.
狄彥吾 (Yen-Wu Ti) 華夏技術學院資訊工程系 Property Testing on Combinatorial Objects.
Complexity and Efficient Algorithms Group / Department of Computer Science Testing the Cluster Structure of Graphs Christian Sohler joint work with Artur.
Complexity and Efficient Algorithms Group / Department of Computer Science Testing the Cluster Structure of Graphs Christian Sohler joint work with Artur.
Directed Graphs 12/7/2017 7:15 AM Presentation for use with the textbook Data Structures and Algorithms in Java, 6th edition, by M. T. Goodrich, R. Tamassia,
Property Testing (a.k.a. Sublinear Algorithms )
Introduction to Graphs
Computing Connected Components on Parallel Computers
Approximating the MST Weight in Sublinear Time
Michael Langberg: Open University of Israel
Finding Cycles and Trees in Sublinear Time
Introduction to Graphs
Maximum Matching in the Online Batch-Arrival Model
What is the next line of the proof?
From dense to sparse and back again: On testing graph properties (and some properties of Oded)
Speaker: Chuang-Chieh Lin National Chung Cheng University
Lecture 9: Asynchronous Network Algorithms
Directed Graphs 9/20/2018 1:45 AM Presentation for use with the textbook Data Structures and Algorithms in Java, 6th edition, by M. T. Goodrich, R. Tamassia,
Lecture 18: Uniformity Testing Monotonicity Testing
Subhash Khot Theory Group
Randomized Algorithms Markov Chains and Random Walks
Elementary graph algorithms Chapter 22
Partitioning and decomposing graphs László Lovász
Analysis of Algorithms
Directed Graphs Directed Graphs Directed Graphs 2/23/ :12 AM BOS
Lecture 8: Synchronous Network Algorithms
The Subgraph Testing Model
Elementary graph algorithms Chapter 22
Algorithms Lecture # 27 Dr. Sohail Aslam.
Richard Anderson Lecture 5 Graph Theory
Richard Anderson Winter 2019 Lecture 5
Lecture 2-6 Complexity for Computing Influence Spread
Locality In Distributed Graph Algorithms
Analysis of Algorithms
Introduction to Graphs
Contagious sets in random graphs
Presentation transcript:

Pan Peng (University of Vienna, Austria) Relating Two Property Testing Models for Bounded Degree Directed Graphs Pan Peng (University of Vienna, Austria) Joint work with Artur Czumaj (University of Warwick, UK) Christian Sohler (TU Dortmund, Germany)

Introduction Graph property testing: -- To distinguish if a graph has a property or is “far from” having the property strongly connected far from being strongly connected Extensive study for undirected graphs Lack of understanding of directed graphs We provide a systematic way of studying property testing for directed graphs

Two Models d-bounded digraph 𝑮: a directed graph with max in-degree and max out-degree ≤𝑑 bidirectional model: unidirectional model: The algorithm can query both incoming and outgoing edges (or neighbors) The algorithm can only query outgoing edges (or neighbors) Goal: to distinguish if 𝑮 has a property 𝑷 or is 𝜀-far from having P by making as few queries as possible with probability 𝟐/𝟑 𝐺 is 𝜀-far from having property P, if one has to insert/delete >𝜀𝑑𝑛 edges to make it satisfy P both d, 𝜀 are assumed to be constant

Previous Work Some ad hoc results on property testing for 𝑑-bounded digraphs: -- bidirectional; constant-query testable properties: strong connectivity, star- freeness, Eulerianity, 𝑘-edge connectivity, 𝑘-vertex connectivity, … -- unidirectional; NOT constant-query testable properties: strong connectivity, star-freeness, acyclicity (even in directional) -- unidirectional; sublinear-query (i.e., 𝑜 𝑛 -query) testable properties: strong connectivity, 3-star-freeness

Our Result Informally, a generic transformation:  Theorem: Any d-bounded digraph property that can be tested with query complexity 𝑂 𝜀,𝑑 (1) in the bidirectional model can be tested with n 1− Ω 𝜀,𝑑 (1) queries in the unidirectional model. constant-query testable; bidirectional sublinear-query testable; unidirectional Remarks: ∃ property: bidirectional 𝑂 𝜀,𝑑 (1), while unidirectional Ω( 𝑛 2/3 ) queries “𝑑-bounded” assumption is necessary: if unbounded, ∃ property: bidirectional 𝑂 𝜀,𝑑 (1), while unidirectional Ω( 𝑛 1− 𝑜 𝑛 (1) ) queries Applications from Theorem: many new sublinear testers in the unidirectional model: -- Eulerianity, 𝑘-edge connectivity, 𝑘-vertex connectivity, hyperfiniteness

High-Level Idea In bidirectional model: In unidirectional model: property 𝑃 constant-query testable ⇒ To test 𝑃, it suffices to approximate the “distribution of constant-size neighborhood” In unidirectional model: Use a sampling-based algorithm and a partial order of some constant-size graphs to iteratively approximate the above distribution

Open Questions other relations between these two models? what digraph properties can be tested with constant (or 𝑙𝑜𝑔 𝐶 𝑛, or 𝑛 𝛼 ) query complexity in bidirectional (or unidirectional) model? Reference: [CPS16] Artur Czumaj, Pan Peng, and Christian Sohler. Relating two property testing models for bounded degree directed graphs. In Proceedings of the 48th Annual ACM SIGACT Symposium on Theory of Computing, STOC 2016