paper-with-me

Papers

Learning Erdős-Rényi Random Graphs via Edge Detecting Queries

2019-05-09 · Zihan Li, Matthias Fresacher, Jonathan Scarlett

In this paper, we consider the problem of learning an unknown graph via queries on groups of nodes, with the result indicating whether or not at least one edge is present among those nodes. While learning arbitrary graphs with $n$ nodes and $k$ edges is known to be hard in the sense of requiring $\Omega( \min\{ k^2 \log n, n^2\})$ tests (even when a small probability of error is allowed), we show that learning an Erd\H{o}s-R\'enyi random graph with an average of $\bar{k}$ edges is much easier; namely, one can attain asymptotically vanishing error probability with only $O(\bar{k}\log n)$ tests. We establish such bounds for a variety of algorithms inspired by the group testing problem, with explicit constant factors indicating a near-optimal number of tests, and in some cases asymptotic optimality including constant factors. In addition, we present an alternative design that permits a near-optimal sublinear decoding time of $O(\bar{k} \log^2 \bar{k} + \bar{k} \log n)$.

📄 PDF Abstract BibTeX arXiv:1905.03410

Code (1)

scarlett-nus/er_edge_det 공식 구현

Similar Papers 제목 키워드 기반

Learning Erdos-Renyi Random Graphs via Edge Detecting Queries

2019-12-01 · NeurIPS 2019 12 · Zihan Li, Matthias Fresacher, Jonathan Scarlett

In this paper, we consider the problem of learning an unknown graph via queries on groups of nodes, with the result indicating whether or not at least one edge is present among those nodes. While learning arbitrary grap…

Learning Low Degree Hypergraphs

2022-02-21 · Eric Balkanski, Oussama Hanguir, Shatian Wang

We study the problem of learning a hypergraph via edge detecting queries. In this problem, a learner queries subsets of vertices of a hidden hypergraph and observes whether these subsets contain an edge or not. In genera…

Testing Dependency of Weighted Random Graphs

2024-09-23 · Mor Oren, Vered Paslev, Wasim Huleihel

In this paper, we study the task of detecting the edge dependency between two weighted random graphs. We formulate this task as a simple hypothesis testing problem, where under the null hypothesis, the two observed graph…

Non-adaptive Learning of Random Hypergraphs with Queries

2025-01-22 · Bethany Austhof, Lev Reyzin, Erasmo Tani

We study the problem of learning a hidden hypergraph $G=(V,E)$ by making a single batch of queries (non-adaptively). We consider the hyperedge detection model, in which every query must be of the form: ``Does this set $S…

On Learning Graphs with Edge-Detecting Queries

2018-03-28 · Hasan Abasi, Nader H. Bshouty

We consider the problem of learning a general graph $G=(V,E)$ using edge-detecting queries, where the number of vertices $|V|=n$ is given to the learner. The information theoretic lower bound gives $m\log n$ for the numb…