Search Results for author: Yuto Nakashima

Found 3 papers, 2 papers with code

SwipeGANSpace: Swipe-to-Compare Image Generation via Efficient Latent Space Exploration

no code implementations30 Apr 2024 Yuto Nakashima, Mingzhe Yang, Yukino Baba

Generating preferred images using generative adversarial networks (GANs) is challenging owing to the high-dimensional nature of latent space.

Optimally Computing Compressed Indexing Arrays Based on the Compact Directed Acyclic Word Graph

1 code implementation4 Aug 2023 Hiroki Arimura, Shunsuke Inenaga, Yasuaki Kobayashi, Yuto Nakashima, Mizuki Sue

In this paper, we present the first study of the computational complexity of converting an automata-based text index structure, called the Compact Directed Acyclic Word Graph (CDAWG), of size $e$ for a text $T$ of length $n$ into other text indexing structures for the same text, suitable for highly repetitive texts: the run-length BWT of size $r$, the irreducible PLCP array of size $r$, and the quasi-irreducible LPF array of size $e$, as well as the lex-parse of size $O(r)$ and the LZ77-parse of size $z$, where $r, z \le e$.

c-trie++: A Dynamic Trie Tailored for Fast Prefix Searches

1 code implementation16 Apr 2019 Kazuya Tsuruta, Dominik Köppl, Shunsuke Kanda, Yuto Nakashima, Shunsuke Inenaga, Hideo Bannai, Masayuki Takeda

Given a dynamic set $K$ of $k$ strings of total length $n$ whose characters are drawn from an alphabet of size $\sigma$, a keyword dictionary is a data structure built on $K$ that provides locate, prefix search, and update operations on $K$.

Cannot find the paper you are looking for? You can Submit a new open access paper.