Presentation is loading. Please wait.

Presentation is loading. Please wait.

Christian Sohler | 03.11.10 Every Property of Hyperfinite Graphs is Testable Ilan Newman and Christian Sohler.

Similar presentations


Presentation on theme: "Christian Sohler | 03.11.10 Every Property of Hyperfinite Graphs is Testable Ilan Newman and Christian Sohler."— Presentation transcript:

1 Christian Sohler | 03.11.10 Every Property of Hyperfinite Graphs is Testable Ilan Newman and Christian Sohler

2 Christian Sohler | Dortmund, 17.02.10 Prof. Dr. Christian Sohler Komplexitätstheorie und effiziente Algorithmen Property Testing Property Testing [Rubinfeld, Sudan, 96; Goldreich, Goldwasser, Ron, 98]  Oracle access to huge object O  Decide whether O has a property P or is far-away from P  Goal: Perform this relaxed decision task in sublinear or even constant time  Algorithm may be randomized Definition  An object is  -far from P, if it differs in more than an  -fraction of its description from any object with property P 2

3 Christian Sohler | Dortmund, 17.02.10 Prof. Dr. Christian Sohler Komplexitätstheorie und effiziente Algorithmen The Bounded-Degree Graph Model Bounded degree graph model [Goldreich, Ron, 02]  Graph G=(V,E) with maximum degree d (bounded-degree graph)  Oracle access: (a) random vertex (b) i-th edge incident to vertex v Definition (Graph Property;  -far)  A graph property is a family of graphs P=  P(i), where each P(i) is a set of graphs on i vertices that is closed under isomorphism.  An n-vertex graph G=(V,E) is  -far from a property P, if it differs from any bounded-degree graph in P by more than  dn edges. 3

4 Christian Sohler | Dortmund, 17.02.10 Prof. Dr. Christian Sohler Komplexitätstheorie und effiziente Algorithmen Testable Graph Properties Definition (testable property)  A graph property P is called non-uniformly testable in the bounded-degree graph model, if there is a function q=q( ,d) such that for any n there is an algorithm A( ,d,n) that on input an n-vertex graph G with maximum degree at most d (a) makes at most q queries to G, (b) accepts G with probability at least 2/3, if G has property P, and (c) rejects G with probability at least 2/3, if G is  -far from P. 4

5 Christian Sohler | Dortmund, 17.02.10 Prof. Dr. Christian Sohler Komplexitätstheorie und effiziente Algorithmen Hyperfinite Graphs Definition (hyperfiniteness)  A graph G is ( ,k)-hyperfinite, if one can remove  n edges from G such that only connected components of at most k vertices remain. A family F of graphs is  -hyperfinite, if for any  >0 every graph G  F is ( ,  (  ))-hyperfinite. Example  Planar graphs are  -hyperfinite for some suitable function  by the planar separator theorem 5

6 Christian Sohler | Dortmund, 17.02.10 Prof. Dr. Christian Sohler Komplexitätstheorie und effiziente Algorithmen Property Testing in Hyperfinite Graphs / of Hyperfinite Properties Previous work  Every hereditary property is testable in hyperfinite graphs [Czumaj, Shapira,Sohler,09]  Every monotone hyperfinite property is testable [Benjamini, Schramm, Shapira, 08]  Every hereditary hyperfinite property is testable [Hassidim, Kelner, Nguyen, Onak, 09]  Every property is testable in graphs of bounded growth [Elek 07] 6

7 Christian Sohler | Dortmund, 17.02.10 Prof. Dr. Christian Sohler Komplexitätstheorie und effiziente Algorithmen Our results This work [Newman, S., 11]  Every property is testable in hyperfinite graphs.  Every hyperfinite graph property is testable.  Hyperfinite graph isomorphism is testable.  Many graph parameters are estimable.  The distribution of k-disks of two hyperfinite bounded-degree graphs is close, iff the graphs are close. Definition (k-disk)  A k-disk of a vertex v is the subgraph rooted at v that is induced by all vertices at distance at most k from v. 7

8 Christian Sohler | Dortmund, 17.02.10 Prof. Dr. Christian Sohler Komplexitätstheorie und effiziente Algorithmen Some further related work Motifs  A motif is a subgraph that occurs more frequently than in a random graph.  Can be used to characterize graphs that come from certain domains  „The motifs shared by ecological food webs were distinct from the motifs shared by the genetic networks of Escherichia coli and Saccharomyces cerevisiae or from those found in the World Wide Web.” R. Milo, S. Shen-Orr, S. Itzkovitz, N. Kashtan, D. Chklovskii, U. Alon. Network Motifs: Simple Building Blocks of Complex Networks. Science, Vol. 298. no. 5594, pp. 824 - 827, 2002. 8

