EDBT 2026 Demo / reviewers in the wild / expert
Tatsuru Higurashi
dblp:224/6029
· DBLP profile ↗
6ranked-venue papers in the field
0as first author
3since 2021 · last 2023
—ORCID · none
Domains — venue-derived; a paper can count in several
Big Data, Cloud & Distributed Data Systems · 4Data Mining & Knowledge Discovery · 1Other / Interdisciplinary · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2023 | Boosting Feedback: A Framework for Enhancing Ground Truth Data CollectionabstractThis study proposes a novel hybrid feedback approach called ”Boosting Feedback” to address the challenges of collecting correct data in machine learning research. Implicit feedback, derived from implicit behavioral logs, provides sufficient data quantity but may lack data quality due to various factors. Explicit feedback, obtained directly from users through surveys, offers high-quality data but is resource-intensive. The Boosting Feedback approach leverages implicit logs to augment the quantity of correct data from a single explicit feedback, doubling the available data by estimating opposite states from implicit logs. The method’s effectiveness is validated in actual recommendation experiment in the wild. Boosting Feedback offers a promising solution to improve data collection in machine learning research. Kota Tsubouchi, Shuji Yamaguchi, Tatsuru Higurashi |
IEEE Big Data | 3 |
| 2022 | Development and Evaluation of Embedding Methods for Graphs with Multi AttributesabstractGraph embedding is the process of obtaining a vector representation of graph nodes. The representation obtained by graph embedding is highly versatile. It can be used for various tasks, such as recommendation and clustering tasks. However, there are only a few methods that incorporate attributes indicating node characteristics, such as user gender, age, or product category, into graph embedding. Therefore, we hypothesize that nodes with the same attribute are often connected to the same node. Consequently, we propose two methods for graph embedding, parallel and serial, that use metric learning to reflect attribute data in node features. The proposed method can be applied to any graph embedding and metric learning method, and thus can also be applied to many new methods yet to be developed. Numerical experimental results show that the proposed method using node attributes is superior to the existing methods in both AUROC and accuracy. Miyu Fujii, David Taingngin, Keiichiro Yamamura, Nozomi Hata, Hiroki Kai, Ryuji Noda, Hiroki Ishikura, Tatsuru Higurashi, Katsuki Fujisawa |
IEEE Big Data | 8 |
| 2021 | ColorfulFeedback: Enhancing Interest Prediction Performance through Multi-dimensional Labeled Feedback from UsersabstractRecommendation systems help to predict user demand and improve the quality of services offered. While the performance of a recommendation system depends on the quality and quantity of feedback from users, the two major approaches to feedback sacrifice quality for quantity or vice versa; implicit feedback is more abundant but less reliable, while explicit feedback is more credible but harder to collect. Although a hybrid approach has the potential to combine the strengths of both kinds of feedback, the existing approaches using explicit feedback are not suitable for such a combination. In this study, we design a novel feedback suitable for the hybrid approach and use it improve the performance of a recommendation system. The system enables us to collect more varied and less biased feedback from users. It improves performance without requiring major changes to the inference model. It also provides a unique and rich source of information of the model itself. We demonstrate an application of Colorful Feedback showing how it can improve an existing recommendation model. Yuki Maeda, Shuji Yamaguchi, Tatsuru Higurashi, Kota Tsubouchi |
WSDM | 3 |
| 2020 | Location YardStick: Calculation of the Location Data Value Depending on the Users' ContextabstractThese days, many apps acquire location data as a way of estimating the user's behavior. As such, there are privacy concerns in using location data. In particular, users who are concerned about privacy may reduce the frequency of location acquisition or turn off the function, even though it degrades the quality of service. On the other hand, the only options available to users are yes-no or either-or ones such as "Always permit background acquisition" or "Permit only while using the app". For example, users who give permission to "Permit only while using the app" are themselves unable to understand how far their own veil of privacy will be lifted. That is, there are no metrics that can help users to understand the value of their own location data. How should the value of location data be determined? This study attempts to answer that question. The difficulty is that the value of a single point of location data depends on the context, such as how much other location data the app holds or when the location data was obtained. We propose a "Location YardStick" (LYS) that calculates the value of location information fairly in context. We confirmed that the LYS score is close to the user's expectations by comparing its results with those of a large online survey of 1300 people, and we conducted case studies in which we calculated LYS on location data acquired in various actual contexts. Kenta Kanamori, Kota Tsubouchi, Junichi Sato, Tatsuru Higurashi |
IEEE BigData | 4 |
| 2020 | New Performance Index "Attractiveness Factor" for Evaluating Websites via Obtaining Transition of Users' InterestsabstractAbstract The studies of browsing behavior have gained increasing attention in web analysis for providing better service. Most of the conventional approaches focus on simple indices such as average dwell time and conversion rate. These indices make similar evaluations to websites even if their features are significantly different. Moreover, such statistical indices are not sensitive to the dynamics of users’ interests. In this paper, we propose a new framework for measuring a website’s attractiveness that takes into account both the distribution and dynamics of users’ interests. Within the framework, we define a new index for the website, called Attractiveness Factor, which evaluates the degree of users’ attention. It consists of three procedures: First, we capture the transition of users’ interests during browsing by solving a nonnegative matrix factorization and constrained network flow problems. To accommodate multiple types of interests of a user, we applied a soft clustering as opposed to a hard clustering to model attributes of users and websites. Second, for each website, the feature of each cluster is obtained by fitting the dwell time distribution with Weibull distribution. Finally, we calculate Attractiveness Factor of a website by applying the results of clustering and fitting. Attractiveness Factor depends on the distribution of the dwell time of users interested in the website, which reflects the change of interest of users. Numerical experiments with real web access data of Yahoo Japan News are conducted by solving extremely large-scale optimization problems. They show that Attractiveness Factor captures more exceptional information about browsing behavior more effectively than well-used indices. Attractive factors give low ratings to category pages; however, it can assign high ratings to websites that attract many people, such as hot topic news about the 2018 FIFA World Cup, Japan’s new imperial era’ REIWA,’ and North Korea—the United States Hanoi Summit. Moreover, we demonstrate that Attractiveness Factor can detect the tendency of users’ attention to each website at a given time interval of the day. Akihiro Yoshida, Tatsuru Higurashi, Masaki Maruishi, Nariaki Tateiwa, Nozomi Hata, Akira Tanaka, Takashi Wakamatsu, Kenichi Nagamatsu, Akira Tajima, Katsuki Fujisawa |
Data Sci. Eng. | 2 |
| 2019 | Practical End-to-End Repositioning Algorithm for Managing Bike-Sharing SystemabstractOne of the most critical problems in bike-sharing services is a bicycle repositioning problem, which is how service providers must relocate their bicycles to maintain the quality of service. In this paper, we propose an end-to-end approach for the bike repositioning problem, which realizes the operator-feasible repositioning plan with cooperation among multiple trucks. Our proposed algorithm consists of three procedures. First, we predict the number of rented and returned bicycles at each station with a deep learning based on the bicycle usage information. Second, we determine the optimal number of bicycles to satisfy the availability of each station by solving an integer optimization problem. Finally, we solve the vehicle routing problem formulated as another integer optimization problem. Based on our algorithm, service operators can actually perform a relocation task based with a reference to the truck capacity, routes, and the number of bicycles to be loaded and unloaded. We demonstrate the applicability of our algorithm in the real world through numerical experiments on the real bicycle data of a Japanese company. Akihiro Yoshida, Yosuke Yatsushiro, Nozomi Hata, Tatsuru Higurashi, Nariaki Tateiwa, Takashi Wakamatsu, Akira Tanaka, Kenichi Nagamatsu, Katsuki Fujisawa |
IEEE BigData | 4 |