EDBT 2026 Demo / reviewers in the wild / expert
Shuliang Wang 0001
dblp:36/4791-1
· DBLP profile ↗
36ranked-venue papers in the field
10as first author
23since 2021 · last 2026
—ORCID · conflict
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 18 (6 first)Knowledge Engineering, Semantic Web & Information Systems · 8 (1 first)Database Systems & Data Management · 7 (2 first)Information Retrieval & Web Search · 3 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Predictive Mobile Refueling for Agricultural Machinery via Deep Reinforcement LearningabstractWith the advancement of agricultural modernization, agricultural machinery is widely used for crop harvesting. Traditionally, agricultural machines must be refueled at gas stations regularly, affecting the harvesting efficiency. A mobile refueling service has emerged in recent years, in which refueling tankers can move to serve the refueling request. However, the current mobile refueling system is still in an on-demand mode, which may not achieve timely response. Therefore, in this paper, we propose a new mobile refueling mode, i.e., predictive mobile refueling. To tackle the challenge of sparse rewards in predictive mobile refueling, we develop a two-stage reinforcement learning-based scheduling strategy MobRef, which decouples the scheduling process into a central request dispatcher and a distributed tanker reposition scheduler, and further introduces a potential energy-based reward shaping function to facilitate the training of the reposition scheduler. Extensive experiments on two real-world datasets demonstrate the effectiveness of MobRef, which outperforms the best baseline by 12.71% on average. We also present a deployed system based on MobRef, which is used internally in China National Petroleum Corporation. Sijie Ruan, Renchi Jiang, Yexin Li, Weixin Zhai, Xinhao Liu 0014, Hanning Yuan, Caicong Wu, Shuliang Wang 0001 |
KDD (1) | 10 |
| 2026 | Directed Acyclic Graphs Structure Learning with the Absorbing Markov ChainabstractBayesian networks are of paramount significance in modeling joint probability distributions and have garnered extensive applications across diverse domains. The continuous optimization method formulates the structure learning problem as a purely continuous optimization problem within the space of real matrices, thereby offering a novel avenue for learning directed acyclic graphs (DAGs). In our quest to enhance performance and interpretability, we introduce a groundbreaking continuous optimization approach for learning the structures of DAGs, namely DAGs structure learning with Absorbing Markov Chain (DAG-AMC). DAG-AMC ingeniously transforms the acyclic constraint into a node transition challenge, effectively recasting it as a Markov chain problem with absorbing states. This innovative transformation reconceptualizes the graph structure as a state transition matrix within the framework of an absorbing Markov chain. The absorption time intrinsic to this chain provides an elegant representation of the acyclic constraint in DAG structure learning. We leverage the augmented Lagrangian method, incorporating the constructed smooth function as a constraint throughout the optimization process. Empirical experiments conducted on both synthetic and real-world datasets highlight the remarkable efficacy of our proposed DAG-AMC. Our results consistently surpass those of baseline methods across a wide array of evaluation metrics, thus underscoring the superior potential of DAG-AMC as a preeminent solution for DAG structure learning. Shuliang Wang 0001, Boxiang Zhao, Qi Li 0022 |
ACM Trans. Knowl. Discov. Data | 1 |
| 2025 | A Graph Transformer with Local Mixed Filter
Lingyun Zou, Meishan Song, Hanning Yuan, Shuliang Wang 0001 |
ADMA (4) | 4 |
| 2025 | AdaMove: Efficient Test-Time Adaptation for Human Mobility PredictionabstractHuman mobility prediction is a fundamental technique for many urban applications, e.g., location-based recommendation, traffic scheduling, and travel demand prediction. Over the past decades, many methods, e.g., Markov Model, RNN, Transformer, have been leveraged to tackle the problem. However, existing approaches mainly train a supervised model based on an offline training dataset, which overlooks the phenomenon that the mobility behaviors of humans vary across time, and the trained models may not achieve ideal performance when applied to the testing data. To tackle this challenge, in this paper, we propose AdaMove, an efficient Test-Time Adaptive (TTA) model for human mobility prediction. AdaMove has a Preference-aware Test-Time Adaptation module called PTTA, which can adjust the parameters of a trained model based on the input test trajectory such that the model can generalize to the test distribution. In addition, to address the issue of reduced inference efficiency caused by parameter adjustment during the testing phase, AdaMove is equipped with a Lightweight human Mobility prediction model called LightMob, which only requires the recent trajectory as input to accelerate the inference. It is enhanced by historical trajectory knowledge via contrastive learning during the training time, so it has competitive performance compared with existing models. Extensive experiments on three real-world human mobility datasets demonstrate that AdaMove outperforms the best baseline by 9.3% on average in accuracy, and accelerates the inference speed by 28.5% on average compared with the original TTA - based inference. Huaxu Han, Shuliang Wang 0001, Sijie Ruan, Qianyu Yang, Yuxuan Liang 0002, Ziqiang Yuan, Cheng Long 0001, Hanning Yuan, Yu Zheng 0004 |
ICDE | 2 |
| 2025 | Spatial Hierarchical Meta-Learning for Single-Point Map MatchingabstractInferring the actual road segment purely based on one positioning point, known as single-point map matching (SMM), is vital for many urban applications, e.g., ride-hailing and geo-tagging. However, it is challenging due to inherent positioning errors and extrinsic heterogeneous environments. Existing methods either overlook the heterogeneity of different regions, or do not exploit the commonality of different matching tasks. In this paper, we treat each region as an individual SMM task to tackle the heterogeneity, and propose Spatial Hierarchical Meta-Learning for SMM (SHSMM) to learn the shared knowledge across tasks. SHSMM is equipped with a Dual-view Map Matcher to perform the matching, which can perceive the knowledge of road segments globally. To learn the task-specific model parameters, SHSMM modulates initial parameters and scales the local update learning rate based on hierarchical geographical and semantic knowledge about spatial tasks. A local update learning rate scheduling strategy is further proposed to facilitate the meta-training. Extensive experiments as well as case studies based on two real-world datasets demonstrate the effectiveness of the proposed method. Sijie Ruan, Yiqing Zou, Qianyu Yang, Haoyu Han 0003, Yeting Zhang, Ziqiang Yuan, Hanning Yuan, Shuliang Wang 0001 |
KDD (2) | 8 |
| 2025 | MQRLD: A multimodal data retrieval platform with query-aware feature representation and learned index based on data lake
Ming Sheng, Shuliang Wang 0001, Yong Zhang 0002, Kaige Wang |
Inf. Process. Manag. | 2 |
| 2025 | Highly improve the accuracy of clustering algorithms based on shortest path distance
Xianjun Zeng, Shuliang Wang 0001, Qi Li 0022, Sijie Ruan, Qianyu Yang, Haoxiang Xu |
Inf. Sci. | 2 |
| 2025 | Budgeted Strong Community Search in Heterogeneous GraphsabstractCommunity search in heterogeneous graphs is fundamental to applications such as expert team formation and scholarly collaboration. Many existing studies leverage meta-paths, which are sequences of node and edge types, to capture semantic relationships in heterogeneous graphs. However, most of them only consider the existence of meta-path instances, overlooking their frequency and thus failing to capture relationship strength. This limitation can result in communities that include nodes with numerous but weak relations. To capture the strength of relationships in heterogeneous graphs, we define the Strong Community (StrCom) model, which evaluates the strength between users based on the number of connecting meta-path instances. Building upon this model, we further propose the Budgeted Strong Community (BSC) problem by incorporating a size constraint. We provide theoretical analyses showing that the BSC problem is NP-hard and not in APX. To address this problem, we design three strategies-Shrink, Expand, and Hybrid-along with several optimization techniques to improve efficiency. Extensive experiments on large real-world datasets (e.g., DBLP, YAGO, DBpedia) demonstrate the effectiveness and efficiency of our approach. Specifically, our method achieves 3.49-107.09× higher PathSim scores for StrCom and two to five orders of magnitude higher scores for BSC compared to state-of-the-art baselines, demonstrating that the identified communities are both semantically coherent and structurally compact. Wentong Zhang, Kaiyu Feng, Lanting Fang, Junghoon Kim 0007, Kaibo Zhang, Dahee Kim, Shuliang Wang 0001, Ye Yuan 0001, Guoren Wang |
Proc. ACM Manag. Data | 7 |
| 2025 | Spatial Meta Learning With Comprehensive Prior Knowledge Injection for Service Time PredictionabstractIntelligent logistics relies on accurately predicting the service time, which is a part of time cost in the last-mile delivery. However, service time prediction (STP) is non-trivial given complex delivery circumstances, location heterogeneity, and skewed observations in space, which are not well-handled by existing solutions. In our prior work, we treat STP at each location as a learning task to keep the location heterogeneity, propose a prior knowledge-enhanced meta-learning to tackle skewed observations, and introduce a Transformer-based representation module to encode complex delivery circumstances. Maintaining the design principles of prior work, in this extended paper, we propose MetaSTP+. In addition to fusing the prior knowledge after the meta-learning process, MetaSTP+also injects the prior knowledge before and during the meta-learning process to better tackle skewed observations. More specifically, MetaSTP+completes the support set of tasks with scarce samples from other tasks based on prior knowledge and is equipped with a prior knowledge-aware historical observation encoding module to achieve those purposes accordingly. Experiments show MetaSTP+outperforms the best baseline by 11.2% and 8.4% on two real-world datasets. Finally, an intelligent waybill assignment system based on MetaSTP+is deployed in JD Logistics. Shuliang Wang 0001, Qianyu Yang, Sijie Ruan, Cheng Long 0001, Ye Yuan 0001, Qi Li 0022, Ziqiang Yuan, Jie Bao 0003, Yu Zheng 0004 |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2025 | Hierarchical Gating Network for Cross-Domain Sequential RecommendationabstractCross-domain sequential recommendation (CDSR) utilizes data from multiple domains to recommend the user’s next interaction based on his latest interaction sequence. Currently, many cross-domain sequential recommendation algorithms have been proven to achieve good recommendation performance. However, these algorithms overlook the influence of users’ long-term behavioral patterns and general interests when extracting their current preferences. In this article, we propose a Hierarchical Gating Network for Cross-Domain Sequential Recommendation (HGNCDSR). Specifically, we simultaneously train single-domain and cross-domain interaction sequences, utilizing a hierarchical gating network to capture user interest representations in single-domain and cross-domain, respectively. A feature gating and an instance gating are applied respectively to extract user interests at item feature level and instance level. While learning current preferences from behavior sequences, user representations that reflect behavioral patterns and general interests are simultaneously learned and strengthened. Additionally, we employ the item–item product to model the relationships between candidate items and those in the interaction sequence. Both current interests and item relevance are considered simultaneously, integrating single-domain and cross-domain user preferences to predict the user’s next interaction. We design extensive experiments to show that HGNCDSR has better recommendation performance than other state-of-the-art models. Shuliang Wang 0001, Jiabao Zhu, Yi Wang 0132, Chen Ma 0001, Wayne Xin Zhao, Yansen Zhang, Ziqiang Yuan, Sijie Ruan |
ACM Trans. Inf. Syst. | 1 |
| 2024 | Deep Contrastive Multi-view Clustering Under Semantic Feature Guidance
Hanning Yuan, Ziqiang Yuan, Lianhua Chi, Jing Geng 0002, Shuliang Wang 0001 |
ADMA (1) | 7 |
| 2024 | Urban Sensing for Multi-Destination Workers via Deep Reinforcement LearningabstractUrban sensing aims to sense the status of the city, e.g., air quality, noise level, concentration of viruses, which can be completed by spatial crowdsourcing. Multi-destination people, who have many intermediate locations to visit before the final destination, e.g., couriers and tourists, are ideal recruitment candidates to conduct sensing tasks since they spend more time outside and have a wide spatio-temporal distribution. However, existing spatial crowdsourcing methods are only designed for workers who have single destinations, e.g., commuters, which are not applicable to recruit the multiple-destination people. Therefore, in this paper, we generalize the urban crowdsensing problem to the multi-destination scenario, namely, Urban Sensing for Multi-Destination Workers (USMDW). We prove its NP-hardness, and propose a framework Urban Sensing for Multi-destination Workers via Deep REinforcement learning, i.e., SMORE, to solve it effectively and efficiently. SMORE is composed of two steps: 1) candidate assignment initialization, which initializes all feasible sensing task-worker assignment pairs by a pre-trained reinforcement learning-based working route planning solver; and 2) reinforcement learning-based iterative selection, which iteratively selects a sensing task-worker pair to the current assignment via a novel policy network, i.e., Two-stage Assignment Selection Network (TASNet). Extensive experiments on three real-world datasets show SMORE outperforms the best baseline in data coverage by 5.2% on average with high efficiency. Shuliang Wang 0001, Sijie Ruan, Cheng Long 0001, Yuxuan Liang 0002, Qi Li 0022, Ziqiang Yuan, Jie Bao 0003, Yu Zheng 0004 |
ICDE | 1 |
| 2024 | DiffCrime: A Multimodal Conditional Diffusion Model for Crime Risk Map InferenceabstractCrime risk map plays a crucial role in urban planning and public security management. Traditionally, it is obtained solely from historical crime incidents or inferred from limited environmental factors, which are not sufficient to accurately model the occurrences of crimes over the geographical space well. Motivated by the impressive and realistic conditional generating power of diffusion models, in this paper, we propose a multimodal conditional diffusion method, namely, DiffCrime, to infer the crime risk map based on datasets in various domains, i.e., historical crime incidents, satellite imagery, and map imagery. It is equipped with a history-gated multimodal denoising network, i.e., HamNet, dedicated to the crime risk map inference. HamNet emphasizes the importance of historical crime data via a Gated-based History Fusion (GHF) module and adaptively controls multimodal conditions to be fused across different diffusion time steps via a Time step-Aware Modality Fusion (TAMF) module. Extensive experiments on two real-world datasets demonstrate the effectiveness of DiffCrime, which outperforms baselines by at least 43% and 31% in terms of RMSE, respectively. Shuliang Wang 0001, Sijie Ruan, Haoyu Han 0003, Hanning Yuan, Jiabao Zhu, Qi Li 0022 |
KDD | 1 |
| 2024 | AStore: Uniformed Adaptive Learned Index and Cache for RDMA-Enabled Key-Value StoreabstractDistributed key-value storage and computation are essential components of cloud services. As the demand for high-performance systems has increased significantly, a new architecture has been motivated to separate computing and storage nodes and connect them using RDMA-enabled networks. Existing RDMA-enabled systems use client-side cached indexes to reduce communication overhead and improve performance. However, such approaches could result in high server CPU contention due to heavy dynamic workloads (i.e.,inserts), and cause a large accuracy gap because of the different indexes between client-side and server-side. These drawbacks limit the performance of RDMA-enabled systems. In this paper, to deal with these issues, we introduce AStore to achieve high performance with low memory footprint. AStore employs a new uniformed architecture, utilizing an adaptive learned index as both the server-side learned index and the client-side cached index, to handle dynamic and static workloads. We propose several optimization techniques to optimize dynamic and static workload procedures and design the leaf node lock mechanism to support high concurrent access. Extensive evaluations on YCSB, LGN, and OSM datasets demonstrate that AStore achieves competitive performance on read-only workloads by up to 75.2%, 107.3% and 57.7%, as well as improving performance on write-read workloads by up to 65.7%, 108.7% and 74.3% than XStore. Pengpeng Qiao, Zhiwei Zhang 0002, Yuntong Li, Ye Yuan 0001, Shuliang Wang 0001, Guoren Wang, Jeffrey Xu Yu |
IEEE Trans. Knowl. Data Eng. | 5 |
| 2023 | CD-BNN: Causal Discovery with Bayesian Neural Network
Huaxu Han, Shuliang Wang 0001, Hanning Yuan, Sijie Ruan |
ADMA (1) | 2 |
| 2023 | How to improve the accuracy of clustering algorithms
Qi Li 0022, Shuliang Wang 0001, Xianjun Zeng, Boxiang Zhao, Yingxu Dang |
Inf. Sci. | 2 |
| 2023 | A novel open-set clustering algorithm
Qi Li 0022, Guochen Yan, Shuliang Wang 0001, Boxiang Zhao |
Inf. Sci. | 3 |
| 2023 | Causal Discovery via Causal Star GraphsabstractDiscovering causal relationships among observed variables is an important research focus in data mining. Existing causal discovery approaches are mainly based on constraint-based methods and functional causal models (FCMs). However, the constraint-based method cannot identify the Markov equivalence class and the functional causal models cannot identify the complex interrelationships when multiple variables affect one variable. To address the two aforementioned problems, we propose a new graph structure Causal Star Graph (CSG) and a corresponding framework Causal Discovery via Causal Star Graphs (CD-CSG) to divide a causal directed acyclic graph into multiple CSGs for causal discovery. In this framework, we also propose a generalized learning in CSGs based on a variational approach to learn the representative intermediate variable of CSG’s non-central variables. Through the generalized learning in CSGs, the asymmetry in the forward and backward model of CD-CSG can be found to identify the causal directions in the directed acyclic graphs. We further divide the CSGs into three categories and provide the causal identification principle under each category in our proposed framework. Experiments using synthetic data show that the causal relationships between variables can be effectively identified with CD-CSG and the accuracy of CD-CSG is higher than the best existing model. By applying CD-CSG to real-world data, our proposed method can greatly augment the applicability and effectiveness of causal discovery. Boxiang Zhao, Shuliang Wang 0001, Lianhua Chi, Qi Li 0022, Xiaojia Liu, Jing Geng 0002 |
ACM Trans. Knowl. Discov. Data | 2 |
| 2023 | HANM: Hierarchical Additive Noise Model for Many-to-One Causality DiscoveryabstractDiscovering causal relationships among observed variables is a new research focus in the area of data mining. Methods based on the additive noise model have been proved to be efficient in the identification of cause-effect pairs. However, when trying to determine many-to-one causality, additive noise models often fail to identify the causal direction due to the complex interrelationships and interactions even though the generation of each causal relation follows the additive noise model, and become unreliable in practical applications. In this work, to identify the causal direction, we propose a Hierarchical Additive Noise Model (HANM) to convert many-to-one causality into an approximate one-to-one causality by generalizing multiple factors into an intermediate variable with a variational approach, and use asymmetry in the forward model and backward model of HANM to identify causal direction. Experiments using synthetic data show that many-to-one causality can be effectively identified through asymmetry with our proposed HANM and the accuracy of HANM is higher than the best existing model. By applying the model to real-world data, it can be seen that HANM can greatly augment the application scope of functional causal models for causal discovery. Boxiang Zhao, Shuliang Wang 0001, Lianhua Chi, Chuanfeng Zhao, Hanning Yuan, Qi Li 0022, Xiaojia Liu, Jing Geng 0002, Ye Yuan 0001 |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2023 | Position-Enhanced and Time-aware Graph Convolutional Network for Sequential RecommendationsabstractThe sequential recommendation (also known as the next-item recommendation), which aims to predict the following item to recommend in a session according to users’ historical behavior, plays a critical role in improving session-based recommender systems. Most of the existing deep learning-based approaches utilize the recurrent neural network architecture or self-attention to model the sequential patterns and temporal influence among a user's historical behavior and learn the user's preference at a specific time. However, these methods have two main drawbacks. First, they focus on modeling users’ dynamic states from a user-centric perspective and always neglect the dynamics of items over time. Second, most of them deal with only the first-order user-item interactions and do not consider the high-order connectivity between users and items, which has recently been proved helpful for the sequential recommendation. To address the above problems, in this article, we attempt to model user-item interactions by a bipartite graph structure and propose a new recommendation approach based on a Position-enhanced and Time-aware Graph Convolutional Network (PTGCN) for the sequential recommendation. PTGCN models the sequential patterns and temporal dynamics between user-item interactions by defining a position-enhanced and time-aware graph convolution operation and learning the dynamic representations of users and items simultaneously on the bipartite graph with a self-attention aggregator. Also, it realizes the high-order connectivity between users and items by stacking multi-layer graph convolutions. To demonstrate the effectiveness of PTGCN, we carried out a comprehensive evaluation of PTGCN on three real-world datasets of different sizes compared with a few competitive baselines. Experimental results indicate that PTGCN outperforms several state-of-the-art sequential recommendation models in terms of two commonly-used evaluation metrics for ranking. In particular, it can make a better trade-off between recommendation performance and model training efficiency, which holds great potential for online session-based recommendation scenarios in the future. Liwei Huang, Yutao Ma, Bohong Danny Du, Shuliang Wang 0001, Deyi Li |
ACM Trans. Inf. Syst. | 5 |
| 2021 | Intrusion detection on internet of vehicles via combining log-ratio oversampling, outlier detection and metric learning
Fusheng Jin, Mengnan Chen, Ye Yuan 0001, Shuliang Wang 0001 |
Inf. Sci. | 5 |
| 2021 | HIBOG: Improving the clustering accuracy by ameliorating dataset with gravitation
Qi Li 0022, Shuliang Wang 0001, Chuanfeng Zhao, Boxiang Zhao, Xin Yue, Jing Geng 0002 |
Inf. Sci. | 2 |
| 2021 | Extreme clustering - A clustering method via density extreme points
Shuliang Wang 0001, Qi Li 0022, Chuanfeng Zhao, Xingquan Zhu 0001, Hanning Yuan, Tianru Dai |
Inf. Sci. | 1 |
| 2020 | Knowledge Graphs Meet Geometry for Semi-supervised Monocular Depth Estimation
Yu Zhao 0026, Fusheng Jin, Shuliang Wang 0001 |
KSEM (1) | 4 |
| 2020 | Urban expansion in Auckland, New Zealand: a GIS simulation via an intelligent self-adapting multiscale agent-based modelabstract: When modelling urban expansion dynamics, cellular automata models focus mostly on the physical environments and cell neighbours, but ignore the ‘human’ aspect of the allocation of urban expansion cells. This limitation is overcome here using an intelligent self-adapting multiscale agent-based model. To simulate the urban expansion of Auckland, New Zealand, a total of 15 urban expansion drivers/constraints were considered over two periods (2000–2005, 2005–2010). The modelling takes into consideration both a macro-scale agent (government) and micro-scale agents (residents of three income levels), and their multi-level interactions. In order to achieve reliable simulation results, ABM was coupled with an artificial neural network to reveal the learning process and heterogeneity of the multi-sub-residential agents. The ANN-ABM accurately simulated the urban expansion of Auckland at both the global and local scales, with kappa simulation value at 0.48 and 0.55, respectively. The validated simulation result shows that the intelligent and self-adapting ANN-ABM approach is more accurate than an ABM with a general type of agent model (kappa simulation = 0.42) at the global scale, and more accurate than an ANN-based CA model (kappa simulation = 0.47) at the local scale. Simulation inaccuracy stems mostly from the outdated master land use plan. Jay Gao, Giovanni Coco, Shuliang Wang 0001 |
Int. J. Geogr. Inf. Sci. | 4 |
| 2019 | Spatiotemporal Crime Hotspots Analysis and Crime Occurrence Prediction
Niyonzima Ibrahim, Shuliang Wang 0001, Boxiang Zhao |
ADMA | 2 |
| 2018 | Multi-modal Fusion
Huaping Liu 0001, Amir Hussain 0001, Shuliang Wang 0001 |
Inf. Sci. | 3 |
| 2017 | An Approach for Identifying Author Profiles of Blogs
Chunxia Zhang 0001, Shuliang Wang 0001, Zhendong Niu |
ADMA | 4 |
| 2016 | DAPPFC: Density-Based Affinity Propagation for Parameter Free Clustering
Hanning Yuan, Shuliang Wang 0001 |
ADMA | 2 |
| 2014 | Topology Potential-Based Parameter Selecting for Support Vector Machine
Shuliang Wang 0001, Long Zhao 0002, Dakui Wang |
ADMA | 2 |
| 2014 | A New Filter Approach Based on Generalized Data Field
Long Zhao 0002, Shuliang Wang 0001 |
ADMA | 2 |
| 2011 | Extracting Rocks from Mars Images with Data Fields
Shuliang Wang 0001, Yashen Chen |
ADMA (1) | 1 |
| 2010 | Spatial Neighborhood Clustering Based on Data Field
Shuliang Wang 0001 |
ADMA (1) | 2 |
| 2008 | Real-Time Person Tracking Based on Data Field
Shuliang Wang 0001, Juebo Wu |
ADMA | 1 |
| 2007 | A Fuzzy Comprehensive Clustering Method
Shuliang Wang 0001 |
ADMA | 1 |
| 2006 | View-Angle of Spatial Data Mining
Shuliang Wang 0001, Hanning Yuan |
ADMA | 1 |