VLDB 2026 Research / reviewers in the wild / expert
Ge Zhang 0002
dblp:70/6366-2
· DBLP profile ↗
12ranked-venue papers in the field
3as first author
11since 2021 · last 2026
0000-0001-6009-780XORCID · verified
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 5 (2 first)Database Systems & Data Management · 4Data Mining & Knowledge Discovery · 3 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Community-Aware Graph Contrastive Learning for Long-Tail Crowdsourcing Truth Inference
Xiu Susie Fang, Heting Liang, Yuqiong Yi, Xinwei Huang, Guohao Sun 0001, Ge Zhang 0002 |
DASFAA (3) | 6 |
| 2026 | Semi-Supervised Fake News Detection with Mixture of ExpertsabstractSingle-expert fake news detectors, such as Graph Neural Networks (GNNs) and Large Language Models (LLMs), increasingly struggle to counter the diversifying camouflage tactics of modern adversaries, which range from semantic (e.g., mimicking writing styles) to structural (e.g., manipulating propagation paths). To address this, existing methods attempt to build a hybrid model by sequentially incorporating GNNs and LLMs; however, such hybridization blurs the distinction between experts and prevents critical cross-validation. In addition, existing methods rely heavily on vast labeled data, which is costly to acquire, particularly for fake news samples. In this paper, we propose a Semi-supervised Mixture of Experts framework for Fake news detection, namely S2MOE-F. The core idea of S2MOE-F is to establish a robust defense against multifaceted camouflage by cross-validating the complementary judgments of two independent experts, GNN and LLM. On the one hand, S2MOE-F drives experts' judgments by using a One-Class Classification (OCC) objective, which constrains true news within a compact hypersphere and identifies samples outside this boundary as fake, reducing reliance on scarce fake news labels. On the other hand, S2MOE-F generates high-confidence pseudo-labels based on consensus or divergence between experts to exploit abundant unlabeled data. In addition, we propose a novel reinforcement learning (RL)-based routing policy that dynamically determines the dominant expert for input samples without explicit supervision. Finally, we design a disentangled masked Transformer to ensure experts' specialization by reducing inter-expert redundancy. Extensive experiments on real-world datasets sourced from Web platforms and social media demonstrate the superior performance of S2MOE-F. Zhenyu Yang 0004, Chaoyu Yang, Xiuxiu Hao, Ge Zhang 0002, Xiaoxiao Ma 0002, Jun Shen 0001 |
WWW | 6 |
| 2026 | Revisiting Graph-Level Anomaly Detection: From Partially to Fully Unsupervised LearningabstractGraph-level anomaly detection (GLAD) is a critical task to identify graphs with abnormal properties in various domains, ranging from fraudulent social networks to malicious botnets on online platforms. The dominant paradigm for existing GLAD detectors has been partially unsupervised, relying on training data composed exclusively of normal samples. However, this partially unsupervised paradigm inevitably requires a costly expert filtering process to ensure the training data is free of anomalies. This creates a significant gap between current approaches and the real-world necessity of a fully unsupervised paradigm, which involves training a model directly on real-world data ''as-is'', with its inherent mix of normal and anomalous samples. To bridge this gap, we incorporate uncertainty learning into GLAD to promote fully unsupervised learning. We propose two frameworks: Score Uncertainty Learning (SUL) and Graph-data Uncertainty Learning (GUL). Specifically, SUL enhances existing GLAD detectors by modeling uncertainty through Gaussian distributions over the detectors' predictions, adaptively attenuating the influence of potential anomalies. GUL is an end-to-end framework that iteratively optimizes anomaly detection and uncertainty modeling via an Expectation-Maximization algorithm. In addition, we develop a dedicated loss that utilizes potential anomalies to enhance the effectiveness and robustness of GUL. Empirical results on sixteen benchmark datasets, covering real-world graphs from social networks and online platforms, demonstrate the superiority of our methods and highlight the promise of incorporating uncertainty into fully unsupervised GLAD. Zhenyu Yang 0004, Ge Zhang 0002, Shan Xue 0001, Xiaoxiao Ma 0002, Jian Yang 0001, Hao Peng 0001, Amin Beheshti, Jia Wu 0001 |
WWW | 2 |
| 2026 | Generalizable Graph-level Anomaly Detection via Prompted Anomaly Expansion and Normality Extraction
Ge Zhang 0002, Jiapei Chen, Guohao Sun 0001, Xiu Susie Fang, Zhenyu Yang 0004, Xixun Lin, Liang Yang 0002 |
WWW | 1 |
| 2026 | Learning From Graph-Graph Relationship: A New Perspective on Graph-Level Anomaly Detection
Zhenyu Yang 0004, Ge Zhang 0002, Jia Wu 0001, Jian Yang 0001, Hao Peng 0001, Pietro Liò |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2025 | Global Interpretable Graph-level Anomaly Detection via PrototypeabstractGraph-level anomaly detection (GLAD) identifies graphs exhibiting abnormal properties within a graph dataset.Despite promising results in this task, the state-of-the-art methods cannot be fully trusted and deployed in realistic scenarios due to their black-box nature.To alleviate this, existing methods try to explain predictions by extracting important subgraphs from each graph, as instancelevel explanations.However, instance-level explanations across all samples are costly to verify and insufficient to capture the model's general behaviors.Thus, we propose a global interpretable Graph-Level Anomaly Detection model via Prototype (GLADPro), which provides global-level explanations throughout the entire dataset, that is, the significant subgraph patterns that consistently influence the model's decisions.Specifically, GLADPro incorporates prototype learning with the information bottleneck principle, enabling prototypes to capture the most significant subgraph patterns as global-level explanations through persistent interactions with key subgraphs from input graphs.In addition, a regularization term is proposed to prevent the collapse traps with theoretical proof.Finally, we filter redundant prototypes using the maximum mean discrepancy metric.Extensive experiments demonstrate the superiority of GLADPro in anomaly detection and explainability; for instance, on the mutagen dataset, it reduces the number of explanations to verify from 1403 to only 6. Zhenyu Yang 0004, Ge Zhang 0002, Jia Wu 0001, Jian Yang 0001, Shan Xue 0001, Amin Beheshti, Hao Peng 0001, Quan Z. Sheng |
KDD (2) | 2 |
| 2025 | Conformal Graph-level Out-of-distribution Detection with Adaptive Data AugmentationabstractGraph-level out-of-distribution (OOD) detection, which attempts to identify OOD graphs originated from an unknown distribution, is a vital building block for safety-critical applications in Web and society. Current approaches concentrate on how to learn better graph representations, but fail to provide any statistically guarantee on detection results, therefore impeding their deployments in the scenario where detection errors would result in serious consequences. To overcome this critical issue, we propose the Conformal Graph-level Out-of-distribution Detection (CGOD), extending the theory of conformal prediction to graph-level OOD detection with a rigorous control over the false positive rate. In CGOD, we develop a new aggregated non-conformity score function based on the proposed adaptive data augmentation. Through the guidance from two designed metrics, i.e., score consistency and representation diversity, our augmentation strategy can generate multiple non-conformity scores, and aggregating these generated non-conformity scores together is robust to the misleading information. Meanwhile, our score function can perceive the subsequent process of conformal inference, enabling the aggregated non-conformity score to be adaptive to different input graphs and deriving a more accurate score estimation. We conduct experiments on multiple real-world datasets with different empirical settings. Extensive results and model analyses demonstrate the superior performance of our approach over several competitive baselines. Xixun Lin, Yanan Cao 0001, Lixin Zou, Chuan Zhou 0001, Peng Zhang 0001, Shuai Zhang 0007, Ge Zhang 0002, Jia Wu 0001 |
WWW | 8 |
| 2024 | CINA: Curvature-Based Integrated Network Alignment with HypergraphabstractNetwork alignment involves identifying corresponding nodes across multiple networks. The majority of existing methods adhere to the assumption of consistency. However, due to distinct graph generation mechanisms, anchor nodes in real-world datasets often exhibit more intricate structural patterns, such as having multiple different neighbors and higher-order associations. Relying solely on consistency while disregarding the intricate patterns of anchor links may potentially inflict substantial detriment upon both the accuracy of network alignment and the generality of the model. In this paper, we introduce the disparity and diversity based on distinct structural patterns of ubiquitous anchor links. We propose a comprehensive framework that employs first-order proximity, lower-order discriminability, and higher-order correlation to model consistency, disparity, and diversity. We also incorporate a post-fusion mechanism for effectively integrating alignment matrices. Furthermore, we innovatively introduce hyperbolic space as an embedding space to further minimize embedding distortion. Extensive experiments have shown that our approach achieves state-of-the-art alignment results and yields notable improvements in the overall versatility of the model. Pengfei Jiao, Yuanqi Liu, Yinghui Wang 0005, Ge Zhang 0002 |
ICDE | 4 |
| 2023 | Minimum Entropy Principle Guided Graph Neural NetworksabstractGraph neural networks (GNNs) are now the mainstream method for mining graph-structured data and learning low-dimensional node- and graph-level embeddings to serve downstream tasks. However, limited by the bottleneck of interpretability that deep neural networks present, existing GNNs have ignored the issue of estimating the appropriate number of dimensions for the embeddings. Hence, we propose a novel framework called Minimum Graph Entropy principle-guided Dimension Estimation, i.e. MGEDE, that learns the appropriate embedding dimensions for both node and graph representations. In terms of node-level estimation, a minimum entropy function that counts both structure and attribute entropy, appraises the appropriate number of dimensions. In terms of graph-level estimation, each graph is assigned a customized embedding dimension from a candidate set based on the number of dimensions estimated for the node-level embeddings. Comprehensive experiments with node and graph classification tasks and nine benchmark datasets verify the effectiveness and generalizability of MGEDE. Zhenyu Yang 0004, Ge Zhang 0002, Jia Wu 0001, Jian Yang 0001, Quan Z. Sheng, Hao Peng 0001, Angsheng Li, Shan Xue 0001, Jianlin Su |
WSDM | 2 |
| 2022 | eFraudCom: An E-commerce Fraud Detection System via Competitive Graph Neural NetworksabstractWith the development of e-commerce, fraud behaviors have been becoming one of the biggest threats to the e-commerce business. Fraud behaviors seriously damage the ranking system of e-commerce platforms and adversely influence the shopping experience of users. It is of great practical value to detect fraud behaviors on e-commerce platforms. However, the task is non-trivial, since the adversarial action taken by fraudsters. Existing fraud detection systems used in the e-commerce industry easily suffer from performance decay and can not adapt to the upgrade of fraud patterns, as they take already known fraud behaviors as supervision information to detect other suspicious behaviors. In this article, we propose a competitive graph neural networks (CGNN)-based fraud detection system (eFraudCom) to detect fraud behaviors at one of the largest e-commerce platforms, “Taobao” 1 . In the eFraudCom system, (1) the competitive graph neural networks (CGNN) as the core part of eFraudCom can classify behaviors of users directly by modeling the distributions of normal and fraud behaviors separately; (2) some normal behaviors will be utilized as weak supervision information to guide the CGNN to build the profile for normal behaviors that are more stable than fraud behaviors. The algorithm dependency on fraud behaviors will be eliminated, which enables eFraudCom to detect fraud behaviors in presence of the new fraud patterns; (3) the mutual information regularization term can maximize the separability between normal and fraud behaviors to further improve CGNN. eFraudCom is implemented into a prototype system and the performance of the system is evaluated by extensive experiments. The experiments on two Taobao and two public datasets demonstrate that the proposed deep framework CGNN is superior to other baselines in detecting fraud behaviors. A case study on Taobao datasets verifies that CGNN is still robust when the fraud patterns have been upgraded. Ge Zhang 0002, Zhao Li 0007, Jia Wu 0001, Chuan Zhou 0001, Jian Yang 0001, Jianliang Gao |
ACM Trans. Inf. Syst. | 1 |
| 2021 | FRAUDRE: Fraud Detection Dual-Resistant to Graph Inconsistency and ImbalanceabstractThe objective of fraud detection is to distinguish fraudsters from normal users. In graph/network environments, both fraudsters and normal users are modeled as nodes, and the connections between those nodes are represented as edges. Fraudsters typically try to camouflage themselves with “normal” behaviors, say, by deliberately establishing many connections to normal users. Such camouflage inherently makes their appearance inconsistent with the essence of what it is to be normal, and gives rise to inconsistencies in the graph. In this paper, we investigate three aspects of these graph inconsistencies: features, topologies, and relations. To date, graph-based fraud detectors have shown a rather limited capability to fuse information about different types of inconsistencies. Apart from that, there is another problem of imbalance to overcome. This is because fraudsters usually only account for a very small percentage of all users. To achieve a promising capability, i.e., dual-resistant to graph inconsistency and imbalance, we present a new fraud detection model FRAUDRE based on Graph Neural Networks. Extensive experiments comparing eight up-to-date baselines on two real-world datasets, Amazon and YelpChi, demonstrate the superiority of FRAUDRE. Ge Zhang 0002, Jia Wu 0001, Jian Yang 0001, Amin Beheshti, Shan Xue 0001, Chuan Zhou 0001, Quan Z. Sheng |
ICDM | 1 |
| 2020 | Detecting Communities with Multiplex Semantics by Distinguishing Background, General, and Specialized TopicsabstractFinding semantic communities using network topology and contents together is a hot topic in community detection. Existing methods often use word attributes in an indiscriminate way to help finding communities. Through analysis we find that, words in networked contents often embody a hierarchical semantic structure. Some words reflect a background topic of the whole network with all communities, some imply the high-level general topic covering several topic-related communities, and some imply the high-resolution specialized topic to describe each community. Ignoring such semantic structures often leads to defects in depicting networked contents where deep semantics are not fully utilized. To solve this problem, we propose a new Bayesian probabilistic model. By distinguishing words from either a background topic or some two-level topics (i.e., general and specialized topics), this model not only better utilizes the networked contents to help finding communities, but also provides a clearer multiplex semantic community interpretation. We then give an efficient variational algorithm for model inference. The superiority of this new approach is demonstrated by comparing with ten state-of-the-art methods on nine real networks and an artificial benchmark. A case study is further provided to show its strong ability in deep semantic interpretation of communities. Di Jin 0001, Kunzeng Wang, Ge Zhang 0002, Pengfei Jiao, Dongxiao He, Françoise Fogelman-Soulié, Xin Huang 0001 |
IEEE Trans. Knowl. Data Eng. | 3 |