Skip to main content

Showing 1–24 of 24 results for author: Koana, T

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

    cs.DS

    Fully Polynomial-time Algorithms Parameterized by Vertex Integrity Using Fast Matrix Multiplication

    Authors: Matthias Bentert, Klaus Heeger, Tomohiro Koana

    Abstract: We study the computational complexity of several polynomial-time-solvable graph problems parameterized by vertex integrity, a measure of a graph's vulnerability to vertex removal in terms of connectivity. Vertex integrity is the smallest number $ι$ such that there is a set $S$ of $ι' \le ι$ vertices such that every connected component of $G-S$ contains at most $ι-ι'$ vertices. It is known that the… ▽ More

    Submitted 4 March, 2024; originally announced March 2024.

  2. arXiv:2402.11596  [pdf, ps, other

    cs.DS cs.DM

    Faster algorithms on linear delta-matroids

    Authors: Tomohiro Koana, Magnus Wahlström

    Abstract: We show new algorithms and constructions over linear delta-matroids. We observe an alternative representation for linear delta-matroids, as a contraction representation over a skew-symmetric matrix. This is equivalent to the more standard "twist representation" up to $O(n^ω)$-time transformations, but is much more convenient for algorithmic tasks. For instance, the problem of finding a max-weight… ▽ More

    Submitted 18 February, 2024; originally announced February 2024.

    ACM Class: F.2.2

  3. arXiv:2308.15546  [pdf, other

    cs.DS

    FPT Approximation and Subexponential Algorithms for Covering Few or Many Edges

    Authors: Fedor V. Fomin, Petr A. Golovach, Tanmay Inamdar, Tomohiro Koana

    Abstract: We study the \textsc{$α$-Fixed Cardinality Graph Partitioning ($α$-FCGP)} problem, the generic local graph partitioning problem introduced by Bonnet et al. [Algorithmica 2015]. In this problem, we are given a graph $G$, two numbers $k,p$ and $0\leqα\leq 1$, the question is whether there is a set $S\subseteq V$ of size $k$ with a specified coverage function $cov_α(S)$ at least $p$ (or at most $p$ f… ▽ More

    Submitted 29 August, 2023; originally announced August 2023.

    Comments: Updated version of MFCS 2023 paper

  4. arXiv:2308.00501  [pdf, ps, other

    cs.DS

    Structural Parameterizations of the Biclique-Free Vertex Deletion Problem

    Authors: Lito Goldmann, Leon Kellerhals, Tomohiro Koana

    Abstract: In this work, we study the Biclique-Free Vertex Deletion problem: Given a graph $G$ and integers $k$ and $i \le j$, find a set of at most $k$ vertices that intersects every (not necessarily induced) biclique $K_{i, j}$ in $G$. This is a natural generalization of the Bounded-Degree Deletion problem, wherein one asks whether there is a set of at most $k$ vertices whose deletion results in a graph of… ▽ More

    Submitted 1 August, 2023; originally announced August 2023.

  5. arXiv:2304.02091  [pdf, ps, other

    cs.DS

    Determinantal Sieving

    Authors: Eduard Eiben, Tomohiro Koana, Magnus Wahlström

    Abstract: We introduce determinantal sieving, a new, remarkably powerful tool in the toolbox of algebraic FPT algorithms. Given a polynomial $P(X)$ on a set of variables $X=\{x_1,\ldots,x_n\}$ and a linear matroid $M=(X,\mathcal{I})$ of rank $k$, both over a field $\mathbb{F}$ of characteristic 2, in $2^k$ evaluations we can sieve for those terms in the monomial expansion of $P$ which are multilinear and wh… ▽ More

    Submitted 4 April, 2023; originally announced April 2023.

  6. arXiv:2302.00630  [pdf, ps, other

    cs.DS

    Parameterized Algorithms for Colored Clustering

    Authors: Leon Kellerhals, Tomohiro Koana, Pascal Kunz, Rolf Niedermeier

    Abstract: In the Colored Clustering problem, one is asked to cluster edge-colored (hyper-)graphs whose colors represent interaction types. More specifically, the goal is to select as many edges as possible without choosing two edges that share an endpoint and are colored differently. Equivalently, the goal can also be described as assigning colors to the vertices in a way that fits the edge-coloring as well… ▽ More

    Submitted 1 February, 2023; originally announced February 2023.

  7. arXiv:2212.13962  [pdf, other

    cs.DS

    Induced Matching below Guarantees: Average Paves the Way for Fixed-Parameter Tractability

    Authors: Tomohiro Koana

    Abstract: In this work, we study the Induced Matching problem: Given an undirected graph $G$ and an integer $\ell$, is there an induced matching $M$ of size at least $\ell$? An edge subset $M$ is an induced matching in $G$ if $M$ is a matching such that there is no edge between two distinct edges of $M$. Our work looks into the parameterized complexity of Induced Matching with respect to "below guarantee" p… ▽ More

    Submitted 28 December, 2022; originally announced December 2022.

  8. arXiv:2212.07533  [pdf, ps, other

    cs.DS

    Correlating Theory and Practice in Finding Clubs and Plexes

    Authors: Aleksander Figiel, Tomohiro Koana, André Nichterlein, Niklas Wünsche

    Abstract: Finding large "cliquish" subgraphs is a classic NP-hard graph problem. In this work, we focus on finding maximum $s$-clubs and $s$-plexes, i.e., graphs of diameter $s$ and graphs where each vertex is adjacent to all but $s$ vertices. Preprocessing based on Turing kernelization is a standard tool to tackle these problems, especially on sparse graphs. We provide a new parameterized analysis for the… ▽ More

    Submitted 14 December, 2022; originally announced December 2022.

  9. arXiv:2211.07001  [pdf, ps, other

    cs.DS

    Kernelization for Partial Vertex Cover via (Additive) Expansion Lemma

    Authors: Tomohiro Koana, André Nichterlein, Niklas Wünsche

    Abstract: Given a graph and two integers $k$ and $\ell$, Partial Vertex Cover asks for a set of at most $k$ vertices whose deletion results in a graph with at most $\ell$ edges. Based on the expansion lemma, we provide a problem kernel with $(\ell + 2)(k + \ell)$ vertices. We then introduce a new, additive version of the expansion lemma and show it can be used to prove a kernel with $(\ell + 1)(k + \ell)$ v… ▽ More

    Submitted 13 November, 2022; originally announced November 2022.

  10. arXiv:2206.06988  [pdf, other

    cs.DS cs.DM cs.GT

    The Complexity of Finding Fair Many-to-One Matchings

    Authors: Niclas Boehmer, Tomohiro Koana

    Abstract: We analyze the (parameterized) computational complexity of "fair" variants of bipartite many-to-one matching, where each vertex from the "left" side is matched to exactly one vertex and each vertex from the "right" side may be matched to multiple vertices. We want to find a "fair" matching, in which each vertex from the right side is matched to a "fair" set of vertices. Assuming that each vertex f… ▽ More

    Submitted 11 July, 2022; v1 submitted 14 June, 2022; originally announced June 2022.

    Comments: Accepted to ICALP'22

  11. arXiv:2205.07550  [pdf, ps, other

    cs.GT

    Stable Matching with Multilayer Approval Preferences: Approvals can be Harder than Strict Preferences

    Authors: Matthias Bentert, Niclas Boehmer, Klaus Heeger, Tomohiro Koana

    Abstract: We study stable matching problems where agents have multilayer preferences: There are $\ell$ layers each consisting of one preference relation for each agent. Recently, Chen et al. [EC '18] studied such problems with strict preferences, establishing four multilayer adaptions of classical notions of stability. We follow up on their work by analyzing the computational complexity of stable matching p… ▽ More

    Submitted 16 May, 2022; originally announced May 2022.

  12. arXiv:2203.05887  [pdf, ps, other

    cs.DS cs.CC

    Vertex Cover and Feedback Vertex Set Above and Below Structural Guarantees

    Authors: Leon Kellerhals, Tomohiro Koana, Pascal Kunz

    Abstract: Vertex Cover parameterized by the solution size k is the quintessential fixed-parameter tractable problem. FPT algorithms are most interesting when the parameter is small. Several lower bounds on k are well-known, such as the maximum size of a matching. This has led to a line of research on parameterizations of Vertex Cover by the difference of the solution size k and a lower bound. The most promi… ▽ More

    Submitted 19 August, 2022; v1 submitted 11 March, 2022; originally announced March 2022.

  13. arXiv:2201.05465  [pdf, ps, other

    cs.DS cs.DM

    Covering Many (or Few) Edges with k Vertices in Sparse Graphs

    Authors: Tomohiro Koana, Christian Komusiewicz, André Nichterlein, Frank Sommer

    Abstract: We study the following two fixed-cardinality optimization problems (a maximization and a minimization variant). For a fixed $α$ between zero and one we are given a graph and two numbers $k \in \mathbb{N}$ and $t \in \mathbb{Q}$. The task is to find a vertex subset $S$ of exactly $k$ vertices that has value at least (resp. at most for minimization) $t$. Here, the value of a vertex set computes as… ▽ More

    Submitted 18 October, 2022; v1 submitted 14 January, 2022; originally announced January 2022.

    Comments: Extended abstract appeared in STACS '22

    ACM Class: F.2.2

  14. arXiv:2103.03914  [pdf, other

    cs.DS

    Essentially Tight Kernels for (Weakly) Closed Graphs

    Authors: Tomohiro Koana, Christian Komusiewicz, Frank Sommer

    Abstract: We study kernelization of classic hard graph problems when the input graphs fulfill triadic closure properties. More precisely, we consider the recently introduced parameters closure number $c$ and the weak closure number $γ$ [Fox et al., SICOMP 2020] in addition to the standard parameter solution size $k$. For Capacitated Vertex Cover, Connected Vertex Cover, and Induced Matching we obtain the fi… ▽ More

    Submitted 5 March, 2021; originally announced March 2021.

  15. arXiv:2102.11864  [pdf, ps, other

    cs.GT cs.DM

    A Refined Complexity Analysis of Fair Districting over Graphs

    Authors: Niclas Boehmer, Tomohiro Koana, Rolf Niedermeier

    Abstract: We study the NP-hard Fair Connected Districting problem recently proposed by Stoica et al. [AAMAS 2020]: Partition a vertex-colored graph into k connected components (subsequently referred to as districts) so that in every district the most frequent color occurs at most a given number of times more often than the second most frequent color. Fair Connected Districting is motivated by various real-w… ▽ More

    Submitted 8 April, 2022; v1 submitted 23 February, 2021; originally announced February 2021.

  16. arXiv:2102.08905  [pdf, ps, other

    cs.DS cs.DM

    The Complexity of Gerrymandering Over Graphs: Paths and Trees

    Authors: Matthias Bentert, Tomohiro Koana, Rolf Niedermeier

    Abstract: Roughly speaking, gerrymandering is the systematic manipulation of the boundaries of electoral districts to make a specific (political) party win as many districts as possible. While typically studied from a geographical point of view, addressing social network structures, the investigation of gerrymandering over graphs was recently initiated by Cohen-Zemach et al. [AAMAS 2018]. Settling three ope… ▽ More

    Submitted 17 February, 2021; originally announced February 2021.

  17. arXiv:2007.12077  [pdf, other

    cs.DS cs.DM

    Detecting and Enumerating Small Induced Subgraphs in $c$-Closed Graphs

    Authors: Tomohiro Koana, André Nichterlein

    Abstract: Fox et al. [SIAM J. Comp. 2020] introduced a new parameter, called $c$-closure, for a parameterized study of clique enumeration problems. A graph $G$ is $c$-closed if every pair of vertices with at least $c$ common neighbors is adjacent. The $c$-closure of $G$ is the smallest $c$ such that $G$ is $c$-closed. We systematically explore the impact of $c$-closure on the computational complexity of det… ▽ More

    Submitted 23 July, 2020; originally announced July 2020.

    ACM Class: F.2.2

  18. arXiv:2007.05630  [pdf, ps, other

    cs.DM math.CO

    Computing Dense and Sparse Subgraphs of Weakly Closed Graphs

    Authors: Tomohiro Koana, Christian Komusiewicz, Frank Sommer

    Abstract: A graph $G$ is weakly $γ$-closed if every induced subgraph of $G$ contains one vertex $v$ such that for each non-neighbor $u$ of $v$ it holds that $|N(u)\cap N(v)|<γ$. The weak closure $γ(G)$ of a graph, recently introduced by Fox et al. [SIAM J. Comp. 2020], is the smallest number such that $G$ is weakly $γ$-closed. This graph parameter is never larger than the degeneracy (plus one) and can be si… ▽ More

    Submitted 3 November, 2022; v1 submitted 10 July, 2020; originally announced July 2020.

    Comments: Appeared in ISAAC '20

  19. arXiv:2005.14620  [pdf, ps, other

    cs.DS

    Parameterized Complexity of Min-Power Asymmetric Connectivity

    Authors: Matthias Bentert, Roman Haag, Christian Hofer, Tomohiro Koana, André Nichterlein

    Abstract: We investigate parameterized algorithms for the NP-hard problem Min-Power Asymmetric Connectivity (MinPAC) that has applications in wireless sensor networks. Given a directed arc-weighted graph, MinPAC asks for a strongly connected spanning subgraph minimizing the summed vertex costs. Here, the cost of each vertex is the weight of its heaviest outgoing arc in the chosen subgraph. We present linear… ▽ More

    Submitted 29 May, 2020; originally announced May 2020.

    ACM Class: F.2.2

  20. arXiv:2005.03986  [pdf, other

    cs.DM

    Exploiting $\mathbf{c}$-Closure in Kernelization Algorithms for Graph Problems

    Authors: Tomohiro Koana, Christian Komusiewicz, Frank Sommer

    Abstract: A graph is c-closed if every pair of vertices with at least c common neighbors is adjacent. The c-closure of a graph G is the smallest number such that G is c-closed. Fox et al. [ICALP '18] defined c-closure and investigated it in the context of clique enumeration. We show that c-closure can be applied in kernelization algorithms for several classic graph problems. We show that Dominating Set admi… ▽ More

    Submitted 20 June, 2022; v1 submitted 8 May, 2020; originally announced May 2020.

  21. arXiv:2002.05068  [pdf, other

    cs.DS cs.DM

    The Complexity of Binary Matrix Completion Under Diameter Constraints

    Authors: Tomohiro Koana, Vincent Froese, Rolf Niedermeier

    Abstract: We thoroughly study a novel but basic combinatorial matrix completion problem: Given a binary incomplete matrix, fill in the missing entries so that every pair of rows in the resulting matrix has a Hamming distance within a specified range. We obtain an almost complete picture of the complexity landscape regarding the distance constraints and the maximum number of missing entries in any row. We de… ▽ More

    Submitted 20 October, 2022; v1 submitted 12 February, 2020; originally announced February 2020.

    ACM Class: F.2.2

  22. arXiv:2002.00645  [pdf, other

    cs.DM

    Parameterized Algorithms for Matrix Completion With Radius Constraints

    Authors: Tomohiro Koana, Vincent Froese, Rolf Niedermeier

    Abstract: Considering matrices with missing entries, we study NP-hard matrix completion problems where the resulting completed matrix shall have limited (local) radius. In the pure radius version, this means that the goal is to fill in the entries such that there exists a 'center string' which has Hamming distance to all matrix rows as small as possible. In stringology, this problem is also known as Closest… ▽ More

    Submitted 5 February, 2020; v1 submitted 3 February, 2020; originally announced February 2020.

    ACM Class: F.2.2

  23. arXiv:2001.03098  [pdf, ps, other

    cs.DS

    Parameterized Complexity of Geodetic Set

    Authors: Leon Kellerhals, Tomohiro Koana

    Abstract: A vertex set $S$ of a graph $G$ is geodetic if every vertex of $G$ lies on a shortest path between two vertices in $S$. Given a graph $G$ and $k \in \mathbb N$, the NP-hard Geodetic Set problem asks whether there is a geodetic set of size at most $k$. Complementing various works on Geodetic Set restricted to special graph classes, we initiate a parameterized complexity study of Geodetic Set and sh… ▽ More

    Submitted 30 September, 2020; v1 submitted 9 January, 2020; originally announced January 2020.

    Comments: Accepted at IPEC 2020

  24. arXiv:1806.09683  [pdf, ps, other

    cs.DS

    Data Reduction for Maximum Matching on Real-World Graphs: Theory and Experiments

    Authors: Tomohiro Koana, Viatcheslav Korenwein, André Nichterlein, Rolf Niedermeier, Philipp Zschoche

    Abstract: Finding a maximum-cardinality or maximum-weight matching in (edge-weighted) undirected graphs is among the most prominent problems of algorithmic graph theory. For $n$-vertex and $m$-edge graphs, the best known algorithms run in $\widetilde{O}(m\sqrt{n})$ time. We build on recent theoretical work focusing on linear-time data reduction rules for finding maximum-cardinality matchings and complement… ▽ More

    Submitted 7 May, 2021; v1 submitted 25 June, 2018; originally announced June 2018.

    Comments: An extended abstract of this work appeared at ESA '18. This version has a new coauthor (Tomohiro Koana) and an extended experimental section including comparison against two further implementations for finding matchings. Moreover, it contains further data reduction rules (theoretical and practical findings) for Maximum-Cardinality Matching and improved theoretical bounds on the kernel sizes