Zum Hauptinhalt springen

Showing 1–32 of 32 results for author: Neiman, O

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

    cs.DS

    Path-Reporting Distance Oracles with Linear Size

    Authors: Ofer Neiman, Idan Shabat

    Abstract: Given an undirected weighted graph, an (approximate) distance oracle is a data structure that can (approximately) answer distance queries. A {\em Path-Reporting Distance Oracle}, or {\em PRDO}, is a distance oracle that must also return a path between the queried vertices. Given a graph on $n$ vertices and an integer parameter $k\ge 1$, Thorup and Zwick \cite{TZ01} showed a PRDO with stretch… ▽ More

    Submitted 23 May, 2024; originally announced May 2024.

    Comments: 27 pages, 2 figures

  2. arXiv:2311.13673  [pdf, other

    cs.DS

    On the Size Overhead of Pairwise Spanners

    Authors: Ofer Neiman, Idan Shabat

    Abstract: Given an undirected possibly weighted $n$-vertex graph $G=(V,E)$ and a set $\mathcal{P}\subseteq V^2$ of pairs, a subgraph $S=(V,E')$ is called a ${\cal P}$-pairwise $α$-spanner of $G$, if for every pair $(u,v)\in\mathcal{P}$ we have $d_S(u,v)\leqα\cdot d_G(u,v)$. The parameter $α$ is called the stretch of the spanner, and its size overhead is define as $\frac{|E'|}{|{\cal P}|}$. A surprising co… ▽ More

    Submitted 22 November, 2023; originally announced November 2023.

    Comments: 46 pages, 5 figures

  3. arXiv:2307.16612  [pdf, other

    cs.DS cs.CG

    Light, Reliable Spanners

    Authors: Arnold Filtser, Yuval Gitlitz, Ofer Neiman

    Abstract: A \emph{$ν$-reliable spanner} of a metric space $(X,d)$, is a (dominating) graph $H$, such that for any possible failure set $B\subseteq X$, there is a set $B^+$ just slightly larger $|B^+|\le(1+ν)\cdot|B|$, and all distances between pairs in $X\setminus B^+$ are (approximately) preserved in $H\setminus B$. Recently, there have been several works on sparse reliable spanners in various settings, bu… ▽ More

    Submitted 31 July, 2023; originally announced July 2023.

  4. arXiv:2108.09673  [pdf, other

    cs.DS

    A Unified Framework for Hopsets and Spanners

    Authors: Idan Shabat, Ofer Neiman

    Abstract: Given an undirected graph $G=(V,E)$, an {\em $(α,β)$-spanner} $H=(V,E')$ is a subgraph that approximately preserves distances; for every $u,v\in V$, $d_H(u,v)\le α\cdot d_G(u,v)+β$. An $(α,β)$-hopset is a graph $H=(V,E")$, so that adding its edges to $G$ guarantees every pair has an $α$-approximate shortest path that has at most $β$ edges (hops), that is,… ▽ More

    Submitted 24 August, 2021; v1 submitted 22 August, 2021; originally announced August 2021.

    Comments: 47 pages, 3 figures

  5. arXiv:2009.11009  [pdf, other

    eess.IV cs.CV

    Automatic Breast Lesion Classification by Joint Neural Analysis of Mammography and Ultrasound

    Authors: Gavriel Habib, Nahum Kiryati, Miri Sklair-Levy, Anat Shalmon, Osnat Halshtok Neiman, Renata Faermann Weidenfeld, Yael Yagil, Eli Konen, Arnaldo Mayer

    Abstract: Mammography and ultrasound are extensively used by radiologists as complementary modalities to achieve better performance in breast cancer diagnosis. However, existing computer-aided diagnosis (CAD) systems for the breast are generally based on a single modality. In this work, we propose a deep-learning based method for classifying breast cancer lesions from their respective mammography and ultras… ▽ More

    Submitted 23 September, 2020; originally announced September 2020.

    Comments: 10 pages including references, 8 figures, 1 table. Accepted to MICCAI ML-CDS 2020 workshop (ML-CDS 2020/CLIP 2020, LNCS 12445 proceedings)

  6. arXiv:2008.09877  [pdf, other

    cs.DS

    Improved Weighted Additive Spanners

    Authors: Michael Elkin, Yuval Gitlitz, Ofer Neiman

    Abstract: Graph spanners and emulators are sparse structures that approximately preserve distances of the original graph. While there has been an extensive amount of work on additive spanners, so far little attention was given to weighted graphs. Only very recently [ABSKS20] extended the classical +2 (respectively, +4) spanners for unweighted graphs of size $O(n^{3/2})$ (resp., $O(n^{7/5})$) to the weighted… ▽ More

    Submitted 28 February, 2021; v1 submitted 22 August, 2020; originally announced August 2020.

  7. arXiv:2004.07572  [pdf, ps, other

    cs.DS

    Centralized, Parallel, and Distributed Multi-Source Shortest Paths via Hopsets and Rectangular Matrix Multiplication

    Authors: Michael Elkin, Ofer Neiman

    Abstract: Consider an undirected weighted graph $G = (V,E,w)$. We study the problem of computing $(1+ε)$-approximate shortest paths for $S \times V$, for a subset $S \subseteq V$ of $|S| = n^r$ sources, for some $0 < r \le 1$. We devise a significantly improved algorithm for this problem in the entire range of parameter $r$, in both the classical centralized and the parallel (PRAM) models of computation, an… ▽ More

    Submitted 12 February, 2021; v1 submitted 16 April, 2020; originally announced April 2020.

  8. arXiv:2001.07477  [pdf, other

    cs.DS

    Near-Additive Spanners and Near-Exact Hopsets, A Unified View

    Authors: Michael Elkin, Ofer Neiman

    Abstract: Given an {\em unweighted} undirected graph $G = (V,E)$, and a pair of parameters $ε> 0$, $β= 1,2,\ldots$, a subgraph $G' =(V,H)$, $H \subseteq E$, of $G$ is a {\em $(1+ε,β)$-spanner} (aka, a {\em near-additive spanner}) of $G$ if for every $u,v \in V$, $$d_{G'}(u,v) \le (1+ε)d_G(u,v) + β~.$$ It was shown in \cite{EP01} that for any $n$-vertex $G$ as above, and any $ε> 0$ and $κ= 1,2,\ldots$, there… ▽ More

    Submitted 21 January, 2020; originally announced January 2020.

    Comments: A survey

  9. arXiv:1907.11422  [pdf, other

    cs.DS

    Almost Shortest Paths with Near-Additive Error in Weighted Graphs

    Authors: Michael Elkin, Yuval Gitlitz, Ofer Neiman

    Abstract: Let $G=(V,E,w)$ be a weighted undirected graph with $n$ vertices and $m$ edges, and fix a set of $s$ sources $S\subseteq V$. We study the problem of computing {\em almost shortest paths} (ASP) for all pairs in $S \times V$ in both classical centralized and parallel (PRAM) models of computation. Consider the regime of multiplicative approximation of $1+ε$, for an arbitrarily small constant $ε> 0$ .… ▽ More

    Submitted 12 July, 2022; v1 submitted 26 July, 2019; originally announced July 2019.

  10. arXiv:1907.06983  [pdf, other

    cs.DS

    Lossless Prioritized Embeddings

    Authors: Michael Elkin, Ofer Neiman

    Abstract: Given metric spaces $(X,d)$ and $(Y,ρ)$ and an ordering $x_1,x_2,\ldots,x_n$ of $(X,d)$, an embedding $f: X \rightarrow Y$ is said to have a prioritized distortion $α(\cdot)$, if for any pair $x_j,x'$ of distinct points in $X$, the distortion provided by $f$ for this pair is at most $α(j)$. If $Y$ is a normed space, the embedding is said to have prioritized dimension $β(\cdot)$, if $f(x_j)$ may ha… ▽ More

    Submitted 16 July, 2019; originally announced July 2019.

    Comments: abstract was shortened

  11. arXiv:1905.07559  [pdf, other

    cs.DS

    Covering Metric Spaces by Few Trees

    Authors: Yair Bartal, Nova Fandina, Ofer Neiman

    Abstract: A {\em tree cover} of a metric space $(X,d)$ is a collection of trees, so that every pair $x,y\in X$ has a low distortion path in one of the trees. If it has the stronger property that every point $x\in X$ has a single tree with low distortion paths to all other points, we call this a {\em Ramsey} tree cover. Tree covers and Ramsey tree covers have been studied by \cite{BLMN03,GKR04,CGMZ05,GHR06,M… ▽ More

    Submitted 18 May, 2019; originally announced May 2019.

  12. arXiv:1905.02592  [pdf, other

    cs.DS

    Distributed Construction of Light Networks

    Authors: Michael Elkin, Arnold Filtser, Ofer Neiman

    Abstract: A $t$-{\em spanner} $H$ of a weighted graph $G=(V,E,w)$ is a subgraph that approximates all pairwise distances up to a factor of $t$. The {\em lightness} of $H$ is defined as the ratio between the weight of $H$ to that of the minimum spanning tree. An $(α,β)$-{\em Shallow Light Tree} (SLT) is a tree of lightness $β$, that approximates all distances from a designated root vertex up to a factor of… ▽ More

    Submitted 7 May, 2019; originally announced May 2019.

  13. arXiv:1804.07456  [pdf, ps, other

    cs.DS

    Light Spanners for High Dimensional Norms via Stochastic Decompositions

    Authors: Arnold Filtser, Ofer Neiman

    Abstract: Spanners for low dimensional spaces (e.g. Euclidean space of constant dimension, or doubling metrics) are well understood. This lies in contrast to the situation in high dimensional spaces, where except for the work of Har-Peled, Indyk and Sidiropoulos (SODA 2013), who showed that any $n$-point Euclidean metric has an $O(t)$-spanner with $\tilde{O}(n^{1+1/t^2})$ edges, little is known. In this p… ▽ More

    Submitted 20 April, 2018; originally announced April 2018.

  14. arXiv:1802.07967  [pdf, ps, other

    cs.DS cs.CG

    Near Isometric Terminal Embeddings for Doubling Metrics

    Authors: Michael Elkin, Ofer Neiman

    Abstract: Given a metric space $(X,d)$, a set of terminals $K\subseteq X$, and a parameter $t\ge 1$, we consider metric structures (e.g., spanners, distance oracles, embedding into normed spaces) that preserve distances for all pairs in $K\times X$ up to a factor of $t$, and have small size (e.g. number of edges for spanners, dimension for embeddings). While such terminal (aka source-wise) metric structures… ▽ More

    Submitted 22 February, 2018; originally announced February 2018.

  15. arXiv:1708.04073  [pdf, other

    cs.DS

    Metric Embedding via Shortest Path Decompositions

    Authors: Ittai Abraham, Arnold Filtser, Anupam Gupta, Ofer Neiman

    Abstract: We study the problem of embedding shortest-path metrics of weighted graphs into $\ell_p$ spaces. We introduce a new embedding technique based on low-depth decompositions of a graph via shortest paths. The notion of Shortest Path Decomposition depth is inductively defined: A (weighed) path graph has shortest path decomposition (SPD) depth $1$. General graph has an SPD of depth $k$ if it contains a… ▽ More

    Submitted 2 January, 2023; v1 submitted 14 August, 2017; originally announced August 2017.

  16. arXiv:1707.08769  [pdf, other

    cs.DS

    Ramsey Spanning Trees and their Applications

    Authors: Ittai Abraham, Shiri Chechik, Michael Elkin, Arnold Filtser, Ofer Neiman

    Abstract: The metric Ramsey problem asks for the largest subset $S$ of a metric space that can be embedded into an ultrametric (more generally into a Hilbert space) with a given distortion. Study of this problem was motivated as a non-linear version of Dvoretzky theorem. Mendel and Naor 2007 devised the so called Ramsey Partitions to address this problem, and showed the algorithmic applications of their tec… ▽ More

    Submitted 27 July, 2017; originally announced July 2017.

  17. arXiv:1704.08468  [pdf, ps, other

    cs.DS

    Linear-Size Hopsets with Small Hopbound, and Distributed Routing with Low Memory

    Authors: Michael Elkin, Ofer Neiman

    Abstract: For a positive parameter $β$, the $β$-bounded distance between a pair of vertices $u,v$ in a weighted undirected graph $G = (V,E,ω)$ is the length of the shortest $u-v$ path in $G$ with at most $β$ edges, aka {\em hops}. For $β$ as above and $ε>0$, a {\em $(β,ε)$-hopset} of $G = (V,E,ω)$ is a graph $G' =(V,H,ω_H)$ on the same vertex set, such that all distances in $G$ are $(1+ε)$-approximated by… ▽ More

    Submitted 27 April, 2017; originally announced April 2017.

  18. arXiv:1609.08801  [pdf, ps, other

    cs.DS

    On Notions of Distortion and an Almost Minimum Spanning Tree with Constant Average Distortion

    Authors: Yair Bartal, Arnold Filtser, Ofer Neiman

    Abstract: This paper makes two main contributions: The first is the construction of a near-minimum spanning tree with constant average distortion. The second is a general equivalence theorem relating two refined notions of distortion: scaling distortion and prioritized distortion. Minimum Spanning Trees of weighted graphs are fundamental objects in numerous applications. In particular in distributed netwo… ▽ More

    Submitted 12 November, 2018; v1 submitted 28 September, 2016; originally announced September 2016.

    Comments: Full version

  19. arXiv:1609.06111  [pdf, other

    math.CO cs.DM

    On Vertex Rankings of Graphs and its Relatives

    Authors: Ilan Karpas, Ofer Neiman, Shakhar Smorodinsky

    Abstract: A vertex ranking of a graph is an assignment of ranks (or colors) to the vertices of the graph, in such a way that any simple path connecting two vertices of equal rank, must contain a vertex of a higher rank. In this paper we study a relaxation of this notion, in which the requirement above should only hold for paths of some bounded length $l$ for some fixed $l$. For instance, already the case… ▽ More

    Submitted 20 September, 2016; originally announced September 2016.

    Comments: 14 pages

  20. arXiv:1607.08337  [pdf, ps, other

    cs.DS

    Efficient Algorithms for Constructing Very Sparse Spanners and Emulators

    Authors: Michael Elkin, Ofer Neiman

    Abstract: Miller et al. \cite{MPVX15} devised a distributed\footnote{They actually showed a PRAM algorithm. The distributed algorithm with these properties is implicit in \cite{MPVX15}.} algorithm in the CONGEST model, that given a parameter $k = 1,2,\ldots$, constructs an $O(k)$-spanner of an input unweighted $n$-vertex graph with $O(n^{1+1/k})$ expected edges in $O(k)$ rounds of communication. In this pap… ▽ More

    Submitted 6 February, 2017; v1 submitted 28 July, 2016; originally announced July 2016.

  21. arXiv:1605.04538  [pdf, ps, other

    cs.DS

    Hopsets with Constant Hopbound, and Applications to Approximate Shortest Paths

    Authors: Michael Elkin, Ofer Neiman

    Abstract: A $(β,ε)$-hopset for a weighted undirected $n$-vertex graph $G=(V,E)$ is a set of edges, whose addition to the graph guarantees that every pair of vertices has a path between them that contains at most $β$ edges, whose length is within $1+ε$ of the shortest path. In her seminal paper, Cohen \cite[JACM 2000]{C00} introduced the notion of hopsets in the context of parallel computation of approximate… ▽ More

    Submitted 15 May, 2016; originally announced May 2016.

  22. arXiv:1603.02321  [pdf, other

    cs.DS

    Terminal Embeddings

    Authors: Michael Elkin, Arnold Filtser, Ofer Neiman

    Abstract: In this paper we study {\em terminal embeddings}, in which one is given a finite metric $(X,d_X)$ (or a graph $G=(V,E)$) and a subset $K \subseteq X$ of its points are designated as {\em terminals}. The objective is to embed the metric into a normed space, while approximately preserving all distances among pairs that contain a terminal. We devise such embeddings in various settings, and conclude t… ▽ More

    Submitted 7 March, 2016; originally announced March 2016.

  23. arXiv:1602.05437  [pdf, ps, other

    cs.DS

    Distributed Strong Diameter Network Decomposition

    Authors: Michael Elkin, Ofer Neiman

    Abstract: For a pair of positive parameters $D,χ$, a partition ${\cal P}$ of the vertex set $V$ of an $n$-vertex graph $G = (V,E)$ into disjoint clusters of diameter at most $D$ each is called a $(D,χ)$ network decomposition, if the supergraph ${\cal G}({\cal P})$, obtained by contracting each of the clusters of ${\cal P}$, can be properly $χ$-colored. The decomposition ${\cal P}$ is said to be strong (resp… ▽ More

    Submitted 17 February, 2016; originally announced February 2016.

  24. arXiv:1602.02293  [pdf, ps, other

    cs.DC cs.DS

    On Efficient Distributed Construction of Near Optimal Routing Schemes

    Authors: Michael Elkin, Ofer Neiman

    Abstract: Given a distributed network represented by a weighted undirected graph $G=(V,E)$ on $n$ vertices, and a parameter $k$, we devise a distributed algorithm that computes a routing scheme in $(n^{1/2+1/k}+D)\cdot n^{o(1)}$ rounds, where $D$ is the hop-diameter of the network. The running time matches the lower bound of $\tildeΩ(n^{1/2}+D)$ rounds (which holds for any scheme with polynomial stretch), u… ▽ More

    Submitted 20 November, 2016; v1 submitted 6 February, 2016; originally announced February 2016.

  25. arXiv:1502.05543  [pdf, other

    cs.DS

    Prioritized Metric Structures and Embedding

    Authors: Michael Elkin, Arnold Filtser, Ofer Neiman

    Abstract: Metric data structures (distance oracles, distance labeling schemes, routing schemes) and low-distortion embeddings provide a powerful algorithmic methodology, which has been successfully applied for approximation algorithms \cite{llr}, online algorithms \cite{BBMN11}, distributed algorithms \cite{KKMPT12} and for computing sparsifiers \cite{ST04}. However, this methodology appears to have a limit… ▽ More

    Submitted 7 April, 2015; v1 submitted 19 February, 2015; originally announced February 2015.

    Comments: To appear at STOC 2015

  26. arXiv:1410.0768  [pdf, ps, other

    cs.DS

    Space-Efficient Path-Reporting Approximate Distance Oracles

    Authors: Michael Elkin, Ofer Neiman, Christian Wulff-Nilsen

    Abstract: We consider approximate {\em path-reporting} distance oracles, distance labeling and labeled routing with extremely low space requirement, for general undirected graphs. For distance oracles, we show how to break the n\log n space bound of Thorup and Zwick if approximate {\em paths} rather than distances need to be reported. For approximate distance labeling and labeled routing, we break the previ… ▽ More

    Submitted 3 October, 2014; originally announced October 2014.

  27. arXiv:1404.7703  [pdf, other

    cs.DS

    Light Spanners

    Authors: Michael Elkin, Ofer Neiman, Shay Solomon

    Abstract: A $t$-spanner of a weighted undirected graph $G=(V,E)$, is a subgraph $H$ such that $d_H(u,v)\le t\cdot d_G(u,v)$ for all $u,v\in V$. The sparseness of the spanner can be measured by its size (the number of edges) and weight (the sum of all edge weights), both being important measures of the spanner's quality -- in this work we focus on the latter. Specifically, it is shown that for any paramete… ▽ More

    Submitted 30 April, 2014; originally announced April 2014.

    Comments: 10 pages, 1 figure, to appear in ICALP 2014

  28. arXiv:1311.3048  [pdf, other

    cs.DS

    Cops, Robbers, and Threatening Skeletons: Padded Decomposition for Minor-Free Graphs

    Authors: Ittai Abraham, Cyril Gavoille, Anupam Gupta, Ofer Neiman, Kunal Talwar

    Abstract: We prove that any graph excluding $K_r$ as a minor has can be partitioned into clusters of diameter at most $Δ$ while removing at most $O(r/Δ)$ fraction of the edges. This improves over the results of Fakcharoenphol and Talwar, who building on the work of Klein, Plotkin and Rao gave a partitioning that required to remove $O(r^2/Δ)$ fraction of the edges. Our result is obtained by a new approach… ▽ More

    Submitted 10 January, 2021; v1 submitted 13 November, 2013; originally announced November 2013.

  29. arXiv:1308.4996  [pdf, other

    cs.CG

    On the Impossibility of Dimension Reduction for Doubling Subsets of $\ell_p$, $p>2$

    Authors: Yair Bartal, Lee-Ad Gottlieb, Ofer Neiman

    Abstract: A major open problem in the field of metric embedding is the existence of dimension reduction for $n$-point subsets of Euclidean space, such that both distortion and dimension depend only on the {\em doubling constant} of the pointset, and not on its cardinality. In this paper, we negate this possibility for $\ell_p$ spaces with $p>2$. In particular, we introduce an $n$-point subset of $\ell_p$ wi… ▽ More

    Submitted 22 August, 2013; originally announced August 2013.

  30. arXiv:1207.1277  [pdf, ps, other

    cs.DS

    Simple Deterministic Algorithms for Fully Dynamic Maximal Matching

    Authors: Ofer Neiman, Shay Solomon

    Abstract: A maximal matching can be maintained in fully dynamic (supporting both addition and deletion of edges) $n$-vertex graphs using a trivial deterministic algorithm with a worst-case update time of O(n). No deterministic algorithm that outperforms the naïve O(n) one was reported up to this date. The only progress in this direction is due to Ivković and Lloyd \cite{IL93}, who in 1993 devised a determin… ▽ More

    Submitted 18 February, 2013; v1 submitted 5 July, 2012; originally announced July 2012.

  31. arXiv:0808.2017  [pdf, ps, other

    cs.DS cs.DM

    Nearly Tight Low Stretch Spanning Trees

    Authors: Ittai Abraham, Yair Bartal, Ofer Neiman

    Abstract: We prove that any graph $G$ with $n$ points has a distribution $\mathcal{T}$ over spanning trees such that for any edge $(u,v)$ the expected stretch $E_{T \sim \mathcal{T}}[d_T(u,v)/d_G(u,v)]$ is bounded by $\tilde{O}(\log n)$. Our result is obtained via a new approach of building ``highways'' between portals and a new strong diameter probabilistic decomposition theorem.

    Submitted 14 August, 2008; originally announced August 2008.

  32. arXiv:cs/0610003  [pdf, ps, other

    cs.DM

    Embedding Metrics into Ultrametrics and Graphs into Spanning Trees with Constant Average Distortion

    Authors: Ittai Abraham, Yair Bartal, Ofer Neiman

    Abstract: This paper addresses the basic question of how well can a tree approximate distances of a metric space or a graph. Given a graph, the problem of constructing a spanning tree in a graph which strongly preserves distances in the graph is a fundamental problem in network design. We present scaling distortion embeddings where the distortion scales as a function of $ε$, with the guarantee that for ea… ▽ More

    Submitted 16 October, 2006; v1 submitted 1 October, 2006; originally announced October 2006.

    Comments: Extended abstrat apears in SODA 2007