Zhaohui Peng

dblp:02/692 · DBLP profile ↗
← Back
33ranked-venue papers in the field
1as first author
12since 2021 · last 2025
—ORCID · conflict

Domains — venue-derived; a paper can count in several

Database Systems & Data Management · 14 (1 first)Data Mining & Knowledge Discovery · 7Information Retrieval & Web Search · 7Knowledge Engineering, Semantic Web & Information Systems · 3Big Data, Cloud & Distributed Data Systems · 1Other / Interdisciplinary · 1
YearPublicationVenuePosition
2025 Class-Aware Spatio-Temporal Graph Contrastive Learning for Multivariate Time Series Data
abstract
Contrastive learning make great success in multiple large language vision self-supervised tasks and gain the same attention in Multivariate Time Series (MTS) data analysis field. However, many existing MTS works focus on improving the representation of learning capabilities by a single supervised learning paradigm, inevitably ignoring the potential for jointly optimizing models across diverse supervised signals. To remedy the limitations, we propose a novel Class-Aware Spatio- Temporal Graph Contrasting Learning (CA-STGCL) framework, with a Multivariate Time Series Feature Extraction (MFE) Encoder-Decoder structure, and Contrastive Learning (CL) Decoder. Specifically, we first design an MFE Encoder-Decoder module to process the raw data and use the obtained representations to acquire different supervised signals. Then, we introduce an effective CL Decoder to obtain two distinct additional supervised signals by two data augmentation strategies and contrastive approaches. Further, we jointly optimize the model using three different supervised signals, i.e., the original representations signals by the MFE Encoder-Decoder module, and temporal and contextual contrasting signals from the CL Decoder. Finally, extensive experiments and comparisons are conducted on mul-tiple dominant MTS datasets, e.g., UCI-HAR, C-MAPSS, and ISRU C-S3. The results show that the proposed framework can surpass current promising methods and achieve the state-of-the-art performance11Code is available at: https://github.com/wyn404/CA-STGCL..
Fujun Han, Dejun Teng, Zhaohui Peng
ICDM7
2025 Efficient and Accurate Spatial Queries Using Lossy Compressed 3D Geometry Data
abstract
3D spatial data management is increasingly vital across various application scenarios, such as GIS, digital twins, human atlases, and tissue imaging. However, the inherent complexity of 3D spatial data, primarily represented by 3D geometries in real-world applications, hinders the efficient evaluation of spatial relationships through resource-intensive geometric computations. Geometric simplification algorithms have been developed to reduce the complexity of 3D representations, albeit at the cost of querying accuracy. Previous work has aimed to address precision loss by leveraging the spatial relationship between the simplified and original 3D object representations. However, this approach relied on specialized geometric simplification algorithms tailored to regions with specific criteria. In this paper, we introduce a novel approach to achieve highly efficient and accurate 3D spatial queries, incorporating geometric computation and simplification. We present a generalized progressive refinement methodology applicable to general geometric simplification algorithms, involving accurate querying of 3D geometry data using low-resolution representations and simplification extents quantified using Hausdorff distances at the facet level. Additionally, we propose techniques for calculating and storing Hausdorff distances efficiently. Extensive experimental evaluations validate the effectiveness of the proposed method which outperforms state-of-the-art systems by a factor of 4 while minimizing computational and storage overhead.
Dejun Teng, Zhaochuan Li, Zhaohui Peng, Shuai Ma 0001, Fusheng Wang 0001
IEEE Trans. Knowl. Data Eng.3
2024 Understanding the Intrinsic Characteristics of Spatial Partitioning in Distributed Spatial Join
abstract
Spatial join has become a frequently used yet resource-intensive operation in geospatial applications, driven by the increasing volume and complexity of geospatial data. With Hadoop and Spark becoming the de facto standard platforms for distributed computing, scalable spatial data processing is primarily achieved by partitioning the input space to form parallel units on these platforms. Effective spatial data partitioning is critical for task parallelization and load balancing, but it faces significant challenges due to data skew and the geometric and topological complexity of spatial objects, particularly in supporting spatial joins. This paper examines the interplay among query performance, spatial data partitioning, query types, data, and system characteristics. We qualitatively and quantitatively analyze the features of representative partitioning algorithms that impact overall query performance. Along with these analyses, we propose a data sampling-based approach for selecting optimized partitioning strategies. Extensive experiments on large and complex datasets using MapReduce frameworks are conducted to validate the correctness of our analysis and the effectiveness of our optimization approach.
Zhuohan Xu, Dejun Teng, Zhaohui Peng, Fusheng Wang 0001
IEEE Big Data3
2024 TESSM: Tree-based Selective State Space Models for Efficient Join Order Selection Learning
abstract
Join order optimization is pivotal in database query optimization, seeking the most efficient join sequence to reduce execution costs. As more tables join, the complexity surges, turning it into an NP-hard problem due to the exponential growth of possible orders. Deep reinforcement learning (DRL) has recently made significant strides, outperforming traditional algorithms by treating join selection as a Markov Decision Process to devise more effective strategies.Current methods struggle with integrating query semantics and plan structures, as well as encountering issues with complex joins where bottom-up learning can lead to information loss.To tackle these issues, we present the Tree-based Selective State Space Models for Efficient Join Order Selection Learning(TESSM). This framework uses the Tree Mamba architecture to integrate join pattern graphs with execution plan nodes, enhancing long-term dependency information flow. A tiered training strategy enhances the model's training precision and speed.Our approach has proven effective, as evidenced by JOB and TPC-H benchmark tests, showing TESSM's substantial improvements in query optimization efficiency and effectiveness.
Yaohui Chu, Yizhe Liu, Zhaohui Peng
CIKM6
2024 Efficient spatial queries over complex polygons with hybrid representations
Dejun Teng, Furqan Baig, Zhaohui Peng, Jun Kong 0002, Fusheng Wang 0001
GeoInformatica3
2022 Dy-HIEN: Dynamic Evolution based Deep Hierarchical Intention Network for Membership Prediction
abstract
Many video websites offer packages composed of paid videos. Users who purchase a package become members of the website, and thus can enjoy the membership service, such as watching the paid videos. It is practically important to predict which users will become members so that the website can recommend them the suitable packages for purchasing. Existing works generally predict the purchase behavior of users through capturing their interests in items. However, such works cannot be directly applied to the studied problem due to the following challenges. First, some important features of videos and packages change over time, such as the number of clicks and the update of the videos. Existing methods are not capable to capture such dynamic features. Second, a user's purchasing intention is very hard to capture. A user watching a video does not necessarily mean that he/she would like to purchase the corresponding package. In this paper, we propose a Dynamic Evolution based Deep Hierarchical Intention Network (Dy-HIEN for short) for membership prediction, which contains two modules. In the first module, we design a dynamic embedding learning method, applying multi-relational heterogeneous information network and attention mechanism to effectively represent the embedding of videos and packages. In the second module, a hierarchical method is proposed to extract the purchase intention of users. First, the video play history is divided into sessions based on the clicks on packages, and then time-order encoder and kernel functions are applied to mine the intention pattern associated with the package clicked in each session. Extensive experiments on real-world datasets are conducted to demonstrate the advantages of the proposed model on a variety of evaluation metrics.
Zhenyun Hao, Jianing Hao, Zhaohui Peng, Senzhang Wang, Philip S. Yu, Jian Wang 0010
WSDM3
2022 Personalized Long-distance Fuel-efficient Route Recommendation Through Historical Trajectories Mining
abstract
Finding fuel-efficient routes for drivers has increasingly important value in terms of saving energy, protecting the environment and saving expenses. Previous studies basically adopt simple fuel consumption calculation or prediction methods to recommend the fuel-efficient routes within a city, which have two major limitations. First, the effect of drivers' driving behavior preferences (e.g. acceleration, frequency of clutch use, etc.) on fuel consumption is not fully studied and utilized. Second, existing methods mainly focus on short-distance route recommendation. Due to the difference in the road network structure and route composition, it is not effective to directly apply the route recommendation methods designed for short-distance travel within a city on the scenario of long-distance travel among cities. In this paper, we propose a novel model PLd-FeRR for the Personalized Long-distance Fuel-efficient Route Recommendation. Specifically, we first identify the features reflecting the user's driving behavior preference based on the user's historical driving trajectory, and then extract the potential factors that can affect long-distance fuel consumption. As transformer can effectively capture the temporal features for long sequence data, the extracted personalized driving preference features and long-distance fuel consumption features are input into a transformer-based fuel consumption prediction model. Next, the prediction model is combined with a genetic algorithm to further improve the performance of recommending fuel-efficient routes. Extensive evaluations are conducted on the large real-world dataset, and the results show the effectiveness of our proposal.
Zhaohui Peng, Senzhang Wang, Qiao Song
WSDM2
2022 Multivariate Correlation-aware Spatio-temporal Graph Convolutional Networks for Multi-scale Traffic Prediction
abstract
Traffic flow prediction based on vehicle trajectories collected from the installed GPS devices is critically important to Intelligent Transportation Systems (ITS). One limitation of existing traffic prediction models is that they mostly focus on predicting road-segment level traffic conditions, which can be considered as a fine-grained prediction. In many scenarios, however, a coarse-grained prediction, such as predicting the traffic flows among different urban areas covering multiple road links, is also required to help government have a better understanding on traffic conditions from the macroscopic point of view. This is especially useful in the applications of urban planning and public transportation planning. Another limitation is that the correlations among different types of traffic-related features are largely ignored. For example, the traffic flow and traffic speed are usually negatively correlated. Existing works regard these traffic-related features as independent features without considering their correlations. In this article, we for the first time study the novel problem of multivariate correlation-aware multi-scale traffic flow predicting, and we propose a feature correlation-aware spatio-temporal graph convolutional networks named MC-STGCN to effectively address it. Specifically, given a road graph, we first construct a coarse-grained road graph based on both the topology closeness and the traffic flow similarity among the nodes (road links). Then a cross-scale spatial-temporal feature learning and fusion technique is proposed for dealing with both the fine- and coarse-grained traffic data. In the spatial domain, a cross-scale GCN is proposed to learn the multi-scale spatial features jointly and fuse them together. In the temporal domain, a cross-scale temporal network that is composed of a hierarchical attention is designed for effectively capturing intra- and inter-scale temporal correlations. To effectively capture the feature correlations, a feature correlation learning component is also designed. Finally, a structural constraint is introduced to make the predictions on the two scale traffic data consistent. We conduct extensive evaluations over two real traffic datasets, and the results demonstrate the superior performance of the proposal on both fine- and coarse-grained traffic predictions.
Senzhang Wang, Meiyue Zhang, Hao Miao 0001, Zhaohui Peng, Philip S. Yu
ACM Trans. Intell. Syst. Technol.4
2021 MISS: A Multi-user Identification Network for Shared-Account Session-Aware Recommendation
Xinyu Wen, Zhaohui Peng, Senzhang Wang, Philip S. Yu
DASFAA (3)2
2021 AE-UPCP: Seeking Potential Membership Users by Audience Expansion Combining User Preference with Consumption Pattern
Xiaokang Xu, Zhaohui Peng, Senzhang Wang, Philip S. Yu, Zhenyun Hao, Jian Wang 0010
DASFAA (2)2
2021 IFP-ADAC: A Two-stage Interpretable Fault Prediction Model for Multivariate Time Series
abstract
Fault prediction is critically important for many mobile equipments such as vehicles, ships and spacecrafts. Sensors deployed on these equipments continuously collect the status data, which are usually multivariate time series data. It is challenging to accurately predict the failure of the equipments based on the generated multivairate time series due to the complex correlations among the variables and the dynamic operation conditions. Though many methods have been proposed, they are not effective to provide an interpretable and accurate fault prediction result. This paper proposes a two-stage Interpretable Fault Prediction method based on Anomaly Detection and Anomaly Accumulation, called IFP-ADAC. Specially, we first design an anomaly detection module based on Generative Adversarial Nets due to the lack of samples. The generator captures the correlations among multiple variables and the temporal dependency within each variable jointly. Second, we design an anomaly accumulation model based on LSTM to capture the anomaly growth pattern, and the attention mechanism has been introduced to consider the severity of the detected anomalies. Compared with the end- to-end methods, our two-stage fault prediction method based on anomaly detection and accumulation has better interpretability. Extensive experiments conducted on two real-world datasets show the superior performance of our method.
Zhaohui Peng, Senzhang Wang, Hao Li 0076, Min Liu 0018, Nengwei Zhang
MDM2
2021 LDFeRR: A Fuel-efficient Route Recommendation Approach for Long-distance Driving Based on Historical Trajectories
abstract
Fuel-efficient route recommendation has been increasingly valuable for both energy conservation and environmental protection. Most existing methods analyze fuel consumption factors from the short-distance trajectories. However, due to the differences in the road network structure and route composition between long-distance and short-distance trajectories, directly using these methods to recommend fuel-efficient routes for long-distance drivers is less effective. In addition, previous works usually adopt heuristic algorithms due to efficiency, but empirically set the heuristic functions, which makes it difficult to integrate various influencing factors appropriately. In this paper, we propose a novel fuel-efficient route recommendation model for long-distance driving, LDFeRR. We first identify the potential factors that affect fuel consumption over long distances based on historical trajectories. To fully exploit these factors to estimate fuel consumption and further provide reliable recommendations, we propose to integrate deep learning methods with heuristic algorithm. Specially, we use a multi-layer perceptron (MLP) to predict the fuel consumption of a single road segment. We also employ an attention-based bidirectional gated recurrent unit (Att-BiGRU) to estimate the fuel consumption between two locations connected by routes. In this way, the two cost functions of the classic heuristic algorithm, i.e., A* algorithm, are automatically learned. Extensive experiments on the large real-world dataset demonstrate the effectiveness of our proposed model.
Min Liu 0018, Zhaohui Peng, Xiaohui Yu 0001, Senzhang Wang, Qiao Song
SDM2
2020 Heterogeneous Graph Embedding for Cross-Domain Recommendation Through Adversarial Learning
Zhaohui Peng, Senzhang Wang, Xiaokang Xu, Philip S. Yu, Zhenyun Hao
DASFAA (3)2
2020 Mutual clustering on comparative texts via heterogeneous information networks
Jianping Cao, Senzhang Wang, Danyan Wen, Zhaohui Peng, Philip S. Yu, Fei-Yue Wang 0001
Knowl. Inf. Syst.4
2020 CDLFM: cross-domain recommendation for cold-start users via latent feature mapping
Zhaohui Peng, Senzhang Wang, Philip S. Yu, Wenjing Fu, Xiaokang Xu, Xiaoguang Hong
Knowl. Inf. Syst.2
2018 Cross-Domain Recommendation for Cold-Start Users via Neighborhood Based Feature Mapping
Zhaohui Peng, Senzhang Wang, Philip S. Yu, Wenjing Fu, Xiaoguang Hong
DASFAA (1)2
2018 Cross-Domain Recommendation for Mapping Sentiment Review Pattern
Yang Xu 0025, Zhaohui Peng, Yupeng Hu 0003, Xiaoguang Hong, Wenjing Fu
KSEM (1)2
2018 SARFM: A Sentiment-Aware Review Feature Mapping Approach for Cross-Domain Recommendation
Yang Xu 0025, Zhaohui Peng, Yupeng Hu 0003, Xiaoguang Hong
WISE (2)2
2017 Review-Based Cross-Domain Recommendation Through Joint Tensor Factorization
Tianhang Song, Zhaohui Peng, Senzhang Wang, Wenjing Fu, Xiaoguang Hong, Philip S. Yu
DASFAA (1)2
2017 HOMMIT: A Sequential Recommendation for Modeling Interest-Transferring via High-Order Markov Model
Yang Xu 0025, Xiaoguang Hong, Zhaohui Peng, Yupeng Hu 0003, Guang Yang 0039
WISE (2)3
2016 Maximizing the Influence Ranking Under Limited Cost in Social Network
Xiaoguang Hong, Zhaohui Peng, Hui Li 0048
APWeb (1)3
2016 Temporal Recommendation via Modeling Dynamic Interests with Inverted-U-Curves
Yang Xu 0025, Xiaoguang Hong, Zhaohui Peng, Guang Yang 0039, Philip S. Yu
DASFAA (1)3
2015 Minimizing the Cost to Win Competition in Social Network
Xiaoguang Hong, Zhaohui Peng, Weibo Wang 0001, Tianhang Song
APWeb3
2015 Learning the Influence Probabilities Based on Multipolar Factors in Social Network
abstract
How to model the influence propagation accurately in social network is a critical and challenge task. Although numerous attempts have been made for this topic, few of them consider the user’s negative influence. Positive influence will encourage people to perform some action while the negative one will degrade the probability. Thus, it is meaningful to model the influence propagation by considering both the positive and negative influence. What’s more, previous research is mostly based on the assumption that the influence probabilities between users are known, however, they are typically unknown in real-world social networks. To address these problems, a novel Multipolar Factors aware Independent Cascade model (MFIC) is proposed to outline the information diffusion in social network. Then, the user-to-user influence probability is learnt with the users’ behavior logs based on the EM algorithm. We also apply the discovered influence probabilities to user behavior prediction. Experiments are conducted over real data sets, Flixster and Digg, validating the effectiveness of our methods.
Weibo Wang 0001, Zhaohui Peng, Tianchen Zhu, Xiaoguang Hong
KSEM2
2015 cluTM: Content and Link Integrated Topic Model on Heterogeneous Information Networks
Zhaohui Peng, Senzhang Wang, Philip S. Yu, Qingzhong Li, Xiaoguang Hong
WAIM2
2015 Relevance Search on Signed Heterogeneous Information Network Based on Meta-path Factorization
Tianchen Zhu, Zhaohui Peng, Guang Yang 0039, Yang Xu 0025, Senzhang Wang, Xiaoguang Hong
WAIM3
2013 LSA-PTM: A Propagation-Based Topic Model Using Latent Semantic Analysis on Heterogeneous Information Networks
Zhaohui Peng, Qingzhong Li
WAIM2
2010 MI-WDIS: web data integration system for market intelligence
abstract
As an important supporting technology of Market Intelligence (MI), Web data integration is facing new challenges, such as the integrity of data acquisition, the quality of data extraction and data consolidation. To solve such problems, we propose an MI-oriented web data integration system (MI-WDIS), which achieves excellent performances in integrating Surface Web and Deep Web data with much less manual work. Based on MI-WDIS, we have developed a platform for intelligent analysis of job data. The platform collects tens of thousands of job data daily and provides personalized services for job seekers through diversified channels. Besides, it provides other advanced services, including intelligence analysis, automatic monitoring and alerting, for various organizations, such as enterprises, training institutions and recruitment agencies.
Zhongmin Yan, Qingzhong Li, Shidong Zhang, Zhaohui Peng, Yongquan Dong, Yanhui Ding, Xiuxing Xu
CIKM4
2007 QuickCN: A Combined Approach for Efficient Keyword Search over Databases
Jun Zhang 0004, Zhaohui Peng, Shan Wang 0001
DASFAA2
2006 Si-SEEKER: Ontology-Based Semantic Search over Databases
Jun Zhang 0004, Zhaohui Peng, Shan Wang 0001, Huijing Nie
KSEM2
2006 NUITS: A Novel User Interface for Efficient Keyword Search over Databases
Shan Wang 0001, Zhaohui Peng, Jun Zhang 0004, Lu Qin 0001, Jeffrey Xu Yu, Bolin Ding
VLDB2
2006 TreeCluster: Clustering Results of Keyword Search over Databases
Zhaohui Peng, Jun Zhang 0004, Shan Wang 0001, Lu Qin 0001
WAIM1
2006 PreCN: Preprocessing Candidate Networks for Efficient Keyword Search over Databases
Jun Zhang 0004, Zhaohui Peng, Shan Wang 0001, Huijing Nie
WISE2