paper-with-me

홈 › Papers

GOODAT: Towards Test-time Graph Out-of-Distribution Detection

2024-01-10 · Luzhi Wang, Dongxiao He, He Zhang, Yixin Liu, Wenjie Wang, Shirui Pan, Di Jin, Tat-Seng Chua

Graph neural networks (GNNs) have found widespread application in modeling graph data across diverse domains. While GNNs excel in scenarios where the testing data shares the distribution of their training counterparts (in distribution, ID), they often exhibit incorrect predictions when confronted with samples from an unfamiliar distribution (out-of-distribution, OOD). To identify and reject OOD samples with GNNs, recent studies have explored graph OOD detection, often focusing on training a specific model or modifying the data on top of a well-trained GNN. Despite their effectiveness, these methods come with heavy training resources and costs, as they need to optimize the GNN-based models on training data. Moreover, their reliance on modifying the original GNNs and accessing training data further restricts their universality. To this end, this paper introduces a method to detect Graph Out-of-Distribution At Test-time (namely GOODAT), a data-centric, unsupervised, and plug-and-play solution that operates independently of training data and modifications of GNN architecture. With a lightweight graph masker, GOODAT can learn informative subgraphs from test samples, enabling the capture of distinct graph patterns between OOD and ID samples. To optimize the graph masker, we meticulously design three unsupervised objective functions based on the graph information bottleneck principle, motivating the masker to capture compact yet informative subgraphs for OOD detection. Comprehensive evaluations confirm that our GOODAT method outperforms state-of-the-art benchmarks across a variety of real-world datasets. The code is available at Github: https://github.com/Ee1s/GOODAT

📄 PDF Abstract BibTeX arXiv:2401.06176

Code (1)

ee1s/goodat 공식 구현 pytorch

Tasks

Out-of-Distribution Detection

Similar Papers 제목 키워드 기반

From Subtle to Significant: Prompt-Driven Self-Improving Optimization in Test-Time Graph OOD Detection

2026-02-19 · Luzhi Wang, Xuanshuo Fu, He Zhang, Chuang Liu 외 arxiv

Graph Out-of-Distribution (OOD) detection aims to identify whether a test graph deviates from the distribution of graphs observed during training, which is critical for ensuring the reliability of Graph Neural Networks (…

Graph Out-of-Distribution Detection via Test-Time Calibration with Dual Dynamic Dictionaries

2025-11-17 · Yue Hou, Ruomei Liu, Yingke Su, Junran Wu 외 arxiv

A key challenge in graph out-of-distribution (OOD) detection lies in the absence of ground-truth OOD samples during training. Existing methods are typically optimized to capture features within the in-distribution (ID) d…

Out-of-Distribution Detection

Out-of-distribution Rumor Detection via Test-Time Adaptation

2024-03-26 · Xiang Tao, Mingqing Zhang, Qiang Liu, Shu Wu 외

Due to the rapid spread of rumors on social media, rumor detection has become an extremely important challenge. Existing methods for rumor detection have achieved good performance, as they have collected enough corpus fr…

Test-time Adaptation

Redundancy-Aware Test-Time Graph Out-of-Distribution Detection

2025-10-16 · Yue Hou, He Zhu, Ruomei Liu, Yingke Su 외 arxiv

Distributional discrepancy between training and test data can lead models to make inaccurate predictions when encountering out-of-distribution (OOD) samples in real-world applications. Although existing graph OOD detecti…

Out-of-Distribution DetectionGraph Classification

Test-Time Training for Depression Detection

2024-04-07 · Sri Harsha Dumpala, Chandramouli Shama Sastry, Rudolf Uher, Sageev Oore

Previous works on depression detection use datasets collected in similar environments to train and test the models. In practice, however, the train and test distributions cannot be guaranteed to be identical. Distributio…

Depression Detection