Skip to main content

Showing 1–11 of 11 results for author: Ito, R

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

    cs.HC

    Demo Paper: A Game Agents Battle Driven by Free-Form Text Commands Using Code-Generation LLM

    Authors: Ray Ito, Junichiro Takahashi

    Abstract: This paper presents a demonstration of our monster battle game, in which the game agents fight in accordance with their player's language commands. The commands were translated into the knowledge expression called behavior branches by a code-generation large language model. This work facilitated the design of the commanding system more easily, enabling the game agent to comprehend more various and… ▽ More

    Submitted 20 May, 2024; originally announced May 2024.

    Comments: submitted to IEEE CoG 2024

  2. Data Set Terminology of Deep Learning in Medicine: A Historical Review and Recommendation

    Authors: Shannon L. Walston, Hiroshi Seki, Hirotaka Takita, Yasuhito Mitsuyama, Shingo Sato, Akifumi Hagiwara, Rintaro Ito, Shouhei Hanaoka, Yukio Miki, Daiju Ueda

    Abstract: Medicine and deep learning-based artificial intelligence (AI) engineering represent two distinct fields each with decades of published history. With such history comes a set of terminology that has a specific way in which it is applied. However, when two distinct fields with overlap** terminology start to collaborate, miscommunication and misunderstandings can occur. This narrative review aims t… ▽ More

    Submitted 18 June, 2024; v1 submitted 30 April, 2024; originally announced April 2024.

    Comments: 20 pages, 3 figures, 3 tables

  3. arXiv:2402.07442  [pdf

    cs.AI

    Game Agent Driven by Free-Form Text Command: Using LLM-based Code Generation and Behavior Branch

    Authors: Ray Ito, Junichiro Takahashi

    Abstract: Several attempts have been made to implement text command control for game agents. However, current technologies are limited to processing predefined format commands. This paper proposes a pioneering text command control system for a game agent that can understand natural language commands expressed in free-form. The proposed system uses a large language model (LLM) for code generation to interpre… ▽ More

    Submitted 12 February, 2024; originally announced February 2024.

    Comments: This paper is posted at JSAI 2024 Conference

  4. arXiv:2401.10005  [pdf, other

    cs.CV cs.CL

    Advancing Large Multi-modal Models with Explicit Chain-of-Reasoning and Visual Question Generation

    Authors: Kohei Uehara, Nabarun Goswami, Hanqin Wang, Toshiaki Baba, Kohtaro Tanaka, Tomohiro Hashimoto, Kai Wang, Rei Ito, Takagi Naoya, Ryo Umagami, Yingyi Wen, Tanachai Anakewat, Tatsuya Harada

    Abstract: The increasing demand for intelligent systems capable of interpreting and reasoning about visual content requires the development of Large Multi-Modal Models (LMMs) that are not only accurate but also have explicit reasoning capabilities. This paper presents a novel approach to imbue an LMM with the ability to conduct explicit reasoning based on visual content and textual instructions. We introduc… ▽ More

    Submitted 18 January, 2024; originally announced January 2024.

  5. arXiv:2303.18042  [pdf, other

    cs.DB cs.LG

    Scardina: Scalable Join Cardinality Estimation by Multiple Density Estimators

    Authors: Ryuichi Ito, Yuya Sasaki, Chuan Xiao, Makoto Onizuka

    Abstract: In recent years, machine learning-based cardinality estimation methods are replacing traditional methods. This change is expected to contribute to one of the most important applications of cardinality estimation, the query optimizer, to speed up query processing. However, none of the existing methods do not precisely estimate cardinalities when relational schemas consist of many tables with strong… ▽ More

    Submitted 31 March, 2023; originally announced March 2023.

  6. arXiv:2303.13683  [pdf, other

    cs.NE cs.AI cs.CV cs.LG

    OFA$^2$: A Multi-Objective Perspective for the Once-for-All Neural Architecture Search

    Authors: Rafael C. Ito, Fernando J. Von Zuben

    Abstract: Once-for-All (OFA) is a Neural Architecture Search (NAS) framework designed to address the problem of searching efficient architectures for devices with different resources constraints by decoupling the training and the searching stages. The computationally expensive process of training the OFA neural network is done only once, and then it is possible to perform multiple searches for subnetworks e… ▽ More

    Submitted 23 March, 2023; originally announced March 2023.

  7. arXiv:2207.02699  [pdf, other

    cs.LG cs.CR

    Scaling Private Deep Learning with Low-Rank and Sparse Gradients

    Authors: Ryuichi Ito, Seng Pei Liew, Tsubasa Takahashi, Yuya Sasaki, Makoto Onizuka

    Abstract: Applying Differentially Private Stochastic Gradient Descent (DPSGD) to training modern, large-scale neural networks such as transformer-based models is a challenging task, as the magnitude of noise added to the gradients at each iteration scales with model dimension, hindering the learning capability significantly. We propose a unified framework, $\textsf{LSG}$, that fully exploits the low-rank an… ▽ More

    Submitted 6 July, 2022; originally announced July 2022.

  8. arXiv:2108.03599  [pdf

    cs.AI

    Identification of Play Styles in Universal Fighting Engine

    Authors: Kaori Yuda, Shota Kamei, Riku Tanji, Ryoya Ito, Ippo Wakana, Maxim Mozgovoy

    Abstract: AI-controlled characters in fighting games are expected to possess reasonably high skills and behave in a believable, human-like manner, exhibiting a diversity of play styles and strategies. Thus, the development of fighting game AI requires the ability to evaluate these properties. For instance, it should be possible to ensure that the characters created are believable and diverse. In this paper,… ▽ More

    Submitted 8 August, 2021; originally announced August 2021.

    ACM Class: I.2.1

  9. arXiv:2107.03948  [pdf, other

    quant-ph cs.IT

    Lower bounds on the error probability of multiple quantum channel discrimination by the Bures angle and the trace distance

    Authors: Ryo Ito, Ryuhei Mori

    Abstract: Quantum channel discrimination is a fundamental problem in quantum information science. In this study, we consider general quantum channel discrimination problems, and derive the lower bounds of the error probability. Our lower bounds are based on the triangle inequalities of the Bures angle and the trace distance. As a consequence of the lower bound based on the Bures angle, we prove the optimali… ▽ More

    Submitted 1 August, 2022; v1 submitted 8 July, 2021; originally announced July 2021.

    Comments: 17 pages, 6 figures

  10. arXiv:2002.12301  [pdf, ps, other

    cs.LG cs.DC stat.ML

    An On-Device Federated Learning Approach for Cooperative Model Update between Edge Devices

    Authors: Rei Ito, Mineto Tsukada, Hiroki Matsutani

    Abstract: Most edge AI focuses on prediction tasks on resource-limited edge devices while the training is done at server machines. However, retraining or customizing a model is required at edge devices as the model is becoming outdated due to environmental changes over time. To follow such a concept drift, a neural-network based on-device learning approach is recently proposed, so that edge devices train in… ▽ More

    Submitted 27 June, 2021; v1 submitted 27 February, 2020; originally announced February 2020.

    Journal ref: IEEE Access (2021)

  11. arXiv:1408.5386  [pdf

    cs.OH

    Stream Processor Generator for HPC to Embedded Applications on FPGA-based System Platform

    Authors: Kentaro Sano, Hayato Suzuki, Ryo Ito, Tomohiro Ueno, Satoru Yamamoto

    Abstract: This paper presents a stream processor generator, called SPGen, for FPGA-based system-on-chip platforms. In our research project, we use an FPGA as a common platform for applications ranging from HPC to embedded/robotics computing. Pipelining in application-specific stream processors brings FPGAs power-efficient and high-performance computing. However, poor productivity in develo** custom pipeli… ▽ More

    Submitted 21 August, 2014; originally announced August 2014.

    Comments: Presented at First International Workshop on FPGAs for Software Programmers (FSP 2014) (arXiv:1408.4423)

    Report number: FSP/2014/09