Qingzhong Li

dblp:70/2558 · DBLP profile ↗
← Back
22ranked-venue papers in the field
0as first author
7since 2021 · last 2026
—ORCID · conflict

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

Database Systems & Data Management · 11Information Retrieval & Web Search · 5Knowledge Engineering, Semantic Web & Information Systems · 5Other / Interdisciplinary · 1
YearPublicationVenuePosition
2026 Generating Counterfactual Temporal Motifs: Unraveling the Mysteries of Temporal Graph Neural Networks
abstract
Temporal Graph Neural Networks (TGNNs) are increasingly applied in dynamic scenarios, however, their limited explainability hinders their adoption in high-stakes domains. Existing methods tend to conflate causality with temporal proximity, leading to ambiguous explanations that mix impactful and irrelevant events. Moreover, they lack counterfactual reasoning to assess whether altering specific temporal events would change TGNN predictions. To overcome these challenges, we propose CTM-Explainer, which identifies critical temporal dependencies through iterative “what-if” perturbation analysis. To the best of our knowledge, this is the first post-hoc counterfactual explanation framework for TGNN. It enables precise attribution of how specific timestamped events influence TGNN predictions. By embedding causal analysis into a reinforcement learning framework, CTM-Explainer constructs Counterfactual Temporal Motifs (CTMs) that are causally grounded in model outcome shifts via interventional probability estimation. This design eliminates temporally correlated but non-essential events, while preserving those with verified causal influence. Extensive experiments on real-world and synthetic datasets confirm that CTM-Explainer generates more faithful and concise explanations than existing methods, at significantly lower computational cost.
Yibowen Zhao, Ning Liu 0014, Li-Zhen Cui 0001, Qingzhong Li
Data Sci. Eng.5
2026 Federated Recommendation via Stochastic Aggregation and Consistency Inference
abstract
With growing concerns over user privacy, federated recommendation (FedRec) has emerged as a mainstream solution for personalized recommendation services. FedRec trains user-private parameters on local clients while collaboratively updating global parameters on a centralized server. However, despite advances in optimizing these local and global parameters, existing methods overlook two key challenges: tradeoff training and distribution discrepancy . Tradeoff training balances timely local updates with diverse global parameters, limiting the model’s learning ability. Distribution discrepancy arises from the divergence between locally trained global parameters and those aggregated by the server, corrupting inference performance. To fill in the gap, we propose FedSC , a principled federated recommendation framework that boosts FedRec’s training and inference processes with minimal yet nontrivial efforts. During training, FedSC employs a stochastic aggregation strategy where all users participate in every round, while only a random subset is selected for aggregation, preserving the diversity of global parameters and ensuring timely local updates. During inference, FedSC makes recommendations with a consistency inference mechanism that uses the most recent locally trained global parameters of each user to improve the model’s understanding of user preferences. Extensive experiments on multiple benchmark datasets demonstrate the superiority of FedSC, achieving up to a 20% improvement in most evaluation scenarios.
Xiaoqiang Gui, Qiaoyu Tan, Jun Wang 0035, Yongqing Zheng, Qingzhong Li, Li-Zhen Cui 0001, Guoxian Yu
ACM Trans. Inf. Syst.6
2025 Meta Relation Assisted Explanatory Model for Heterogeneous Graph Neural Networks
Yibowen Zhao, Qingzhong Li, Xudong Lu 0001, Wei He 0020, Li-Zhen Cui 0001
DASFAA (3)4
2025 A Multi-Objective Explanation Framework for Graph Neural Networks
abstract
Graph Neural Networks (GNNs) hold promise in various application domains, but their limited explainability hinders widespread adoption, impacting customer satisfaction and loyalty. This issue intensifies when addressing diverse explanation needs of different user groups. Current GNN explanation models focus on a single objective, neglecting varied and potential conflicting user requirements, resulting in suboptimal outcomes. Moreover, existing models prioritize explanation objectives during multi-objective explanations, disrupting the intrinsic hierarchical structures and distant relationships within the graphs, further diminishing their effectiveness. To tackle these challenges, this paper introduces a novel multi-objective explanatory framework with hierarchical structure attribution for GNNs, termed HM-Explainer. This framework constructs a multi-objective explanation generation module based on Pareto theory to balance different and potentially conflicting explanatory objectives. Additionally, to embed hierarchical information into explanations, HM-Explainer designs node-level and cluster-level attribution modules to analyze the impact of input data on GNN decisions hierarchically. Furthermore, a self-attention mechanism is integrated into the node-level attribution module to account for the influence of distant neighbors. Ultimately, the efficacy of HM-Explainer is validated across multiple datasets for different GNN models through experimentation.
Yibowen Zhao, Di Wang 0004, Qingzhong Li, Li-Zhen Cui 0001
IEEE Trans. Knowl. Data Eng.5
2025 Interaction Privacy Vulnerability in Federated Recommendation and Lossless Countermeasure
abstract
Federated Recommendation (FedRec) systems are recognized as privacy-preserving solutions for collaboratively training recommender models without sharing users’ private data. However, recent studies have revealed that FedRec systems are vulnerable to interaction-level membership inference attacks. In such attacks, a semi-honest server can employ crafted methods to infer users’ interacted items. In this article, we identify that user preference information is predominantly stored in the user-uploaded parameters rather than in the local parameters after local training. Leveraging this insight, we expose a new interaction vulnerability and introduce the PubPara attack. Our experiments show that PubPara improves the inference performance by at least 40% over existing attacks, while requiring minimal inference time and remaining robust against current defense methods. To safeguard user privacy without compromising recommender performance, we propose MultiVerse, a novel countermeasure. MultiVerse utilizes untrained items outside the user’s local training data to obfuscate the server’s inference of interacted items. It includes a four-step strategy (training, optimization, refinement, and denoising) to achieve robust defense. Extensive experiments on three representative FedRec models (F-NCF, F-LightGCN, and FedRAP) across three real-world datasets validate that MultiVerse significantly degrades the attack’s inference performance to near the level of random guess while maintaining lossless recommender performance.
Xiaoqiang Gui, Guoxian Yu, Jun Wang 0035, Shuguang Han, Qingzhong Li, Yongqing Zheng, Wei Wang 0012
ACM Trans. Inf. Syst.5
2024 Semi-Asynchronous Online Federated Crowdsourcing
abstract
Crowdsourcing is a promising human-in-the-loop paradigm for processing computer hard tasks by harnessing crowd intelligence. However, canonical crowdsourcing systems mostly need to aggregate/transmit worker data and may lead to privacy-leakage. To tackle this problem, we propose a novel approach, called FedCS (Federated CrowdSourcing), to achieve privacy protection while ensuring quality. FedCS aggregates model parameters from clients to build a shared server model while keeping the training data locally on worker devices to protect data privacy. To mitigate the staleness of stragglers and boost efficiency, we introduce a semi-asynchronous federated crowdsourcing mechanism, where the parameter server performs global aggregation periodically. Moreover, due to the different frequencies of workers participating in asynchronous update, FedCS uses a staleness-aware grouping and weighted aggregation heuristic to balance the training process. To speed up the convergence rate and improve the training accuracy, FedCS deploys adaptive learning step size for worker devices by their participation frequency. We further present a task assignment algorithm to help workers choose worthy and suitable tasks for annotations and to save the budget. Extensive experiments on benchmark datasets and a real-world crowdsourcing project show that FedCS can complete secure crowdsourcing projects with high quality and low budget.
Xiangping Kang, Guoxian Yu, Qingzhong Li, Jun Wang 0035, Hui Li 0048, Carlotta Domeniconi
ICDE3
2021 Personality Traits Prediction Based on Sparse Digital Footprints via Discriminative Matrix Factorization
Shipeng Wang 0001, Daokun Zhang, Li-Zhen Cui 0001, Xudong Lu 0001, Lei Liu 0003, Qingzhong Li
DASFAA (2)6
2020 A Category-Aware Deep Model for Successive POI Recommendation on Sparse Check-in Data
abstract
As considerable amounts of POI check-in data have been accumulated, successive point-of-interest (POI) recommendation is increasingly popular. Existing successive POI recommendation methods only predict where user will go next, ignoring when this behavior will occur. In this work, we focus on predicting POIs that will be visited by users in the next 24 hours. As check-in data is very sparse, it is challenging to accurately capture user preferences in temporal patterns. To this end, we propose a category-aware deep model CatDM that incorporates POI category and geographical influence to reduce search space to overcome data sparsity. We design two deep encoders based on LSTM to model the time series data. The first encoder captures user preferences in POI categories, whereas the second exploits user preferences in POIs. Considering clock influence in the second encoder, we divide each user’s check-in history into several different time windows and develop a personalized attention mechanism for each window to facilitate CatDM to exploit temporal patterns. Moreover, to sort the candidate set, we consider four specific dependencies: user-POI, user-category, POI-time and POI-user current preferences. Extensive experiments are conducted on two large real datasets. The experimental results demonstrate that our CatDM outperforms the state-of-the-art models for successive POI recommendation on sparse check-in data.
Fuqiang Yu, Li-Zhen Cui 0001, Wei Guo 0017, Xudong Lu 0001, Qingzhong Li, Hua Lu 0001
WWW5
2017 Community Outlier Based Fraudster Detection
Chenfei Sun, Qingzhong Li, Hui Li 0048, Shidong Zhang, Yongqing Zheng
KSEM2
2016 Optimizing Replica Exchange Strategy for Load Balancing in Multienant Databases
Qingzhong Li, Lanju Kong, Lei Liu 0003, Li-Zhen Cui 0001
WAIM (2)2
2016 Acentric Scheduling Strategy for SLA-Based Multi-Tenant Queries
abstract
The response time for multi-tenant queries is one of the most important indicators in the service level agreements (SLA). The service provider tries to optimize query scheduling strategy to finish queries of different tenants before the deadline to avoid penalty due to jeopardizing the SLA. With continuous expansion of tenants scale, peer-to-peer (P2P) structure becomes more and more popular in organizing and managing multi-tenant data. In this paper we propose an acentric scheduling approach for SLA-based multi-tenant queries according to the distribution characteristics of multi-tenant data. Our scheduling approach deploys multiple scheduling engines on the computing nodes in the cloud, where the computing node of each engine schedules its assigned queries, estimates whether these queries could be finished before the deadline, and migrates the queries that might jeopardize the SLA to another engine which can respond to it before the deadline. Since the high efficiency of the scheduling process is critical, we improve the balanced binary tree and use it to organize queries on each computing node. Using this structure, the online time complexity of the scheduling strategy is [Formula: see text]. Our extensive experiments demonstrate that our scheduling strategy is sufficient to meet the high scheduling efficiency requirement, while the penalty cost can be reduced up to [Formula: see text] compared with the benchmarking solution and with a better scalability.
Lida Zou, Qingzhong Li, Lanju Kong
Int. J. Cooperative Inf. Syst.2
2015 Matching Reviews to Object Based on 2-Stage CRF
Qingzhong Li, Dequan Wang, Yanhui Ding, Congli Liu, Zhongmin Yan
APWeb2
2015 An Effective Hybrid Fraud Detection Method
abstract
The rapid growth of data makes it possible for us to study human behavior patterns. Knowing the patterns of human behavior is of great use to help us detect the unusual fraud human behavior. Existing fraud detection methods can be divided into two categories: pattern based and outlier detection based methods. However, because of the sparsity and complex granularity of big data, these methods have high false positive in fraud detection. In this paper, we propose an effective hybrid fraud detection method. We propose SSIsomap which improves isomap to cluster behaviors into behavior classes and propose SimLOF which improves LOF to conduct outlier detection, then we use Dempster-Shafer evidence Theory for combining behavior pattern evidence and outlier evidence, which yields a degree of belief of fraud to the new coming claim. The experiment result shows our method has significantly higher accuracy than exsiting methods in medical insurance fraud detection.
Chenfei Sun, Qingzhong Li, Li-Zhen Cui 0001, Zhongmin Yan, Hui Li 0048
KSEM2
2015 cluTM: Content and Link Integrated Topic Model on Heterogeneous Information Networks
Zhaohui Peng, Senzhang Wang, Philip S. Yu, Qingzhong Li, Xiaoguang Hong
WAIM5
2015 Associated Index for Big Structured and Unstructured Data
Chunying Zhu, Qingzhong Li, Lanju Kong, Xiaoguang Hong
WAIM2
2014 Tenant-Oriented Composite Authentication Tree for Data Integrity Protection in SaaS
Lin Li 0013, Qingzhong Li, Lanju Kong, Yuliang Shi
WAIM2
2013 An Index Model for Multitenant Data Storage in SaaS
Qingzhong Li, Lanju Kong
WAIM2
2013 LSA-PTM: A Propagation-Based Topic Model Using Latent Semantic Analysis on Heterogeneous Information Networks
Zhaohui Peng, Qingzhong Li
WAIM4
2012 A Novel URL Assignment Model Based on Multi-objective Decision Making Method
abstract
With the tremendous growth of the Web, it has become a huge challenge for the single-process crawlers to locate the resources that are precise and relevant to some topics in an appropriate amount of time, so it is increasingly important to use the parallel crawler. However, due to the parallelism of crawlers, one headache problem we have to face is how to distribute the URLs to crawlers to make the parallel system work coordinately and thereby make sure that the Web pages fetched are of high quality. In this paper, a novel URL assignment model for the parallel crawler is described, which is based on multi-objective decision making method and considers multiple factors synthetically such as load balance, overlap and so on. Extensive experiments test and validate our techniques.
Qiuyan Huang, Qingzhong Li, Zhongmin Yan
WISA2
2011 Hybrid Fragmentation to Preserve Data Privacy for SaaS
abstract
SaaS is a novel software model that data and applications of service are outsourced to service provider. Although SaaS model offers many benefits for small and medium enterprises, data privacy issue is the most challenge for the development of SaaS. In this paper we propose a new hybrid fragmentation approach which is different from traditional data encryption to protect data. We define three kinds of privacy constraints to support finger-grained privacy customization. We also give a heuristic hybrid fragmentation algorithm which considers query efficiency to produce a hybrid fragmentation. We make some experiments to analyze our approach in the paper.
Wenjuan Cui, Qingzhong Li, Yuliang Shi
WISA3
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
CIKM2
2010 Semantic Annotation of Web Objects Using Constrained Conditional Random Fields
Yongquan Dong, Qingzhong Li, Yongqing Zheng
WAIM2