Skip to main content

Showing 1–25 of 25 results for author: Kurita, K

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

    cs.DS

    Enumerating Graphlets with Amortized Time Complexity Independent of Graph Size

    Authors: Alessio Conte, Roberto Grossi, Yasuaki Kobayashi, Kazuhiro Kurita, Davide Rucci, Takeaki Uno, Kunihiro Wasa

    Abstract: Graphlets of order $k$ in a graph $G$ are connected subgraphs induced by $k$ nodes (called $k$-graphlets) or by $k$ edges (called edge $k$-graphlets). They are among the interesting subgraphs in network analysis to get insights on both the local and global structure of a network. While several algorithms exist for discovering and enumerating graphlets, the cost per solution of such algorithms typi… ▽ More

    Submitted 22 May, 2024; originally announced May 2024.

  2. arXiv:2312.16964  [pdf, ps, other

    cs.DS

    Algorithms for Optimally Shifting Intervals under Intersection Graph Models

    Authors: Nicolás Honorato Droguett, Kazuhiro Kurita, Tesshu Hanaka, Hirotaka Ono

    Abstract: We propose a new model for graph editing problems on intersection graphs. In well-studied graph editing problems, adding and deleting vertices and edges are used as graph editing operations. As a graph editing operation on intersection graphs, we propose moving objects corresponding to vertices. In this paper, we focus on interval graphs as an intersection graph. We give a linear-time algorithm to… ▽ More

    Submitted 9 January, 2024; v1 submitted 28 December, 2023; originally announced December 2023.

  3. arXiv:2311.03225  [pdf, other

    cs.DS

    Dichotomies for Tree Minor Containment with Structural Parameters

    Authors: Tatsuya Gima, Soh Kumabe, Kazuhiro Kurita, Yuto Okada, Yota Otachi

    Abstract: The problem of determining whether a graph $G$ contains another graph $H$ as a minor, referred to as the minor containment problem, is a fundamental problem in the field of graph algorithms. While it is NP-complete when $G$ and $H$ are general graphs, it is sometimes tractable on more restricted graph classes. This study focuses on the case where both $G$ and $H$ are trees, known as the tree minor… ▽ More

    Submitted 6 November, 2023; originally announced November 2023.

    Comments: 25 pages, 4 figures, WALCOM 2024

  4. arXiv:2308.16426  [pdf, other

    cs.DS

    Enumerating minimal vertex covers and dominating sets with capacity and/or connectivity constraints

    Authors: Yasuaki Kobayashi, Kazuhiro Kurita, Yasuko Matsui, Hirotaka Ono

    Abstract: In this paper, we consider the problems of enumerating minimal vertex covers and minimal dominating sets with capacity and/or connectivity constraints. We develop polynomial-delay enumeration algorithms for these problems on bounded-degree graphs. For the case of minimal connected vertex cover, our algorithm runs in polynomial delay even on the class of $d$-claw free graphs, which extends the resu… ▽ More

    Submitted 30 August, 2023; originally announced August 2023.

    Comments: 13 pages

  5. arXiv:2308.15444  [pdf, other

    cs.DM math.CO

    On the hardness of inclusion-wise minimal separators enumeration

    Authors: Caroline Brosse, Oscar Defrain, Kazuhiro Kurita, Vincent Limouzy, Takeaki Uno, Kunihiro Wasa

    Abstract: Enumeration problems are often encountered as key subroutines in the exact computation of graph parameters such as chromatic number, treewidth, or treedepth. In the case of treedepth computation, the enumeration of inclusion-wise minimal separators plays a crucial role. However and quite surprisingly, the complexity status of this problem has not been settled since it has been posed as an open dir… ▽ More

    Submitted 13 December, 2023; v1 submitted 29 August, 2023; originally announced August 2023.

    Comments: 12 pages, 3 figures

  6. arXiv:2307.08948  [pdf, other

    math.CO cs.DS

    Polynomial-Delay Enumeration of Large Maximal Common Independent Sets in Two Matroids and Beyond

    Authors: Yasuaki Kobayashi, Kazuhiro Kurita, Kunihiro Wasa

    Abstract: Finding a maximum cardinality common independent set in two matroids (also known as \textsc{Matroid Intersection}) is a classical combinatorial optimization problem, which generalizes several well-known problems, such as finding a maximum bipartite matching, a maximum colorful forest, and an arborescence in directed graphs. Enumerating all maximal common independent sets in two (or more) matroids… ▽ More

    Submitted 8 February, 2024; v1 submitted 17 July, 2023; originally announced July 2023.

  7. arXiv:2302.02586  [pdf, other

    cs.DS

    Optimal LZ-End Parsing is Hard

    Authors: Hideo Bannai, Mitsuru Funakoshi, Kazuhiro Kurita, Yuto Nakashima, Kazuhisa Seto, Takeaki Uno

    Abstract: LZ-End is a variant of the well-known Lempel-Ziv parsing family such that each phrase of the parsing has a previous occurrence, with the additional constraint that the previous occurrence must end at the end of a previous phrase. LZ-End was initially proposed as a greedy parsing, where each phrase is determined greedily from left to right, as the longest factor that satisfies the above constraint~… ▽ More

    Submitted 6 February, 2023; originally announced February 2023.

  8. arXiv:2201.08940  [pdf, ps, other

    cs.DS

    A Framework to Design Approximation Algorithms for Finding Diverse Solutions in Combinatorial Problems

    Authors: Tesshu Hanaka, Masashi Kiyomi, Yasuaki Kobayashi, Yusuke Kobayashi, Kazuhiro Kurita, Yota Otachi

    Abstract: Finding a \emph{single} best solution is the most common objective in combinatorial optimization problems. However, such a single solution may not be applicable to real-world problems as objective functions and constraints are only "approximately" formulated for original real-world problems. To solve this issue, finding \emph{multiple} solutions is a natural direction, and diversity of solutions i… ▽ More

    Submitted 21 January, 2022; originally announced January 2022.

  9. arXiv:2201.08647  [pdf, ps, other

    cs.DS

    An Approximation Algorithm for $K$-best Enumeration of Minimal Connected Edge Dominating Sets with Cardinality Constraints

    Authors: Kazuhiro Kurita, Kunihiro Wasa

    Abstract: \emph{$K$-best enumeration}, which asks to output $k$-best solutions without duplication, is a helpful tool in data analysis for many fields. In such fields, graphs typically represent data. Thus subgraph enumeration has been paid much attention to such fields. However, $k$-best enumeration tends to be intractable since, in many cases, finding one optimum solution is \NP-hard. To overcome this dif… ▽ More

    Submitted 12 May, 2024; v1 submitted 21 January, 2022; originally announced January 2022.

  10. arXiv:2112.05403  [pdf, ps, other

    cs.DS cs.AI

    Computing Diverse Shortest Paths Efficiently: A Theoretical and Experimental Study

    Authors: Tesshu Hanaka, Yasuaki Kobayashi, Kazuhiro Kurita, See Woo Lee, Yota Otachi

    Abstract: Finding diverse solutions in combinatorial problems recently has received considerable attention (Baste et al. 2020; Fomin et al. 2020; Hanaka et al. 2021). In this paper we study the following type of problems: given an integer $k$, the problem asks for $k$ solutions such that the sum of pairwise (weighted) Hamming distances between these solutions is maximized. Such solutions are called diverse… ▽ More

    Submitted 15 December, 2021; v1 submitted 10 December, 2021; originally announced December 2021.

  11. arXiv:2105.04146  [pdf, ps, other

    cs.DS

    Polynomial-Delay Enumeration of Large Maximal Matchings

    Authors: Yasuaki Kobayashi, Kazuhiro Kurita, Kunihiro Wasa

    Abstract: Enumerating matchings is a classical problem in the field of enumeration algorithms. There are polynomial-delay enumeration algorithms for several settings, such as enumerating perfect matchings, maximal matchings, and (weighted) matchings in specific orders. In this paper, we present polynomial-delay enumeration algorithms for maximal matchings with cardinality at least given threshold $t$. Our a… ▽ More

    Submitted 5 September, 2022; v1 submitted 10 May, 2021; originally announced May 2021.

  12. Constant Amortized Time Enumeration of Eulerian trails

    Authors: Kazuhiro Kurita, Kunihiro Wasa

    Abstract: In this paper, we consider enumeration problems for edge-distinct and vertex-distinct Eulerian trails. Here, two Eulerian trails are \emph{edge-distinct} if the edge sequences are not identical, and they are \emph{vertex-distinct} if the vertex sequences are not identical. As the main result, we propose optimal enumeration algorithms for both problems, that is, these algorithm runs in… ▽ More

    Submitted 25 January, 2021; originally announced January 2021.

    Journal ref: Theoretical Computer Science,vol. 923, pp. 1--12, 2022

  13. arXiv:2012.04910  [pdf, other

    cs.DS

    An Improved Deterministic Parameterized Algorithm for Cactus Vertex Deletion

    Authors: Yuuki Aoike, Tatsuya Gima, Tesshu Hanaka, Masashi Kiyomi, Yasuaki Kobayashi, Yusuke Kobayashi, Kazuhiro Kurita, Yota Otachi

    Abstract: A cactus is a connected graph that does not contain $K_4 - e$ as a minor. Given a graph $G = (V, E)$ and integer $k \ge 0$, Cactus Vertex Deletion (also known as Diamond Hitting Set) is the problem of deciding whether $G$ has a vertex set of size at most $k$ whose removal leaves a forest of cacti. The current best deterministic parameterized algorithm for this problem was due to Bonnet et al. [WG… ▽ More

    Submitted 26 March, 2021; v1 submitted 9 December, 2020; originally announced December 2020.

    Comments: 11 pages, 1 figure

  14. arXiv:2010.11462  [pdf, other

    cs.DS

    Linear-Delay Enumeration for Minimal Steiner Problems

    Authors: Yasuaki Kobayashi, Kazuhiro Kurita, Kunihiro Wasa

    Abstract: Kimelfeld and Sagiv [Kimelfeld and Sagiv, PODS 2006], [Kimelfeld and Sagiv, Inf. Syst. 2008] pointed out the problem of enumerating $K$-fragments is of great importance in a keyword search on data graphs. In a graph-theoretic term, the problem corresponds to enumerating minimal Steiner trees in (directed) graphs. In this paper, we propose a linear-delay and polynomial-space algorithm for enumerati… ▽ More

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

  15. arXiv:2009.08830  [pdf, other

    cs.DS

    Efficient Constant-Factor Approximate Enumeration of Minimal Subsets for Monotone Properties with Weight Constraints

    Authors: Yasuaki Kobayashi, Kazuhiro Kurita, Kunihiro Wasa

    Abstract: A property $Π$ on a finite set $U$ is \emph{monotone} if for every $X \subseteq U$ satisfying $Π$, every superset $Y \subseteq U$ of $X$ also satisfies $Π$. Many combinatorial properties can be seen as monotone properties. The problem of finding a minimum subset of $U$ satisfying $Π$ is a central problem in combinatorial optimization. Although many approximate/exact algorithms have been developed… ▽ More

    Submitted 20 February, 2021; v1 submitted 18 September, 2020; originally announced September 2020.

  16. arXiv:2009.03687  [pdf, ps, other

    cs.DS

    Finding Diverse Trees, Paths, and More

    Authors: Tesshu Hanaka, Yasuaki Kobayashi, Kazuhiro Kurita, Yota Otachi

    Abstract: Mathematical modeling is a standard approach to solve many real-world problems and {\em diversity} of solutions is an important issue, emerging in applying solutions obtained from mathematical models to real-world problems. Many studies have been devoted to finding diverse solutions. Baste et al. (Algorithms 2019, IJCAI 2020) recently initiated the study of computing diverse solutions of combinato… ▽ More

    Submitted 13 December, 2020; v1 submitted 8 September, 2020; originally announced September 2020.

    Comments: 15 pages

  17. Efficient Enumerations for Minimal Multicuts and Multiway Cuts

    Authors: Kazuhiro Kurita, Yasuaki Kobayashi

    Abstract: Let $G = (V, E)$ be an undirected graph and let $B \subseteq V \times V$ be a set of terminal pairs. A node/edge multicut is a subset of vertices/edges of $G$ whose removal destroys all the paths between every terminal pair in $B$. The problem of computing a {\em minimum} node/edge multicut is NP-hard and extensively studied from several viewpoints. In this paper, we study the problem of enumerati… ▽ More

    Submitted 29 June, 2020; originally announced June 2020.

  18. arXiv:2004.06660  [pdf, other

    cs.LG cs.CL cs.CR stat.ML

    Weight Poisoning Attacks on Pre-trained Models

    Authors: Keita Kurita, Paul Michel, Graham Neubig

    Abstract: Recently, NLP has seen a surge in the usage of large pre-trained models. Users download weights of models pre-trained on large datasets, then fine-tune the weights on a task of their choice. This raises the question of whether downloading untrusted pre-trained weights can pose a security threat. In this paper, we show that it is possible to construct ``weight poisoning'' attacks where pre-trained… ▽ More

    Submitted 14 April, 2020; originally announced April 2020.

    Comments: Published as a long paper at ACL 2020

  19. arXiv:1912.06872  [pdf, other

    cs.CL

    Towards Robust Toxic Content Classification

    Authors: Keita Kurita, Anna Belova, Antonios Anastasopoulos

    Abstract: Toxic content detection aims to identify content that can offend or harm its recipients. Automated classifiers of toxic content need to be robust against adversaries who deliberately try to bypass filters. We propose a method of generating realistic model-agnostic attacks using a lexicon of toxic tokens, which attempts to mislead toxicity classifiers by diluting the toxicity signal either by obfus… ▽ More

    Submitted 14 December, 2019; originally announced December 2019.

    Comments: to appear at EDSMLS 2020

  20. Constant Amortized Time Enumeration of Independent Sets for Graphs with Bounded Clique Number

    Authors: Kazuhiro Kurita, Kunihiro Wasa, Hiroki Arimura, Takeaki Uno

    Abstract: In this study, we address the independent set enumeration problem. Although several efficient enumeration algorithms and careful analyses have been proposed for maximal independent sets, no fine-grained analysis has been given for the non-maximal variant. From the main result, we propose an algorithm $\texttt{EIS}$ for the non-maximal variant that runs in $O(q)$ amortized time and linear space, wh… ▽ More

    Submitted 9 July, 2019; v1 submitted 23 June, 2019; originally announced June 2019.

  21. arXiv:1906.07337  [pdf, ps, other

    cs.CL

    Measuring Bias in Contextualized Word Representations

    Authors: Keita Kurita, Nidhi Vyas, Ayush Pareek, Alan W Black, Yulia Tsvetkov

    Abstract: Contextual word embeddings such as BERT have achieved state of the art performance in numerous NLP tasks. Since they are optimized to capture the statistical properties of training data, they tend to pick up on and amplify social stereotypes present in the data as well. In this study, we (1)~propose a template-based method to quantify bias in BERT; (2)~show that this method obtains more consistent… ▽ More

    Submitted 17 June, 2019; originally announced June 2019.

    Comments: 1st ACL Workshop on Gender Bias for Natural Language Processing 2019

  22. An Efficient Algorithm for Enumerating Chordal Bipartite Induced Subgraphs in Sparse Graphs

    Authors: Kazuhiro Kurita, Kunihiro Wasa, Hiroki Arimura, Takeaki Uno

    Abstract: In this paper, we propose a characterization of chordal bipartite graphs and an efficient enumeration algorithm for chordal bipartite induced subgraphs. A chordal bipartite graph is a bipartite graph without induced cycles with length six or more. It is known that the incident graph of a hypergraph is chordal bipartite graph if and only if the hypergraph is $β$-acyclic. As the main result of our p… ▽ More

    Submitted 5 March, 2019; originally announced March 2019.

  23. Efficient Enumeration of Subgraphs and Induced Subgraphs with Bounded Girth

    Authors: Kazuhiro Kurita, Kunihiro Wasa, Alessio Conte, Hiroki Arimura, Takeaki Uno

    Abstract: The girth of a graph is the length of its shortest cycle. Due to its relevance in graph theory, network analysis and practical fields such as distributed computing, girth-related problems have been object of attention in both past and recent literature. In this paper, we consider the problem of listing connected subgraphs with bounded girth. As a large girth is index of sparsity, this allows to ex… ▽ More

    Submitted 11 June, 2018; originally announced June 2018.

  24. Efficient Enumeration of Dominating Sets for Sparse Graphs

    Authors: Kazuhiro Kurita, Kunihiro Wasa, Hiroki Arimura, Takeaki Uno

    Abstract: A dominating set $D$ of a graph $G$ is a set of vertices such that any vertex in $G$ is in $D$ or its neighbor is in $D$. Enumeration of minimal dominating sets in a graph is one of central problems in enumeration study since enumeration of minimal dominating sets corresponds to enumeration of minimal hypergraph transversal. However, enumeration of dominating sets including non-minimal ones has no… ▽ More

    Submitted 28 September, 2018; v1 submitted 21 February, 2018; originally announced February 2018.

  25. Efficient Enumeration of Induced Matchings in a Graph without Cycles with Length Four

    Authors: Kazuhiro Kurita, Kunihiro Wasa, Takeaki Uno, Hiroki Arimura

    Abstract: We address the induced matching enumeration problem. An edge set $M$ is an induced matching of a graph $G =(V,E)$. The enumeration of matchings are widely studied in literature, but the induced matching has not been paid much attention. A straightforward algorithm takes $O(|V|)$ time for each solution, that is coming from the time to generate a subproblem. We investigated local structures that ena… ▽ More

    Submitted 10 July, 2017; originally announced July 2017.