Zum Hauptinhalt springen

Showing 1–27 of 27 results for author: Seddighin, S

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

    cs.DS

    Dynamic Subset Sum with Truly Sublinear Processing Time

    Authors: Hamed Saleh, Saeed Seddighin

    Abstract: Subset sum is a very old and fundamental problem in theoretical computer science. In this problem, $n$ items with weights $w_1, w_2, w_3, \ldots, w_n$ are given as input and the goal is to find out if there is a subset of them whose weights sum up to a given value $t$. While the problem is NP-hard in general, when the values are non-negative integer, subset sum can be solved in pseudo-polynomial t… ▽ More

    Submitted 11 September, 2022; originally announced September 2022.

  2. arXiv:2112.03222  [pdf, ps, other

    cs.CC cs.CG cs.DS cs.LG

    On Complexity of 1-Center in Various Metrics

    Authors: Amir Abboud, Mohammad Hossein Bateni, Vincent Cohen-Addad, Karthik C. S., Saeed Seddighin

    Abstract: We consider the classic 1-center problem: Given a set $P$ of $n$ points in a metric space find the point in $P$ that minimizes the maximum distance to the other points of $P$. We study the complexity of this problem in $d$-dimensional $\ell_p$-metrics and in edit and Ulam metrics over strings of length $d$. Our results for the 1-center problem may be classified based on $d$ as follows.… ▽ More

    Submitted 9 July, 2023; v1 submitted 6 December, 2021; originally announced December 2021.

  3. arXiv:2111.10538  [pdf, other

    cs.DS

    Approximation Algorithms for LCS and LIS with Truly Improved Running Times

    Authors: Aviad Rubinstein, Saeed Seddighin, Zhao Song, Xiaorui Sun

    Abstract: Longest common subsequence ($\mathsf{LCS}$) is a classic and central problem in combinatorial optimization. While $\mathsf{LCS}$ admits a quadratic time solution, recent evidence suggests that solving the problem may be impossible in truly subquadratic time. A special case of $\mathsf{LCS}$ wherein each character appears at most once in every string is equivalent to the longest increasing subseque… ▽ More

    Submitted 20 November, 2021; originally announced November 2021.

    Comments: FOCS 2019

  4. arXiv:2107.04660  [pdf, ps, other

    cs.DS

    Optimal Space and Time for Streaming Pattern Matching

    Authors: Tung Mai, Anup Rao, Ryan A. Rossi, Saeed Seddighin

    Abstract: In this work, we study longest common substring, pattern matching, and wildcard pattern matching in the asymmetric streaming model. In this streaming model, we have random access to one string and streaming access to the other one. We present streaming algorithms with provable guarantees for these three fundamental problems. In particular, our algorithms for pattern matching improve the upper boun… ▽ More

    Submitted 9 July, 2021; originally announced July 2021.

  5. arXiv:2101.07360  [pdf, ps, other

    cs.DS

    Dynamic Longest Increasing Subsequence and the Erdös-Szekeres Partitioning Problem

    Authors: Michael Mitzenmacher, Saeed Seddighin

    Abstract: In this paper, we provide new approximation algorithms for dynamic variations of the longest increasing subsequence (\textsf{LIS}) problem, and the complementary distance to monotonicity (\textsf{DTM}) problem. In this setting, operations of the following form arrive sequentially: (i) add an element, (ii) remove an element, or (iii) substitute an element for another. At every point in time, the al… ▽ More

    Submitted 18 January, 2021; originally announced January 2021.

  6. arXiv:2011.10874  [pdf, other

    cs.DS

    Improved Dynamic Algorithms for Longest Increasing Subsequence

    Authors: Tomasz Kociumaka, Saeed Seddighin

    Abstract: We study dynamic algorithms for the longest increasing subsequence (\textsf{LIS}) problem. A dynamic \textsf{LIS} algorithm maintains a sequence subject to operations of the following form arriving one by one: (i) insert an element, (ii) delete an element, or (iii) substitute an element for another. After performing each operation, the algorithm must report the length of the longest increasing sub… ▽ More

    Submitted 9 March, 2021; v1 submitted 21 November, 2020; originally announced November 2020.

  7. arXiv:2011.10870  [pdf, ps, other

    cs.DS

    Erdös-Szekeres Partitioning Problem

    Authors: Michael Mitzenmacher, Saeed Seddighin

    Abstract: In this note, we present a substantial improvement on the computational complexity of the Erdös-Szekeres partitioning problem and review recent works on dynamic \textsf{LIS}.

    Submitted 21 November, 2020; originally announced November 2020.

  8. arXiv:2010.12122  [pdf, ps, other

    quant-ph cs.CC cs.DS

    Quantum Meets Fine-grained Complexity: Sublinear Time Quantum Algorithms for String Problems

    Authors: François Le Gall, Saeed Seddighin

    Abstract: Longest common substring (LCS), longest palindrome substring (LPS), and Ulam distance (UL) are three fundamental string problems that can be classically solved in near linear time. In this work, we present sublinear time quantum algorithms for these problems along with quantum lower bounds. Our results shed light on a very surprising fact: Although the classic solutions for LCS and LPS are almost… ▽ More

    Submitted 23 May, 2022; v1 submitted 22 October, 2020; originally announced October 2020.

    Comments: 33 pages; presented at ITCS 2022

    Journal ref: Algorithmica, Vol. 85(5), pp. 1251-1286, 2023

  9. arXiv:2003.07285  [pdf, ps, other

    cs.DS

    Approximating LCS in Linear Time: Beating the $\sqrt{n}$ Barrier

    Authors: MohammadTaghi Hajiaghayi, Masoud Seddighin, Saeed Seddighin, Xiaorui Sun

    Abstract: Longest common subsequence (LCS) is one of the most fundamental problems in combinatorial optimization. Apart from theoretical importance, LCS has enormous applications in bioinformatics, revision control systems, and data comparison programs. Although a simple dynamic program computes LCS in quadratic time, it has been recently proven that the problem admits a conditional lower bound and may not… ▽ More

    Submitted 16 March, 2020; originally announced March 2020.

  10. arXiv:2003.02981  [pdf, ps, other

    cs.LG stat.ML

    Learning Complexity of Simulated Annealing

    Authors: Avrim Blum, Chen Dan, Saeed Seddighin

    Abstract: Simulated annealing is an effective and general means of optimization. It is in fact inspired by metallurgy, where the temperature of a material determines its behavior in thermodynamics. Likewise, in simulated annealing, the actions that the algorithm takes depend entirely on the value of a variable which captures the notion of temperature. Typically, simulated annealing starts with a high temper… ▽ More

    Submitted 29 June, 2020; v1 submitted 5 March, 2020; originally announced March 2020.

    Comments: 40 pages

  11. arXiv:2002.11342  [pdf, ps, other

    cs.DS

    Asymmetric Streaming Algorithms for Edit Distance and LCS

    Authors: Alireza Farhadi, MohammadTaghi Hajiaghayi, Aviad Rubinstein, Saeed Seddighin

    Abstract: The edit distance (ED) and longest common subsequence (LCS) are two fundamental problems which quantify how similar two strings are to one another. In this paper, we consider these problems in the asymmetric streaming model introduced by Andoni et al. (FOCS'10) and Saks and Seshadhri (SODA'13). In this model we have random access to one string and streaming access the other string. Our main contri… ▽ More

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

  12. String Matching with Wildcards in the Massively Parallel Computation Model

    Authors: MohammadTaghi Hajiaghayi, Hamed Saleh, Saeed Seddighin, Xiaorui Sun

    Abstract: We study distributed algorithms for string matching problem in presence of wildcard characters. Given a string T (a text), we look for all occurrences of another string P (a pattern) as a substring of string T . Each wildcard character in the pattern matches a specific class of strings based on its type. String matching is one of the most fundamental problems in computer science, especially in the… ▽ More

    Submitted 4 June, 2021; v1 submitted 25 October, 2019; originally announced October 2019.

  13. arXiv:1909.03319  [pdf, other

    cs.GT

    Computing Stackelberg Equilibria of Large General-Sum Games

    Authors: Avrim Blum, Nika Hagtalab, MohammadTaghi Hajiaghayi, Saeed Seddighin

    Abstract: We study the computational complexity of finding Stackelberg Equilibria in general-sum games, where the set of pure strategies of the leader and the followers are exponentially large in a natrual representation of the problem. In \emph{zero-sum} games, the notion of a Stackelberg equilibrium coincides with the notion of a \emph{Nash Equilibrium}~\cite{korzhyk2011stackelberg}. Finding these equil… ▽ More

    Submitted 7 September, 2019; originally announced September 2019.

  14. arXiv:1905.08127  [pdf, other

    cs.CC cs.DS

    Subcubic Equivalences Between Graph Centrality Measures and Complementary Problems

    Authors: Mahdi Boroujeni, Sina Dehghani, Soheil Ehsani, MohammadTaghi HajiAghayi, Saeed Seddighin

    Abstract: Despite persistent efforts, there is no known technique for obtaining unconditional super-linear lower bounds for the computational complexity of the problems in P. Vassilevska Williams and Williams introduce a fruitful approach to advance a better understanding of the computational complexity of the problems in P. In particular, they consider All Pairs Shortest Paths (APSP) and other fundamental… ▽ More

    Submitted 20 May, 2019; originally announced May 2019.

  15. arXiv:1905.01748  [pdf, ps, other

    cs.DS

    MapReduce Meets Fine-Grained Complexity: MapReduce Algorithms for APSP, Matrix Multiplication, 3-SUM, and Beyond

    Authors: MohammadTaghi Hajiaghayi, Silvio Lattanzi, Saeed Seddighin, Cliff Stein

    Abstract: Distributed processing frameworks, such as MapReduce, Hadoop, and Spark are popular systems for processing large amounts of data. The design of efficient algorithms in these frameworks is a challenging problem, as the systems both require parallelism---since datasets are so large that multiple machines are necessary---and limit the degree of parallelism---since the number of machines grows subline… ▽ More

    Submitted 5 May, 2019; originally announced May 2019.

  16. arXiv:1901.04153  [pdf, other

    cs.GT

    Optimal Strategies of Blotto Games: Beyond Convexity

    Authors: Soheil Behnezhad, Avrim Blum, Mahsa Derakhshan, MohammadTaghi Hajiaghayi, Christos H. Papadimitriou, Saeed Seddighin

    Abstract: The Colonel Blotto game, first introduced by Borel in 1921, is a well-studied game theory classic. Two colonels each have a pool of troops that they divide simultaneously among a set of battlefields. The winner of each battlefield is the colonel who puts more troops in it and the overall utility of each colonel is the sum of weights of the battlefields that s/he wins. Over the past century, the Co… ▽ More

    Submitted 14 January, 2019; originally announced January 2019.

  17. arXiv:1811.12554  [pdf, ps, other

    cs.GT

    Fast Algorithms for Knapsack via Convolution and Prediction

    Authors: MohammadHossein Bateni, MohammadTaghi Hajiaghayi, Saeed Seddighin, Cliff Stein

    Abstract: The \Problem{knapsack} problem is a fundamental problem in combinatorial optimization. It has been studied extensively from theoretical as well as practical perspectives as it is one of the most well-known NP-hard problems. The goal is to pack a knapsack of size $t$ with the maximum value from a collection of $n$ items with given sizes and values. Recent evidence suggests that a classic $O(nt)$… ▽ More

    Submitted 29 November, 2018; originally announced November 2018.

  18. arXiv:1804.04178  [pdf, other

    cs.DS cs.DC quant-ph

    Approximating Edit Distance in Truly Subquadratic Time: Quantum and MapReduce

    Authors: Mahdi Boroujeni, Soheil Ehsani, Mohammad Ghodsi, MohammadTaghi HajiAghayi, Saeed Seddighin

    Abstract: The edit distance between two strings is defined as the smallest number of insertions, deletions, and substitutions that need to be made to transform one of the strings to another one. Approximating edit distance in subquadratic time is "one of the biggest unsolved problems in the field of combinatorial pattern matching". Our main result is a quantum constant approximation algorithm for computing… ▽ More

    Submitted 25 April, 2018; v1 submitted 11 April, 2018; originally announced April 2018.

    Comments: A preliminary version of this paper was presented at SODA 2018

    MSC Class: 68Q12

  19. Stochastic k-Server: How Should Uber Work?

    Authors: Sina Dehghani, Soheil Ehsani, MohammadTaghi HajiAghayi, Vahid Liaghat, Saeed Seddighin

    Abstract: In this paper, we study a stochastic variant of the celebrated k-server problem. In the k-server problem, we are required to minimize the total movement of k servers that are serving an online sequence of t requests in a metric. In the stochastic setting we are given t independent distributions <P_1, P_2,..., P_t> in advance, and at every time step i a request is drawn from Pi. Designing the optim… ▽ More

    Submitted 30 May, 2017; v1 submitted 16 May, 2017; originally announced May 2017.

  20. arXiv:1704.05811  [pdf, other

    cs.DS

    Online Weighted Degree-Bounded Steiner Networks via Novel Online Mixed Packing/Covering

    Authors: Sina Dehghani, Soheil Ehsani, MohammadTaghi Hajiaghayi, Vahid Liaghat, Harald Racke, Saeed Seddighin

    Abstract: We design the first online algorithm with poly-logarithmic competitive ratio for the edge-weighted degree-bounded Steiner forest(EW-DB-SF) problem and its generalized variant. We obtain our result by demonstrating a new generic approach for solving mixed packing/covering integer programs in the online paradigm. In EW-DB-SF we are given an edge-weighted graph with a degree bound for every vertex. G… ▽ More

    Submitted 19 April, 2017; originally announced April 2017.

    Journal ref: Dehghani, Sina, Soheil Ehsani, Mohammad Taghi Hajiaghayi, Vahid Liaghat, Harald Racke, and Saeed Seddighin. "Online Weighted Degree-Bounded Steiner Networks via Novel Online Mixed Packing/Covering." ICALP 2016

  21. arXiv:1704.00222  [pdf, other

    cs.GT

    Fair Allocation of Indivisible Goods: Improvement and Generalization

    Authors: Mohammad Ghodsi, MohammadTaghi Hajiaghayi, Masoud Seddighin, Saeed Seddighin, Hadi Yami

    Abstract: We study the problem of fair allocation for indivisible goods. We use the the maxmin share paradigm introduced by Budish as a measure for fairness. Procaccia and Wang (EC'14) were first to investigate this fundamental problem in the additive setting. In contrast to what real-world experiments suggest, they show that a maxmin guarantee (1-MMS allocation) is not always possible even when the number… ▽ More

    Submitted 23 July, 2017; v1 submitted 1 April, 2017; originally announced April 2017.

  22. arXiv:1703.01649  [pdf, ps, other

    cs.GT

    Fair Allocation of Indivisible Goods to Asymmetric Agents

    Authors: Alireza Farhadi, Mohammad Ghodsi, MohammadTaghi Hajiaghayi, Sebastien Lahaie, David Pennock, Masoud Seddighin, Saeed Seddighin, Hadi Yami

    Abstract: We study fair allocation of indivisible goods to agents with unequal entitlements. Fair allocation has been the subject of many studies in both divisible and indivisible settings. Our emphasis is on the case where the goods are indivisible and agents have unequal entitlements. This problem is a generalization of the work by Procaccia and Wang wherein the agents are assumed to be symmetric with res… ▽ More

    Submitted 11 April, 2017; v1 submitted 5 March, 2017; originally announced March 2017.

  23. arXiv:1612.04029  [pdf, other

    cs.GT

    Faster and Simpler Algorithm for Optimal Strategies of Blotto Game

    Authors: Soheil Behnezhad, Sina Dehghani, Mahsa Derakhshan, MohammadTaghi HajiAghayi, Saeed Seddighin

    Abstract: In the Colonel Blotto game, which was initially introduced by Borel in 1921, two colonels simultaneously distribute their troops across different battlefields. The winner of each battlefield is determined independently by a winner-take-all rule. The ultimate payoff of each colonel is the number of battlefields he wins. This game is commonly used for analyzing a wide range of applications such as t… ▽ More

    Submitted 26 December, 2016; v1 submitted 12 December, 2016; originally announced December 2016.

  24. arXiv:1605.04004  [pdf, ps, other

    cs.GT

    Price of Competition and Dueling Games

    Authors: Sina Dehghani, MohammadTaghi Hajiaghayi, Hamid Mahini, Saeed Seddighin

    Abstract: We study competition in a general framework introduced by Immorlica et al. and answer their main open question. Immorlica et al. considered classic optimization problems in terms of competition and introduced a general class of games called dueling games. They model this competition as a zero-sum game, where two players are competing for a user's satisfaction. In their main and most natural game,… ▽ More

    Submitted 18 December, 2016; v1 submitted 12 May, 2016; originally announced May 2016.

  25. arXiv:1603.00119  [pdf, ps, other

    cs.GT

    From Duels to Battefields: Computing Equilibria of Blotto and Other Games

    Authors: AmirMahdi Ahmadinejad, Sina Dehghani, MohammadTaghi Hajiaghayi, Brendan Lucier, Hamid Mahini, Saeed Seddighin

    Abstract: We study the problem of computing Nash equilibria of zero-sum games. Many natural zero-sum games have exponentially many strategies, but highly structured payoffs. For example, in the well-studied Colonel Blotto game (introduced by Borel in 1921), players must divide a pool of troops among a set of battlefields with the goal of winning (i.e., having more troops in) a majority. The Colonel Blotto g… ▽ More

    Submitted 20 January, 2017; v1 submitted 29 February, 2016; originally announced March 2016.

    Comments: Conference version at http://www.aaai.org/ocs/index.php/AAAI/AAAI16/paper/download/12163/11607

  26. arXiv:1506.03760  [pdf, other

    cs.DS cs.CC cs.DM

    A Tight Algorithm for Strongly Connected Steiner Subgraph On Two Terminals With Demands

    Authors: Rajesh Chitnis, Hossein Esfandiari, MohammadTaghi Hajiaghayi, Rohit Khandekar, Guy Kortsarz, Saeed Seddighin

    Abstract: Given an edge-weighted directed graph $G=(V,E)$ on $n$ vertices and a set $T=\{t_1, t_2, \ldots, t_p\}$ of $p$ terminals, the objective of the \scss ($p$-SCSS) problem is to find an edge set $H\subseteq E$ of minimum weight such that $G[H]$ contains an $t_{i}\rightarrow t_j$ path for each $1\leq i\neq j\leq p$. In this paper, we investigate the computational complexity of a variant of $2$-SCSS whe… ▽ More

    Submitted 6 April, 2016; v1 submitted 11 June, 2015; originally announced June 2015.

    Comments: To appear in Algorithmica. An extended abstract appeared in IPEC '14

  27. arXiv:1412.3187  [pdf, ps, other

    cs.GT

    Revenue Maximization for Selling Multiple Correlated Items

    Authors: MohammadHossein Bateni, Sina Dehghani, MohammadTaghi Hajiaghayi, Saeed Seddighin

    Abstract: We study the problem of selling $n$ items to a single buyer with an additive valuation function. We consider the valuation of the items to be correlated, i.e., desirabilities of the buyer for the items are not drawn independently. Ideally, the goal is to design a mechanism to maximize the revenue. However, it has been shown that a revenue optimal mechanism might be very complicated and as a result… ▽ More

    Submitted 22 July, 2015; v1 submitted 9 December, 2014; originally announced December 2014.