paper-with-me

홈 › Papers

Disentangled Graph Prompting for Out-Of-Distribution Detection

2026-03-31 · Cheng Yang, Yu Hao, Qi Zhang, Chuan Shi arxiv

When testing data and training data come from different distributions, deep neural networks (DNNs) will face significant safety risks in practical applications. Therefore, out-of-distribution (OOD) detection techniques, which can identify OOD samples at test time and alert the system, are urgently needed. Existing graph OOD detection methods usually characterize fine-grained in-distribution (ID) patterns from multiple perspectives, and train end-to-end graph neural networks (GNNs) for prediction. However, due to the unavailability of OOD data during training, the absence of explicit supervision signals could lead to sub-optimal performance of end-to-end encoders. To address this issue, we follow the pre-training+prompting paradigm to utilize pre-trained GNN encoders, and propose Disentangled Graph Prompting (DGP), to capture fine-grained ID patterns with the help of ID graph labels. Specifically, we design two prompt generators that respectively generate class-specific and class-agnostic prompt graphs by modifying the edge weights of an input graph. We also design several effective losses to train the prompt generators and prevent trivial solutions. We conduct extensive experiments on ten datasets to demonstrate the superiority of our proposed DGP, which achieves a relative AUC improvement of 3.63% over the best graph OOD detection baseline. Ablation studies and hyper-parameter experiments further show the effectiveness of DGP. Code is available at https://github.com/BUPT-GAMMA/DGP.

📄 PDF Abstract BibTeX arXiv:2603.29644

Code (0)

등록된 구현이 없습니다.

Tasks

Out-of-Distribution Detection

Similar Papers 제목 키워드 기반

Out-of-Distribution Generalized Dynamic Graph Neural Network with Disentangled Intervention and Invariance Promotion

2023-11-24 · Zeyang Zhang, Xin Wang, Ziwei Zhang, Haoyang Li 외

Dynamic graph neural networks (DyGNNs) have demonstrated powerful predictive abilities by exploiting graph structural and temporal dynamics. However, the existing DyGNNs fail to handle distribution shifts, which naturall…

Graph AttentionGraph Neural Network

Prompting Disentangled Embeddings for Knowledge Graph Completion with Pre-trained Language Model

2023-12-04 · Yuxia Geng, Jiaoyan Chen, Yuhang Zeng, Zhuo Chen 외

Both graph structures and textual information play a critical role in Knowledge Graph Completion (KGC). With the success of Pre-trained Language Models (PLMs) such as BERT, they have been applied for text encoding for KG…

Knowledge Graph CompletionLanguage ModelingLanguage Modelling

GDDA: Semantic OOD Detection on Graphs under Covariate Shift via Score-Based Diffusion Models

2024-10-23 · Zhixia He, Chen Zhao, Minglai Shao, Yujie Lin 외

Out-of-distribution (OOD) detection poses a significant challenge for Graph Neural Networks (GNNs), particularly in open-world scenarios with varying distribution shifts. Most existing OOD detection methods on graphs pri…

Out of Distribution (OOD) Detection

DAGPrompT: Pushing the Limits of Graph Prompting with a Distribution-aware Graph Prompt Tuning Approach

2025-01-25 · Qin Chen, Liang Wang, Bo Zheng, Guojie Song

The pre-train then fine-tune approach has advanced GNNs by enabling general knowledge capture without task-specific labels. However, an objective gap between pre-training and downstream tasks limits its effectiveness. Re…

General KnowledgeGraph Classification

Disentangled Causal Graph Learning for Online Unsupervised Root Cause Analysis

2023-05-18 · Dongjie Wang, Zhengzhang Chen, Yanjie Fu, Yanchi Liu 외

The task of root cause analysis (RCA) is to identify the root causes of system faults/failures by analyzing system monitoring data. Efficient RCA can greatly accelerate system failure recovery and mitigate system damages…

Graph Learning