Skip to main content

Showing 1–7 of 7 results for author: Kawashima, H

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

    cs.CV

    Learning Group Activity Features Through Person Attribute Prediction

    Authors: Chihiro Nakatani, Hiroaki Kawashima, Norimichi Ukita

    Abstract: This paper proposes Group Activity Feature (GAF) learning in which features of multi-person activity are learned as a compact latent vector. Unlike prior work in which the manual annotation of group activities is required for supervised learning, our method learns the GAF through person attribute prediction without group activity annotations. By learning the whole network in an end-to-end manner s… ▽ More

    Submitted 11 March, 2024; v1 submitted 5 March, 2024; originally announced March 2024.

    Comments: Accepted to CVPR2024

  2. arXiv:2308.05382  [pdf, other

    cs.CV

    Interaction-aware Joint Attention Estimation Using People Attributes

    Authors: Chihiro Nakatani, Hiroaki Kawashima, Norimichi Ukita

    Abstract: This paper proposes joint attention estimation in a single image. Different from related work in which only the gaze-related attributes of people are independently employed, (I) their locations and actions are also employed as contextual cues for weighting their attributes, and (ii) interactions among all of these attributes are explicitly modeled in our method. For the interaction modeling, we pr… ▽ More

    Submitted 10 August, 2023; originally announced August 2023.

    Comments: Accepted to ICCV2023

  3. arXiv:2303.18142  [pdf, other

    cs.DB

    Shirakami: A Hybrid Concurrency Control Protocol for Tsurugi Relational Database System

    Authors: Takashi Kambayashi, Takayuki Tanabe, Takashi Hoshino, Hideyuki Kawashima

    Abstract: Modern real-world transactional workloads such as bills of materials or telecommunication billing need to process both short transactions and long transactions. Recent concurrency control protocols do not cope with such workloads since they assume only classical workloads (i.e., YCSB and TPC-C) that have relatively short transactions. To this end, we proposed a new concurrency control protocol Shi… ▽ More

    Submitted 31 March, 2023; originally announced March 2023.

  4. arXiv:2301.10440  [pdf, other

    cs.DB

    Scheduling Space Expander: An Extension of Concurrency Control for Data Ingestion Queries

    Authors: Sho Nakazono, Hiroyuki Uchiyama, Yasuhiro Fujiwara, Hideyuki Kawashima

    Abstract: With the continuing advances of sensing devices and IoT/Telecom applications, database systems need to process data ingestion queries that update the sensor data frequently. However, as the rate of data ingestion queries increases, existing protocols have exhibited degraded performance since concurrent updates need to acquire lock to update the latest versions. To reduce the load on system on data… ▽ More

    Submitted 25 January, 2023; originally announced January 2023.

  5. arXiv:2210.04179  [pdf, other

    cs.DB

    Oze: Decentralized Graph-based Concurrency Control for Real-world Long Transactions on BoM Benchmark

    Authors: Jun Nemoto, Takashi Kambayashi, Takashi Hoshino, Hideyuki Kawashima

    Abstract: In this paper, we propose Oze, a new concurrency control protocol that handles heterogeneous workloads which include long-running update transactions. Oze explores a large scheduling space using a fully precise multi-version serialization graph to reduce false positives. Oze manages the graph in a decentralized manner to exploit many cores in modern servers. We also propose a new OLTP benchmark, B… ▽ More

    Submitted 9 October, 2022; originally announced October 2022.

  6. arXiv:2009.11558  [pdf, other

    cs.DB

    An Analysis of Concurrency Control Protocols for In-Memory Databases with CCBench (Extended Version)

    Authors: Takayuki Tanabe, Takashi Hoshino, Hideyuki Kawashima, Jun Nemoto, Masahiro Tanaka, Osamu Tatebe

    Abstract: This paper presents yet another concurrency control analysis platform, CCBench. CCBench supports seven protocols (Silo, TicToc, MOCC, Cicada, SI, SI with latch-free SSN, 2PL) and seven versatile optimization methods and enables the configuration of seven workload parameters. We analyzed the protocols and optimization methods using various workload parameters and a thread count of 224. Previous stu… ▽ More

    Submitted 18 August, 2021; v1 submitted 24 September, 2020; originally announced September 2020.

    Comments: A short version is accepted at VLDB 2020 (PVLDB Volume 13, Issue 13). Code is at https://github.com/thawk105/ccbench

    ACM Class: H.2.4

  7. arXiv:1904.08119  [pdf, other

    cs.DB

    NWR: Rethinking Thomas Write Rule for Omittable Write Operations

    Authors: Sho Nakazono, Hiroyuki Uchiyama, Yasuhiro Fujiwara, Yasuhiro Nakamura, Hideyuki Kawashima

    Abstract: Concurrency control protocols are the key to scaling current DBMS performances. They efficiently interleave read and write operations in transactions, but occasionally they restrict concurrency by using coordination such as exclusive lockings. Although exclusive lockings ensure the correctness of DBMS, it incurs serious performance penalties on multi-core environments. In particular, existing prot… ▽ More

    Submitted 6 March, 2020; v1 submitted 17 April, 2019; originally announced April 2019.

    MSC Class: 68P15 ACM Class: H.2.2