9 Christian Sohler | Dortmund, 17.02.10 Prof. Dr. Christian Sohler Komplexitätstheorie und effiziente Algorithmen Constant size graph representations Definition  For an input graph G, let G‘ be an ( ,k)-representative of G, if (a) G‘ has connected components of size at most k (b) G‘ can be obtained from G by removing at most  dn edges Observation  If k is independent of n, then G‘ has a constant size representation:  List all D(k) graphs on k vertices H(1), H(2), …, H(D(k))  Take a D(k)-dimensional vector whose i-th entry is the number of occurences of isomorphic copies of H(i) in G‘ 9

10 Christian Sohler | Dortmund, 17.02.10 Prof. Dr. Christian Sohler Komplexitätstheorie und effiziente Algorithmen A Property Tester Idea:  Reduce property testing in hyperfinite graphs to graphs whose components have constant size The Tester:  Let P=  P(i) be an arbitrary graph property  Let P‘(n) = {H‘ : H  P(n) and H‘ is an ( ,k)-representative of H}  Assume we know an ( ,k)-representative G‘ of G  Accept, iff G‘  P‘(n) 10

11 Christian Sohler | Dortmund, 17.02.10 Prof. Dr. Christian Sohler Komplexitätstheorie und effiziente Algorithmen Local Partitioning oracles Local Planar Partitioning Oracle [Hassidim, Kelner, Nguyen, Onak, 09]  Provides „local access“ to a partition that  has connected components of size at most k(  ) and  has been obtained by removing, say, at most  dn/4 edges from G  „Local access“ means that only some k-disks are sampled from G 11

12 Christian Sohler | Dortmund, 17.02.10 Prof. Dr. Christian Sohler Komplexitätstheorie und effiziente Algorithmen Local Partitioning oracles GlobalPartitioning(k,  ) [Hassidim, Kelner, Nguyen, Onak, 09]   = ( ,…,  ) = random permutation of the vertices  P =   while G is not empty do  Let v be the first vertex in G according to   if there exists a (k,  )-isolated neighborhood of v in G then  S = this neighborhood  else S = {v}  P = P  {S}  remove vertices in S from the graph 12 1n (k,  )-isolated neighborhood of v: Connected set S of size at most k with v  S and at most  |S| edges between S and V

13 Christian Sohler | Dortmund, 17.02.10 Prof. Dr. Christian Sohler Komplexitätstheorie und effiziente Algorithmen How to obtain the representative of a graph? Algorithm for computing the representative:  Estimate the frequency of connected components by uniform sampling using the planar partitioning oracle  (take size of component into account) Analysis:  Chernoff bounds 13

14 Christian Sohler | Dortmund, 17.02.10 Prof. Dr. Christian Sohler Komplexitätstheorie und effiziente Algorithmen Second result Result:  The distribution of k-disks of two hyperfinite bounded-degree graphs is close, iff the corresponding graphs are close. Sketch of proof:  „<=“: easy  „=>“: We know that every property of hyperfinite graphs is testable  So, for fixed n-vertex graph consider the property of being H  Let ALG be our property testing algorithm for this property  On input H, ALG must accept w.p. at least 2/3  We claim that, if a graph H‘ has similar distribution of k-disks as H, then the tester does not reject w.p. > 1/2  => H‘ is  -close to H 14

15 Christian Sohler | Dortmund, 17.02.10 Prof. Dr. Christian Sohler Komplexitätstheorie und effiziente Algorithmen Proof of claim Claim  If H‘ has a similar distribution on k-disks as H, then the tester on input H‘ does not reject w.p.>1/2 Sketch of Proof:  The result of the local partitioning algorithm depends on the sampled k-disks (and internal randomness)  If the distribution of k-disks is similar, then the behaviour of the algorithms should be similar unless the k-disks intersect  However, as n goes to infinity, this probability tends to 0 15

16 Christian Sohler | Dortmund, 17.02.10 Prof. Dr. Christian Sohler Komplexitätstheorie und effiziente Algorithmen Summary Testable graph properties (bounded-degree model)  Every hyperfinite property  Properties defined by the local structure (for example, triangle freeness)  Certain combinations of the above (e.g. union)  Other properties, like connectivity… Open Questions  Characterize ‚remaining‘ testable properties  Property testing in expander graphs? 16

17 Christian Sohler | Dortmund, 17.02.10 Prof. Dr. Christian Sohler Komplexitätstheorie und effiziente Algorithmen Thank you! 17


Download ppt "Christian Sohler | 03.11.10 Every Property of Hyperfinite Graphs is Testable Ilan Newman and Christian Sohler."

Similar presentations


Ads by Google