Skip to main content

Showing 1–16 of 16 results for author: Roghani, M

.
  1. arXiv:2406.08595  [pdf, other

    cs.DS

    Approximating Maximum Matching Requires Almost Quadratic Time

    Authors: Soheil Behnezhad, Mohammad Roghani, Aviad Rubinstein

    Abstract: We study algorithms for estimating the size of maximum matching. This problem has been subject to extensive research. For $n$-vertex graphs, Bhattacharya, Kiss, and Saranurak [FOCS'23] (BKS) showed that an estimate that is within $\varepsilon n$ of the optimal solution can be achieved in $n^{2-Ω_\varepsilon(1)}$ time, where $n$ is the number of vertices. While this is subquadratic in $n$ for any f… ▽ More

    Submitted 12 June, 2024; originally announced June 2024.

  2. arXiv:2406.07630  [pdf, other

    cs.DS

    Bipartite Matching in Massive Graphs: A Tight Analysis of EDCS

    Authors: Amir Azarmehr, Soheil Behnezhad, Mohammad Roghani

    Abstract: Maximum matching is one of the most fundamental combinatorial optimization problems with applications in various contexts such as balanced clustering, data mining, resource allocation, and online advertisement. In many of these applications, the input graph is massive. The sheer size of these inputs makes it impossible to store the whole graph in the memory of a single machine and process it there… ▽ More

    Submitted 11 June, 2024; originally announced June 2024.

  3. arXiv:2311.09359  [pdf, other

    cs.DS

    Local Computation Algorithms for Maximum Matching: New Lower Bounds

    Authors: Soheil Behnezhad, Mohammad Roghani, Aviad Rubinstein

    Abstract: We study local computation algorithms (LCA) for maximum matching. An LCA does not return its output entirely, but reveals parts of it upon query. For matchings, each query is a vertex $v$; the LCA should return whether $v$ is matched -- and if so to which neighbor -- while spending a small time per query. In this paper, we prove that any LCA that computes a matching that is at most an additive o… ▽ More

    Submitted 15 November, 2023; originally announced November 2023.

  4. arXiv:2307.08772  [pdf, other

    cs.DS

    Fully Dynamic Matching: $(2-\sqrt{2})$-Approximation in Polylog Update Time

    Authors: Amir Azarmehr, Soheil Behnezhad, Mohammad Roghani

    Abstract: We study maximum matchings in fully dynamic graphs, which are graphs that undergo both edge insertions and deletions. Our focus is on algorithms that estimate the size of maximum matching after each update while spending a small time. An important question studied extensively is the best approximation achievable via algorithms that only spend $\text{poly}(\log n)$ time per update, where $n$ is t… ▽ More

    Submitted 17 July, 2023; originally announced July 2023.

  5. arXiv:2301.05350  [pdf, other

    cs.DS

    Sublinear Algorithms for TSP via Path Covers

    Authors: Soheil Behnezhad, Mohammad Roghani, Aviad Rubinstein, Amin Saberi

    Abstract: We study sublinear time algorithms for the traveling salesman problem (TSP). First, we focus on the closely related {\em maximum path cover} problem, which asks for a collection of vertex disjoint paths that include the maximum number of edges. We show that for any fixed $ε> 0$, there is an algorithm that $(1/2 - ε)$-approximates the maximum path cover size of an $n$-vertex graph in… ▽ More

    Submitted 28 April, 2024; v1 submitted 12 January, 2023; originally announced January 2023.

  6. arXiv:2211.15843  [pdf, other

    cs.DS

    Sublinear Time Algorithms and Complexity of Approximate Maximum Matching

    Authors: Soheil Behnezhad, Mohammad Roghani, Aviad Rubinstein

    Abstract: Sublinear time algorithms for approximating maximum matching size have long been studied. Much of the progress over the last two decades on this problem has been on the algorithmic side. For instance, an algorithm of Behnezhad [FOCS'21] obtains a 1/2-approximation in $\tilde{O}(n)$ time for $n$-vertex graphs. A more recent algorithm by Behnezhad, Roghani, Rubinstein, and Saberi [SODA'23] obtains a… ▽ More

    Submitted 28 November, 2022; originally announced November 2022.

  7. arXiv:2206.13057  [pdf, other

    cs.DS

    Beating Greedy Matching in Sublinear Time

    Authors: Soheil Behnezhad, Mohammad Roghani, Aviad Rubinstein, Amin Saberi

    Abstract: We study sublinear time algorithms for estimating the size of maximum matching in graphs. Our main result is a $(\frac{1}{2}+Ω(1))$-approximation algorithm which can be implemented in $O(n^{1+ε})$ time, where $n$ is the number of vertices and the constant $ε> 0$ can be made arbitrarily small. The best known lower bound for the problem is $Ω(n)$, which holds for any constant approximation. Existi… ▽ More

    Submitted 27 June, 2022; originally announced June 2022.

  8. arXiv:2205.08667  [pdf, other

    cs.DS

    Improved Online Contention Resolution for Matchings and Applications to the Gig Economy

    Authors: Tristan Pollner, Mohammad Roghani, Amin Saberi, David Wajc

    Abstract: Motivated by applications in the gig economy, we study approximation algorithms for a \emph{sequential pricing problem}. The input is a bipartite graph $G=(I,J,E)$ between individuals $I$ and jobs $J$. The platform has a value of $v_j$ for matching job $j$ to an individual worker. In order to find a matching, the platform can consider the edges $(i j) \in E$ in any order and make a one-time take-i… ▽ More

    Submitted 17 May, 2022; originally announced May 2022.

    Comments: Full version of EC2022 paper

  9. arXiv:2107.00850  [pdf, other

    math.PR cs.DS

    Sequential importance sampling for estimating expectations over the space of perfect matchings

    Authors: Yeganeh Alimohammadi, Persi Diaconis, Mohammad Roghani, Amin Saberi

    Abstract: This paper makes three contributions to estimating the number of perfect matching in bipartite graphs. First, we prove that the popular sequential importance sampling algorithm works in polynomial time for dense bipartite graphs. More carefully, our algorithm gives a $(1\pmε)$-approximation for the number of perfect matchings of a $λ$-dense bipartite graph, using $O(n^{\frac{1-2λ}λε^{-2}})$ sample… ▽ More

    Submitted 5 July, 2022; v1 submitted 2 July, 2021; originally announced July 2021.

    Comments: To appear in Annals of Applied Probability

    MSC Class: 65C05; 05B15

  10. arXiv:2106.10321  [pdf, ps, other

    cs.DS

    Beating the Folklore Algorithm for Dynamic Matching

    Authors: Mohammad Roghani, Amin Saberi, David Wajc

    Abstract: The maximum matching problem in dynamic graphs subject to edge updates (insertions and deletions) has received much attention over the last few years; a multitude of approximation/time tradeoffs were obtained, improving upon the folklore algorithm, which maintains a maximal (and hence $2$-approximate) matching in $O(n)$ worst-case update time in $n$-node graphs. We present the first deterministi… ▽ More

    Submitted 28 November, 2021; v1 submitted 18 June, 2021; originally announced June 2021.

    ACM Class: F.2.2

  11. arXiv:1912.00511  [pdf, ps, other

    cs.DM math.CO

    Some Results on Dominating Induced Matchings

    Authors: Saieed Akbari, Hossein Baktash, Amin Behjati, Afshin Behmaram, Mohammad Roghani

    Abstract: Let $G$ be a graph, a dominating induced matching (DIM) of $G$ is an induced matching that dominates every edge of $G$. In this paper we show that if a graph $G$ has a DIM, then $χ(G) \leqslant 3$. Also, it is shown that if $G$ is a connected graph whose all edges can be partitioned into DIM, then $G$ is either a regular graph or a biregular graph and indeed we characterize all graphs whose edge s… ▽ More

    Submitted 1 December, 2019; originally announced December 2019.

  12. arXiv:1810.08004  [pdf, other

    cs.CC cs.DS

    Complexity of Computing the Anti-Ramsey Numbers for Paths

    Authors: Saeed Akhoondian Amiri, Alexandru Popa, Mohammad Roghani, Golnoosh Shahkarami, Reza Soltani, Hossein Vahidi

    Abstract: The anti-Ramsey numbers are a fundamental notion in graph theory, introduced in 1978, by Erd\" os, Simonovits and S\' os. For given graphs $G$ and $H$ the \emph{anti-Ramsey number} $\textrm{ar}(G,H)$ is defined to be the maximum number $k$ such that there exists an assignment of $k$ colors to the edges of $G$ in which every copy of $H$ in $G$ has at least two edges with the same color. There are… ▽ More

    Submitted 2 July, 2020; v1 submitted 18 October, 2018; originally announced October 2018.

    ACM Class: F.2.2; G.2.1; G.2.2

  13. arXiv:1611.09612  [pdf, ps, other

    quant-ph

    Dissipative Preparation of Entangled Many-Body States with Rydberg Atoms

    Authors: Maryam Roghani, Hendrik Weimer

    Abstract: We investigate a one-dimensional atomic lattice laser-driven to a Rydberg state, in which engineered dissipation channels lead to entanglement in the many-body system. In particular, we demonstrate the efficient generation of ground states of a frustration-free Hamiltonian, as well as $W$ states. We discuss the realization of the required coherent and dissipative terms, and we perform extensive nu… ▽ More

    Submitted 29 November, 2016; originally announced November 2016.

  14. arXiv:1403.0348  [pdf, other

    physics.atom-ph cond-mat.quant-gas

    Photon-assisted confinement-induced resonances for ultracold atoms

    Authors: Vicente Leyton, Maryam Roghani, Vittorio Peano, Michael Thorwart

    Abstract: We solve the two-particle s-wave scattering for an ultracold atom gas confined in a quasi-one-dimensional trap** potential which is periodically modulated. The interaction between the atoms is included in terms of Fermi's pseudopotential. For a modulated isotropic transverse harmonic confinement, the atomic center of mass and relative degrees of freedom decouple and an exact solution is possible… ▽ More

    Submitted 3 March, 2014; originally announced March 2014.

    Journal ref: Physical Review Letters 112 (23), 233201 (2014)

  15. Modeling and control of entanglement dynamics in laser cooling of trapped atoms

    Authors: Maryam Roghani, Heinz-Peter Breuer, Hanspeter Helm

    Abstract: We discuss the dynamical behavior of the entanglement between the internal and the external degrees of freedom of a trapped atom in electromagnetically-induced transparency (EIT) laser cooling. It is shown that essential features of the intricate entanglement dynamics observed in full numerical simulations of the underlying quantum master equation can be understood in terms of a two-state model on… ▽ More

    Submitted 1 August, 2011; originally announced August 2011.

    Comments: 11 pages, 14 figures

    Journal ref: Phys. Rev. A 85, 012313 (2012)

  16. Entanglement dynamics of a strongly driven trapped atom

    Authors: Maryam Roghani, Hanspeter Helm, Heinz-Peter Breuer

    Abstract: We study the entanglement between the internal electronic and the external vibrational degrees of freedom of a trapped atom which is driven by two lasers into electromagnetically-induced transparency. It is shown that basic features of the intricate entanglement dynamics can be traced to Landau-Zener splittings (avoided crossings) in the spectrum of the atom-laser field Hamiltonian. We further con… ▽ More

    Submitted 5 January, 2011; originally announced January 2011.

    Comments: 4 pages, 4 figures, to appear in the Physical Review Letters

    Journal ref: Phys. Rev. Lett. 106, 040502 (2011)