Skip to main content

Showing 1–29 of 29 results for author: Eden, T

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.08624  [pdf, other

    cs.DS cs.DM cs.SI

    A Sublinear Algorithm for Approximate Shortest Paths in Large Networks

    Authors: Sabyasachi Basu, Nadia Kōshima, Talya Eden, Omri Ben-Eliezer, C. Seshadhri

    Abstract: Computing distances and finding shortest paths in massive real-world networks is a fundamental algorithmic task in network analysis. There are two main approaches to solving this task. On one hand are traversal-based algorithms like bidirectional breadth-first search (BiBFS) with no preprocessing step and slow individual distance inquiries. On the other hand are indexing-based approaches, which ma… ▽ More

    Submitted 12 June, 2024; originally announced June 2024.

  2. arXiv:2406.07024  [pdf, other

    cs.GT

    Plant-and-Steal: Truthful Fair Allocations via Predictions

    Authors: Ilan Reuven Cohen, Alon Eden, Talya Eden, Arsen Vasilyan

    Abstract: We study truthful mechanisms for approximating the Maximin-Share (MMS) allocation of agents with additive valuations for indivisible goods. Algorithmically, constant factor approximations exist for the problem for any number of agents. When adding incentives to the mix, a jarring result by Amanatidis, Birmpas, Christodoulou, and Markakis [EC 2017] shows that the best possible approximation for two… ▽ More

    Submitted 11 June, 2024; originally announced June 2024.

  3. arXiv:2404.18126  [pdf, other

    cs.DS

    Testing $C_k$-freeness in bounded-arboricity graphs

    Authors: Talya Eden, Reut Levi, Dana Ron

    Abstract: We study the problem of testing $C_k$-freeness ($k$-cycle-freeness) for fixed constant $k > 3$ in graphs with bounded arboricity (but unbounded degrees). In particular, we are interested in one-sided error algorithms, so that they must detect a copy of $C_k$ with high constant probability when the graph is $ε$-far from $C_k$-free. We next state our results for constant arboricity and constant $ε$… ▽ More

    Submitted 28 April, 2024; originally announced April 2024.

  4. arXiv:2401.16497  [pdf, ps, other

    cs.LG

    A Bayesian Gaussian Process-Based Latent Discriminative Generative Decoder (LDGD) Model for High-Dimensional Data

    Authors: Navid Ziaei, Behzad Nazari, Uri T. Eden, Alik Widge, Ali Yousefi

    Abstract: Extracting meaningful information from high-dimensional data poses a formidable modeling challenge, particularly when the data is obscured by noise or represented through different modalities. This research proposes a novel non-parametric modeling approach, leveraging the Gaussian process (GP), to characterize high-dimensional data by map** it to a latent low-dimensional manifold. This model, na… ▽ More

    Submitted 7 May, 2024; v1 submitted 29 January, 2024; originally announced January 2024.

    Comments: 40 pages, 6 figures

    ACM Class: I.5.1; G.3

  5. arXiv:2305.02263  [pdf, other

    cs.DS cs.CR

    Triangle Counting with Local Edge Differential Privacy

    Authors: Talya Eden, Quanquan C. Liu, Sofya Raskhodnikova, Adam Smith

    Abstract: Many deployments of differential privacy in industry are in the local model, where each party releases its private information via a differentially private randomizer. We study triangle counting in the noninteractive and interactive local model with edge differential privacy (that, intuitively, requires that the outputs of the algorithm on graphs that differ in one edge be indistinguishable). In t… ▽ More

    Submitted 26 September, 2023; v1 submitted 3 May, 2023; originally announced May 2023.

    Comments: ICALP 2023; update reference

  6. arXiv:2304.10542  [pdf

    cs.HC

    Exploring the visualisation of hierarchical cybersecurity data within the Metaverse

    Authors: Terence Eden

    Abstract: A prototype Metaverse experience was created in which users could explore hierarchical cybersecurity data. A small group of participants were surveyed on their attitudes to the Metaverse. They then completed a short series of tasks in the environment. Questions were asked to assess if they were suffering from Cybersickness. After completing further tasks, their attitudes were surveyed regarding fu… ▽ More

    Submitted 9 April, 2023; originally announced April 2023.

    Comments: MSc Dissertation

  7. arXiv:2211.04981  [pdf, other

    cs.DS

    Sampling an Edge in Sublinear Time Exactly and Optimally

    Authors: Talya Eden, Shyam Narayanan, Jakub Tětek

    Abstract: Sampling edges from a graph in sublinear time is a fundamental problem and a powerful subroutine for designing sublinear-time algorithms. Suppose we have access to the vertices of the graph and know a constant-factor approximation to the number of edges. An algorithm for pointwise $\varepsilon$-approximate edge sampling with complexity $O(n/\sqrt{\varepsilon m})$ has been given by Eden and Rosenba… ▽ More

    Submitted 14 November, 2022; v1 submitted 9 November, 2022; originally announced November 2022.

  8. arXiv:2208.12025  [pdf, other

    q-bio.NC cs.LG

    Integrating Statistical and Machine Learning Approaches to Identify Receptive Field Structure in Neural Populations

    Authors: Mehrad Sarmashghi, Shantanu P. Jadhav, Uri T. Eden

    Abstract: Neurons can code for multiple variables simultaneously and neuroscientists are often interested in classifying neurons based on their receptive field properties. Statistical models provide powerful tools for determining the factors influencing neural spiking activity and classifying individual neurons. However, as neural recording technologies have advanced to produce simultaneous spiking data fro… ▽ More

    Submitted 27 October, 2022; v1 submitted 25 July, 2022; originally announced August 2022.

  9. arXiv:2208.01197  [pdf, other

    cs.DS cs.CC math.ST

    Bias Reduction for Sum Estimation

    Authors: Talya Eden, Jakob Bæk Tejs Houen, Shyam Narayanan, Will Rosenbaum, Jakub Tětek

    Abstract: In classical statistics and distribution testing, it is often assumed that elements can be sampled from some distribution $P$, and that when an element $x$ is sampled, the probability $P$ of sampling $x$ is also known. Recent work in distribution testing has shown that many algorithms are robust in the sense that they still produce correct output if the elements are drawn from any distribution… ▽ More

    Submitted 1 August, 2022; originally announced August 2022.

  10. arXiv:2203.09572  [pdf, other

    cs.DS cs.LG

    Triangle and Four Cycle Counting with Predictions in Graph Streams

    Authors: Justin Y. Chen, Talya Eden, Piotr Indyk, Honghao Lin, Shyam Narayanan, Ronitt Rubinfeld, Sandeep Silwal, Tal Wagner, David P. Woodruff, Michael Zhang

    Abstract: We propose data-driven one-pass streaming algorithms for estimating the number of triangles and four cycles, two fundamental problems in graph analytics that are widely studied in the graph data stream literature. Recently, (Hsu 2018) and (Jiang 2020) applied machine learning techniques in other data stream problems, using a trained oracle that can predict certain properties of the stream elements… ▽ More

    Submitted 17 March, 2022; originally announced March 2022.

    Comments: To be presented at ICLR 2022

  11. arXiv:2111.10041  [pdf, other

    cs.CG cs.DS cs.LG

    Embeddings and labeling schemes for A*

    Authors: Talya Eden, Piotr Indyk, Haike Xu

    Abstract: A* is a classic and popular method for graphs search and path finding. It assumes the existence of a heuristic function $h(u,t)$ that estimates the shortest distance from any input node $u$ to the destination $t$. Traditionally, heuristics have been handcrafted by domain experts. However, over the last few years, there has been a growing interest in learning heuristic functions. Such learned heuri… ▽ More

    Submitted 18 November, 2021; originally announced November 2021.

    Comments: ITCS 2022

  12. arXiv:2110.15260  [pdf, ps, other

    cs.DS

    Approximating the Arboricity in Sublinear Time

    Authors: Talya Eden, Saleet Mossel, Dana Ron

    Abstract: We consider the problem of approximating the arboricity of a graph $G= (V,E)$, which we denote by $\mathsf{arb}(G)$, in sublinear time, where the arboricity of a graph is the minimal number of forests required to cover its edges. An algorithm for this problem may perform degree and neighbor queries, and is allowed a small error probability. We design an algorithm that outputs an estimate $\hatα$,… ▽ More

    Submitted 28 October, 2021; originally announced October 2021.

  13. arXiv:2110.13324  [pdf, other

    cs.SI cs.DS

    Sampling Multiple Nodes in Large Networks: Beyond Random Walks

    Authors: Omri Ben-Eliezer, Talya Eden, Joel Oren, Dimitris Fotakis

    Abstract: Sampling random nodes is a fundamental algorithmic primitive in the analysis of massive networks, with many modern graph mining algorithms critically relying on it. We consider the task of generating a large collection of random nodes in the network assuming limited query access (where querying a node reveals its set of neighbors). In current approaches, based on long random walks, the number of q… ▽ More

    Submitted 25 October, 2021; originally announced October 2021.

    Comments: To appear in 15th ACM International Conference on Web Search and Data Mining (WSDM 2022). Code available soon at: https://github.com/omribene/sampling-nodes

  14. arXiv:2109.03785  [pdf, ps, other

    cs.DS

    Adversarially Robust Streaming via Dense--Sparse Trade-offs

    Authors: Omri Ben-Eliezer, Talya Eden, Krzysztof Onak

    Abstract: A streaming algorithm is adversarially robust if it is guaranteed to perform correctly even in the presence of an adaptive adversary. Recently, several sophisticated frameworks for robustification of classical streaming algorithms have been developed. One of the main open questions in this area is whether efficient adversarially robust algorithms exist for moment estimation problems under the turn… ▽ More

    Submitted 8 September, 2021; originally announced September 2021.

  15. arXiv:2107.06582  [pdf, other

    cs.DS

    Towards a Decomposition-Optimal Algorithm for Counting and Sampling Arbitrary Motifs in Sublinear Time

    Authors: Amartya Shankha Biswas, Talya Eden, Ronitt Rubinfeld

    Abstract: We consider the problem of sampling and approximately counting an arbitrary given motif $H$ in a graph $G$, where access to $G$ is given via queries: degree, neighbor, and pair, as well as uniform edge sample queries. Previous algorithms for these tasks were based on a decomposition of $H$ into a collection of odd cycles and stars, denoted… ▽ More

    Submitted 19 July, 2021; v1 submitted 14 July, 2021; originally announced July 2021.

  16. arXiv:2106.08396  [pdf, other

    cs.LG cs.DS math.ST

    Learning-based Support Estimation in Sublinear Time

    Authors: Talya Eden, Piotr Indyk, Shyam Narayanan, Ronitt Rubinfeld, Sandeep Silwal, Tal Wagner

    Abstract: We consider the problem of estimating the number of distinct elements in a large data set (or, equivalently, the support size of the distribution induced by the data set) from a random sample of its elements. The problem occurs in many applications, including biology, genomics, computer systems and linguistics. A line of research spanning the last decade resulted in algorithms that estimate the su… ▽ More

    Submitted 15 June, 2021; originally announced June 2021.

    Comments: 17 pages. Published as a conference paper in ICLR 2021

  17. arXiv:2012.04090  [pdf, ps, other

    cs.DS

    Almost Optimal Bounds for Sublinear-Time Sampling of $k$-Cliques: Sampling Cliques is Harder Than Counting

    Authors: Talya Eden, Dana Ron, Will Rosenbaum

    Abstract: In this work, we consider the problem of sampling a $k$-clique in a graph from an almost uniform distribution in sublinear time in the general graph query model. Specifically the algorithm should output each $k$-clique with probability $(1\pm ε)/n_k$, where $n_k$ denotes the number of $k$-cliques in the graph and $ε$ is a given approximation parameter. We prove that the query complexity of this… ▽ More

    Submitted 7 December, 2020; originally announced December 2020.

  18. arXiv:2008.08032  [pdf, ps, other

    cs.DS

    Sampling Multiple Edges Efficiently

    Authors: Talya Eden, Saleet Mossel, Ronitt Rubinfeld

    Abstract: We present a sublinear time algorithm that allows one to sample multiple edges from a distribution that is pointwise $ε$-close to the uniform distribution, in an \emph{amortized-efficient} fashion. We consider the adjacency list query model, where access to a graph $G$ is given via degree and neighbor queries. The problem of sampling a single edge in this model has been raised by Eden and Rosenb… ▽ More

    Submitted 19 July, 2021; v1 submitted 18 August, 2020; originally announced August 2020.

    ACM Class: F.2.2; G.2.2

  19. arXiv:2002.08299  [pdf, other

    cs.DS cs.DC

    Massively Parallel Algorithms for Small Subgraph Counting

    Authors: Amartya Shankha Biswas, Talya Eden, Quanquan C. Liu, Slobodan Mitrović, Ronitt Rubinfeld

    Abstract: Over the last two decades, frameworks for distributed-memory parallel computation, such as MapReduce, Hadoop, Spark and Dryad, have gained significant popularity with the growing prevalence of large network datasets. The Massively Parallel Computation (MPC) model is the de-facto standard for studying graph algorithms in these frameworks theoretically. Subgraph counting is one such fundamental prob… ▽ More

    Submitted 18 July, 2022; v1 submitted 19 February, 2020; originally announced February 2020.

    Comments: Abstract truncated per arXiv requirements

  20. arXiv:1902.08086  [pdf, ps, other

    cs.CC cs.DS

    The Arboricity Captures the Complexity of Sampling Edges

    Authors: Talya Eden, Dana Ron, Will Rosenbaum

    Abstract: In this paper, we revisit the problem of sampling edges in an unknown graph $G = (V, E)$ from a distribution that is (pointwise) almost uniform over $E$. We consider the case where there is some a priori upper bound on the arboriciy of $G$. Given query access to a graph $G$ over $n$ vertices and of average degree $d$ and arboricity at most $α$, we design an algorithm that performs… ▽ More

    Submitted 21 February, 2019; originally announced February 2019.

  21. arXiv:1811.04425  [pdf, ps, other

    cs.DS

    Faster sublinear approximations of $k$-cliques for low arboricity graphs

    Authors: Talya Eden, Dana Ron, C. Seshadhri

    Abstract: Given query access to an undirected graph $G$, we consider the problem of computing a $(1\pmε)$-approximation of the number of $k$-cliques in $G$. The standard query model for general graphs allows for degree queries, neighbor queries, and pair queries. Let $n$ be the number of vertices, $m$ be the number of edges, and $n_k$ be the number of $k$-cliques. Previous work by Eden, Ron and Seshadhri (S… ▽ More

    Submitted 11 November, 2018; originally announced November 2018.

  22. arXiv:1710.08607  [pdf, other

    cs.SI cs.DS math.ST

    Provable and practical approximations for the degree distribution using sublinear graph samples

    Authors: Talya Eden, Shweta Jain, Ali Pinar, Dana Ron, C. Seshadhri

    Abstract: The degree distribution is one of the most fundamental properties used in the analysis of massive graphs. There is a large literature on graph sampling, where the goal is to estimate properties (especially the degree distribution) of a large graph through a small, random sample. The degree distribution estimation poses a significant challenge, due to its heavy-tailed nature and the large variance… ▽ More

    Submitted 28 August, 2018; v1 submitted 24 October, 2017; originally announced October 2017.

    Comments: Longer version of the WWW 2018 submission

  23. arXiv:1709.04262  [pdf, ps, other

    cs.CC math.CO

    Lower Bounds for Approximating Graph Parameters via Communication Complexity

    Authors: Talya Eden, Will Rosenbaum

    Abstract: In a celebrated work, Blais, Brody, and Matulef developed a technique for proving property testing lower bounds via reductions from communication complexity. Their work focused on testing properties of functions, and yielded new lower bounds as well as simplified analyses of known lower bounds. Here, we take a further step in generalizing the methodology of Blais et al. to analyze the query comple… ▽ More

    Submitted 25 January, 2018; v1 submitted 13 September, 2017; originally announced September 2017.

    Comments: Current version includes new section on graph connectivity, as well as various improvements throughout

  24. arXiv:1707.04864  [pdf, ps, other

    cs.DS

    Testing bounded arboricity

    Authors: Talya Eden, Reut Levi, Dana Ron

    Abstract: In this paper we consider the problem of testing whether a graph has bounded arboricity. The family of graphs with bounded arboricity includes, among others, bounded-degree graphs, all minor-closed graph classes (e.g. planar graphs, graphs with bounded treewidth) and randomly generated preferential attachment graphs. Graphs with bounded arboricity have been studied extensively in the past, in part… ▽ More

    Submitted 27 April, 2021; v1 submitted 16 July, 2017; originally announced July 2017.

  25. arXiv:1707.04858  [pdf, ps, other

    cs.DS

    On Approximating the Number of $k$-cliques in Sublinear Time

    Authors: Talya Eden, Dana Ron, C. Seshadhri

    Abstract: We study the problem of approximating the number of $k$-cliques in a graph when given query access to the graph. We consider the standard query model for general graphs via (1) degree queries, (2) neighbor queries and (3) pair queries. Let $n$ denote the number of vertices in the graph, $m$ the number of edges, and $C_k$ the number of $k$-cliques. We design an algorithm that outputs a… ▽ More

    Submitted 12 March, 2018; v1 submitted 16 July, 2017; originally announced July 2017.

  26. arXiv:1706.09748  [pdf, ps, other

    cs.CC cs.DM math.CO math.PR

    On Sampling Edges Almost Uniformly

    Authors: Talya Eden, Will Rosenbaum

    Abstract: We consider the problem of sampling an edge almost uniformly from an unknown graph, $G = (V, E)$. Access to the graph is provided via queries of the following types: (1) uniform vertex queries, (2) degree queries, and (3) neighbor queries. We describe an algorithm that returns a random edge $e \in E$ using $\tilde{O}(n / \sqrt{\varepsilon m})$ queries in expectation, where $n = |V|$ is the number… ▽ More

    Submitted 29 June, 2017; originally announced June 2017.

  27. arXiv:1607.03938  [pdf, ps, other

    cs.DS cs.CC cs.DM

    Tolerant Junta Testing and the Connection to Submodular Optimization and Function Isomorphism

    Authors: Eric Blais, Clément L. Canonne, Talya Eden, Amit Levi, Dana Ron

    Abstract: A function $f\colon \{-1,1\}^n \to \{-1,1\}$ is a $k$-junta if it depends on at most $k$ of its variables. We consider the problem of tolerant testing of $k$-juntas, where the testing algorithm must accept any function that is $ε$-close to some $k$-junta and reject any function that is $ε'$-far from every $k'$-junta for some $ε'= O(ε)$ and $k' = O(k)$. Our first result is an algorithm that solve… ▽ More

    Submitted 3 November, 2016; v1 submitted 13 July, 2016; originally announced July 2016.

    Comments: Polished the writing, corrected typos, and fixed an issue in the proof of Theorem 1.2

  28. arXiv:1604.03661  [pdf, ps, other

    cs.DS cs.DM

    Sublinear Time Estimation of Degree Distribution Moments: The Degeneracy Connection

    Authors: Talya Eden, Dana Ron, C. Seshadhri

    Abstract: We revisit the classic problem of estimating the degree distribution moments of an undirected graph. Consider an undirected graph $G=(V,E)$ with $n$ vertices, and define (for $s > 0$) $μ_s = \frac{1}{n}\cdot\sum_{v \in V} d^s_v$. Our aim is to estimate $μ_s$ within a multiplicative error of $(1+ε)$ (for a given approximation parameter $ε>0$) in sublinear time. We consider the sparse graph model th… ▽ More

    Submitted 16 February, 2017; v1 submitted 13 April, 2016; originally announced April 2016.

  29. Approximately Counting Triangles in Sublinear Time

    Authors: Talya Eden, Amit Levi, Dana Ron, C. Seshadhri

    Abstract: We consider the problem of estimating the number of triangles in a graph. This problem has been extensively studied in both theory and practice, but all existing algorithms read the entire graph. In this work we design a {\em sublinear-time\/} algorithm for approximating the number of triangles in a graph, where the algorithm is given query access to the graph. The allowed queries are degree queri… ▽ More

    Submitted 22 September, 2015; v1 submitted 3 April, 2015; originally announced April 2015.

    Comments: To appear in the 56th Annual IEEE Symposium on Foundations of Computer Science (FOCS 2015)