Skip to main content

Showing 1–3 of 3 results for author: Maruyama, K

Searching in archive cs. Search in all archives.
.
  1. Splitting and Parallelizing of Quantum Convolutional Neural Networks for Learning Translationally Symmetric Data

    Authors: Koki Chinzei, Quoc Hoan Tran, Kazunori Maruyama, Hirotaka Oshima, Shintaro Sato

    Abstract: The quantum convolutional neural network (QCNN) is a promising quantum machine learning (QML) model that is expected to achieve quantum advantages in classically intractable problems. However, the QCNN requires a large number of measurements for data learning, limiting its practical applications in large-scale problems. To alleviate this requirement, we propose a novel architecture called split-pa… ▽ More

    Submitted 27 February, 2024; v1 submitted 12 June, 2023; originally announced June 2023.

    Comments: 16 pages, 10 figures

    Journal ref: Phys. Rev. Research 6, 023042 (2024)

  2. arXiv:2210.10628  [pdf

    cs.IR cs.AI cs.LG

    RecipeMind: Guiding Ingredient Choices from Food Pairing to Recipe Completion using Cascaded Set Transformer

    Authors: Mogan Gim, Donghee Choi, Kana Maruyama, Jihun Choi, Hajung Kim, Donghyeon Park, Jaewoo Kang

    Abstract: We propose a computational approach for recipe ideation, a downstream task that helps users select and gather ingredients for creating dishes. To perform this task, we developed RecipeMind, a food affinity score prediction model that quantifies the suitability of adding an ingredient to set of other ingredients. We constructed a large-scale dataset containing ingredient co-occurrence based scores… ▽ More

    Submitted 14 October, 2022; originally announced October 2022.

    Comments: Accepted and to be appeared in CIKM-2022

  3. arXiv:cs/0309031  [pdf, ps, other

    cs.SE

    Timestamp Based Execution Control for C and Java Programs

    Authors: Kazutaka Maruyama, Minoru Terada

    Abstract: Many programmers have had to deal with an overwritten variable resulting for example from an aliasing problem. The culprit is obviously the last write-access to that memory location before the manifestation of the bug. The usual technique for removing such bugs starts with the debugger by (1) finding the last write and (2) moving the control point of execution back to that time by re-executing t… ▽ More

    Submitted 17 September, 2003; originally announced September 2003.

    Comments: In M. Ronsse, K. De Bosschere (eds), proceedings of the Fifth International Workshop on Automated Debugging (AADEBUG 2003), September 2003, Ghent. cs.SE/0309027

    ACM Class: D.2.5