Skip to main content

Showing 1–14 of 14 results for author: Lochet, W

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

    cs.CG cs.DS

    Euclidean Bottleneck Steiner Tree is Fixed-Parameter Tractable

    Authors: Sayan Bandyapadhyay, William Lochet, Daniel Lokshtanov, Saket Saurabh, Jie Xue

    Abstract: In the Euclidean Bottleneck Steiner Tree problem, the input consists of a set of $n$ points in $\mathbb{R}^2$ called terminals and a parameter $k$, and the goal is to compute a Steiner tree that spans all the terminals and contains at most $k$ points of $\mathbb{R}^2$ as Steiner points such that the maximum edge-length of the Steiner tree is minimized, where the length of a tree edge is the Euclid… ▽ More

    Submitted 3 December, 2023; originally announced December 2023.

    Comments: In SODA'24

  2. arXiv:2305.03985  [pdf, other

    cs.CG cs.DS

    Minimum-Membership Geometric Set Cover, Revisited

    Authors: Sayan Bandyapadhyay, William Lochet, Saket Saurabh, Jie Xue

    Abstract: We revisit a natural variant of geometric set cover, called minimum-membership geometric set cover (MMGSC). In this problem, the input consists of a set $S$ of points and a set $\mathcal{R}$ of geometric objects, and the goal is to find a subset $\mathcal{R}^*\subseteq\mathcal{R}$ to cover all points in $S$ such that the \textit{membership} of $S$ with respect to $\mathcal{R}^*$, denoted by… ▽ More

    Submitted 6 May, 2023; originally announced May 2023.

    Comments: In SoCG'23

  3. arXiv:2303.07923  [pdf, other

    cs.DS cs.CG

    FPT Constant-Approximations for Capacitated Clustering to Minimize the Sum of Cluster Radii

    Authors: Sayan Bandyapadhyay, William Lochet, Saket Saurabh

    Abstract: Clustering with capacity constraints is a fundamental problem that attracted significant attention throughout the years. In this paper, we give the first FPT constant-factor approximation algorithm for the problem of clustering points in a general metric into $k$ clusters to minimize the sum of cluster radii, subject to non-uniform hard capacity constraints. In particular, we give a $(15+ε)$-appro… ▽ More

    Submitted 20 February, 2024; v1 submitted 14 March, 2023; originally announced March 2023.

    Comments: Updated version: fix an error in the proof of Lemma 2.5

  4. arXiv:2212.10998  [pdf, ps, other

    math.CO cs.DM

    Edge separators for graphs excluding a minor

    Authors: Gwenaël Joret, William Lochet, Michał T. Seweryn

    Abstract: We prove that every $n$-vertex $K_t$-minor-free graph $G$ of maximum degree $Δ$ has a set $F$ of $O(t^2(\log t)^{1/4}\sqrt{Δn})$ edges such that every component of $G - F$ has at most $n/2$ vertices. This is best possible up to the dependency on $t$ and extends earlier results of Diks, Djidjev, Sykora, and Vrťo (1993) for planar graphs, and of Sykora and Vrťo (1993) for bounded-genus graphs. Our r… ▽ More

    Submitted 21 December, 2022; originally announced December 2022.

    Journal ref: Electronic Journal of Combinatorics, 30/4:P4.12, 2023

  5. arXiv:2201.03318  [pdf, other

    cs.DS cs.DM

    Detours in Directed Graphs

    Authors: Fedor V. Fomin, Petr A. Golovach, William Lochet, Danil Sagunov, Kirill Simonov, Saket Saurabh

    Abstract: We study two "above guarantee" versions of the classical Longest Path problem on undirected and directed graphs and obtain the following results. In the first variant of Longest Path that we study, called Longest Detour, the task is to decide whether a graph has an (s,t)-path of length at least dist_G(s,t)+k (where dist_G(s,t) denotes the length of a shortest path from s to t). Bezáková et al. pro… ▽ More

    Submitted 10 January, 2022; originally announced January 2022.

    Comments: To appear in STACS 2022

  6. arXiv:2112.06580  [pdf, other

    cs.DS cs.LG

    How to Find a Good Explanation for Clustering?

    Authors: Sayan Bandyapadhyay, Fedor V. Fomin, Petr A. Golovach, William Lochet, Nidhi Purohit, Kirill Simonov

    Abstract: $k$-means and $k$-median clustering are powerful unsupervised machine learning techniques. However, due to complicated dependences on all the features, it is challenging to interpret the resulting cluster assignments. Moshkovitz, Dasgupta, Rashtchian, and Frost [ICML 2020] proposed an elegant model of explainable $k$-means and $k$-median clustering. In this model, a decision tree with $k… ▽ More

    Submitted 16 December, 2021; v1 submitted 13 December, 2021; originally announced December 2021.

  7. arXiv:2111.14196  [pdf, other

    cs.DS cs.DM

    Subexponential Parameterized Algorithms for Cut and Cycle Hitting Problems on H-Minor-Free Graphs

    Authors: Sayan Bandyapadhyay, William Lochet, Daniel Lokshtanov, Saket Saurabh, Jie Xue

    Abstract: We design the first subexponential-time (parameterized) algorithms for several cut and cycle-hitting problems on $H$-minor free graphs. In particular, we obtain the following results (where $k$ is the solution-size parameter). 1. $2^{O(\sqrt{k}\log k)} \cdot n^{O(1)}$ time algorithms for Edge Bipartization and Odd Cycle Transversal; 2. a $2^{O(\sqrt{k}\log^4 k)} \cdot n^{O(1)}$ time algorithm… ▽ More

    Submitted 4 July, 2022; v1 submitted 28 November, 2021; originally announced November 2021.

    Comments: A preliminary version appears in SODA'22

  8. arXiv:2010.09580  [pdf, other

    cs.DS cs.CG cs.LG

    EPTAS for $k$-means Clustering of Affine Subspaces

    Authors: Eduard Eiben, Fedor V. Fomin, Petr A. Golovach, William Lochet, Fahad Panolan, Kirill Simonov

    Abstract: We consider a generalization of the fundamental $k$-means clustering for data with incomplete or corrupted entries. When data objects are represented by points in $\mathbb{R}^d$, a data point is said to be incomplete when some of its entries are missing or unspecified. An incomplete data point with at most $Δ$ unspecified entries corresponds to an axis-parallel affine subspace of dimension at most… ▽ More

    Submitted 19 October, 2020; originally announced October 2020.

    Comments: To be published in Symposium on Discrete Algorithms (SODA) 2021

  9. arXiv:2006.15584  [pdf, other

    cs.DS

    A Polynomial Kernel for Line Graph Deletion

    Authors: Eduard Eiben, William Lochet

    Abstract: The line graph of a graph $G$ is the graph $L(G)$ whose vertex set is the edge set of $G$ and there is an edge between $e,f\in E(G)$ if $e$ and $f$ share an endpoint in $G$. A graph is called line graph if it is a line graph of some graph. We study the Line-Graph-Edge Deletion problem, which asks whether we can delete at most $k$ edges from the input graph $G$ such that the resulting graph is a li… ▽ More

    Submitted 28 June, 2020; originally announced June 2020.

    Comments: To be published in the Proceedings of the 28th Annual European Symposium on Algorithms (ESA 2020)

  10. arXiv:2001.04517  [pdf, other

    math.CO cs.DM math.MG

    Packing and covering balls in graphs excluding a minor

    Authors: Nicolas Bousquet, Wouter Cames van Batenburg, Louis Esperet, Gwenaël Joret, William Lochet, Carole Muller, François Pirot

    Abstract: We prove that for every integer $t\ge 1$ there exists a constant $c_t$ such that for every $K_t$-minor-free graph $G$, and every set $S$ of balls in $G$, the minimum size of a set of vertices of $G$ intersecting all the balls of $S$ is at most $c_t$ times the maximum number of vertex-disjoint balls in $S$. This was conjectured by Chepoi, Estellon, and Vaxès in 2007 in the special case of planar gr… ▽ More

    Submitted 28 July, 2020; v1 submitted 13 January, 2020; originally announced January 2020.

    Comments: v3: final version

    Journal ref: Combinatorica 41(3) (2021), 299-318

  11. arXiv:1912.10486  [pdf, ps, other

    math.CO cs.DS

    A Polynomial Time Algorithm for the $k$-Disjoint Shortest Paths Problem

    Authors: William Lochet

    Abstract: The disjoint paths problem is a fundamental problem in algorithmic graph theory and combinatorial optimization. For a given graph $G$ and a set of $k$ pairs of terminals in $G$, it asks for the existence of $k$ vertex-disjoint paths connecting each pair of terminals. The proof of Robertson and Seymour [JCTB 1995] of the existence of an $n^3$ algorithm for any fixed $k$ is one of the highlights of… ▽ More

    Submitted 20 November, 2020; v1 submitted 22 December, 2019; originally announced December 2019.

    Comments: To appear in SODA 2021. Revised following referees' comments and changed the denomination of the problem (and thus the title) to follow existing literature

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

  13. arXiv:1907.00817  [pdf, ps, other

    cs.CC cs.DM cs.DS

    The directed 2-linkage problem with length constraints

    Authors: Jørgen Bang-Jensen, Thomas Bellitto, William Lochet, Anders Yeo

    Abstract: The {\sc weak 2-linkage} problem for digraphs asks for a given digraph and vertices $s_1,s_2,t_1,t_2$ whether $D$ contains a pair of arc-disjoint paths $P_1,P_2$ such that $P_i$ is an $(s_i,t_i)$-path. This problem is NP-complete for general digraphs but polynomially solvable for acyclic digraphs \cite{fortuneTCS10}. Recently it was shown \cite{bercziESA17} that if $D$ is equipped with a weight fu… ▽ More

    Submitted 1 July, 2019; originally announced July 2019.

  14. arXiv:1804.06104  [pdf, other

    math.CO cs.DM

    Progress on the adjacent vertex distinguishing edge colouring conjecture

    Authors: Gwenaël Joret, William Lochet

    Abstract: A proper edge colouring of a graph is adjacent vertex distinguishing if no two adjacent vertices see the same set of colours. Using a clever application of the Local Lemma, Hatami (2005) proved that every graph with maximum degree $Δ$ and no isolated edge has an adjacent vertex distinguishing edge colouring with $Δ+ 300$ colours, provided $Δ$ is large enough. We show that this bound can be reduced… ▽ More

    Submitted 22 July, 2020; v1 submitted 17 April, 2018; originally announced April 2018.

    Comments: v2: Revised following referees' comments

    Journal ref: SIAM Journal on Discrete Mathematics, 34/4:2221-2238, 2020