Pingfu Chao

dblp:160/9505 · DBLP profile ↗
← Back
39ranked-venue papers in the field
4as first author
32since 2021 · last 2025
0000-0002-4892-9041ORCID · verified

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

Database Systems & Data Management · 21 (3 first)Information Retrieval & Web Search · 10 (1 first)Data Mining & Knowledge Discovery · 5Other / Interdisciplinary · 2Big Data, Cloud & Distributed Data Systems · 1
YearPublicationVenuePosition
2025 SWIFT: Scene-Aware Dual Cross-Attention Flight Trajectory Prediction
Pingfu Chao, Junhua Fang, Jiajie Xu 0001
IEEE Big Data2
2025 Stamp: Semantic-Aware Sub-trajectory Anomaly Detection with Diffusion Multi-model Pool for Evolving Data Streams
abstract
Trajectory anomaly detection, as a fundamental operation for moving object pattern discovery, plays an irreplaceable and critical role in spatio-temporal location-based services. Conducting online detection based on the current positions and their contextual semantics can significantly enhance the value of trajectory data. However, existing approaches suffer from two fundamental limitations: 1) treat trajectories as indivisible sequences or apply rigid segmentation strategies, and 2) use of a single detection model that struggles to adapt to concept drift caused by evolving trajectory distributions. Such limitations make it impossible to detect abnormal trajectories in a timely and semantically comprehensive manner. To fill this gap, we propose Stamp, a novel framework for Semantic-aware sub-Trajectory Anomaly detection with a diffusion Multi-model Pool. In particular, Stamp comprises three key innovations: 1. It employs a semantic-driven dynamic segmentation mechanism that identifies natural breakpoints in trajectories based on changes in road semantics, rather than fixed rules. 2. It enhances trajectory representation by embedding road network semantic vectors, capturing both spatial geometry and functional urban characteristics. 3. It employs a pool of diffusion models that dynamically evolves through reliability assessment, similarity measurement, and strategic merging operations, ensuring adaptability to concept drift while leveraging the superior generative capabilities of diffusion models over traditional autoencoders. Experimental results demonstrate that Stamp improves detection efficiency by 35%, AUPR by 5.6%, and F1-score by 2.7% on two large-scale real-world urban trajectory datasets when compared to state-of-the-art methods, demonstrating its effectiveness for real-time anomaly detection in complex urban environments.
Junhua Fang, Pingfu Chao, An Liu 0002, Pengpeng Zhao 0001, Lei Zhao 0001
CIKM3
2025 CF-TS: A General Coarse-to-Fine Method for Trajectory Simplification
Junhua Fang, Pingfu Chao, Jiajie Xu 0001, Pengpeng Zhao 0001
DASFAA (1)4
2025 GAS-DBSCAN: A Grid-Based Adaptive Sampling Method for DBSCAN Clustering Under Skewed Data Distribution
Junhua Fang, Pingfu Chao
DASFAA (4)4
2025 LODC: A Lightweight Online Update Method for Density-Based Clustering
Jiajie Xu 0001, Junhua Fang, Pingfu Chao, Pengpeng Zhao 0001, An Liu 0002
DASFAA (1)3
2025 DRENet: A Dual-Branch Road Extraction Network for Enhanced Connectivity
Pingfu Chao, Qiao Kun, Junhua Fang
DASFAA (2)2
2025 An efficient distributed co-movement pattern detection framework for streaming trajectory
Tong Cheng, Pingfu Chao, Kenan Zhang, Junhua Fang, Jiajie Xu 0001
Knowl. Inf. Syst.2
2025 TMLKD: Few-shot Trajectory Metric Learning via Knowledge Distillation
abstract
Trajectory metric learning, which supports the trajectory similarity search, is one of the most fundamental tasks in spatial-temporal data analysis. However, existing trajectory metric learning methods rely on massive labels of pairwise trajectory distance, and thus cannot be applied to few-shot scenarios frequently occurring in real-world applications. Though performance drops caused by insufficient labels can be alleviated by knowledge distillation, we demonstrate that they cannot be directly applied to few-shot trajectory metric learning due to the domain shift problem. To this end, this paper proposes invariant and relaxed learning enhanced knowledge distillation method TMLKD for few-shot trajectory metric learning, such that domain-invariant representation and rank knowledge can be distilled. Specifically, in the representation learning phase, it first employs an adversarial sub-network to distinguish domain-specific and domain-invariant information, so as to distill transferable representation knowledge from teacher models. To mitigate the few-shot problem in student model training, we further enrich sparse labels of the target domain by utilizing the rank knowledge revealed in teachers' predictions. Particularly, TMLKD employs a list-wise learning-to-rank approach to learn the relaxed trajectory ranking orders instead of focusing on all the samples inefficiently. Finally, to guide accurate distillation, we adaptively assign reliability of teacher prediction by utilizing the ground-truth labels, to avoid misleading the student model with low-quality teacher predictions. Extensive experiments on three real-world datasets demonstrate the superiority of our model.
Danling Lai, Jiajie Xu 0001, Jianfeng Qu, Pingfu Chao, Junhua Fang, Chengfei Liu
Proc. VLDB Endow.4
2025 Towards DS-NER: Unveiling and Addressing Latent Noise in Distant Annotations
abstract
Distantly supervised named entity recognition (DS-NER) has emerged as a cheap and convenient alternative to traditional human annotation methods, enabling the automatic generation of training data by aligning text with external resources. Despite the many efforts in noise measurement methods, few works focus on the latent noise distribution between different distant annotation methods. In this work, we explore the effectiveness and robustness of DS-NER by two aspects: (1) distant annotation techniques, which encompasses both traditional rule-based methods and the innovative large language model supervision approach, and (2) noise assessment, for which we introduce a novel framework. This framework addresses the challenges by distinctly categorizing them into theunlabeled-entity problem (UEP)and thenoisy-entity problem (NEP), subsequently providing specialized solutions for each. Our proposed method achieves significant improvements on eight real-world distant supervision datasets originating from three different data sources and involving four distinct annotation techniques, confirming its superiority over current state-of-the-art methods.
Yuyang Ding, Juntao Li 0005, Jiajie Xu 0001, Pingfu Chao, Xiaofang Zhou 0001, Min Zhang 0005
IEEE Trans. Knowl. Data Eng.5
2024 Context-Augmented Contrastive Learning Method for Session-based Recommendation
Xianlan Sun, Xiangyun Gao, Subin Huang, Haibei Zhu, Pingfu Chao, Chao Kong
ADMA (6)6
2024 PaD-DBSCAN: Enhancing Parallel DBSCAN Clustering with Density Peak Detection
Junhua Fang, Pingfu Chao
ADMA (1)4
2024 Ocean: Online Clustering and Evolution Analysis for Dynamic Streaming Data
abstract
With the popularization of mobile applications and the timely acquisition of fresh data, real-time clustering and its evolution analysis have become the primary operations for data processing and knowledge discovery. Such continuous queries on massive objects are computation-intensive tasks in dynamic scenarios. However, existing clustering techniques are incompetent to achieve decent performance when computation-intensive operations frequently occur in streaming scenarios, which is caused by two challenges: (i) uncertainty of the clustering frequency; (ii) unpredictable distribution evolution. Hence, it is critical to find a lightweight model that can cluster the high-speed dynamic instances while exploiting the evolution amid different clustering results. This paper focuses on the problem of real-time clustering on streaming data in computation-intensive and high-dynamics tasks, through a framework Ocean, consisting of the Online clustering algorithm and evolution analysis. Particularly, the framework conceives a flexible composite window to augment the knowledge mining, achieving a proper real-time response in various scenarios. The evolution analysis supports full life-cycle detection, improving the adaptability to dynamic concept drifts and multiple patterns. Inspired by the grid partition strategy, this framework adopts grid feature vectors to capture the significant changes in streaming data. Furthermore, we propose an optimization that removes sparse grids timely and performs the online clustering adaptively for space and time efficiency. It is proven to be effective both theoretically and experimentally. This strategy enables real-time clustering for dynamic streaming data without degrading the clustering quality or increasing the computation cost. Experiments on real datasets and synthetic datasets verify the accuracy and effectiveness of Ocean compared to the state-of-the-art approaches, as well as the superior ability to perform clustering in a real-time manner.
Chunhui Feng, Junhua Fang, Yue Xia, Pingfu Chao, Pengpeng Zhao 0001, Jiajie Xu 0001, Xiaofang Zhou 0001
ICDE4
2024 HPS: A novel heuristic hierarchical pruning strategy for dynamic top-k trajectory similarity query
Junhua Fang, Yi Ban, Pingfu Chao, Lei Zhao 0001
Inf. Process. Manag.6
2024 CCML: Curriculum and Contrastive Learning Enhanced Meta-Learner for Personalized Spatial Trajectory Prediction
abstract
Spatial trajectory prediction is a fundamental problem for diverse location-based applications. However, existing methods fall short in learning and generalization, and cannot sufficiently capture users’ spatiotemporal preferences, especially for cold-start users. Moreover, these methods do not explicitly consider the diversity of moving patterns among users and trajectories, i.e., the learning difficulty of different user and trajectory samples, thus hindering the improvement of prediction accuracy. To solve these problems, we propose a novel Curriculum and Contrastive Learning Enhanced Meta-Learner (CCML) that transfers knowledge from users with rich data to cold-start users. Specifically, a Contrastive-based Trajectory Predictor (CTP) is designed as the base model, which utilizes contrastive learning technique on both user-level and trajectory-level, aiming to facilitate a more profound understanding and differentiation of the varied travel behaviors and preferences exhibited by individuals. Meanwhile, CCML also incorporates the curriculum learning and the hard sample mining strategies. It simultaneously considers the learning difficulty of both user and trajectory samples, and presents the learning tasks by an easy-to-hard curriculum. By learning more challenging combinations of user and trajectory samples in each meta-learning iteration, the meta-learner can converge to a better status. Extensive experiments on two real-world datasets demonstrate the superiority of our models.
Jing Zhao 0040, Jiajie Xu 0001, Yuan Xu 0008, Junhua Fang, Pingfu Chao, Xiaofang Zhou 0001
IEEE Trans. Knowl. Data Eng.5
2023 Adversarial Spatial-Temporal Graph Network for Traffic Speed Prediction with Missing Values
Junhua Fang, Wei Chen 0070, An Liu 0002, Pingfu Chao
DASFAA (1)5
2023 CED: Catalog Extraction from Documents
Tong Zhu 0002, Zechang Li, Zijian Yu, Junfei Ren, Mengsong Wu, Zhefeng Wang 0001, Baoxing Huai, Pingfu Chao, Wenliang Chen
ICDAR (3)9
2023 LHMM: A Learning Enhanced HMM Model for Cellular Trajectory Map Matching
abstract
Map matching is a problem to align recorded location data to a digital map. It has been well studied to map GPS data collected from vehicles to paths in a road network. The problem of Cellular Trajectory Map-Matching (CTMM) is a new problem that deals with trajectories of cellular-based positioning data. It has a wide range of applications, for example, for telecommunication companies to understand and predict traffic information based on telecom tokens obtained from vehicles. CTMM is a significantly more challenging task that faces much lower data precision and higher positioning errors. While Hidden Markov Model (HMM) based methods can achieve satisfactory results for GPS-based map matching, we show that they cannot be directly applied to the CTMM problem. In this paper, we aim at reducing the impact of positioning errors by incorporating knowledge obtained by neural networks into learned probabilities. A multi-relational graph learning method is developed to generate meaningful embedding, with multi-relational useful information fully preserved in a shared space. An attentive neural network is then designed as the learner for observation probability, incorporating the knowledge of the dynamic correlation between roads and cell towers under varying trajectory contexts. A transition probability learner is used to capture implicit deep features for enhanced transition probability modeling. Finally, the learned observation and transition probabilities are seamlessly integrated into HMM to guide more accurate path-finding. Extensive experiments on two large-scale cellular datasets reveal that our approach achieves high accuracy and robustness on CTMM.
Jiajie Xu 0001, Junhua Fang, Pingfu Chao, An Liu 0002, Xiaofang Zhou 0001
ICDE4
2023 Cost-effective and adaptive clustering algorithm for stream processing on cloud system
Yue Xia, Junhua Fang, Pingfu Chao, Jedi S. Shang
GeoInformatica3
2023 Garden: a real-time processing framework for continuous top-k trajectory similarity search
Pingfu Chao, Junhua Fang, Wei Chen 0070, Jiajie Xu 0001, Lei Zhao 0001
Knowl. Inf. Syst.2
2023 A Survey and Experimental Study on Privacy-Preserving Trajectory Data Publishing
abstract
Trajectory data has become ubiquitous nowadays, which can benefit various real-world applications such as traffic management and location-based services. However, trajectories may disclose highly sensitive information of an individual including mobility patterns, personal profiles and gazetteers, social relationships, etc, making it indispensable to consider privacy protection when releasing trajectory data. Ensuring privacy on trajectories demands more than hiding single locations, since trajectories are intrinsically sparse and high-dimensional, and require to protect multi-scale correlations. To this end, extensive research has been conducted to design effective techniques for privacy-preserving trajectory data publishing. Furthermore, protecting privacy requires carefully balance two metrics: privacy and utility. In other words, it needs to protect as much privacy as possible and meanwhile guarantee the usefulness of the released trajectories for data analysis. In this survey, we provide a comprehensive study and a systematic summarization of existing protection models, privacy and utility metrics for trajectories developed in the literature. We also conduct extensive experiments on two real-life public trajectory datasets to evaluate the performance of several representative privacy protection models, demonstrate the trade-off between privacy and utility, and guide the choice of the right privacy model for trajectory publishing given certain privacy and utility desiderata.
Fengmei Jin, Wen Hua, Matteo Francia, Pingfu Chao, Maria E. Orlowska, Xiaofang Zhou 0001
IEEE Trans. Knowl. Data Eng.4
2022 SAME: Sampling Attack in Multiplex Network Embedding
Chao Kong, Dan Meng 0001, Qijie Liu, Pingfu Chao, Yi Zhang 0180
ADMA (2)7
2022 JS-STDGN: A Spatial-Temporal Dynamic Graph Network Using JS-Graph for Traffic Prediction
Junhua Fang, Pingfu Chao, Pengpeng Zhao 0001, An Liu 0002, Lei Zhao 0001
DASFAA (1)3
2022 Online Social Event Detection via Filtering Strategy Graph Neural Network
Lifu Chen, Junhua Fang, Pingfu Chao, An Liu 0002, Pengpeng Zhao 0001
ICWE3
2022 Lunatory: A Real-Time Distributed Trajectory Clustering Framework for Web Big Data
Pingfu Chao, Junhua Fang, Wei Chen 0070, Lei Zhao 0001
ICWE3
2022 Rumor Detection in Social Network via Influence Based on Bi-directional Graph Convolutional Network
Lifu Chen, Junhua Fang, Pingfu Chao, An Liu 0002, Pengpeng Zhao 0001
WISE3
2022 Conats: A Novel Framework for Cross-Modal Map Extraction
Junhua Fang, Pingfu Chao, Jianfeng Qu, Pengpeng Zhao 0001, Jiajie Xu 0001
WISE3
2022 A Learning-Based Approach for Multi-scenario Trajectory Similarity Search
Chunhui Feng, Junhua Fang, Pingfu Chao, An Liu 0002, Lei Zhao 0001
WISE4
2022 A Survey and Quantitative Study on Map Inference Algorithms From GPS Trajectories
abstract
Map inference algorithm aims to construct a digital map from other data sources automatically. Due to the labour intensity of traditional map creation and the frequent road change nowadays, map inference is deemed to be a promising solution to automatic map construction and update. However, existing map inference from GPS trajectories suffers from low GPS data quality, which makes the quality of the constructed map unsatisfactory. In this paper, we study the existing map inference algorithms using GPS trajectories. Different from previous surveys, we (1) include the most recent solutions and propose a new categorisation of method; (2) study how different types of GPS errors affect the quality of inference results; (3) evaluate the existing map inference quality measures regarding their ability to identify map quality issues. To achieve these goals, we conduct a comprehensive experimental study on several representative algorithms using both real-world datasets and synthetic datasets, which are generated from our proposed synthetic trajectory generator and artificial map generator. Overall, our study provides insightful observations regarding (1) which inference method performs better in each working scenario, (2) the general data quality requirements for map inference, (3) the direction of future works for quantitative map quality measures.
Pingfu Chao, Wen Hua, Rui Mao 0001, Jiajie Xu 0001, Xiaofang Zhou 0001
IEEE Trans. Knowl. Data Eng.1
2021 Efficient Trajectory Contact Query Processing
Pingfu Chao, Dan He 0009, Lei Li 0003, Mengxuan Zhang 0001, Xiaofang Zhou 0001
DASFAA (1)1
2021 Efficient Constrained Shortest Path Query Answering with Forest Hop Labeling
abstract
The Constrained Shortest Path (CSP) problem aims to find the shortest path between two nodes in a road network subject to a given constraint on another attribute. It is typically processed as a skyline path problem on the two attributes, resulting in very high computational cost which can be prohibitive for large road networks. The main bottleneck is to deal with a large amount of partial skyline paths, which further makes the existing index-based methods incapable to obtain the complete exact skyline paths. In this paper, we propose a novel skyline path concatenation approach to avoid the expensive skyline path search, which is then used to efficiently construct a 2-hop labeling index for the CSP queries. Specifically, a rectangle-based technique is designed to prune the concatenation space from multiple hops, and a constraint pruning method is used to further speed up the CSP query processing. To further scale up to larger networks, we propose a novel forest hop labeling that constructs labels from different partitions in parallel. Our approach is the first method that can achieve both accuracy and efficiency for CSP query answering. Extensive experiments on real-life road networks demonstrate that our method outperforms the state-of-the-art CSP solutions by several orders of magnitude.
Ziyi Liu 0005, Lei Li 0003, Mengxuan Zhang 0001, Wen Hua, Pingfu Chao, Xiaofang Zhou 0001
ICDE5
2021 Dynamic Hub Labeling for Road Networks
abstract
Shortest path finding is the building block of various applications in road networks and the index-based algorithms, especially hub labeling, can boost the query performance dramatically. However, the traffic condition keeps changing in real life, making the pre-computed index unable to answer the query correctly. In this work, we adopt the state-of-the-art tree decomposition-based hub labeling as the underlying index, and design efficient algorithms to incrementally maintain the index. Specifically, we first analyze the structural stability of the index in dynamic road networks which enables us to concentrate on label value maintenance. We then introduce the minimum weight property and minimum distance property to guarantee the index correctness without graph traversal. Moreover, we propose the star-centric paradigm for tracing index change and design various pruning techniques to further accelerate the index maintenance. Finally, we extend our algorithms to batch mode for shared computation, extend to structural maintenance for full types of update, and generalize to all kinds of TDHL. Our experimental results validate the superiority of our proposals over existing solutions on both index maintenance and query processing.
Mengxuan Zhang 0001, Lei Li 0003, Wen Hua, Rui Mao 0001, Pingfu Chao, Xiaofang Zhou 0001
ICDE5
2021 Disatra: A Real-Time Distributed Abstract Trajectory Clustering
Pingfu Chao, Junhua Fang, Wei Chen 0070, Jiajie Xu 0001, Lei Zhao 0001
WISE (1)2
2020 Path Query Processing Using Typical Snapshots in Dynamic Road Networks
Mengxuan Zhang 0001, Lei Li 0003, Pingfu Chao, Wen Hua, Xiaofang Zhou 0001
DASFAA (3)3
2020 Route Reconstruction Using Low-Quality Bluetooth Readings
abstract
Route reconstruction targets at recovering the actual routes of objects moving on an underlying road network from their times-tamped position measurements. This fundamental pre-processing step to many location-based applications has been extensively studied for GPS data, which are object-centric and relatively densely sampled data. In this paper, we investigate the problem of route reconstruction using data collected from road-side Bluetooth scanners. In many cities, Bluetooth scanners are installed in road networks for monitoring the movement of Bluetooth-enabled devices. To address new challenges caused by such reader-centric Bluetooth data including spatial and temporal distortion, a new route reconstruction framework is proposed to transform Bluetooth readings through a family of distortion suppression strategies such that the transformed data can work well with the Hidden Markov model (HMM) map-matching approach. Extensive experiments are conducted to evaluate different transformation strategies with real-world datasets. The experimental results show that when the algorithm uses the baseline or the proposed transformation strategies, the map matching F1 score can be increased by up to 10% depending on the severity of distortion.
Yehong Xu, Dan He 0009, Pingfu Chao, Wen Hua, Xiaofang Zhou 0001
SIGSPATIAL/GIS3
2020 TraSP: A General Framework for Online Trajectory Similarity Processing
Pingfu Chao, Junhua Fang, Wei Chen 0070, Zhixu Li, An Liu 0002
WISE (1)2
2015 Random-Based Algorithm for Efficient Entity Matching
Pingfu Chao, Zhu Gao, Junhua Fang, Rong Zhang 0002, Aoying Zhou
APWeb1
2015 A Restaurant Recommendation System by Analyzing Ratings and Aspects in Reviews
Wenzhe Yu, Pingfu Chao, Rong Zhang 0002, Aoying Zhou
DASFAA (2)3
2015 Efficient MapReduce-Based Method for Massive Entity Matching
Pingfu Chao, Zhu Gao, Junhua Fang, Rong Zhang 0002, Aoying Zhou
WAIM1
2015 Review Comment Analysis for Predicting Ratings
Rong Zhang 0002, Wenzhe Yu, Pingfu Chao, Ming Gao 0001, Aoying Zhou
WAIM4