Skip to main content

Showing 1–8 of 8 results for author: Honda, S

Searching in archive cs. Search in all archives.
.
  1. arXiv:2401.00007  [pdf

    cs.AI cs.IT q-bio.NC stat.AP

    Modeling arousal potential of epistemic emotions using Bayesian information gain: Inquiry cycle driven by free energy fluctuations

    Authors: Hideyoshi Yanagisawa, Shimon Honda

    Abstract: Epistemic emotions, such as curiosity and interest, drive the inquiry process. This study proposes a novel formulation of epistemic emotions such as curiosity and interest using two types of information gain generated by the principle of free energy minimization: Kullback-Leibler divergence(KLD) from Bayesian posterior to prior, which represents free energy reduction in recognition, and Bayesian s… ▽ More

    Submitted 13 December, 2023; originally announced January 2024.

    Journal ref: Frontiers in Psychology, 16, 1438080 (2025)

  2. arXiv:2311.11976  [pdf, other

    cs.CL

    Context-aware Neural Machine Translation for English-Japanese Business Scene Dialogues

    Authors: Sumire Honda, Patrick Fernandes, Chrysoula Zerva

    Abstract: Despite the remarkable advancements in machine translation, the current sentence-level paradigm faces challenges when dealing with highly-contextual languages like Japanese. In this paper, we explore how context-awareness can improve the performance of the current Neural Machine Translation (NMT) models for English-Japanese business dialogues translation, and what kind of context provides meaningf… ▽ More

    Submitted 20 November, 2023; originally announced November 2023.

    Comments: MT Summit 2023, research track, link to paper in proceedings: https://aclanthology.org/2023.mtsummit-research.23/

    Journal ref: In Proceedings of Machine Translation Summit XIX, Vol. 1: Research Track (pp. 272-285) 2023

  3. arXiv:2003.12443  [pdf

    physics.med-ph cs.CV eess.IV q-bio.TO

    A Computer-Aided Diagnosis System Using Artificial Intelligence for Hip Fractures -Multi-Institutional Joint Development Research-

    Authors: Yoichi Sato, Yasuhiko Takegami, Takamune Asamoto, Yutaro Ono, Tsugeno Hidetoshi, Ryosuke Goto, Akira Kitamura, Seiwa Honda

    Abstract: [Objective] To develop a Computer-aided diagnosis (CAD) system for plane frontal hip X-rays with a deep learning model trained on a large dataset collected at multiple centers. [Materials and Methods]. We included 5295 cases with neck fracture or trochanteric fracture who were diagnosed and treated by orthopedic surgeons using plane X-rays or computed tomography (CT) or magnetic resonance imaging… ▽ More

    Submitted 20 May, 2020; v1 submitted 11 March, 2020; originally announced March 2020.

    Comments: 9 pages, 4 tables, 7 figures. / author's homepage : https://www.fracture-ai.org

    MSC Class: 68-T01

  4. VITON-GAN: Virtual Try-on Image Generator Trained with Adversarial Loss

    Authors: Shion Honda

    Abstract: Generating a virtual try-on image from in-shop clothing images and a model person's snapshot is a challenging task because the human body and clothes have high flexibility in their shapes. In this paper, we develop a Virtual Try-on Generative Adversarial Network (VITON-GAN), that generates virtual try-on images using images of in-shop clothing and a model person. This method enhances the quality o… ▽ More

    Submitted 12 November, 2019; originally announced November 2019.

    Comments: 2 pages, 4 figures. Accepted to Eurographics 2019 (Posters)

    Journal ref: Eurographics, 2019

  5. arXiv:1911.04738  [pdf, other

    cs.LG stat.ML

    SMILES Transformer: Pre-trained Molecular Fingerprint for Low Data Drug Discovery

    Authors: Shion Honda, Shoi Shi, Hiroki R. Ueda

    Abstract: In drug-discovery-related tasks such as virtual screening, machine learning is emerging as a promising way to predict molecular properties. Conventionally, molecular fingerprints (numerical representations of molecules) are calculated through rule-based algorithms that map molecules to a sparse discrete space. However, these algorithms perform poorly for shallow prediction models or small datasets… ▽ More

    Submitted 12 November, 2019; originally announced November 2019.

    Comments: 9 pages, 4 figures

  6. arXiv:1909.13521  [pdf, other

    cs.LG stat.ML

    Graph Residual Flow for Molecular Graph Generation

    Authors: Shion Honda, Hirotaka Akita, Katsuhiko Ishiguro, Toshiki Nakanishi, Kenta Oono

    Abstract: Statistical generative models for molecular graphs attract attention from many researchers from the fields of bio- and chemo-informatics. Among these models, invertible flow-based approaches are not fully explored yet. In this paper, we propose a powerful invertible flow for molecular graphs, called graph residual flow (GRF). The GRF is based on residual flows, which are known for more flexible an… ▽ More

    Submitted 30 September, 2019; originally announced September 2019.

  7. arXiv:1904.06851  [pdf

    cs.SD cs.MM eess.AS

    Proximal binaural sound can induce subjective frisson

    Authors: Shiori Honda, Yuri Ishikawa, Rei Konno, Eiko Imai, Natsumi Nomiyama, Kazuki Sakurada, Takuya Koumura, Hirohito M. Kondo, Shigeto Furukawa, Shinya Fujii, Masashi Nakatani

    Abstract: Auditory frisson is the experience of feeling of cold or shivering related to sound in the absence of a physical cold stimulus. Multiple examples of frisson-inducing sounds have been reported, but the mechanism of auditory frisson remains elusive. Typical frisson-inducing sounds may contain a looming effect, in which a sound appears to approach the listener's peripersonal space. Previous studies o… ▽ More

    Submitted 8 April, 2020; v1 submitted 15 April, 2019; originally announced April 2019.

    Comments: 21 pages, 3 figures, 3 tables, 3 supplemental figures, 3 supplemental tables

    Journal ref: Front Psychol. 2020 Mar 3;11:316

  8. arXiv:1511.03406  [pdf, other

    cs.PL

    Implementing a Small Parsing Virtual Machine on Embedded Systems

    Authors: Shun Honda, Kimio Kuramitsu

    Abstract: PEGs are a formal grammar foundation for describing syntax, and are not hard to generate parsers with a plain recursive decent parsing. However, the large amount of C-stack consumption in the recursive parsing is not acceptable especially in resource-restricted embedded systems. Alternatively, we have attempted the machine virtualization approach to PEG-based parsing. MiniNez, our implemented virt… ▽ More

    Submitted 11 November, 2015; originally announced November 2015.

    Comments: An earlier draft for future submission