EDBT 2026 Demo / reviewers in the wild / expert
Liangzhe Han
dblp:281/1229
· DBLP profile ↗
10ranked-venue papers in the field
2as first author
10since 2021 · last 2026
0000-0002-1989-8231ORCID · verified
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 4 (2 first)Knowledge Engineering, Semantic Web & Information Systems · 4Database Systems & Data Management · 1Information Retrieval & Web Search · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | An event-driven dynamic graph learning framework with large-scale cellular signaling streams
Jiaqi Kang, Yifei Huang 0003, Liangzhe Han, Jingwen Tian, Leilei Sun, Weifeng Lv |
Inf. Sci. | 4 |
| 2025 | Urban In-context Learning: A New Paradigm for Urban Indicator Prediction
Zerong Deng 0001, Liangzhe Han, Tongyu Zhu, Ziqi Miao, Yi Xu 0013, Leilei Sun |
CIKM | 2 |
| 2025 | Large-scale Human Mobility Data Regeneration for Open Urban ResearchabstractLarge-scale human mobility data contains rich spatial and temporal information for urban sensing, crowd flow modeling, and urban planning. However, it is usually difficult to access wide-coverage, long-term, and consistent-time human mobility data. Most of the publicly available datasets are actually only records of discontinuous trajectories of a very small portion of urban citizens in asynchronous time due to the limited usage of apps for location data collection or the limited number of volunteers. To address this problem and empower open urban research, this paper constructs a high-quality human mobility dataset by generating large-scale citizen trajectories based on massive cellular signaling data. Particularly, we first propose a heatmap diffusion module to generate a probability heatmap that produces plausible trajectories at both the individual and city scales. Then, we propose a masked trajectory AutoEncoder, which can generate individual trajectory embeddings from partially given or empty trajectories. Third, a flexible framework is provided to incorporate the heatmap diffusion module with the masked trajectory embeddings, demonstrating significant flexibility in handling both fully masked trajectories for city-wide analysis and partially masked trajectories for specific locations. We have conducted extensive experiments to validate the utility of the regenerated trajectories at both individual and region levels for various applications. Numerous case studies further illustrate that our model learns not only the distribution of the trajectories but also the semantics of different urban areas. Ruixing Zhang, Liangzhe Han, Leilei Sun, Chuanren Liu, Weifeng Lv |
KDD (1) | 3 |
| 2025 | Position-Aware Neighbor Aggregation for Dynamic Link Prediction
Yumeng Zhou, Mingzhe Liu 0002, Leilei Sun, Yifei Huang 0003, Liangzhe Han, Chuanren Liu, Tongyu Zhu |
KDD (2) | 5 |
| 2024 | Bootstrapping on Continuous-Time Dynamic Graphs for Crowd Flow ModelingabstractNumerous spatial-temporal learning methods have been proposed for crowd flow modeling, which is an important problem in Intelligent Transportation Systems (ITS). However, most of the existing methods were designed to use data in one specific form to solve one particular task of crowd flow modeling and the shared patterns among different tasks have been largely ignored. In this paper, we investigate how to learn generic node representations that can simultaneously support various downstream tasks of crowd flow modeling. Along this line, we develop a continuous-time dynamic graph representation learning method based onBootstrapping forCrowdFlow modeling (BootCF). Our approach follows a training procedure with two phases. In the pre-training phase, the continuous-time dynamic encoder converts edges with timestamps into messages to update the representations of the related traffic nodes. Inspired by the recent progress of contrastive learning, a bootstrapping framework for continuous-time dynamic graphs is designed to calculate pre-training loss and update the model in a self-supervised way, and thus enabling the node representation learning to be task-agnostic. Moreover, a context-aware data augmentation on continuous-time dynamic graphs is proposed to generate the augmented view of input data. Once the general node representations are obtained, the second phase can learn an effective model for any downstream task. Experiments on two real-world datasets show that our approach can achieve significant performance gain on four downstream tasks, which demonstrates that the proposed method has the powerful generalization capability for learning task-agnostic node representations. Yi Xu 0013, Liangzhe Han, Leilei Sun, Bowen Du 0001, Chuanren Liu, Hui Xiong 0001 |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2023 | Sampling Spatial-Temporal Attention Network for Traffic Forecasting
Mao Chen 0007, Yi Xu 0013, Liangzhe Han, Leilei Sun |
KSEM (2) | 3 |
| 2023 | Multivariate Long-Term Traffic Forecasting with Graph Convolutional Network and Historical Attention Mechanism
Zhaohuan Wang, Yi Xu 0013, Liangzhe Han, Tongyu Zhu, Leilei Sun |
KSEM (4) | 3 |
| 2022 | Continuous-Time and Multi-Level Graph Representation Learning for Origin-Destination Demand PredictionabstractTraffic demand forecasting by deep neural networks has attracted widespread interest in both academia and industry society. Among them, the pairwise Origin-Destination (OD) demand prediction is a valuable but challenging problem due to several factors: (i) the large number of possible OD pairs, (ii) implicitness of spatial dependence, and (iii) complexity of traffic states. To address the above issues, this paper proposes a Continuous-time and Multi-level dynamic graph representation learning method for Origin-Destination demand prediction (CMOD). Firstly, a continuous-time dynamic graph representation learning framework is constructed, which maintains a dynamic state vector for each traffic node (metro stations or taxi zones). The state vectors keep historical transaction information and are continuously updated according to the most recently happened transactions. Secondly, a multi-level structure learning module is proposed to model the spatial dependency of station-level nodes. It can not only exploit relations between nodes adaptively from data, but also share messages and representations via cluster-level and area-level virtual nodes. Lastly, a cross-level fusion module is designed to integrate multi-level memories and generate comprehensive node representations for the final prediction. Extensive experiments are conducted on two real-world datasets from Beijing Subway and New York Taxi, and the results demonstrate the superiority of our model against the state-of-the-art approaches. Liangzhe Han, Xiaojian Ma 0004, Leilei Sun, Bowen Du 0001, Yanjie Fu, Weifeng Lv, Hui Xiong 0001 |
KDD | 1 |
| 2022 | Spatial Semantic Learning for Travel Time Estimation
Yi Xu 0013, Leilei Sun, Bowen Du 0001, Liangzhe Han |
KSEM (3) | 4 |
| 2021 | Dynamic and Multi-faceted Spatio-temporal Deep Learning for Traffic Speed ForecastingabstractDynamic Graph Neural Networks (DGNNs) have become one of the most promising methods for traffic speed forecasting. However, when adapting DGNNs for traffic speed forecasting, existing approaches are usually built on a static adjacency matrix (no matter predefined or self-learned) to learn spatial relationships among different road segments, even if the impact of two road segments can be changeable dynamically during a day. Moreover, the future traffic speed cannot only be related with the current traffic speed, but also be affected by other factors such as traffic volumes. To this end, in this paper, we aim to explore these dynamic and multi-faceted spatio-temporal characteristics inherent in traffic data for further unleashing the power of DGNNs for better traffic speed forecasting. Specifically, we design a dynamic graph construction method to learn the time-specific spatial dependencies of road segments. Then, a dynamic graph convolution module is proposed to aggregate hidden states of neighbor nodes to focal nodes by message passing on the dynamic adjacency matrices. Moreover, a multi-faceted fusion module is provided to incorporate the auxiliary hidden states learned from traffic volumes with the primary hidden states learned from traffic speeds. Finally, experimental results on real-world data demonstrate that our method can not only achieve the state-of-the-art prediction performances, but also obtain the explicit and interpretable dynamic spatial relationships of road segments. Liangzhe Han, Bowen Du 0001, Leilei Sun, Yanjie Fu, Hui Xiong 0001 |
KDD | 1 |