Skip to main content

Showing 1–14 of 14 results for author: Takabatake, Y

.
  1. Tunnelling conductance of $d+ip$-wave superconductor

    Authors: Yuhi Takabatake, Shu-Ichiro Suzuki, Yukio Tanaka

    Abstract: We theoretically investigate the tunneling conductance of the $d+ip$-wave superconductor which is recently proposed to be realised at the (110) surface of a high-$T_c$ cuprate superconductor. Utilizing the quasiclassical Eilenberger theory, we obtain the self-consistent pair potentials and the differential conductance of the normal-metal/$d+ip$-wave superconductor junction. We demonstrate that the… ▽ More

    Submitted 29 March, 2021; v1 submitted 15 November, 2020; originally announced November 2020.

    Comments: 8 pages, 9 figures

    Journal ref: Phys. Rev. B 103, 184515 (2021)

  2. arXiv:1911.10719  [pdf, other

    cs.CR

    Faster Privacy-Preserving Computation of Edit Distance with Moves

    Authors: Yohei Yoshimoto, Masaharu Kataoka, Yoshimasa Takabatake, Tomohiro I, Kilho Shin, Hiroshi Sakamoto

    Abstract: We consider an efficient two-party protocol for securely computing the similarity of strings w.r.t. an extended edit distance measure. Here, two parties possessing strings $x$ and $y$, respectively, want to jointly compute an approximate value for $\mathrm{EDM}(x,y)$, the minimum number of edit operations including substring moves needed to transform $x$ into $y$, without revealing any private inf… ▽ More

    Submitted 28 November, 2019; v1 submitted 25 November, 2019; originally announced November 2019.

    Comments: to appear in WALCOM 2020

    MSC Class: D.4.6; E.3 ACM Class: D.4.6; E.3

  3. arXiv:1910.07145  [pdf, other

    cs.DS

    Practical Random Access to SLP-Compressed Texts

    Authors: Travis Gagie, Tomohiro I, Giovanni Manzini, Gonzalo Navarro, Hiroshi Sakamoto, Louisa Seelbach Benkner, Yoshimasa Takabatake

    Abstract: Grammar-based compression is a popular and powerful approach to compressing repetitive texts but until recently its relatively poor time-space trade-offs during real-life construction made it impractical for truly massive datasets such as genomic databases. In a recent paper (SPIRE 2019) we showed how simple pre-processing can dramatically improve those trade-offs, and in this paper we turn our at… ▽ More

    Submitted 19 July, 2020; v1 submitted 15 October, 2019; originally announced October 2019.

    Comments: Accepted to SPIRE 2020

  4. arXiv:1908.04933  [pdf, ps, other

    cs.DS

    Re-Pair In Small Space

    Authors: Dominik Köppl, Tomohiro I, Isamu Furuya, Yoshimasa Takabatake, Kensuke Sakai, Keisuke Goto

    Abstract: Re-Pair is a grammar compression scheme with favorably good compression rates. The computation of Re-Pair comes with the cost of maintaining large frequency tables, which makes it hard to compute Re-Pair on large scale data sets. As a solution for this problem we present, given a text of length $n$ whose characters are drawn from an integer alphabet, an… ▽ More

    Submitted 16 November, 2019; v1 submitted 13 August, 2019; originally announced August 2019.

  5. arXiv:1906.00809  [pdf, ps, other

    cs.DS

    Rpair: Rescaling RePair with Rsync

    Authors: Travis Gagie, Tomohiro I, Giovanni Manzini, Gonzalo Navarro, Hiroshi Sakamoto, Yoshimasa Takabatake

    Abstract: Data compression is a powerful tool for managing massive but repetitive datasets, especially schemes such as grammar-based compression that support computation over the data without decompressing it. In the best case such a scheme takes a dataset so big that it must be stored on disk and shrinks it enough that it can be stored and processed in internal memory. Even then, however, the scheme is ess… ▽ More

    Submitted 3 June, 2019; originally announced June 2019.

  6. arXiv:1811.01472  [pdf, other

    cs.DS

    RePair in Compressed Space and Time

    Authors: Kensuke Sakai, Tatsuya Ohno, Keisuke Goto, Yoshimasa Takabatake, Tomohiro I, Hiroshi Sakamoto

    Abstract: Given a string $T$ of length $N$, the goal of grammar compression is to construct a small context-free grammar generating only $T$. Among existing grammar compression methods, RePair (recursive paring) [Larsson and Moffat, 1999] is notable for achieving good compression ratios in practice. Although the original paper already achieved a time-optimal algorithm to compute the RePair grammar RePair(… ▽ More

    Submitted 4 November, 2018; originally announced November 2018.

  7. arXiv:1711.02855  [pdf, ps, other

    cs.DS

    A compressed dynamic self-index for highly repetitive text collections

    Authors: Takaaki Nishimoto, Yoshimasa Takabatake, Yasuo Tabei

    Abstract: We present a novel compressed dynamic self-index for highly repetitive text collections. Signature encoding is a compressed dynamic self-index for highly repetitive texts and has a large disadvantage that the pattern search for short patterns is slow. We improve this disadvantage for faster pattern search by leveraging an idea behind truncated suffix tree and present the first compressed dynamic s… ▽ More

    Submitted 24 April, 2018; v1 submitted 8 November, 2017; originally announced November 2017.

  8. arXiv:1704.05233  [pdf, other

    cs.DS

    A Faster Implementation of Online Run-Length Burrows-Wheeler Transform

    Authors: Tatsuya Ohno, Yoshimasa Takabatake, Tomohiro I, Hiroshi Sakamoto

    Abstract: Run-length encoding Burrows-Wheeler Transformed strings, resulting in Run-Length BWT (RLBWT), is a powerful tool for processing highly repetitive strings. We propose a new algorithm for online RLBWT working in run-compressed space, which runs in $O(n\lg r)$ time and $O(r\lg n)$ bits of space, where $n$ is the length of input string $S$ received so far and $r$ is the number of runs in the BWT of th… ▽ More

    Submitted 14 October, 2017; v1 submitted 18 April, 2017; originally announced April 2017.

    Comments: In Proc. IWOCA2017

  9. arXiv:1607.04446  [pdf, other

    cs.DS

    Online Grammar Compression for Frequent Pattern Discovery

    Authors: Shouhei Fukunaga, Yoshimasa Takabatake, I Tomohiro, Hiroshi Sakamoto

    Abstract: Various grammar compression algorithms have been proposed in the last decade. A grammar compression is a restricted CFG deriving the string deterministically. An efficient grammar compression develops a smaller CFG by finding duplicated patterns and removing them. This process is just a frequent pattern discovery by grammatical inference. While we can get any frequent pattern in linear time using… ▽ More

    Submitted 30 August, 2016; v1 submitted 15 July, 2016; originally announced July 2016.

    Comments: 14 pages

  10. arXiv:1602.06688  [pdf, ps, other

    cs.DS

    siEDM: an efficient string index and search algorithm for edit distance with moves

    Authors: Yoshimasa Takabatake, Kenta Nakashima, Tetsuji Kuboyama, Yasuo Tabei, Hiroshi Sakamoto

    Abstract: Although several self-indexes for highly repetitive text collections exist, develo** an index and search algorithm with editing operations remains a challenge. Edit distance with moves (EDM) is a string-to-string distance measure that includes substring moves in addition to ordinal editing operations to turn one string into another. Although the problem of computing EDM is intractable, it has a… ▽ More

    Submitted 8 April, 2016; v1 submitted 22 February, 2016; originally announced February 2016.

    Comments: 23 pages

  11. arXiv:1507.00805  [pdf, ps, other

    cs.DS

    Online Self-Indexed Grammar Compression

    Authors: Yoshimasa Takabatake, Yasuo Tabei, Hiroshi Sakamoto

    Abstract: Although several grammar-based self-indexes have been proposed thus far, their applicability is limited to offline settings where whole input texts are prepared, thus requiring to rebuild index structures for given additional inputs, which is often the case in the big data era. In this paper, we present the first online self-indexed grammar compression named OESP-index that can gradually build the… ▽ More

    Submitted 6 July, 2015; v1 submitted 2 July, 2015; originally announced July 2015.

    Comments: To appear in the Proceedings of the 22nd edition of the International Symposium on String Processing and Information Retrieval (SPIRE2015)

  12. arXiv:1408.0467  [pdf, ps, other

    cs.DS

    Online Pattern Matching for String Edit Distance with Moves

    Authors: Yoshimasa Takabatake, Yasuo Tabei, Hiroshi Sakamoto

    Abstract: Edit distance with moves (EDM) is a string-to-string distance measure that includes substring moves in addition to ordinal editing operations to turn one string to the other. Although optimizing EDM is intractable, it has many applications especially in error detections. Edit sensitive parsing (ESP) is an efficient parsing algorithm that guarantees an upper bound of parsing discrepancies between d… ▽ More

    Submitted 26 August, 2014; v1 submitted 3 August, 2014; originally announced August 2014.

    Comments: This paper has been accepted to the 21st edition of the International Symposium on String Processing and Information Retrieval (SPIRE2014)

  13. arXiv:1404.4972  [pdf, ps, other

    cs.DS

    Improved ESP-index: a practical self-index for highly repetitive texts

    Authors: Yoshimasa Takabatake, Yasuo Tabei, Hiroshi Sakamoto

    Abstract: While several self-indexes for highly repetitive texts exist, develo** a practical self-index applicable to real world repetitive texts remains a challenge. ESP-index is a grammar-based self-index on the notion of edit-sensitive parsing (ESP), an efficient parsing algorithm that guarantees upper bounds of parsing discrepancies between different appearances of the same subtexts in a text. Althoug… ▽ More

    Submitted 27 April, 2014; v1 submitted 19 April, 2014; originally announced April 2014.

    Comments: This is the full version of a proceeding accepted to the 11th International Symposium on Experimental Algorithms (SEA2014)

  14. arXiv:1304.0917  [pdf, ps, other

    cs.DS

    A Succinct Grammar Compression

    Authors: Yasuo Tabei, Yoshimasa Takabatake, Hiroshi Sakamoto

    Abstract: We solve an open problem related to an optimal encoding of a straight line program (SLP), a canonical form of grammar compression deriving a single string deterministically. We show that an information-theoretic lower bound for representing an SLP with n symbols requires at least 2n+logn!+o(n) bits. We then present a succinct representation of an SLP; this representation is asymptotically equivale… ▽ More

    Submitted 14 June, 2013; v1 submitted 3 April, 2013; originally announced April 2013.

    Comments: The paper is accepted to 24th Annual Symposium on Combinatorial Pattern Matching (CPM2013)