Skip to main content

Showing 1–16 of 16 results for author: Akagi, T

.
  1. arXiv:2212.02957  [pdf, ps, other

    math.CO math.SP

    The Palindromic Trees

    Authors: Tadashi Akagi, Eduardo A. Canale

    Abstract: The family of trees with palindromic characteristic polynomials is characterized. Large families of graphs with this property are found as well.

    Submitted 8 December, 2022; v1 submitted 6 December, 2022; originally announced December 2022.

    Comments: 10 pages, 6 figures and 1 table

  2. arXiv:2202.13591  [pdf, other

    cs.DS

    Minimal Absent Words on Run-Length Encoded Strings

    Authors: Tooru Akagi, Kouta Okabe, Takuya Mieno, Yuto Nakashima, Shunsuke Inenaga

    Abstract: A string $w$ is called a minimal absent word (MAW) for another string $T$ if $w$ does not occur (as a substring) in $T$ and any proper substring of $w$ occurs in $T$. State-of-the-art data structures for reporting the set $\mathsf{MAW}(T)$ of MAWs from a given string $T$ of length $n$ require $O(n)$ space, can be built in $O(n)$ time, and can report all MAWs in $O(|\mathsf{MAW}(T)|)$ time upon a q… ▽ More

    Submitted 14 April, 2022; v1 submitted 28 February, 2022; originally announced February 2022.

    Comments: Accepted for CPM 2022

  3. Sensitivity of string compressors and repetitiveness measures

    Authors: Tooru Akagi, Mitsuru Funakoshi, Shunsuke Inenaga

    Abstract: The sensitivity of a string compression algorithm $C$ asks how much the output size $C(T)$ for an input string $T$ can increase when a single character edit operation is performed on $T$. This notion enables one to measure the robustness of compression algorithms in terms of errors and/or dynamic changes occurring in the input string. In this paper, we analyze the worst-case multiplicative sensiti… ▽ More

    Submitted 9 February, 2023; v1 submitted 19 July, 2021; originally announced July 2021.

    Comments: The journal version is superceded by this version (we added almost tight bounds for Bisection with insertions and deletions)

    Journal ref: Information and Computation, Volume 291, March 2023, 104999

  4. arXiv:2105.13744  [pdf, ps, other

    cs.DS

    Grammar Index By Induced Suffix Sorting

    Authors: Tooru Akagi, Dominik Köppl, Yuto Nakashima, Shunsuke Inenaga, Hideo Bannai, Masayuki Takeda

    Abstract: Pattern matching is the most central task for text indices. Most recent indices leverage compression techniques to make pattern matching feasible for massive but highly-compressible datasets. Within this kind of indices, we propose a new compressed text index built upon a grammar compression based on induced suffix sorting [Nunes et al., DCC'18]. We show that this grammar exhibits a locality sensi… ▽ More

    Submitted 28 May, 2021; originally announced May 2021.

    Comments: Our implementation is available at https://github.com/TooruAkagi/GCIS_Index

  5. arXiv:2105.08496  [pdf, other

    math.CO cs.DM cs.FL

    Combinatorics of minimal absent words for a sliding window

    Authors: Tooru Akagi, Yuki Kuhara, Takuya Mieno, Yuto Nakashima, Shunsuke Inenaga, Hideo Bannai, Masayuki Takeda

    Abstract: A string $w$ is called a minimal absent word (MAW) for another string $T$ if $w$ does not occur in $T$ but the proper substrings of $w$ occur in $T$. For example, let $Σ= \{\mathtt{a, b, c}\}$ be the alphabet. Then, the set of MAWs for string $w = \mathtt{abaab}$ is $\{\mathtt{aaa, aaba, bab, bb, c}\}$. In this paper, we study combinatorial properties of MAWs in the sliding window model, namely, h… ▽ More

    Submitted 15 April, 2022; v1 submitted 18 May, 2021; originally announced May 2021.

    Comments: A part of the results of this article appeared in Proc. SOFSEM 2020 (also in arXiv:1909.02804). The results on binary alphabets are the main new material in this article

  6. arXiv:2007.12651  [pdf, other

    cs.DS cs.CC math.CO

    Tromino Tilings with Pegs via Flow Networks

    Authors: Javier T. Akagi, Eduardo A. Canale, Marcos Villagra

    Abstract: A tromino tiling problem is a packing puzzle where we are given a region of connected lattice squares and we want to decide whether there exists a tiling of the region using trominoes with the shape of an L. In this work we study a slight variation of the tromino tiling problem where some positions of the region have pegs and each tromino comes with a hole that can only be placed on top of the peg… ▽ More

    Submitted 13 March, 2021; v1 submitted 24 July, 2020; originally announced July 2020.

    Comments: 9 pages, 7 figures. Lemmas 4.1 and 4.2 were revised, but the the final result is unaffected. To appear in Proceedings of LAGOS 2021

    MSC Class: 05B45; 05B50 ACM Class: F.1.3; G.2.2; F.2.2

  7. arXiv:1909.02804  [pdf, ps, other

    cs.DS

    Minimal Unique Substrings and Minimal Absent Words in a Sliding Window

    Authors: Takuya Mieno, Yuki Kuhara, Tooru Akagi, Yuta Fujishige, Yuto Nakashima, Shunsuke Inenaga, Hideo Bannai, Masayuki Takeda

    Abstract: A substring $u$ of a string $T$ is called a minimal unique substring (MUS) of $T$ if $u$ occurs exactly once in $T$ and any proper substring of $u$ occurs at least twice in $T$. A string $w$ is called a minimal absent word (MAW) of $T$ if $w$ does not occur in $T$ and any proper substring of $w$ occurs in $T$. In this paper, we study the problems of computing MUSs and MAWs in a sliding window over… ▽ More

    Submitted 13 September, 2019; v1 submitted 6 September, 2019; originally announced September 2019.

  8. arXiv:1710.04640  [pdf, other

    cs.CC cs.DS math.CO

    Hard and Easy Instances of L-Tromino Tilings

    Authors: Javier T. Akagi, Carlos F. Gaona, Fabricio Mendoza, Manjil P. Saikia, Marcos Villagra

    Abstract: We study tilings of regions in the square lattice with L-shaped trominoes. Deciding the existence of a tiling with L-trominoes for an arbitrary region in general is NP-complete, nonetheless, we identify restrictions to the problem where it either remains NP-complete or has a polynomial time algorithm. First, we characterize the possibility of when an Aztec rectangle and an Aztec diamond has an L-t… ▽ More

    Submitted 24 February, 2020; v1 submitted 12 October, 2017; originally announced October 2017.

    Comments: Full extended version of LNCS 11355:82-95 (WALCOM 2019)

    MSC Class: 68R05 ACM Class: F.2.2; G.2.1

    Journal ref: Theoretical Computer Science 2020

  9. arXiv:1703.05742  [pdf, ps, other

    physics.acc-ph physics.ins-det

    Development of optical resonant cavities for laser-Compton scattering

    Authors: T. Akagi, S. Araki, Y. Honda, A. Kosuge, T. Omori, H. Shimizu, N. Terunuma, J. Urakawa, T. Takahashi, R. Tanaka, Y. Uesugi, H. Yoshitama, Y. Hosaka, K. Sakaue, M. Washio

    Abstract: We have been develo** optical resonant cavities for laser-Compton scattering experiment at the Accelerator Test Facility in KEK. The main subject of the R&D is to increase laser pulse energy by coherently accumulating the pulses in an optical resonant cavity. We report previous results, current status and future prospects, including a new idea of an optical resonant cavity.

    Submitted 15 March, 2017; originally announced March 2017.

    Comments: 8 pages, 5 figures. Proceedings of the 7th International Conference "Charged & Neutral Particles Channeling Phenomena Channeling 2016"

  10. Development of an intense positron source using a crystal--amorphous hybrid target for linear colliders

    Authors: Y. Uesugi, T. Akagi, R. Chehab, O. Dadoun, K. Furukawa, T. Kamitani, S. Kawada, T. Omori, T. Takahashi, K. Umemori, J. Urakawa, M. Satoh, V. Strakhovenko, T. Suwada, A. Variola

    Abstract: In a conventional positron source driven by a few GeV electron beam, a high amount of heat is loaded into a positron converter target to generate intense positrons required by linear colliders, and which would eventually damage the converter target. A hybrid target, composed of a single crystal target as a radiator of intense gamma--rays, and an amorphous converter target placed downstream of the… ▽ More

    Submitted 16 October, 2013; v1 submitted 15 October, 2013; originally announced October 2013.

    Comments: 17pages, 10figures

    Journal ref: Nuclear Instruments and Methods in Physics Research Section B: Beam Interactions with Materials and Atoms, Volume 319, 15 January 2014, Pages 17-23

  11. Production of gamma rays by pulsed laser beam Compton scattering off GeV-electrons using a non-planar four-mirror optical cavity

    Authors: T. Akagi, S. Araki, J. Bonis, I. Chaikovska, R. Chiche, R. Cizeron, M. Cohen, E. Cormier, P. Cornebise, N. Delerue, R. Flaminio, S. Funahashi, D. Jehanno, Y. Honda, F. Labaye, M. Lacroix, R. Marie, C. Michel, S. Miyoshi, S. Nagata, T. Omori, Y. Peinaud, L. Pinard, H. Shimizu, V. Soskov , et al. (6 additional authors not shown)

    Abstract: As part of the positron source R&D for future $e^+-e^-$ colliders and Compton based compact light sources, a high finesse non-planar four-mirror Fabry-Perot cavity has recently been installed at the ATF (KEK, Tsukuba, Japan). The first measurements of the gamma ray flux produced with a such cavity using a pulsed laser is presented here. We demonstrate the production of a flux of 2.7 $\pm$ 0.2 gamm… ▽ More

    Submitted 4 January, 2012; v1 submitted 24 November, 2011; originally announced November 2011.

  12. arXiv:1110.3243  [pdf, other

    physics.acc-ph

    High flux polarized gamma rays production: first measurements with a four-mirror cavity at the ATF

    Authors: Nicolas Delerue, J. Bonis, Iryna Chaikovska, R. Chiche, R. Cizeron, M. Cohen, J. Colin, P. Cornebise, D. Jehanno, F. Labaye, M. Lacroix, R. Marie, Y. Peinaud, V. Soskov, A. Variola, F. Zomer, E. Cormier, R. Flaminio, L. Pinard, S. Araki, S. Funahashi, Y. Honda, T. Omori, H. Shimizu, T. Terunuma , et al. (5 additional authors not shown)

    Abstract: The next generation of e+/e- colliders will require a very intense flux of gamma rays to allow high current polarized positrons to be produced. This can be achieved by converting polarized high energy photons in polarized pairs into a target. In that context, an optical system consisting of a laser and a four-mirror passive Fabry-Perot cavity has recently been installed at the Accelerator Test Fac… ▽ More

    Submitted 14 October, 2011; originally announced October 2011.

    Report number: IPAC 2011: TUPO002

  13. arXiv:1002.3462  [pdf, ps, other

    physics.ins-det hep-ex

    Photon generation by laser-Compton scattering at the KEK-ATF

    Authors: Shuhei Miyoshi, Tomoya Akagi, Sakae Araki, Yoshisato Funahashi, Tachishige Hirose, Yosuke Honda, Masao Kuriki, Xiao Li, Toshiyuki Okugi, Tsunehiko Omori, Guoxi Pei, Kazuyuki Sakaue, Hirotaka Shimizu, Tohru Takahashi, Nobuhiro Terunuma, Junji Urakawa, Yasuaki Ushio, Masakazu Washio

    Abstract: We performed a photon generation experiment by laser-Compton scattering at the KEK-ATF, aiming to develop a Compton based polarized positron source for linear colliders. In the experiment, laser pulses with a 357 MHz repetition rate were accumulated and their power was enhanced by up to 250 times in the Fabry-Perot optical resonant cavity. We succeeded in synchronizing the laser pulses and colli… ▽ More

    Submitted 18 February, 2010; originally announced February 2010.

    Comments: 3 pages, 5 figures, Preprint submitted to TIPP09 Proceedings in NIMA

  14. arXiv:0806.4516  [pdf, ps, other

    cond-mat.mtrl-sci

    InN/In nanocomposites: Plasmonic effects and a hidden optical gap

    Authors: T. V. Shubina, V. A. Kosobukin, T. A. Komissarova, V. N. Jmerik, P. S. Kopev, S. V. Ivanov, A. Vasson, J. Leymarie, N. A. Gippius, T. Araki, T. Akagi, Y. Nanishi

    Abstract: InN/In nanocomposites with periodical In inclusions amounting up to 30% of the total volume exhibit bright emission near 0.7 eV explicitly associated with In clusters. Its energy and intensity depend on the In amount. The principal absorption edge in the semiconductor host, as given by a photovoltaic response, is markedly higher than the onset of thermally detected absorption. These findings, be… ▽ More

    Submitted 27 June, 2008; originally announced June 2008.

    Comments: 4 pages, 6 figures

  15. arXiv:0806.4509  [pdf, ps, other

    cond-mat.mtrl-sci

    InN/In nanocomposites: Evidences of plasmonic effects and hidden gap

    Authors: T. V. Shubina, V. A. Kosobukin, T. A. Komissarova, V. N. Jmerik, P. S. Kopev, S. V. Ivanov, A. Vasson, J. Leymarie, N. A. Gippius, T. Araki, T. Akagi, Y. Nanishi

    Abstract: InN/In nanocomposites with periodical In inclusions amounting up to 30% of the total volume exhibit bright emission near 0.7 eV explicitly associated with In clusters. Its energy and intensity depend on the In amount. The principal absorption edge in the semiconductor host, as given by a photovoltaic response, is markedly higher than the onset of thermally detected absorption. These findings, be… ▽ More

    Submitted 3 July, 2008; v1 submitted 27 June, 2008; originally announced June 2008.

    Comments: 4 pages, 6 figures, mistakenly uploaded duplicated source files with the slightly different title

  16. First Measurement of Leptonic Coupling Asymmetries with Polarized Z bosons

    Authors: The SLD Collaboration, K. Abe, K. Abe, T. Akagi

    Abstract: We present direct measurements of the $Z^0$-lepton coupling asymmetry parameters, $A_e$, $A_μ$, and $A_τ$, based on a data sample of 12,063 leptonic $Z^0$ decays collected by the SLD detector. The $Z$ bosons are produced in collisions of beams of polarized $e^-$ with unpolarized $e^+$ at the SLAC Linear Collider. The couplings are extracted from the measurement of the left-right and forward-back… ▽ More

    Submitted 23 April, 1997; originally announced April 1997.

    Comments: 10 pages, 1 figure

    Report number: SLAC-PUB-7418

    Journal ref: Phys.Rev.Lett.79:804-808,1997