scispace - formally typeset
T

Takuya Takagi

Researcher at Fujitsu

Publications -  33
Citations -  225

Takuya Takagi is an academic researcher from Fujitsu. The author has contributed to research in topics: Suffix tree & String (computer science). The author has an hindex of 6, co-authored 28 publications receiving 141 citations. Previous affiliations of Takuya Takagi include Hokkaido University & Japan Society for the Promotion of Science.

Papers
More filters
Proceedings ArticleDOI

DACE: Distribution-Aware Counterfactual Explanation by Mixed-Integer Linear Optimization

TL;DR: This work proposes a new framework of CE for extracting an action by evaluating its reality on the empirical data distribution based on the Mahalanobis’ distance and the local outlier factor and proposes a mixed-integer linear optimization approach to extracting an optimal action by minimizing the cost function.
Proceedings ArticleDOI

MR-RePair: Grammar Compression Based on Maximal Repeats

TL;DR: This article proposed MR-RePair, a variant of RePair which replaces the most frequent maximal repeats at once instead of substituting the most frequently pairs consecutively, and compared the size of the generated grammar generated by MR-rePair to that by Re-Pair on several text corpora.
Book ChapterDOI

Linear-Size CDAWG: New Repetition-Aware Indexing and Grammar Compression

TL;DR: This paper proposes a novel approach to combine compact directed acyclic word graphs (CDAWGs) and grammar-based compression, which leads to an efficient self-index, called Linear-size CDAWGS (L-C DAWGs), which can be represented with \(O(\tilde{e}_T \log n)\) bits of space allowing for \(O(log n)-time random and O(1)-time sequential accesses to edge labels.
Posted Content

Linear-size CDAWG: new repetition-aware indexing and grammar compression

TL;DR: In this article, a linear-size CDAWG with space complexity of O(m + occ) bits was proposed, where occ is the number of right extensions of maximal repeats in a given text.
Journal ArticleDOI

Packed compact tries: A fast and efficient data structure for online string processing

TL;DR: The experiments show that the packed c-tries are faster than the standard compact tries and the sparse suffix tree for a string of length $n$ over prefix codes with $k$ sampled positions, such as evenly-spaced and word delimited sparse suffix trees, can be constructed online in worst-case time.