VLDB 2026 Research / reviewers in the wild / expert
Ren Ozeki
dblp:334/1904
· DBLP profile ↗
8ranked-venue papers in the field
6as first author
8since 2021 · last 2026
0000-0003-4237-4644ORCID · verified
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 8 (6 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Learning Displacement-Robust Representations for Landslide Early Warning Under Rainfall Forecast Uncertainty
Ren Ozeki, Hamada Rizk, Hirozumi Yamaguchi |
MDM | 1 |
| 2025 | MobText-SISA: Efficient Machine Unlearning for Mobility Logs with Spatio-Temporal and Natural-Language DataabstractModern mobility platforms have stored vast streams of GPS trajectories, temporal metadata, free-form textual notes, and other unstructured data. Privacy statutes such as the GDPR require that any individual's contribution be unlearned on demand, yet retraining deep models from scratch for every request is untenable. We introduce MobText-SISA, a scalable machine-unlearning framework that extends Sharded, Isolated, Sliced, and Aggregated (SISA) training to heterogeneous spatio-temporal data. MobText-SISA first embeds each trip's numerical and linguistic features into a shared latent space, then employs similarity-aware clustering to distribute samples across shards so that future deletions touch only a single constituent model while preserving inter-shard diversity. Each shard is trained incrementally; at inference time, constituent predictions are aggregated to yield the output. Deletion requests trigger retraining solely of the affected shard from its last valid checkpoint, guaranteeing exact unlearning. Experiments on a ten-month real-world mobility log demonstrate that MobText-SISA (i) sustains baseline predictive accuracy, and (ii) consistently outperforms random sharding in both error and convergence speed. These results establish MobText-SISA as a practical foundation for privacy-compliant analytics on multimodal mobility data at urban scale. Haruki Yonekura, Ren Ozeki, Tatsuya Amano, Hamada Rizk, Hirozumi Yamaguchi |
SIGSPATIAL/GIS | 2 |
| 2025 | No Labels, No Problem: Adaptive Disaster Prediction Using Physics-Hybrid AIabstractDue to global climate change, developing robust and accurate disaster prediction systems has become essential worldwide, as severe disasters are increasingly occurring even in previously safe regions.Two key technical challenges in disaster prediction are data scarcity and regional heterogeneity.Disasters are rare and extreme, resulting in limited data, which hinders data-driven approaches like machine learning (ML).Moreover, hydro-meteorological disasters depend on region-specific factors such as rainfall patterns, soil, vegetation, and infrastructure.These, combined with dynamic environmental changes from earthquakes, climate, and urbanization, complicate the generalization of models across time and space.We propose a self-adaptive physics-hybrid disaster prediction system that autonomously adapts to diverse and evolving environments to address this.Our system consists of: (1) a physics-hybrid disaster prediction model integrating physics-based hydro-meteorological simulation and multi-modal ML models, and (2) an environmental adaptation utilizing test-time adaptation (TTA) to update parameters without labeled disaster data(i.e., disaster event data).Our physics-hybrid model is anchored in the physics model to balance stability and adaptability, leveraging strengths from both physics and ML models.Furthermore, the strong inductive bias of the physics model mitigates overfitting and catastrophic forgetting during TTA, enabling robust adaptation to unseen regions. Ren Ozeki, Hamada Rizk, Hirozumi Yamaguchi |
SSTD | 1 |
| 2024 | Privacy Preserved Taxi Demand Prediction System for Distributed DataabstractAccurate taxi-demand prediction is essential for optimizing taxi operations and enhancing urban transportation services. However, using customers' data in these systems raises significant privacy and security concerns. Traditional federated learning addresses some privacy issues by enabling model training without direct data exchange but often struggles with accuracy due to varying data distributions across different regions or service providers. In this paper, we propose CC-Net: a novel approach using collaborative learning enhanced with contrastive learning for taxi-demand prediction. Our method ensures high performance by enabling multiple parties to collaboratively train a demand-prediction model through hierarchical federated learning. In this approach, similar parties are clustered together, and federated learning is applied within each cluster. The similarity is defined without data exchange, ensuring privacy and security. We evaluated our approach using real-world data from five taxi service providers in Japan over fourteen months. The results demonstrate that CC-Net maintains the privacy of customers' data while improving prediction accuracy by at least 2.2% compared to existing techniques. Ren Ozeki, Haruki Yonekura, Hamada Rizk, Hirozumi Yamaguchi |
SIGSPATIAL/GIS | 1 |
| 2023 | One Model Fits All: Cross-Region Taxi-Demand ForecastingabstractThe growing demand for ride-hailing services has led to an increasing need for accurate taxi demand prediction. Existing systems are limited to specific regions, lacking generalizability to unseen areas. This paper presents a novel taxi demand forecasting system that leverages a graph neural network to capture spatial dependencies and patterns in urban environments. Additionally, the proposed system employs a region-neutral approach, enabling it to train a model that can be applied to any region, including unseen regions. To achieve this, the framework incorporates the power of Variational Autoencoder to disentangle the input features into region-specific and region-neutral components. The region-neutral features facilitate cross-region taxi demand predictions, allowing the model to generalize well across different urban areas. Experimental results demonstrate the effectiveness of the proposed system in accurately forecasting taxi demand, even in previously unobserved regions, thus showcasing its potential for optimizing taxi services and improving transportation efficiency on a broader scale. Ren Ozeki, Haruki Yonekura, Aidana Baimbetova, Hamada Rizk, Hirozumi Yamaguchi |
SIGSPATIAL/GIS | 1 |
| 2023 | Balancing Privacy and Utility of Spatio-Temporal Data for Taxi-Demand PredictionabstractThe growing demand for ride-hailing services has led to an increasing need for accurate taxi demand prediction. However, the use of real passenger data to train predictive models raises serious privacy concerns. To address this challenge, we present a privacy-preserving taxi demand prediction system that employs a generative model to synthesize synthetic trajectory data, preserving privacy while retaining the statistical properties of the original data. The system also overcomes the challenge of location dependence of latitude-longitude values by encoding the representation into region-independent space, making it more general and applicable to different geographical areas. The system was evaluated on real-world data collected from a major taxi service provider in Japan over a period of six months. The results showed that the system can effectively defend against 98% of all attempted attacks on passenger data and against 60% of state-of-the-art attacks on the learning-based prediction models. Additionally, the proposed system ensures the prediction performance, with a barely noticeable decrease of 2.9% compared to using the original data. Ren Ozeki, Haruki Yonekura, Hamada Rizk, Hirozumi Yamaguchi |
MDM | 1 |
| 2023 | DEMO: STM - A Privacy-Enhanced Solution for Spatio-Temporal Trajectory ManagementabstractIn this demonstration paper, we present STM: a new system for securing and management of vehicle trajectory data using a generative model that balances privacy and utility. For instance, traditional methods for taxi-demand prediction pose the risk of privacy breaches from both the data and the model. To address this challenge, we deploy Spatiotemporal-GAN to generate synthetic trajectories that meet privacy regulations such as GDPR. We assess the quality of the generated data by constructing several taxi-demand prediction models. Moreover, we evaluate the privacy risk by implementing trajectory user linking attacks against the generated data and membership inference attacks against the prediction model. Our system is designed with rich interactivity and visualization, enabling the audience to use these modules. Overall, our approach demonstrates the potential of generative models in preserving privacy while maintaining data utility in the context of taxi-demand prediction. Haruki Yonekura, Ren Ozeki, Hamada Rizk, Hirozumi Yamaguchi |
MDM | 2 |
| 2022 | Sharing without caring: privacy protection of users' spatio-temporal data without compromise on utilityabstractTaxi demand prediction is an essential process for enabling efficient taxi operations and customer satisfaction. However, most existing solutions are vulnerable to leakage of passengers' privacy or membership inference attack. In this study, we propose a privacy-preserving taxi-demand system built without real customer data. Specifically, we employ LSTM-GANs to generate synthetic trajectories reflecting the typical Spatio-temporal semantics of the original data without privacy leakage. The system evaluation was held on a real taxi service provider in Japan for six months. The results show the ability of the system to keep privacy with 86% of the cases with barely a negligible decrease in the prediction performance compared to using the original data. Ren Ozeki, Haruki Yonekura, Hamada Rizk, Hirozumi Yamaguchi |
SIGSPATIAL/GIS | 1 |