Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to main content

Showing 1–50 of 98 results for author: Marx, D

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

    cs.DS cs.CC

    From Chinese Postman to Salesman and Beyond: Shortest Tour $δ$-Covering All Points on All Edges

    Authors: Fabian Frei, Ahmed Ghazy, Tim A. Hartmann, Florian Hörsch, Dániel Marx

    Abstract: A well-studied continuous model of graphs considers each edge as a continuous unit-length interval of points. For $δ\geq 0$, we introduce the problem $δ$-Tour, where the objective is to find the shortest tour that comes within a distance of $δ$ of every point on every edge. It can be observed that 0-Tour is essentially equivalent to the Chinese Postman Problem, which is solvable in polynomial time… ▽ More

    Submitted 14 October, 2024; originally announced October 2024.

    Comments: To appear in ISAAC 2024

  2. arXiv:2407.06801  [pdf, other

    cs.CC cs.DS

    From Graph Properties to Graph Parameters: Tight Bounds for Counting on Small Subgraphs

    Authors: Simon Döring, Dániel Marx, Philip Wellnitz

    Abstract: A graph property is a function $Φ$ that maps every graph to {0, 1} and is invariant under isomorphism. In the $\#IndSub(Φ)$ problem, given a graph $G$ and an integer $k$, the task is to count the number of $k$-vertex induced subgraphs $G'$ with $Φ(G')=1$. $\#IndSub(Φ)$ can be naturally generalized to graph parameters, that is, to functions $Φ$ on graphs that do not necessarily map to {0, 1}: now t… ▽ More

    Submitted 9 July, 2024; originally announced July 2024.

  3. arXiv:2402.14927  [pdf, other

    cs.DS

    Hitting Meets Packing: How Hard Can it Be?

    Authors: Jacob Focke, Fabian Frei, Shaohua Li, Dániel Marx, Philipp Schepper, Roohani Sharma, Karol Węgrzycki

    Abstract: We study a general family of problems that form a common generalization of classic hitting (also referred to as covering or transversal) and packing problems. An instance of X-HitPack asks: Can removing k (deletable) vertices of a graph G prevent us from packing $\ell$ vertex-disjoint objects of type X? This problem captures a spectrum of problems with standard hitting and packing on opposite ends… ▽ More

    Submitted 22 February, 2024; originally announced February 2024.

  4. arXiv:2402.07331  [pdf, other

    cs.CC cs.DS

    Fundamental Problems on Bounded-Treewidth Graphs: The Real Source of Hardness

    Authors: Barış Can Esmer, Jacob Focke, Dániel Marx, Paweł Rzążewski

    Abstract: It is known for many algorithmic problems that if a tree decomposition of width $t$ is given in the input, then the problem can be solved with exponential dependence on $t$. A line of research by Lokshtanov, Marx, and Saurabh [SODA 2011] produced lower bounds showing that in many cases known algorithms achieve the best possible exponential dependence on $t$, assuming the SETH. The main message of… ▽ More

    Submitted 19 February, 2024; v1 submitted 11 February, 2024; originally announced February 2024.

  5. arXiv:2312.11086  [pdf, other

    cs.CC cs.DS

    Multicut Problems in Embedded Graphs: The Dependency of Complexity on the Demand Pattern

    Authors: Jacob Focke, Florian Hörsch, Shaohua Li, Dániel Marx

    Abstract: The Multicut problem asks for a minimum cut separating certain pairs of vertices: formally, given a graph $G$ and demand graph $H$ on a set $T\subseteq V(G)$ of terminals, the task is to find a minimum-weight set $C$ of edges of $G$ such that whenever two vertices of $T$ are adjacent in $H$, they are in different components of $G\setminus C$. Colin de Verdière [Algorithmica, 2017] showed that Mult… ▽ More

    Submitted 18 December, 2023; originally announced December 2023.

  6. arXiv:2311.08988  [pdf, other

    cs.CC cs.DS

    Counting Small Induced Subgraphs with Edge-monotone Properties

    Authors: Simon Döring, Dániel Marx, Philip Wellnitz

    Abstract: We study the parameterized complexity of #IndSub($Φ$), where given a graph $G$ and an integer $k$, the task is to count the number of induced subgraphs on $k$ vertices that satisfy the graph property $Φ$. Focke and Roth [STOC 2022] completely characterized the complexity for each $Φ$ that is a hereditary property (that is, closed under vertex deletions): #IndSub($Φ$) is #W[1]-hard except in the de… ▽ More

    Submitted 15 November, 2023; originally announced November 2023.

  7. arXiv:2311.05913  [pdf, ps, other

    cs.CC cs.DS

    Conditional lower bounds for sparse parameterized 2-CSP: A streamlined proof

    Authors: Karthik C. S., Dániel Marx, Marcin Pilipczuk, Uéverton Souza

    Abstract: Assuming the Exponential Time Hypothesis (ETH), a result of Marx (ToC'10) implies that there is no $f(k)\cdot n^{o(k/\log k)}$ time algorithm that can solve 2-CSPs with $k$ constraints (over a domain of arbitrary large size $n$) for any computable function $f$. This lower bound is widely used to show that certain parameterized problems cannot be solved in time $f(k)\cdot n^{o(k/\log k)}$ time (ass… ▽ More

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

  8. arXiv:2308.15306  [pdf, other

    cs.DS

    Approximate Monotone Local Search for Weighted Problems

    Authors: Baris Can Esmer, Ariel Kulik, Daniel Marx, Daniel Neuen, Roohani Sharma

    Abstract: In a recent work, Esmer et al. describe a simple method - Approximate Monotone Local Search - to obtain exponential approximation algorithms from existing parameterized exact algorithms, polynomial-time approximation algorithms and, more generally, parameterized approximation algorithms. In this work, we generalize those results to the weighted setting. More formally, we consider monotone subset… ▽ More

    Submitted 29 August, 2023; originally announced August 2023.

  9. arXiv:2306.15331  [pdf, other

    cs.DS cs.CC

    Optimally Repurposing Existing Algorithms to Obtain Exponential-Time Approximations

    Authors: Barış Can Esmer, Ariel Kulik, Dániel Marx, Daniel Neuen, Roohani Sharma

    Abstract: The goal of this paper is to understand how exponential-time approximation algorithms can be obtained from existing polynomial-time approximation algorithms, existing parameterized exact algorithms, and existing parameterized approximation algorithms. More formally, we consider a monotone subset minimization problem over a universe of size $n$ (e.g., Vertex Cover or Feedback Vertex Set). We have a… ▽ More

    Submitted 27 June, 2023; originally announced June 2023.

    Comments: 80 pages, 5 figures

  10. arXiv:2306.03640  [pdf, other

    cs.CC cs.DS

    Tight Complexity Bounds for Counting Generalized Dominating Sets in Bounded-Treewidth Graphs Part II: Hardness Results

    Authors: Jacob Focke, Dániel Marx, Fionn Mc Inerney, Daniel Neuen, Govind S. Sankar, Philipp Schepper, Philip Wellnitz

    Abstract: For a well-studied family of domination-type problems, in bounded-treewidth graphs, we investigate whether it is possible to find faster algorithms. For sets $σ,ρ$ of non-negative integers, a $(σ,ρ)$-set of a graph $G$ is a set $S$ of vertices such that $|N(u)\cap S|\in σ$ for every $u\in S$, and $|N(v)\cap S|\in ρ$ for every $v\not\in S$. The problem of finding a $(σ,ρ)$-set (of a certain size) u… ▽ More

    Submitted 26 May, 2023; originally announced June 2023.

    Comments: This is the second part following an accompanying paper arXiv:2211.04278. We split the original paper to keep paper length more manageable

    ACM Class: F.2.2; G.2.1

  11. Parameterized Approximation for Robust Clustering in Discrete Geometric Spaces

    Authors: Fateme Abbasi, Sandip Banerjee, Jarosław Byrka, Parinya Chalermsook, Ameet Gadekar, Kamyar Khodamoradi, Dániel Marx, Roohani Sharma, Joachim Spoerhase

    Abstract: We consider the well-studied Robust $(k, z)$-Clustering problem, which generalizes the classic $k$-Median, $k$-Means, and $k$-Center problems. Given a constant $z\ge 1$, the input to Robust $(k, z)$-Clustering is a set $P$ of $n$ weighted points in a metric space $(M,δ)$ and a positive integer $k$. Further, each point belongs to one (or more) of the $m$ many different groups $S_1,S_2,\ldots,S_m$.… ▽ More

    Submitted 16 September, 2024; v1 submitted 12 May, 2023; originally announced May 2023.

    Comments: 26 pages, 5 figures

    Journal ref: 51st International Colloquium on Automata, Languages, and Programming (ICALP 2024), Leibniz International Proceedings in Informatics (LIPIcs), vol. 297, pp. 6:1--6:19, Schloss Dagstuhl -- Leibniz-Zentrum für Informatik, 2024

  12. arXiv:2304.03146  [pdf, other

    cs.DS cs.LG

    Parameterized Approximation Schemes for Clustering with General Norm Objectives

    Authors: Fateme Abbasi, Sandip Banerjee, Jarosław Byrka, Parinya Chalermsook, Ameet Gadekar, Kamyar Khodamoradi, Dániel Marx, Roohani Sharma, Joachim Spoerhase

    Abstract: This paper considers the well-studied algorithmic regime of designing a $(1+ε)$-approximation algorithm for a $k$-clustering problem that runs in time $f(k,ε)poly(n)$ (sometimes called an efficient parameterized approximation scheme or EPAS for short). Notable results of this kind include EPASes in the high-dimensional Euclidean setting for $k$-center [Badŏiu, Har-Peled, Indyk; STOC'02] as well as… ▽ More

    Submitted 6 April, 2023; originally announced April 2023.

    Comments: 40 pages, 6 figures

    ACM Class: F.2.2

  13. arXiv:2212.02939  [pdf

    physics.geo-ph cs.LG

    Quantification of geogrid lateral restraint using transparent sand and deep learning-based image segmentation

    Authors: David Marx, Krishna Kumar, Jorge Zornberg

    Abstract: An experimental technique is presented to quantify the lateral restraint provided by a geogrid embedded in granular soil at the particle level. Repeated load triaxial tests were done on transparent sand specimens with geosynthetic inclusions simulating geogrids. Particle outlines on laser illuminated planes through the specimens were segmented using a deep learning-based segmentation algorithm. Th… ▽ More

    Submitted 17 January, 2023; v1 submitted 6 December, 2022; originally announced December 2022.

  14. arXiv:2211.04458  [pdf, other

    cs.DS cs.DM

    Computing Square Colorings on Bounded-Treewidth and Planar Graphs

    Authors: Akanksha Agrawal, Dániel Marx, Daniel Neuen, Jasper Slusallek

    Abstract: A square coloring of a graph $G$ is a coloring of the square $G^2$ of $G$, that is, a coloring of the vertices of $G$ such that any two vertices that are at distance at most $2$ in $G$ receive different colors. We investigate the complexity of finding a square coloring with a given number of $q$ colors. We show that the problem is polynomial-time solvable on graphs of bounded treewidth by presenti… ▽ More

    Submitted 8 November, 2022; originally announced November 2022.

    Comments: 72 pages, 15 figures, full version of a paper accepted at SODA 2023

  15. arXiv:2211.04278  [pdf, other

    cs.CC cs.DS

    Tight Complexity Bounds for Counting Generalized Dominating Sets in Bounded-Treewidth Graphs Part I: Algorithmic Results

    Authors: Jacob Focke, Dániel Marx, Fionn Mc Inerney, Daniel Neuen, Govind S. Sankar, Philipp Schepper, Philip Wellnitz

    Abstract: We investigate how efficiently a well-studied family of domination-type problems can be solved on bounded-treewidth graphs. For sets $σ,ρ$ of non-negative integers, a $(σ,ρ)$-set of a graph $G$ is a set $S$ of vertices such that $|N(u)\cap S|\in σ$ for every $u\in S$, and $|N(v)\cap S|\in ρ$ for every $v\not\in S$. The problem of finding a $(σ,ρ)$-set (of a certain size) unifies standard problems… ▽ More

    Submitted 21 June, 2023; v1 submitted 8 November, 2022; originally announced November 2022.

    Comments: We split the original paper to keep paper length more manageable. This is the first part with the algorithmic results followed by the accompanying paper arXiv:2306.03640 covering the second part with the hardness results

  16. arXiv:2210.10677  [pdf, other

    cs.CC cs.DS

    List homomorphisms by deleting edges and vertices: tight complexity bounds for bounded-treewidth graphs

    Authors: Barış Can Esmer, Jacob Focke, Dániel Marx, Paweł Rzążewski

    Abstract: The goal of this paper is to investigate a family of optimization problems arising from list homomorphisms, and to understand what the best possible algorithms are if we restrict the problem to bounded-treewidth graphs. For a fixed $H$, the input of the optimization problem LHomVD($H$) is a graph $G$ with lists $L(v)$, and the task is to find a set $X$ of vertices having minimum size such that… ▽ More

    Submitted 13 February, 2024; v1 submitted 19 October, 2022; originally announced October 2022.

  17. Computing Generalized Convolutions Faster Than Brute Force

    Authors: Barış Can Esmer, Ariel Kulik, Dániel Marx, Philipp Schepper, Karol Węgrzycki

    Abstract: In this paper, we consider a general notion of convolution. Let $D$ be a finite domain and let $D^n$ be the set of $n$-length vectors (tuples) of $D$. Let $f : D \times D \to D$ be a function and let $\oplus_f$ be a coordinate-wise application of $f$. The $f$-Convolution of two functions $g,h : D^n \to \{-M,\ldots,M\}$ is… ▽ More

    Submitted 30 January, 2023; v1 submitted 4 September, 2022; originally announced September 2022.

    Comments: We improved constant c, 29 pages, 5 colored figures

  18. arXiv:2208.06015  [pdf, other

    cs.DS cs.CC

    Subexponential Parameterized Directed Steiner Network Problems on Planar Graphs: a Complete Classification

    Authors: Esther Galby, Sandor Kisfaludi-Bak, Daniel Marx, Roohani Sharma

    Abstract: In the Directed Steiner Network problem, the input is a directed graph G, a subset T of k vertices of G called the terminals, and a demand graph D on T. The task is to find a subgraph H of G with the minimum number of edges such that for every edge (s,t) in D, the solution H contains a directed s to t path. In this paper we investigate how the complexity of the problem depends on the demand patter… ▽ More

    Submitted 11 August, 2022; originally announced August 2022.

    Comments: 87 pages, 18 figures

    MSC Class: 68Q25; 68Q27 ACM Class: F.2

  19. arXiv:2208.02850  [pdf, ps, other

    cs.DS cs.CC

    Domination and Cut Problems on Chordal Graphs with Bounded Leafage

    Authors: Esther Galby, Daniel Marx, Philipp Schepper, Roohani Sharma, Prafullkumar Tale

    Abstract: The leafage of a chordal graph G is the minimum integer l such that G can be realized as an intersection graph of subtrees of a tree with l leaves. We consider structural parameterization by the leafage of classical domination and cut problems on chordal graphs. Fomin, Golovach, and Raymond [ESA 2018, Algorithmica 2020] proved, among other things, that Dominating Set on chordal graphs admits an al… ▽ More

    Submitted 4 August, 2022; originally announced August 2022.

    Comments: 48 pages, 3 figures, 1 table

    MSC Class: 68Q25; 68Q27 ACM Class: F.2

  20. arXiv:2206.13481  [pdf, ps, other

    cs.DS cs.CC

    Faster Exponential-Time Approximation Algorithms Using Approximate Monotone Local Search

    Authors: Barış Can Esmer, Ariel Kulik, Dániel Marx, Daniel Neuen, Roohani Sharma

    Abstract: We generalize the monotone local search approach of Fomin, Gaspers, Lokshtanov and Saurabh [J.ACM 2019], by establishing a connection between parameterized approximation and exponential-time approximation algorithms for monotone subset minimization problems. In a monotone subset minimization problem the input implicitly describes a non-empty set family over a universe of size $n$ which is closed u… ▽ More

    Submitted 27 June, 2022; originally announced June 2022.

    Comments: 27 pages, full version of a paper accepted at ESA 2022

  21. arXiv:2205.10105  [pdf, other

    cs.DS cs.CC

    Parameterized Complexity of Weighted Multicut in Trees

    Authors: Esther Galby, Dániel Marx, Philipp Schepper, Roohani Sharma, Prafullkumar Tale

    Abstract: The Edge Multicut problem is a classical cut problem where given an undirected graph $G$, a set of pairs of vertices $\mathcal{P}$, and a budget $k$, the goal is to determine if there is a set $S$ of at most $k$ edges such that for each $(s,t) \in \mathcal{P}$, $G-S$ has no path from $s$ to $t$. Edge Multicut has been relatively recently shown to be fixed-parameter tractable (FPT), parameterized b… ▽ More

    Submitted 20 May, 2022; originally announced May 2022.

    Comments: Full version of the paper accepted for WG 2022

  22. arXiv:2203.07898  [pdf, other

    cs.CG cs.DS

    Dynamic Time Warping Under Translation: Approximation Guided by Space-Filling Curves

    Authors: Karl Bringmann, Sándor Kisfaludi-Bak, Marvin Künnemann, Dániel Marx, André Nusser

    Abstract: The Dynamic Time Warping (DTW) distance is a popular measure of similarity for a variety of sequence data. For comparing polygonal curves $π, σ$ in $\mathbb{R}^d$, it provides a robust, outlier-insensitive alternative to the Fréchet distance. However, like the Fréchet distance, the DTW distance is not invariant under translations. Can we efficiently optimize the DTW distance of $π$ and $σ$ under a… ▽ More

    Submitted 16 March, 2022; v1 submitted 15 March, 2022; originally announced March 2022.

    Comments: Full version of SoCG '22 paper

  23. Modern Lower Bound Techniques in Database Theory and Constraint Satisfaction

    Authors: Dániel Marx

    Abstract: Conditional lower bounds based on $P\neq NP$, the Exponential-Time Hypothesis (ETH), or similar complexity assumptions can provide very useful information about what type of algorithms are likely to be possible. Ideally, such lower bounds would be able to demonstrate that the best known algorithms are essentially optimal and cannot be improved further. In this tutorial, we overview different types… ▽ More

    Submitted 15 March, 2022; originally announced March 2022.

    Comments: PODS 2021 Tutorial

  24. Interpretation and inference for altmetric indicators arising from sparse data statistics

    Authors: Lawrence Smolinsky, Bernhard Klingenberg, Brian D. Marx

    Abstract: In 2018 Bornmann and Haunschild (2018a) introduced a new indicator called the Mantel-Haenszel quotient (MHq) to measure alternative metrics (or altmetrics) of scientometric data. In this article we review the Mantel-Haenszel statistics, point out two errors in the literature, and introduce a new indicator. First, we correct the interpretation of MHq and mention that it is still a meaningful indica… ▽ More

    Submitted 26 January, 2022; v1 submitted 10 January, 2022; originally announced January 2022.

    Comments: To appear in the Journal of Informetrics

    MSC Class: 62P25

  25. arXiv:2110.15098  [pdf, other

    cs.DS cs.CC

    A Framework for Parameterized Subexponential Algorithms for Generalized Cycle Hitting Problems on Planar Graphs

    Authors: Dániel Marx, Pranabendu Misra, Daniel Neuen, Prafullkumar Tale

    Abstract: Subexponential parameterized algorithms are known for a wide range of natural problems on planar graphs, but the techniques are usually highly problem specific. The goal of this paper is to introduce a framework for obtaining $n^{O(\sqrt{k})}$ time algorithms for a family of graph modification problems that includes problems that can be seen as generalized cycle hitting problems. Our starting po… ▽ More

    Submitted 28 October, 2021; originally announced October 2021.

    Comments: 97 pages, 8 figures

  26. arXiv:2110.09369  [pdf, other

    cs.CC cs.DS

    Anti-Factor is FPT Parameterized by Treewidth and List Size (but Counting is Hard)

    Authors: Dániel Marx, Govind S. Sankar, Philipp Schepper

    Abstract: In the general AntiFactor problem, a graph $G$ is given with a set $X_v\subseteq \mathbb{N}$ of forbidden degrees for every vertex $v$ and the task is to find a set $S$ of edges such that the degree of $v$ in $S$ is not in the set $X_v$. Standard techniques (dynamic programming + fast convolution) can be used to show that if $M$ is the largest forbidden degree, then the problem can be solved in ti… ▽ More

    Submitted 7 February, 2023; v1 submitted 18 October, 2021; originally announced October 2021.

    Comments: v2: Proof of Lemma 7.1 in Section 7.1 revised by adding more intermediate steps, minor corrections

  27. arXiv:2107.06889  [pdf, other

    cs.CC cs.DS

    Counting list homomorphisms from graphs of bounded treewidth: tight complexity bounds

    Authors: Jacob Focke, Dániel Marx, Paweł Rzążewski

    Abstract: The goal of this work is to give precise bounds on the counting complexity of a family of generalized coloring problems (list homomorphisms) on bounded-treewidth graphs. Given graphs $G$, $H$, and lists $L(v)\subseteq V(H)$ for every $v\in V(G)$, a {\em list homomorphism} is a function $f:V(G)\to V(H)$ that preserves the edges (i.e., $uv\in E(G)$ implies $f(u)f(v)\in E(H)$) and respects the lists… ▽ More

    Submitted 29 October, 2021; v1 submitted 14 July, 2021; originally announced July 2021.

  28. Degrees and Gaps: Tight Complexity Results of General Factor Problems Parameterized by Treewidth and Cutwidth

    Authors: Dániel Marx, Govind S. Sankar, Philipp Schepper

    Abstract: For the General Factor problem we are given an undirected graph $G$ and for each vertex $v\in V(G)$ a finite set $B_v$ of non-negative integers. The task is to decide if there is a subset $S\subseteq E(G)$ such that $deg_S(v)\in B_v$ for all vertices $v$ of $G$. The maxgap of a finite integer set $B$ is the largest $d\ge 0$ such that there is an $a\ge 0$ with $[a,a+d+1]\cap B=\{a,a+d+1\}$. Cornuéj… ▽ More

    Submitted 19 May, 2021; originally announced May 2021.

    Comments: Full version of the paper accepted for ICALP 2021

  29. arXiv:2009.00188  [pdf, other

    cs.DS

    On the computational tractability of a geographic clustering problem arising in redistricting

    Authors: Vincent Cohen-Addad, Philip N. Klein, Dániel Marx

    Abstract: Redistricting is the problem of dividing a state into a number $k$ of regions, called districts. Voters in each district elect a representative. The primary criteria are: each district is connected, district populations are equal (or nearly equal), and districts are "compact". There are multiple competing definitions of compactness, usually minimizing some quantity. One measure that has been rec… ▽ More

    Submitted 31 August, 2020; originally announced September 2020.

  30. Four short stories on surprising algorithmic uses of treewidth

    Authors: Dániel Marx

    Abstract: This article briefly describes four algorithmic problems where the notion of treewidth is very useful. Even though the problems themselves have nothing to do with treewidth, it turns out that combining known results on treewidth allows us to easily describe very clean and high-level algorithms.

    Submitted 18 August, 2020; originally announced August 2020.

    Comments: 17 pages

  31. arXiv:2005.11541  [pdf, other

    cs.CC cs.DS

    Finding Small Satisfying Assignments Faster Than Brute Force: A Fine-grained Perspective into Boolean Constraint Satisfaction

    Authors: Marvin Künnemann, Dániel Marx

    Abstract: To study the question under which circumstances small solutions can be found faster than by exhaustive search (and by how much), we study the fine-grained complexity of Boolean constraint satisfaction with size constraint exactly $k$. More precisely, we aim to determine, for any finite constraint family, the optimal running time $f(k)n^{g(k)}$ required to find satisfying assignments that set preci… ▽ More

    Submitted 23 May, 2020; originally announced May 2020.

  32. arXiv:2004.11761  [pdf, ps, other

    cs.DS

    Incompressibility of H-free edge modification problems: Towards a dichotomy

    Authors: Dániel Marx, R. B. Sandeep

    Abstract: Given a graph $G$ and an integer $k$, the $H$-free Edge Editing problem is to find whether there exists at most $k$ pairs of vertices in $G$ such that changing the adjacency of the pairs in $G$ results in a graph without any induced copy of $H$. The existence of polynomial kernels for $H$-free Edge Editing received significant attention in the parameterized complexity literature. Nontrivial polyno… ▽ More

    Submitted 11 September, 2021; v1 submitted 24 April, 2020; originally announced April 2020.

    Comments: 59 pages, 17 figures

  33. arXiv:2003.05267  [pdf, other

    cs.DS

    Hitting Long Directed Cycles is Fixed-Parameter Tractable

    Authors: Alexander Göke, Dániel Marx, Matthias Mnich

    Abstract: In the Directed Long Cycle Hitting Set} problem we are given a directed graph $G$, and the task is to find a set $S$ of at most $k$ vertices/arcs such that $G-S$ has no cycle of length longer than $\ell$. We show that the problem can be solved in time $2^{\mathcal O(\ell k^3\log k + k^5\log k\log\ell)}\cdot n^{\mathcal O(1)}$, that is, it is fixed-parameter tractable (FPT) parameterized by $k$ and… ▽ More

    Submitted 11 March, 2020; originally announced March 2020.

    Comments: 50 pages, 5 figures

  34. arXiv:2003.02483  [pdf, ps, other

    cs.DS

    Parameterized Algorithms for Generalizations of Directed Feedback Vertex Set

    Authors: Alexander Göke, Dániel Marx, Matthias Mnich

    Abstract: The Directed Feedback Vertex Set (DFVS) problem takes as input a directed graph~$G$ and seeks a smallest vertex set~$S$ that hits all cycles in $G$. This is one of Karp's 21 $\mathsf{NP}$-complete problems. Resolving the parameterized complexity status of DFVS was a long-standing open problem until Chen et al. [STOC 2008, J. ACM 2008] showed its fixed-parameter tractability via a… ▽ More

    Submitted 5 March, 2020; originally announced March 2020.

  35. arXiv:1911.13161  [pdf, other

    cs.DS cs.CC

    Tight Bounds for Planar Strongly Connected Steiner Subgraph with Fixed Number of Terminals (and Extensions)

    Authors: Rajesh Chitnis, Andreas Emil Feldmann, MohammadTaghi Hajiaghayi, Dániel Marx

    Abstract: (see paper for full abstract) Given a vertex-weighted directed graph $G=(V,E)$ and a set $T=\{t_1, t_2, \ldots t_k\}$ of $k$ terminals, the objective of the SCSS problem is to find a vertex set $H\subseteq V$ of minimum weight such that $G[H]$ contains a $t_{i}\rightarrow t_j$ path for each $i\neq j$. The problem is NP-hard, but Feldman and Ruhl [FOCS '99; SICOMP '06] gave a novel $n^{O(k)}$ alg… ▽ More

    Submitted 29 November, 2019; originally announced November 2019.

    Comments: To appear in SICOMP. Extended abstract in SODA 2014. This version has a new author (Andreas Emil Feldmann), and the algorithm is faster and considerably simplified as compared to conference version

  36. arXiv:1909.12044  [pdf, other

    cs.CG cs.DS

    How does object fatness impact the complexity of packing in d dimensions?

    Authors: Sándor Kisfaludi-Bak, Dániel Marx, Tom C. van der Zanden

    Abstract: Packing is a classical problem where one is given a set of subsets of Euclidean space called objects, and the goal is to find a maximum size subset of objects that are pairwise non-intersecting. The problem is also known as the Independent Set problem on the intersection graph defined by the objects. Although the problem is NP-complete, there are several subexponential algorithms in the literature… ▽ More

    Submitted 26 September, 2019; originally announced September 2019.

    Comments: Short version appears in ISAAC 2019

  37. arXiv:1909.01986  [pdf, ps, other

    cs.CC

    Parameterized Intractability of Even Set and Shortest Vector Problem

    Authors: Arnab Bhattacharyya, Édouard Bonnet, László Egri, Suprovat Ghoshal, Karthik C. S., Bingkai Lin, Pasin Manurangsi, Dániel Marx

    Abstract: The $k$-Even Set problem is a parameterized variant of the Minimum Distance Problem of linear codes over $\mathbb F_2$, which can be stated as follows: given a generator matrix $\mathbf A$ and an integer $k$, determine whether the code generated by $\mathbf A$ has distance at most $k$, or in other words, whether there is a nonzero vector $\mathbf{x}$ such that $\mathbf A \mathbf{x}$ has at most… ▽ More

    Submitted 4 September, 2019; originally announced September 2019.

    Comments: Preliminary version of this article appeared in ESA'16 (arXiv:1601.04935) and ICALP'18 (arXiv:1803.09717)

  38. arXiv:1908.08734  [pdf, other

    physics.chem-ph cs.LG stat.ML

    Automated Fitting of Neural Network Potentials at Coupled Cluster Accuracy: Protonated Water Clusters as Testing Ground

    Authors: Christoph Schran, Jörg Behler, Dominik Marx

    Abstract: Highly accurate potential energy surfaces are of key interest for the detailed understanding and predictive modeling of chemical systems. In recent years, several new types of force fields, which are based on machine learning algorithms and fitted to ab initio reference calculations, have been introduced to meet this requirement. Here we show how high-dimensional neural network potentials can be e… ▽ More

    Submitted 9 December, 2019; v1 submitted 23 August, 2019; originally announced August 2019.

  39. arXiv:1908.04673  [pdf, other

    cs.DS math.CO

    Finding and counting permutations via CSPs

    Authors: Benjamin Aram Berendsohn, László Kozma, Dániel Marx

    Abstract: Permutation patterns and pattern avoidance have been intensively studied in combinatorics and computer science, going back at least to the seminal work of Knuth on stack-sorting (1968). Perhaps the most natural algorithmic question in this area is deciding whether a given permutation of length $n$ contains a given pattern of length $k$. In this work we give two new algorithms for this well-studi… ▽ More

    Submitted 13 August, 2019; originally announced August 2019.

    Comments: supersedes arXiv:1902.08809, with possible text overlap

  40. arXiv:1903.08603  [pdf, other

    cs.CC cs.CG cs.DS

    Almost Tight Lower Bounds for Hard Cutting Problems in Embedded Graphs

    Authors: Vincent Cohen-Addad, Éric Colin de Verdière, Daniel Marx, Arnaud de Mesmay

    Abstract: We prove essentially tight lower bounds, conditionally to the Exponential Time Hypothesis, for two fundamental but seemingly very different cutting problems on surface-embedded graphs: the Shortest Cut Graph problem and the Multiway Cut problem. A cut graph of a graph $G$ embedded on a surface $S$ is a subgraph of $G$ whose removal from $S$ leaves a disk. We consider the problem of deciding whethe… ▽ More

    Submitted 17 February, 2021; v1 submitted 20 March, 2019; originally announced March 2019.

  41. 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

  42. arXiv:1902.08218  [pdf, other

    cs.DS

    Covering a tree with rooted subtrees

    Authors: Lin Chen, Daniel Marx

    Abstract: We consider the multiple traveling salesman problem on a weighted tree. In this problem there are $m$ salesmen located at the root initially. Each of them will visit a subset of vertices and return to the root. The goal is to assign a tour to every salesman such that every vertex is visited and the longest tour among all salesmen is minimized. The problem is equivalent to the subtree cover problem… ▽ More

    Submitted 21 February, 2019; originally announced February 2019.

  43. Kernelization of Packing Problems

    Authors: Holger Dell, Dániel Marx

    Abstract: Kernelization algorithms are polynomial-time reductions from a problem to itself that guarantee their output to have a size not exceeding some bound. For example, d-Set Matching for integers d>2 is the problem of finding a matching of size at least k in a given d-uniform hypergraph and has kernels with O(k^d) edges. Bodlaender et al. [JCSS 2009], Fortnow and Santhanam [JCSS 2011], Dell and Van Mel… ▽ More

    Submitted 7 December, 2018; originally announced December 2018.

    Comments: An extended abstract was presented at SODA 2012, but this full version contains some new material: Sec. 5 and 6.2 are new, and the gadget in Fig. 1 is simpler & better

  44. arXiv:1810.06848  [pdf, other

    cs.DS

    Multi-budgeted directed cuts

    Authors: Stefan Kratsch, Shaohua Li, Dániel Marx, Marcin Pilipczuk, Magnus Wahlström

    Abstract: We study multi-budgeted variants of the classic minimum cut problem and graph separation problems that turned out to be important in parameterized complexity: Skew Multicut and Directed Feedback Arc Set. In our generalization, we assign colors $1,2,...,\ell$ to some edges and give separate budgets $k_{1},k_{2},...,k_{\ell}$. Let $E_{i}$ be the set of edges of color $i$. The solution $C$ for the mu… ▽ More

    Submitted 8 July, 2019; v1 submitted 16 October, 2018; originally announced October 2018.

    Comments: Full version of the paper presented at IPEC 2018

  45. arXiv:1804.04077  [pdf, other

    cs.DS

    Subexponential-time Algorithms for Maximum Independent Set in $P_t$-free and Broom-free Graphs

    Authors: Gábor Bacsó, Daniel Lokshtanov, Dániel Marx, Marcin Pilipczuk, Zsolt Tuza, Erik Jan van Leeuwen

    Abstract: In algorithmic graph theory, a classic open question is to determine the complexity of the Maximum Independent Set problem on $P_t$-free graphs, that is, on graphs not containing any induced path on $t$ vertices. So far, polynomial-time algorithms are known only for $t\le 5$ [Lokshtanov et al., SODA 2014, 570--581, 2014], and an algorithm for $t=6$ announced recently [Grzesik et al. Arxiv 1707.054… ▽ More

    Submitted 11 April, 2018; originally announced April 2018.

    Comments: A preliminary version of the paper, with weaker results and only a subset of authors, appeared in the proceedings of IPEC 2016

  46. arXiv:1803.10633  [pdf, other

    cs.CG cs.DS

    A Framework for ETH-Tight Algorithms and Lower Bounds in Geometric Intersection Graphs

    Authors: Mark de Berg, Hans L. Bodlaender, Sándor Kisfaludi-Bak, Dániel Marx, Tom C. van der Zanden

    Abstract: We give an algorithmic and lower-bound framework that facilitates the construction of subexponential algorithms and matching conditional complexity bounds. It can be applied to intersection graphs of similarly-sized fat objects, yielding algorithms with running time $2^{O(n^{1-1/d})}$ for any fixed dimension $d \geq 2$ for many well known graph problems, including Independent Set, $r$-Dominating S… ▽ More

    Submitted 17 December, 2020; v1 submitted 28 March, 2018; originally announced March 2018.

    Comments: 41 pages. v4 corrects a small mistake in the conference version of Theorem 1 by slightly restricting its scope and adding Lemma 4 to its proof

  47. arXiv:1802.08563  [pdf, other

    cs.CC cs.DS

    The Parameterized Hardness of the k-Center Problem in Transportation Networks

    Authors: Andreas Emil Feldmann, Daniel Marx

    Abstract: In this paper we study the hardness of the $k$-Center problem on inputs that model transportation networks. For the problem, a graph $G=(V,E)$ with edge lengths and an integer $k$ are given and a center set $C\subseteq V$ needs to be chosen such that $|C|\leq k$. The aim is to minimize the maximum distance of any vertex in the graph to the closest center. This problem arises in many applications o… ▽ More

    Submitted 2 March, 2020; v1 submitted 23 February, 2018; originally announced February 2018.

  48. arXiv:1711.04506  [pdf, other

    cs.DS

    Constraint Solving via Fractional Edge Covers

    Authors: Martin Grohe, Dániel Marx

    Abstract: Many important combinatorial problems can be modeled as constraint satisfaction problems. Hence identifying polynomial-time solvable classes of constraint satisfaction problems has received a lot of attention. In this paper, we are interested in structural properties that can make the problem tractable. So far, the largest structural class that is known to be polynomial-time solvable is the class… ▽ More

    Submitted 13 November, 2017; originally announced November 2017.

    Comments: Conference version in SODA 2006

  49. arXiv:1711.03894  [pdf, ps, other

    cs.DS cs.CC

    On the hardness of losing weight

    Authors: Andrei Krokhin, Dániel Marx

    Abstract: We study the complexity of local search for the Boolean constraint satisfaction problem (CSP), in the following form: given a CSP instance, that is, a collection of constraints, and a solution to it, the question is whether there is a better (lighter, i.e., having strictly less Hamming weight) solution within a given distance from the initial solution. We classify the complexity, both classical an… ▽ More

    Submitted 10 November, 2017; originally announced November 2017.

    Comments: Conference version in ICALP 2008

  50. arXiv:1711.03886  [pdf, ps, other

    cs.CC

    Completely inapproximable monotone and antimonotone parameterized problems

    Authors: Dániel Marx

    Abstract: We prove that weighted circuit satisfiability for monotone or antimonotone circuits has no fixed-parameter tractable approximation algorithm with any approximation ratio function $ρ$, unless $FPT\neq W[1]$. In particular, not having such an fpt-approximation algorithm implies that these problems have no polynomial-time approximation algorithms with ratio $ρ(OPT)$ for any nontrivial function $ρ$.

    Submitted 10 November, 2017; originally announced November 2017.

    Comments: Conference version in CCC 2010