Skip to main content

Showing 51–100 of 172 results for author: Saurabh, S

.
  1. arXiv:2101.04633  [pdf, other

    cs.DS

    Diverse Collections in Matroids and Graphs

    Authors: Fedor V. Fomin, Petr A. Golovach, Fahad Panolan, Geevarghese Philip, Saket Saurabh

    Abstract: We investigate the parameterized complexity of finding diverse sets of solutions to three fundamental combinatorial problems, two from the theory of matroids and the third from graph theory. The input to the Weighted Diverse Bases problem consists of a matroid $M$, a weight function $ω:E(M)\to\mathbb{N}$, and integers $k\geq 1, d\geq 0$. The task is to decide if there is a collection of $k$ bases… ▽ More

    Submitted 12 January, 2021; originally announced January 2021.

  2. arXiv:2011.14463  [pdf, other

    cs.CG cs.DM

    A Constant Factor Approximation for Navigating Through Connected Obstacles in the Plane

    Authors: Neeraj Kumar, Daniel Lokshtanov, Saket Saurabh, Subhash Suri

    Abstract: Given two points s and t in the plane and a set of obstacles defined by closed curves, what is the minimum number of obstacles touched by a path connecting s and t? This is a fundamental and well-studied problem arising naturally in computational geometry, graph theory (under the names Min-Color Path and Minimum Label Path), wireless sensor networks (Barrier Resilience) and motion planning (Minimu… ▽ More

    Submitted 29 November, 2020; originally announced November 2020.

    Comments: To appear in SODA 2021

  3. arXiv:2009.13949  [pdf, other

    cs.DS cs.CC

    Improved FPT Algorithms for Deletion to Forest-like Structures

    Authors: Kishen N. Gowda, Aditya Lonkar, Fahad Panolan, Vraj Patel, Saket Saurabh

    Abstract: The Feedback Vertex Set problem is undoubtedly one of the most well-studied problems in Parameterized Complexity. In this problem, given an undirected graph $G$ and a non-negative integer $k$, the objective is to test whether there exists a subset $S\subseteq V(G)$ of size at most $k$ such that $G-S$ is a forest. After a long line of improvement, recently, Li and Nederlof [SODA, 2020] designed a r… ▽ More

    Submitted 26 September, 2020; originally announced September 2020.

    Comments: ISAAC 2020, 36 pages. arXiv admin note: text overlap with arXiv:1906.12298, arXiv:1103.0534 by other authors

  4. arXiv:2009.11793  [pdf, other

    cs.DS

    On the Parameterized Complexity of \textsc{Maximum Degree Contraction} Problem

    Authors: Saket Saurabh, Prafullkumar Tale

    Abstract: In the \textsc{Maximum Degree Contraction} problem, input is a graph $G$ on $n$ vertices, and integers $k, d$, and the objective is to check whether $G$ can be transformed into a graph of maximum degree at most $d$, using at most $k$ edge contractions. A simple brute-force algorithm that checks all possible sets of edges for a solution runs in time $n^{\mathcal{O}(k)}$. As our first result, we pro… ▽ More

    Submitted 24 September, 2020; originally announced September 2020.

  5. arXiv:2008.08373  [pdf, other

    cs.DS

    Efficient Graph Minors Theory and Parameterized Algorithms for (Planar) Disjoint Paths

    Authors: Daniel Lokshtanov, Saket Saurabh, Meirav Zehavi

    Abstract: In the Disjoint Paths problem, the input consists of an $n$-vertex graph $G$ and a collection of $k$ vertex pairs, $\{(s_i,t_i)\}_{i=1}^k$, and the objective is to determine whether there exists a collection $\{P_i\}_{i=1}^k$ of $k$ pairwise vertex-disjoint paths in $G$ where the end-vertices of $P_i$ are $s_i$ and $t_i$. This problem was shown to admit an $f(k)n^3$-time algorithm by Robertson and… ▽ More

    Submitted 19 August, 2020; originally announced August 2020.

    Comments: Survey. Appeared in "Treewidth, Kernels, and Algorithms - Essays Dedicated to Hans L. Bodlaender on the Occasion of His 60th Birthday", 2020

  6. arXiv:2008.07967  [pdf, other

    cs.DM

    On the Parameterized Complexity Of Grid Contraction

    Authors: Saket Saurabh, Uéverton dos Santos Souza, Prafullkumar Tale

    Abstract: For a family of graphs $\mathcal{G}$, the $\mathcal{G}$-\textsc{Contraction} problem takes as an input a graph $G$ and an integer $k$, and the goal is to decide if there exists $F \subseteq E(G)$ of size at most $k$ such that $G/F$ belongs to $\mathcal{G}$. Here, $G/F$ is the graph obtained from $G$ by contracting all the edges in $F$. In this article, we initiate the study of \textsc{Grid Contrac… ▽ More

    Submitted 18 August, 2020; originally announced August 2020.

  7. arXiv:2008.07953  [pdf, other

    cs.DM

    Parameterized Complexity of Maximum Edge Colorable Subgraph

    Authors: Akanksha Agrawal, Madhumita Kundu, Abhishek Sahu, Saket Saurabh, Prafullkumar Tale

    Abstract: A graph $H$ is {\em $p$-edge colorable} if there is a coloring $ψ: E(H) \rightarrow \{1,2,\dots,p\}$, such that for distinct $uv, vw \in E(H)$, we have $ψ(uv) \neq ψ(vw)$. The {\sc Maximum Edge-Colorable Subgraph} problem takes as input a graph $G$ and integers $l$ and $p$, and the objective is to find a subgraph $H$ of $G$ and a $p$-edge-coloring of $H$, such that $|E(H)| \geq l$. We study the ab… ▽ More

    Submitted 18 August, 2020; originally announced August 2020.

  8. arXiv:2008.04416  [pdf, other

    cs.DS

    Approximation in (Poly-) Logarithmic Space

    Authors: Arindam Biswas, Venkatesh Raman, Saket Saurabh

    Abstract: We develop new approximation algorithms for classical graph and set problems in the RAM model under space constraints. As one of our main results, we devise an algorithm for d-Hitting Set that runs in time n^{O(d^2 + d/ε})}, uses O((d^2 + d/ε) log n) bits of space, and achieves an approximation ratio of O((d/ε) n^ε) for any positive ε\leq 1 and any natural number d. In particular, this yields a fa… ▽ More

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

    Comments: MFCS 2020

  9. arXiv:2006.10364  [pdf, other

    cs.DS

    On the Parameterized Approximability of Contraction to Classes of Chordal Graphs

    Authors: Spoorthy Gunda, Pallavi Jain, Daniel Lokshtanov, Saket Saurabh, Prafullkumar Tale

    Abstract: A graph operation that {\em contracts edges} is one of the fundamental operations in the theory of graph minors. Parameterized Complexity of editing to a family of graphs by contracting $k$ edges has recently gained substantial scientific attention, and several new results have been obtained. Some important families of graphs, namely the subfamilies of chordal graphs, in the context of edge contra… ▽ More

    Submitted 18 June, 2020; originally announced June 2020.

  10. arXiv:2005.08273  [pdf, other

    physics.soc-ph q-fin.GN

    Sustaining the economy under partial lockdown: A pandemic centric approach

    Authors: Saket Saurabh, Ayush Trivedi, Nithilaksh P. Lokesh, Bhagyashree Gaikwad

    Abstract: As the world fights to contain and control the spread of the Novel Coronavirus, countries are imposing severe measures from restrictions on travel and social gatherings to complete lockdowns. Lockdowns, though effective in controlling the virus spread, leaves a massive economic impact. In a country like India with 21.9 % of its population below the poverty line, lockdowns have a direct impact on t… ▽ More

    Submitted 17 May, 2020; originally announced May 2020.

  11. arXiv:2005.08150  [pdf, other

    cs.GT cs.DS

    On the (Parameterized) Complexity of Almost Stable Marriage

    Authors: Sushmita Gupta, Pallavi Jain, Sanjukta Roy, Saket Saurabh, Meirav Zehavi

    Abstract: In the Stable Marriage problem. when the preference lists are complete, all agents of the smaller side can be matched. However, this need not be true when preference lists are incomplete. In most real-life situations, where agents participate in the matching market voluntarily and submit their preferences, it is natural to assume that each agent wants to be matched to someone in his/her preference… ▽ More

    Submitted 16 May, 2020; originally announced May 2020.

  12. arXiv:2005.02168  [pdf, other

    physics.flu-dyn cs.SD physics.bio-ph

    Study of human phonation in a full body domain

    Authors: Shakti Saurabh, Daniel Bodony

    Abstract: The Generation and propagation of the human voice is studied in two-dimensions using a full-body domain, using direct numerical simulation. The fluid/air in the vocal tract is modeled as a compressible and viscous fluid interacting with the non-linear, viscoelastic vocal folds (VF). The VF tissue material properties are multi-layered, with varying stiffness, and a finite-strain model is utilized a… ▽ More

    Submitted 5 May, 2020; originally announced May 2020.

    Comments: 13 pages, 5 figures (placed at the end of the document)

  13. arXiv:2005.01359  [pdf, ps, other

    cs.DS

    On the Parameterized Complexity of Deletion to $\mathcal{H}$-free Strong Components

    Authors: Rian Neogi, M. S. Ramanujan, Saket Saurabh, Roohani Sharma

    Abstract: {\sc Directed Feedback Vertex Set (DFVS)} is a fundamental computational problem that has received extensive attention in parameterized complexity. In this paper, we initiate the study of a wide generalization, the {\sc ${\cal H}$-free SCC Deletion} problem. Here, one is given a digraph $D$, an integer $k$ and the objective is to decide whether there is a vertex set of size at most $k$ whose delet… ▽ More

    Submitted 24 August, 2020; v1 submitted 4 May, 2020; originally announced May 2020.

  14. arXiv:2005.00134  [pdf, other

    cs.DS

    A Parameterized Approximation Scheme for Min $k$-Cut

    Authors: Daniel Lokshtanov, Saket Saurabh, Vaishali Surianarayanan

    Abstract: In the Min $k$-Cut problem, input is an edge weighted graph $G$ and an integer $k$, and the task is to partition the vertex set into $k$ non-empty sets, such that the total weight of the edges with endpoints in different parts is minimized. When $k$ is part of the input, the problem is NP-complete and hard to approximate within any factor less than $2$. Recently, the problem has received significa… ▽ More

    Submitted 11 September, 2020; v1 submitted 30 April, 2020; originally announced May 2020.

    Comments: 32 pages, 5 figures, to appear in FOCS '20. Typos from previous version fixed

  15. arXiv:2004.11621  [pdf, other

    cs.DS

    Computation of Hadwiger Number and Related Contraction Problems: Tight Lower Bounds

    Authors: Fedor V. Fomin, Daniel Lokshtanov, Ivan Mihajlin, Saket Saurabh, Meirav Zehavi

    Abstract: We prove that the Hadwiger number of an $n$-vertex graph $G$ (the maximum size of a clique minor in $G$) cannot be computed in time $n^{o(n)}$, unless the Exponential Time Hypothesis (ETH) fails. This resolves a well-known open question in the area of exact exponential algorithms. The technique developed for resolving the Hadwiger number problem has a wider applicability. We use it to rule out the… ▽ More

    Submitted 24 April, 2020; originally announced April 2020.

    Comments: Accepted to ICALP 2020

  16. arXiv:2003.07793  [pdf, other

    cs.CG cs.DS

    The Parameterized Complexity of Guarding Almost Convex Polygons

    Authors: Akanksha Agrawal, Kristine V. K. Knudsen, Daniel Lokshtanov, Saket Saurabh, Meirav Zehavi

    Abstract: Art Gallery is a fundamental visibility problem in Computational Geometry. The input consists of a simple polygon P, (possibly infinite) sets G and C of points within P, and an integer k; the task is to decide if at most k guards can be placed on points in G so that every point in C is visible to at least one guard. In the classic formulation of Art Gallery, G and C consist of all the points withi… ▽ More

    Submitted 17 March, 2020; originally announced March 2020.

    Comments: To appear in SoCG 2020

  17. arXiv:2003.00938  [pdf, other

    cs.DS cs.CG

    ETH-Tight Algorithms for Long Path and Cycle on Unit Disk Graphs

    Authors: Fedor V. Fomin, Daniel Lokshtanov, Fahad Panolan, Saket Saurabh, Meirav Zehavi

    Abstract: We present an algorithm for the extensively studied Long Path and Long Cycle problems on unit disk graphs that runs in time $2^{O(\sqrt{k})}(n+m)$. Under the Exponential Time Hypothesis, Long Path and Long Cycle on unit disk graphs cannot be solved in time $2^{o(\sqrt{k})}(n+m)^{O(1)}$ [de Berg et al., STOC 2018], hence our algorithm is optimal. Besides the $2^{O(\sqrt{k})}(n+m)^{O(1)}$-time algor… ▽ More

    Submitted 2 March, 2020; originally announced March 2020.

    Comments: Extended version to appear in SoCG'20

  18. arXiv:2001.08977  [pdf, ps, other

    cs.DS

    Fixed-parameter tractable algorithms for Tracking Shortest Paths

    Authors: Aritra Banik, Pratibha Choudhary, Venkatesh Raman, Saket Saurabh

    Abstract: We consider the parameterized complexity of the problem of tracking shortest s-t paths in graphs, motivated by applications in security and wireless networks. Given an undirected and unweighted graph with a source s and a destination t, Tracking Shortest Paths asks if there exists a k-sized subset of vertices (referred to as tracking set) that intersects each shortest s-t path in a distinct set of… ▽ More

    Submitted 18 August, 2020; v1 submitted 24 January, 2020; originally announced January 2020.

  19. arXiv:1911.03683  [pdf, ps, other

    math.CO cs.DS

    A Polynomial Kernel for Paw-Free Editing

    Authors: Eduard Eiben, William Lochet, Saket Saurabh

    Abstract: For a fixed graph $H$, the $H$-free-editing problem asks whether we can modify a given graph $G$ by adding or deleting at most $k$ edges such that the resulting graph does not contain $H$ as an induced subgraph. The problem is known to be NP-complete for all fixed $H$ with at least $3$ vertices and it admits a $2^{O(k)}n^{O(1)}$ algorithm. Cai and Cai showed that the $H$-free-editing problem does… ▽ More

    Submitted 9 November, 2019; originally announced November 2019.

  20. arXiv:1908.08309  [pdf, other

    cond-mat.soft q-bio.BM

    Mesoscale computational protocols for the design of highly cooperative bivalent macromolecules

    Authors: Suman Saurabh, Francesco Piazza

    Abstract: The last decade has witnessed a swiftly increasing interest in the design and production of novel multivalent molecules as powerful alternatives for conventional antibodies in the fight against cancer and infectious diseases. However, while it is widely accepted that large-scale flexibility ($10-100$ nm) and free/constrained dynamics (100 ns $- μ$s) control the activity of such novel molecules, co… ▽ More

    Submitted 22 August, 2019; originally announced August 2019.

    Comments: Paper + supplementary Information

  21. arXiv:1906.05458  [pdf, other

    cs.CC cs.DS math.CO

    Structural Parameterization for Graph Deletion Problems over Data Streams

    Authors: Arijit Bishnu, Arijit Ghosh, Sudeshna Kolay, Gopinath Mishra, Saket Saurabh

    Abstract: The study of parameterized streaming complexity on graph problems was initiated by Fafianie et al. (MFCS'14) and Chitnis et al. (SODA'15 and SODA'16). Simply put, the main goal is to design streaming algorithms for parameterized problems such that $O\left(f(k)\log^{O(1)}n\right)$ space is enough, where $f$ is an arbitrary computable function depending only on the parameter $k$. However, in the pas… ▽ More

    Submitted 2 October, 2019; v1 submitted 12 June, 2019; originally announced June 2019.

    Comments: Title and introduction changed to better reflect the content of the paper; 27 pages; 7 figures

    MSC Class: 68Q05 ACM Class: F.2.2

  22. On the Approximate Compressibility of Connected Vertex Cover

    Authors: Diptapriyo Majumdar, M. S. Ramanujan, Saket Saurabh

    Abstract: The Connected Vertex Cover problem, where the goal is to compute a minimum set of vertices in a given graph which forms a vertex cover and induces a connected subgraph, is a fundamental combinatorial problem and has received extensive attention in various subdomains of algorithmics. In the area of kernelization, it is known that this problem is unlikely to have efficient preprocessing algorithms,… ▽ More

    Submitted 28 April, 2020; v1 submitted 8 May, 2019; originally announced May 2019.

    Comments: 1 figure; Revisions from the previous version incorporated based on the comments from some anonymous reviewers

    ACM Class: F.2; G.2.2

    Journal ref: Algorithmica, 2020

  23. arXiv:1905.01822  [pdf, ps, other

    cs.DS cs.CC cs.CG

    FPT Algorithms for Conflict-free Coloring of Graphs and Chromatic Terrain Guarding

    Authors: Akanksha Agrawal, Pradeesha Ashok, Meghana M Reddy, Saket Saurabh, Dolly Yadav

    Abstract: We present fixed parameter tractable algorithms for the conflict-free coloring problem on graphs. Given a graph $G=(V,E)$, \emph{conflict-free coloring} of $G$ refers to coloring a subset of $V$ such that for every vertex $v$, there is a color that is assigned to exactly one vertex in the closed neighborhood of $v$. The \emph{k-Conflict-free Coloring} problem is to decide whether $G$ can be confli… ▽ More

    Submitted 6 May, 2019; originally announced May 2019.

    Comments: Submitted

  24. arXiv:1904.08150  [pdf, ps, other

    cs.DS

    A Brief Note on Single Source Fault Tolerant Reachability

    Authors: Daniel Lokshtanov, Pranabendu Misra, Saket Saurabh, Meirav Zehavi

    Abstract: Let $G$ be a directed graph with $n$ vertices and $m$ edges, and let $s \in V(G)$ be a designated source vertex. We consider the problem of single source reachability (SSR) from $s$ in presence of failures of edges (or vertices). Formally, a spanning subgraph $H$ of $G$ is a {\em $k$-Fault Tolerant Reachability Subgraph ($k$-FTRS)} if it has the following property. For any set $F$ of at most $k$ e… ▽ More

    Submitted 17 April, 2019; originally announced April 2019.

  25. arXiv:1904.02944  [pdf, other

    cs.DS cs.DM

    Hitting Topological Minors is FPT

    Authors: Fedor V. Fomin, Daniel Lokshtanov, Fahad Panolan, Saket Saurabh, Meirav Zehavi

    Abstract: In the Topological Minor Deletion (TM-Deletion) problem input consists of an undirected graph $G$, a family of undirected graphs ${\cal F}$ and an integer $k$. The task is to determine whether $G$ contains a set of vertices $S$ of size at most $k$, such that the graph $G\setminus S$ obtained from $G$ by removing the vertices of $S$, contains no graph from ${\cal F}$ as a topological minor. We give… ▽ More

    Submitted 7 January, 2020; v1 submitted 5 April, 2019; originally announced April 2019.

  26. arXiv:1903.01291  [pdf, other

    cs.DS cs.CG

    Decomposition of Map Graphs with Applications

    Authors: Fedor V. Fomin, Daniel Lokshtanov, Fahad Panolan, Saket Saurabh, Meirav Zehavi

    Abstract: Bidimensionality is the most common technique to design subexponential-time parameterized algorithms on special classes of graphs, particularly planar graphs. The core engine behind it is a combinatorial lemma of Robertson, Seymour and Thomas that states that every planar graph either has a $\sqrt{k}\times \sqrt{k}$-grid as a minor, or its treewidth is $O(\sqrt{k})$. However, bidimensionality theo… ▽ More

    Submitted 4 March, 2019; originally announced March 2019.

  27. Slightly Superexponential Parameterized Problems

    Authors: Daniel Lokshtanov, Daniel Marx, Saket Saurabh

    Abstract: A central problem in parameterized algorithms is to obtain algorithms with running time $f(k)\cdot n^{O(1)}$ such that $f$ is as slow growing function of the parameter $k$ as possible. In particular, a large number of basic parameterized problems admit parameterized algorithms where $f(k)$ is single-exponential, that is, $c^k$ for some constant $c$, which makes aiming for such a running time a n… ▽ More

    Submitted 22 February, 2019; originally announced February 2019.

    Journal ref: SIAM Journal on Computing, 2018

  28. arXiv:1902.06957  [pdf, other

    cs.DS cs.DM

    Covering Vectors by Spaces in Perturbed Graphic Matroids and Their Duals

    Authors: Fedor V. Fomin, Petr A. Golovach, Daniel Lokshtanov, Saket Saurabh, Meirav Zehavi

    Abstract: Perturbed graphic matroids are binary matroids that can be obtained from a graphic matroid by adding a noise of small rank. More precisely, r-rank perturbed graphic matroid M is a binary matroid that can be represented in the form I +P, where I is the incidence matrix of some graph and P is a binary matrix of rank at most r. Such matroids naturally appear in a number of theoretical and applied set… ▽ More

    Submitted 19 February, 2019; originally announced February 2019.

  29. arXiv:1902.02526  [pdf, other

    cs.DS cs.DM

    Going Far From Degeneracy

    Authors: Fedor V. Fomin, Petr A. Golovach, Daniel Lokshtanov, Fahad Panolan, Saket Saurabh, Meirav Zehavi

    Abstract: An undirected graph G is d-degenerate if every subgraph of G has a vertex of degree at most d. By the classical theorem of Erdős and Gallai from 1959, every graph of degeneracy d>1 contains a cycle of length at least d+1. The proof of Erdős and Gallai is constructive and can be turned into a polynomial time algorithm constructing a cycle of length at least d+1. But can we decide in polynomial time… ▽ More

    Submitted 14 February, 2019; v1 submitted 7 February, 2019; originally announced February 2019.

  30. arXiv:1901.02209  [pdf, other

    cs.DS

    Subset Feedback Vertex Set in Chordal and Split Graphs

    Authors: Geevarghese Philip, Varun Rajan, Saket Saurabh, Prafullkumar Tale

    Abstract: In the \textsc{Subset Feedback Vertex Set (Subset-FVS)} problem the input is a graph $G$, a subset \(T\) of vertices of \(G\) called the `terminal' vertices, and an integer $k$. The task is to determine whether there exists a subset of vertices of cardinality at most $k$ which together intersect all cycles which pass through the terminals. \textsc{Subset-FVS} generalizes several well studied prob… ▽ More

    Submitted 8 January, 2019; originally announced January 2019.

  31. Learning to Prevent Monocular SLAM Failure using Reinforcement Learning

    Authors: Vignesh Prasad, Karmesh Yadav, Rohitashva Singh Saurabh, Swapnil Daga, Nahas Pareekutty, K. Madhava Krishna, Balaraman Ravindran, Brojeshwar Bhowmick

    Abstract: Monocular SLAM refers to using a single camera to estimate robot ego motion while building a map of the environment. While Monocular SLAM is a well studied problem, automating Monocular SLAM by integrating it with trajectory planning frameworks is particularly challenging. This paper presents a novel formulation based on Reinforcement Learning (RL) that generates fail safe trajectories wherein the… ▽ More

    Submitted 7 January, 2020; v1 submitted 22 December, 2018; originally announced December 2018.

    Comments: This is the extension of the work described in arXiv:1607.07558 so it would be better to have that updated instead of having this as a separate version

  32. arXiv:1810.06864  [pdf, other

    cs.DS

    Randomized contractions meet lean decompositions

    Authors: Marek Cygan, Paweł Komosa, Daniel Lokshtanov, Michał Pilipczuk, Marcin Pilipczuk, Saket Saurabh, Magnus Wahlström

    Abstract: We show an algorithm that, given an $n$-vertex graph $G$ and a parameter $k$, in time $2^{O(k \log k)} n^{O(1)}$ finds a tree decomposition of $G$ with the following properties: * every adhesion of the tree decomposition is of size at most $k$, and * every bag of the tree decomposition is $(i,i)$-unbreakable in $G$ for every $1 \leq i \leq k$. Here, a set $X \subseteq V(G)$ is $(a,b)$-unbrea… ▽ More

    Submitted 26 September, 2020; v1 submitted 16 October, 2018; originally announced October 2018.

    Comments: v2: New co-author (Magnus) and improved results on vertex unbreakability of bags, v3: final changes, including new abstract

  33. arXiv:1809.08437  [pdf, ps, other

    cs.DS

    A 2-Approximation Algorithm for Feedback Vertex Set in Tournaments

    Authors: Daniel Lokshtanov, Pranabendu Misra, Joydeep Mukherjee, Geevarghese Philip, Fahad Panolan, Saket Saurabh

    Abstract: A {\em tournament} is a directed graph $T$ such that every pair of vertices is connected by an arc. A {\em feedback vertex set} is a set $S$ of vertices in $T$ such that $T - S$ is acyclic. We consider the {\sc Feedback Vertex Set} problem in tournaments. Here the input is a tournament $T$ and a weight function $w : V(T) \rightarrow \mathbb{N}$ and the task is to find a feedback vertex set $S$ in… ▽ More

    Submitted 22 September, 2018; originally announced September 2018.

  34. arXiv:1807.07156  [pdf, other

    cs.DS cs.CC cs.LG

    Approximation Schemes for Low-Rank Binary Matrix Approximation Problems

    Authors: Fedor V. Fomin, Petr A. Golovach, Daniel Lokshtanov, Fahad Panolan, Saket Saurabh

    Abstract: We provide a randomized linear time approximation scheme for a generic problem about clustering of binary vectors subject to additional constrains. The new constrained clustering problem encompasses a number of problems and by solving it, we obtain the first linear time-approximation schemes for a number of well-studied fundamental problems concerning clustering of binary vectors and low-rank appr… ▽ More

    Submitted 18 July, 2018; originally announced July 2018.

    Comments: 38 pages

  35. arXiv:1807.06272  [pdf, ps, other

    cs.DS

    Almost optimal query algorithm for hitting set using a subset query

    Authors: Arijit Bishnu, Arijit Ghosh, Sudeshna Kolay, Gopinath Mishra, Saket Saurabh

    Abstract: Given access to the hypergraph through a subset query oracle in the query model, we give sublinear time algorithms for Hitting-Set with almost tight parameterized query complexity. In parameterized query complexity, we estimate the number of queries to the oracle based on the parameter $k$, the size of the Hitting-Set. The subset query oracle we use in this paper is called Generalized $d$-partite… ▽ More

    Submitted 7 May, 2023; v1 submitted 17 July, 2018; originally announced July 2018.

    Comments: 22 pages. A preliminary version has appeared in ISAAC'19 and the full version has been accepted in JCSS

  36. arXiv:1803.09370  [pdf, other

    cs.DS cs.CC cs.GT

    Popular Matching in Roommates Setting is NP-hard

    Authors: Sushmita Gupta, Pranabendu Misra, Saket Saurabh, Meirav Zehavi

    Abstract: An input to the Popular Matching problem, in the roommates setting, consists of a graph $G$ and each vertex ranks its neighbors in strict order, known as its preference. In the Popular Matching problem the objective is to test whether there exists a matching $M^\star$ such that there is no matching $M$ where more people are happier with $M$ than with $M^\star$. In this paper we settle the computat… ▽ More

    Submitted 25 March, 2018; originally announced March 2018.

    Comments: 20 pages, 7 figures

  37. arXiv:1802.07090  [pdf, ps, other

    cs.DS

    The Parameterized Complexity of Packing Arc-Disjoint Cycles in Tournaments

    Authors: R. Krithika, Abhishek Sahu, Saket Saurabh, Meirav Zehavi

    Abstract: Given a directed graph $D$ on $n$ vertices and a positive integer $k$, the Arc-Disjoint Cycle Packing problem is to determine whether $D$ has $k$ arc-disjoint cycles. This problem is known to be W[1]-hard in general directed graphs. In this paper, we initiate a systematic study on the parameterized complexity of the problem restricted to tournaments. We show that the problem is fixed-parameter tra… ▽ More

    Submitted 20 February, 2018; originally announced February 2018.

  38. arXiv:1802.01453  [pdf, other

    cs.DS cs.CC cs.LO

    Reducing CMSO Model Checking to Highly Connected Graphs

    Authors: Daniel Lokshtanov, M. S. Ramanujan, Saket Saurabh, Meirav Zehavi

    Abstract: Given a Counting Monadic Second Order (CMSO) sentence $ψ$, the CMSO$[ψ]$ problem is defined as follows. The input to CMSO$[ψ]$ is a graph $G$, and the objective is to determine whether $G\models ψ$. Our main theorem states that for every CMSO sentence $ψ$, if CMSO$[ψ]$ is solvable in polynomial time on "globally highly connected graphs", then CMSO$[ψ]$ is solvable in polynomial time (on general gr… ▽ More

    Submitted 5 February, 2018; originally announced February 2018.

  39. arXiv:1712.06747  [pdf, other

    cs.CG

    Algorithms for low-distortion embeddings into arbitrary 1-dimensional spaces

    Authors: Timothy Carpenter, Fedor V. Fomin, Daniel Lokshtanov, Saket Saurabh, Anastasios Sidiropoulos

    Abstract: We study the problem of finding a minimum-distortion embedding of the shortest path metric of an unweighted graph into a "simpler" metric $X$. Computing such an embedding (exactly or approximately) is a non-trivial task even when $X$ is the metric induced by a path, or, equivalently, into the real line. In this paper we give approximation and fixed-parameter tractable (FPT) algorithms for minimum-… ▽ More

    Submitted 18 December, 2017; originally announced December 2017.

  40. arXiv:1710.05491  [pdf, other

    cs.DS

    Balanced Judicious Partition is Fixed-Parameter Tractable

    Authors: Daniel Lokshtanov, Saket Saurabh, Roohani Sharma, Meirav Zehavi

    Abstract: The family of judicious partitioning problems, introduced by Bollobás and Scott to the field of extremal combinatorics, has been extensively studied from a structural point of view for over two decades. This rich realm of problems aims to counterbalance the objectives of classical partitioning problems such as Min Cut, Min Bisection and Max Cut. While these classical problems focus solely on the m… ▽ More

    Submitted 15 October, 2017; originally announced October 2017.

    ACM Class: F.2, I.1.2, G.2.2

  41. arXiv:1710.02300  [pdf, other

    cs.DS cs.DM math.CO

    Covering vectors by spaces: Regular matroids

    Authors: Fedor V. Fomin, Petr A. Golovach, Daniel Lokshtanov, Saket Saurabh

    Abstract: Seymour's decomposition theorem for regular matroids is a fundamental result with a number of combinatorial and algorithmic applications. In this work we demonstrate how this theorem can be used in the design of parameterized algorithms on regular matroids. We consider the problem of covering a set of vectors of a given finite dimensional linear space (vector space) by a subspace generated by a se… ▽ More

    Submitted 6 October, 2017; originally announced October 2017.

  42. arXiv:1708.00622  [pdf, other

    cs.DS

    On the Parameterized Complexity of Contraction to Generalization of Trees

    Authors: Akanksha Agrawal, Saket Saurabh, Prafullkumar Tale

    Abstract: For a family of graphs $\cal F$, the $\mathcal{F}$-Contraction problem takes as an input a graph $G$ and an integer $k$, and the goal is to decide if there exists $S \subseteq E(G)$ of size at most $k$ such that $G/S$ belongs to $\cal F$. Here, $G/S$ is the graph obtained from $G$ by contracting all the edges in $S$. Heggernes et al.~[Algorithmica (2014)] were the first to study edge contraction p… ▽ More

    Submitted 2 August, 2017; originally announced August 2017.

    Comments: Full version of paper appeared in IPEC 2017

  43. arXiv:1707.09545  [pdf, ps, other

    cs.DS

    Balanced Stable Marriage: How Close is Close Enough?

    Authors: Sushmita Gupta, Sanjukta Roy, Saket Saurabh, Meirav Zehavi

    Abstract: The Balanced Stable Marriage problem is a central optimization version of the classic Stable Marriage problem. Here, the output cannot be an arbitrary stable matching, but one that balances between the dissatisfaction of the two parties, men and women. We study Balanced Stable Marriage from the viewpoint of Parameterized Complexity. Our "above guarantee parameterizations" are arguably the most nat… ▽ More

    Submitted 29 July, 2017; originally announced July 2017.

  44. arXiv:1707.05404  [pdf, other

    cs.DS cs.CC cs.GT

    On Treewidth and Stable Marriage

    Authors: Sushmita Gupta, Saket Saurabh, Meirav Zehavi

    Abstract: Stable Marriage is a fundamental problem to both computer science and economics. Four well-known NP-hard optimization versions of this problem are the Sex-Equal Stable Marriage (SESM), Balanced Stable Marriage (BSM), max-Stable Marriage with Ties (max-SMT) and min-Stable Marriage with Ties (min-SMT) problems. In this paper, we analyze these problems from the viewpoint of Parameterized Complexity.… ▽ More

    Submitted 17 July, 2017; originally announced July 2017.

  45. arXiv:1707.04917  [pdf, other

    cs.DS

    Feedback Vertex Set Inspired Kernel for Chordal Vertex Deletion

    Authors: Akanksha Agrawal, Daniel Lokshtanov, Pranabendu Misra, Saket Saurabh, Meirav Zehavi

    Abstract: Given a graph $G$ and a parameter $k$, the Chordal Vertex Deletion (CVD) problem asks whether there exists a subset $U\subseteq V(G)$ of size at most $k$ that hits all induced cycles of size at least 4. The existence of a polynomial kernel for CVD was a well-known open problem in the field of Parameterized Complexity. Recently, Jansen and Pilipczuk resolved this question affirmatively by designing… ▽ More

    Submitted 16 July, 2017; originally announced July 2017.

  46. arXiv:1707.04908  [pdf, other

    cs.DS

    Polylogarithmic Approximation Algorithms for Weighted-$\mathcal{F}$-Deletion Problems

    Authors: Akanksha Agrawal, Daniel Lokshtanov, Pranabendu Misra, Saket Saurabh, Meirav Zehavi

    Abstract: For a family of graphs $\cal F$, the canonical Weighted $\cal F$ Vertex Deletion problem is defined as follows: given an $n$-vertex undirected graph $G$ and a weight function $w: V(G)\rightarrow\mathbb{R}$, find a minimum weight subset $S\subseteq V(G)$ such that $G-S$ belongs to $\cal F$. We devise a recursive scheme to obtain $O(\log^{O(1)}n)$-approximation algorithms for such problems, building… ▽ More

    Submitted 16 July, 2017; originally announced July 2017.

  47. arXiv:1707.04889  [pdf, ps, other

    physics.atom-ph physics.acc-ph physics.chem-ph

    Radiative rotational lifetimes and state-resolved relative detachment cross sections from photodetachment thermometry of molecular anions in a cryogenic storage ring

    Authors: C. Meyer, A. Becker, K. Blaum, C. Breitenfeldt, S. George, J. Göck, M. Grieser, F. Grussie, E. A. Guerin, R. von Hahn, P. Herwig, C. Krantz, H. Kreckel, J. Lion, S. Lohmann, P. M. Mishra, O. Novotný, A. P. O'Connor, R. Repnow, S. Saurabh, D. Schwalm, L. Schweikhard, K. Spruck, S. Sunil Kumar, S. Vogel , et al. (1 additional authors not shown)

    Abstract: Photodetachment thermometry on a beam of OH$^-$ in a cryogenic storage ring cooled to below 10 K is carried out using two-dimensional, frequency and time dependent photodetachment spectroscopy over 20 minutes of ion storage. In equilibrium with the low-level blackbody field, we find an effective radiative temperature near 15 K with about 90% of all ions in the rotational ground state. We measure t… ▽ More

    Submitted 16 July, 2017; originally announced July 2017.

    Comments: Manuscript LaTeX with 5 pages, 3 figures, and 1 table plus LaTeX supplement with 12 pages, 3 figures and 3 tables. This article has been accepted by Physical Review Letters

    Journal ref: Phys. Rev. Lett. 119, 023202 (2017)

  48. arXiv:1707.01037  [pdf, other

    cs.DS cs.DM

    Packing Cycles Faster Than Erdős-Pósa

    Authors: Daniel Lokshtanov, Amer E. Mouawad, Saket Saurabh, Meirav Zehavi

    Abstract: The Cycle Packing problem asks whether a given undirected graph $G=(V,E)$ contains $k$ vertex-disjoint cycles. Since the publication of the classic Erdős-Pósa theorem in 1965, this problem received significant scientific attention in the fields of Graph Theory and Algorithm Design. In particular, this problem is one of the first problems studied in the framework of Parameterized Complexity. The no… ▽ More

    Submitted 4 July, 2017; originally announced July 2017.

  49. arXiv:1705.02822  [pdf, ps, other

    cs.DS

    Rank Vertex Cover as a Natural Problem for Algebraic Compression

    Authors: Syed Mohammad Meesum, Fahad Panolan, Saket Saurabh, Meirav Zehavi

    Abstract: The question of the existence of a polynomial kernelization of the Vertex Cover Above LP problem has been a longstanding, notorious open problem in Parameterized Complexity. Five years ago, the breakthrough work by Kratsch and Wahlstrom on representative sets has finally answered this question in the affirmative [FOCS 2012]. In this paper, we present an alternative, algebraic compression of the Ve… ▽ More

    Submitted 10 May, 2017; v1 submitted 8 May, 2017; originally announced May 2017.

  50. arXiv:1705.01414  [pdf, ps, other

    cs.DS

    Covering Small Independent Sets and Separators with Applications to Parameterized Algorithms

    Authors: Daniel Lokshtanov, Fahad Panolan, Saket Saurabh, Roohani Sharma, Meirav Zehavi

    Abstract: We present two new combinatorial tools for the design of parameterized algorithms. The first is a simple linear time randomized algorithm that given as input a $d$-degenerate graph $G$ and an integer $k$, outputs an independent set $Y$, such that for every independent set $X$ in $G$ of size at most $k$, the probability that $X$ is a subset of $Y$ is at least… ▽ More

    Submitted 3 May, 2017; originally announced May 2017.

    Comments: 35 pages