VLDB 2026 Research / reviewers in the wild / expert
Lixing Chen
dblp:154/7371
· DBLP profile ↗
7ranked-venue papers in the field
0as first author
7since 2021 · last 2026
—ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 5Data Mining & Knowledge Discovery · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | TS-Unlearn: A Dual-Objective Unlearning Framework for Time Series Forecasting
Lixing Chen, Zhongqi Miao, Junhua Tang, Yang Bai 0010, Jianhua Li 0001 |
PAKDD (2) | 2 |
| 2026 | How Human Experts Educate Specialized LLMs: Filling Knowledge Gaps in KG-Augmented Generation through Hallucination DetectionabstractThe integration of Domain Knowledge Graphs (DKG) into Retrieval-Augmented Generation has emerged as a promising approach for constructing Specialized Large Language Models (spLLMs).On account of the scarcity of high-quality DKGs, existing approaches employ an evolutionary framework, wherein the DKG is continuously evolved alongside its utilization for enhancing the LLM. Yet, these methods face two key limitations: 1) heavy reliance on costly expert knowledge, and 2) neglect of the connection between the LLM's inherent knowledge and external expert knowledge. To address these issues, this paper introduces Epistemic Cognition-enhanced Specialized LLMs (EC-spLLM), a novel evolutionary framework that instills epistemic cognition into the LLM to systematically exploit both its internal knowledge and expert knowledge. At the core of EC-spLLM lies the Hallucination Detection-based Epistemic Cognition (HDEC) mechanism, which assesses the reliability of LLM-generated responses using the LLM's self cognition and hallucination detection. This assessment ability enables EC-spLLM to selectively adopt either the expert-provided golden answer or a reliable LLM-generated answer during DKG evolution, thereby reducing dependence on experts and bridging internal and external knowledge sources to enhance performance. We conducted extensive experiments on five datasets spanning five domain, e.g., emotional sociology, biology, ect. Results show that EC-spLLM reduces the usage of golden answers by an average of 67% while retaining 97.2% of the accuracy achieved by the SOTA method, and outperforms all other baselines. Lixing Chen, Junhua Tang, Yang Bai 0010, Yutong Zhang 0003, Pan Zhou 0001 |
WWW | 2 |
| 2026 | Augmenting Cross-View Geo-Localization with Spatial Semantics from Vision Foundation ModelsabstractCross-view geo-localization (CVGL) establishes correspondences between ground-level and satellite images of the same geographic location, serving as a fundamental technology for smart city applications, including autonomous navigation, urban planning, and location-based services. Current CVGL approaches fall into two categories: feature-based methods achieve superior performance through 2D representation learning but lack interpretability. Spatial-based methods provide geometric understanding and interpretable matching but suffer from limited spatial modeling and weak cross-view alignment, leading to lower performance. We reformulate CVGL from a spatial perspective and propose an auxiliary task-enhanced network. The network captures spatial semantics and provides explicit alignment processes with visualizable results. We introduce an auxiliary spatial semantic alignment (SSA) task that learns spatial structure via vision foundation models (VFM) and BEV transformation to enhance the primary CVGL task. The primary task captures visual semantics, including texture and appearance. Within this unified framework with shared encoders, the primary task enriches the learned embeddings by fusing spatial structure with visual semantics, yielding spatially complete representations. Extensive experiments on three standard CVGL benchmarks demonstrate that our method significantly surpasses previous spatial-based approaches while maintaining competitive performance with state-of-the-art (SOTA) feature-based methods, achieving 98.48% R@1 on CVUSA and 71.05% R@1 on CVACT\_test. We provide comprehensive analyses through pixel-level activation maps and feature-space UMAP visualizations to validate both effectiveness and interpretability. Lixing Chen, Yang Bai 0010, Zhongqi Miao, Pan Zhou 0001, Jianhua Li 0001 |
WWW | 2 |
| 2026 | Playing Close to the Vest: Competitive Information Propagation in Partially Observed Dual-Population Mean-Field Games
Dun Tan, Lixing Chen, Bo Zhang 0063, Hongfu Liu 0003, Hao Peng 0002, Shenghong Li 0001, Yang Bai 0010, Pan Zhou 0001 |
WWW | 2 |
| 2025 | Way to Specialist: Closing Loop Between Specialized LLM and Evolving Domain Knowledge GraphabstractLarge language models (LLMs) have demonstrated exceptional performance across a wide variety of domains. Nonetheless, generalist LLMs continue to fall short in reasoning tasks necessitating specialized knowledge, e.g., emotional sociology and medicine. Prior investigations into specialized LLMs focused on domain-specific training, which entails substantial efforts in domain data acquisition and model parameter fine-tuning. To address these challenges, this paper proposes the Way-to-Specialist (WTS) framework, which synergizes retrieval-augmented generation with knowledge graphs (KGs) to enhance the specialized capability of LLMs in the absence of specialized training. In distinction to existing paradigms that merely utilize external knowledge from general KGs or static domain KGs to prompt LLM for enhanced domain-specific reasoning, WTS proposes an innovative ''LLM↻KG'' paradigm, which achieves bidirectional enhancement between specialized LLM and domain knowledge graph (DKG). The proposed paradigm encompasses two closely coupled components: the DKG-Augmented LLM and the LLM-Assisted DKG Evolution. The former retrieves question-relevant domain knowledge from DKG and uses it to prompt LLM to enhance the reasoning capability for domain-specific tasks; the latter leverages LLM to generate new domain knowledge from processed tasks and use it to evolve DKG. WTS closes the loop between DKG-Augmented LLM and LLM-Assisted DKG Evolution, enabling continuous improvement in the domain specialization as it progressively answers and learns from domain-specific questions. We validate the performance of WTS on 7 datasets (e.g., TweetQA, ChatDoctor5k) spanning 6 domains, e.g., emotional sociology, medical, ect. The experimental results show that WTS surpasses the previous SOTA in 5 specialized domains, and achieves a maximum performance improvement of 11.3%. Yutong Zhang 0003, Lixing Chen, Shenghong Li 0001, Nan Cao 0001, Yang Shi 0007, Jiaxin Ding 0001, Pan Zhou 0001, Yang Bai 0010 |
KDD (1) | 2 |
| 2024 | Divide, Conquer, and Coalesce: Meta Parallel Graph Neural Network for IoT Intrusion Detection at ScaleabstractThis paper proposes Meta Parallel Graph Neural Network (MPGNN) to establish a scalable Network Intrusion Detection System (NIDS) for large-scale Internet of Things (IoT) networks. MPGNN leverages a meta-learning framework to optimize the parallelism of GNN-based NIDS. The core of MPGNN is a coalition formation policy that generates meta-knowledge for partitioning a massive graph into multiple coalitions/subgraphs in a way that maximizes the performance and efficiency of parallel coalitional NIDSs. We propose an offline reinforcement learning algorithm, called Graph-Embedded Adversarially Trained Actor-Critic (G-ATAC), to learn a coalition formation policy that jointly optimizes intrusion detection accuracy, communication overheads, and computational complexities of coalitional NIDSs. In particular, G-ATAC learns to capture the temporal dependencies of network states and coalition formation decisions over offline data, eliminating the need for expensive online interactions with large IoT networks. Given generated coalitions, MPGNN employs E-GraphSAGE to establish coalitional NIDSs which then collaborate via ensemble prediction to accomplish intrusion detection for the entire network. We evaluate MPGNN on two real-world datasets. The experimental results demonstrate the superiority of our method with substantial improvements in F1 score, surpassing the state-of-the-art methods by 0.38 and 0.29 for the respective datasets. Compared to the centralized NIDS, MPGNN reduces the training time of NIDS by 41.63% and 22.11%, while maintaining an intrusion detection performance comparable to centralized NIDS. Hua Ding 0001, Lixing Chen, Shenghong Li 0001, Yang Bai 0010, Pan Zhou 0001 |
WWW | 2 |
| 2021 | Autodidactic Neurosurgeon: Collaborative Deep Inference for Mobile Edge Intelligence via Online LearningabstractRecent breakthroughs in deep learning (DL) have led to the emergence of many intelligent mobile applications and services, but in the meanwhile also pose unprecedented computing challenges on resource-constrained mobile devices. This paper builds a collaborative deep inference system between a resource-constrained mobile device and a powerful edge server, aiming at joining the power of both on-device processing and computation offloading. The basic idea of this system is to partition a deep neural network (DNN) into a front-end part running on the mobile device and a back-end part running on the edge server, with the key challenge being how to locate the optimal partition point to minimize the end-to-end inference delay. Unlike existing efforts on DNN partitioning that rely heavily on a dedicated offline profiling stage to search for the optimal partition point, our system has a built-in online learning module, called Autodidactic Neurosurgeon (ANS), to automatically learn the optimal partition point on-the-fly. Therefore, ANS is able to closely follow the changes of the system environment by generating new knowledge for adaptive decision making. The core of ANS is a novel contextual bandit learning algorithm, called μLinUCB, which not only has provable theoretical learning performance guarantee but also is ultra-lightweight for easy real-world implementation. We implement our system on a video stream object detection testbed to validate the design of ANS and evaluate its performance. The experiments show that ANS significantly outperforms state-of-the-art benchmarks in terms of tracking system changes and reducing the end-to-end inference delay. Lixing Chen, Jie Xu 0001 |
WWW | 2 |