Skip to main content

Showing 1–16 of 16 results for author: Trabelsi, O

.
  1. arXiv:2304.04667  [pdf, other

    cs.DS

    (Almost) Ruling Out SETH Lower Bounds for All-Pairs Max-Flow

    Authors: Ohad Trabelsi

    Abstract: The All-Pairs Max-Flow problem has gained significant popularity in the last two decades, and many results are known regarding its fine-grained complexity. Despite this, wide gaps remain in our understanding of the time complexity for several basic variants of the problem. In this paper, we aim to bridge this gap by providing algorithms, conditional lower bounds, and non-reducibility results. Our… ▽ More

    Submitted 24 November, 2023; v1 submitted 10 April, 2023; originally announced April 2023.

  2. arXiv:2212.11944  [pdf, other

    cs.DS math.CO

    Bridge Girth: A Unifying Notion in Network Design

    Authors: Greg Bodwin, Gary Hoppenworth, Ohad Trabelsi

    Abstract: A classic 1993 paper by Althőfer et al. proved a tight reduction from spanners, emulators, and distance oracles to the extremal function $γ$ of high-girth graphs. This paper initiated a large body of work in network design, in which problems are attacked by reduction to $γ$ or the analogous extremal function for other girth concepts. In this paper, we introduce and study a new girth concept that w… ▽ More

    Submitted 15 August, 2023; v1 submitted 22 December, 2022; originally announced December 2022.

  3. arXiv:2111.04958  [pdf, other

    cs.DS

    Breaking the Cubic Barrier for All-Pairs Max-Flow: Gomory-Hu Tree in Nearly Quadratic Time

    Authors: Amir Abboud, Robert Krauthgamer, Jason Li, Debmalya Panigrahi, Thatchaphol Saranurak, Ohad Trabelsi

    Abstract: In 1961, Gomory and Hu showed that the All-Pairs Max-Flow problem of computing the max-flow between all $n\choose 2$ pairs of vertices in an undirected graph can be solved using only $n-1$ calls to any (single-pair) max-flow algorithm. Even assuming a linear-time max-flow algorithm, this yields a running time of $O(mn)$, which is $O(n^3)$ when $m = Θ(n^2)$. While subsequent work has improved this… ▽ More

    Submitted 3 August, 2022; v1 submitted 9 November, 2021; originally announced November 2021.

  4. arXiv:2110.15891  [pdf, ps, other

    cs.DS

    Friendly Cut Sparsifiers and Faster Gomory-Hu Trees

    Authors: Amir Abboud, Robert Krauthgamer, Ohad Trabelsi

    Abstract: We devise new cut sparsifiers that are related to the classical sparsification of Nagamochi and Ibaraki [Algorithmica, 1992], which is an algorithm that, given an unweighted graph $G$ on $n$ nodes and a parameter $k$, computes a subgraph with $O(nk)$ edges that preserves all cuts of value up to $k$. We put forward the notion of a friendly cut sparsifier, which is a minor of $G$ that preserves all… ▽ More

    Submitted 29 October, 2021; originally announced October 2021.

  5. arXiv:2106.02981  [pdf, other

    cs.DS

    APMF < APSP? Gomory-Hu Tree for Unweighted Graphs in Almost-Quadratic Time

    Authors: Amir Abboud, Robert Krauthgamer, Ohad Trabelsi

    Abstract: We design an $n^{2+o(1)}$-time algorithm that constructs a cut-equivalent (Gomory-Hu) tree of a simple graph on $n$ nodes. This bound is almost-optimal in terms of $n$, and it improves on the recent $\tilde{O}(n^{2.5})$ bound by the authors (STOC 2021), which was the first to break the cubic barrier. Consequently, the All-Pairs Maximum-Flow (APMF) problem has time complexity $n^{2+o(1)}$, and for… ▽ More

    Submitted 5 June, 2021; originally announced June 2021.

  6. arXiv:2012.10281  [pdf, other

    cs.DS

    Subcubic Algorithms for Gomory-Hu Tree in Unweighted Graphs

    Authors: Amir Abboud, Robert Krauthgamer, Ohad Trabelsi

    Abstract: Every undirected graph $G$ has a (weighted) cut-equivalent tree $T$, commonly named after Gomory and Hu who discovered it in 1961. Both $T$ and $G$ have the same node set, and for every node pair $s,t$, the minimum $(s,t)$-cut in $T$ is also an exact minimum $(s,t)$-cut in $G$. We give the first subcubic-time algorithm that constructs such a tree for a simple graph $G$ (unweighted with no parall… ▽ More

    Submitted 14 April, 2021; v1 submitted 18 December, 2020; originally announced December 2020.

  7. arXiv:2009.06090  [pdf, other

    cs.DS

    Cut-Equivalent Trees are Optimal for Min-Cut Queries

    Authors: Amir Abboud, Robert Krauthgamer, Ohad Trabelsi

    Abstract: Min-Cut queries are fundamental: Preprocess an undirected edge-weighted graph, to quickly report a minimum-weight cut that separates a query pair of nodes $s,t$. The best data structure known for this problem simply builds a cut-equivalent tree, discovered 60 years ago by Gomory and Hu, who also showed how to construct it using $n-1$ minimum $st$-cut computations. Using state-of-the-art algorithms… ▽ More

    Submitted 13 September, 2020; originally announced September 2020.

  8. arXiv:1912.06045  [pdf

    physics.med-ph q-bio.TO

    In vitro histomechanical effects of enzymatic degradation in carotid arteries during inflation tests with pulsatile loading

    Authors: Olfa Trabelsi, Virginie Dumas, Edouard Breysse, Norbert Laroche, StéPhane Avril

    Abstract: In this paper, the objective is to assess the histomechanical effects of collagen proteolysis in arteries under loading conditions reproducing in vivo environment. Thirteen segments of common porcine carotid arteries (8 proximal and 5 distal) were immersed in a bath of bacterial collagenase and tested with a pulsatile tension/inflation machine. Diameter, pressure and axial load were monitored thro… ▽ More

    Submitted 12 December, 2019; originally announced December 2019.

    Journal ref: Journal of the Mechanical Behavior of Biomedical Materials, 2020, 103, pp.103550

  9. arXiv:1901.01412  [pdf, other

    cs.DS

    New Algorithms and Lower Bounds for All-Pairs Max-Flow in Undirected Graphs

    Authors: Amir Abboud, Robert Krauthgamer, Ohad Trabelsi

    Abstract: We investigate the time-complexity of the All-Pairs Max-Flow problem: Given a graph with $n$ nodes and $m$ edges, compute for all pairs of nodes the maximum-flow value between them. If Max-Flow (the version with a given source-sink pair $s,t$) can be solved in time $T(m)$, then an $O(n^2) \cdot T(m)$ is a trivial upper bound. But can we do better? For directed graphs, recent results in fine-grai… ▽ More

    Submitted 9 July, 2019; v1 submitted 5 January, 2019; originally announced January 2019.

  10. arXiv:1809.00942  [pdf, other

    cs.DS

    Relaxed Voronoi: a Simple Framework for Terminal-Clustering Problems

    Authors: Arnold Filtser, Robert Krauthgamer, Ohad Trabelsi

    Abstract: We reprove three known algorithmic bounds for terminal-clustering problems, using a single framework that leads to simpler proofs. In this genre of problems, the input is a metric space $(X,d)$ (possibly arising from a graph) and a subset of terminals $K\subset X$, and the goal is to partition the points $X$ such that each part, called a cluster, contains exactly one terminal (possibly with connec… ▽ More

    Submitted 6 November, 2018; v1 submitted 4 September, 2018; originally announced September 2018.

  11. arXiv:1807.05803  [pdf, other

    cs.DS

    Faster Algorithms for All-Pairs Bounded Min-Cuts

    Authors: Amir Abboud, Loukas Georgiadis, Giuseppe F. Italiano, Robert Krauthgamer, Nikos Parotsidis, Ohad Trabelsi, Przemysław Uznański, Daniel Wolleb-Graf

    Abstract: The All-Pairs Min-Cut problem (aka All-Pairs Max-Flow) asks to compute a minimum $s$-$t$ cut (or just its value) for all pairs of vertices $s,t$. We study this problem in directed graphs with unit edge/vertex capacities (corresponding to edge/vertex connectivity). Our focus is on the $k$-bounded case, where the algorithm has to find all pairs with min-cut value less than $k$, and report only those… ▽ More

    Submitted 21 February, 2019; v1 submitted 16 July, 2018; originally announced July 2018.

  12. arXiv:1803.04940  [pdf, ps, other

    cs.DS

    Nearly Optimal Time Bounds for kPath in Hypergraphs

    Authors: Lior Kamma, Ohad Trabelsi

    Abstract: We give almost tight conditional lower bounds on the running time of the kHyperPath problem. Given an $r$-uniform hypergraph for some integer $r$, kHyperPath seeks a tight path of length $k$. That is, a sequence of $k$ nodes such that every consecutive $r$ of them constitute a hyperedge in the graph. This problem is a natural generalization of the extensively-studied kPath problem in graphs. We sh… ▽ More

    Submitted 19 February, 2019; v1 submitted 13 March, 2018; originally announced March 2018.

  13. arXiv:1711.08041  [pdf, other

    cs.DS

    The Set Cover Conjecture and Subgraph Isomorphism with a Tree Pattern

    Authors: Robert Krauthgamer, Ohad Trabelsi

    Abstract: In the Set Cover problem, the input is a ground set of $n$ elements and a collection of $m$ sets, and the goal is to find the smallest sub-collection of sets whose union is the entire ground set. The fastest algorithm known runs in time $O(mn2^n)$ [Fomin et al., WG 2004], and the Set Cover Conjecture (SeCoCo) [Cygan et al., TALG 2016] asserts that for every fixed $\varepsilon>0$, no algorithm can… ▽ More

    Submitted 16 January, 2019; v1 submitted 21 November, 2017; originally announced November 2017.

    Comments: Merged works

  14. arXiv:1708.07591  [pdf, other

    cs.DS

    Conditional Lower Bound for Subgraph Isomorphism with a Tree Pattern

    Authors: Robert Krauthgamer, Ohad Trabelsi

    Abstract: The kTree problem is a special case of Subgraph Isomorphism where the pattern graph is a tree, that is, the input is an $n$-node graph $G$ and a $k$-node tree $T$, and the goal is to determine whether $G$ has a subgraph isomorphic to $T$. We provide evidence that this problem cannot be computed significantly faster than $2^{k} \textsf{poly}(n)$, which matches the fastest algorithm known for this p… ▽ More

    Submitted 9 April, 2018; v1 submitted 24 August, 2017; originally announced August 2017.

    Comments: A merged work containing the results in this paper is available at arXiv:1711.08041

  15. arXiv:1702.05805  [pdf, other

    cs.DS

    Conditional Lower Bounds for All-Pairs Max-Flow

    Authors: Robert Krauthgamer, Ohad Trabelsi

    Abstract: We provide evidence that computing the maximum flow value between every pair of nodes in a directed graph on $n$ nodes, $m$ edges,and capacities in the range $[1..n]$, which we call the All-Pairs Max-Flow problem, cannot be solved in time that is significantly faster (i.e., by a polynomial factor) than $O(n^3)$ even for sparse graphs. Since a single maximum $st$-flow can be solved in time… ▽ More

    Submitted 21 November, 2022; v1 submitted 19 February, 2017; originally announced February 2017.

  16. arXiv:1602.00489  [pdf, ps, other

    cs.MM cs.CR cs.LG cs.NI

    Real Time Video Quality Representation Classification of Encrypted HTTP Adaptive Video Streaming - the Case of Safari

    Authors: Ran Dubin, Amit Dvir, Ofir Pele, Ofer Hadar, Itay Richman, Ofir Trabelsi

    Abstract: The increasing popularity of HTTP adaptive video streaming services has dramatically increased bandwidth requirements on operator networks, which attempt to shape their traffic through Deep Packet Inspection (DPI). However, Google and certain content providers have started to encrypt their video services. As a result, operators often encounter difficulties in sha** their encrypted video traffic… ▽ More

    Submitted 19 February, 2016; v1 submitted 1 February, 2016; originally announced February 2016.

    Comments: 9 pages