LGAIOct 16, 2023

SGOOD: Substructure-enhanced Graph-Level Out-of-Distribution Detection

arXiv:2310.10237v210 citationsh-index: 11Has Code
Originality Incremental advance
AI Analysis

This addresses the need for trustworthy models in graph applications to avoid unreliable predictions on OOD data, though it is incremental as it builds on existing OOD detection methods.

The paper tackles the problem of detecting out-of-distribution (OOD) graphs in graph-level representation learning by proposing SGOOD, a framework that leverages substructure differences, and it demonstrates superiority over 11 competitors on numerous datasets, often by a significant margin.

Graph-level representation learning is important in a wide range of applications. Existing graph-level models are generally built on i.i.d. assumption for both training and testing graphs. However, in an open world, models can encounter out-of-distribution (OOD) testing graphs that are from different distributions unknown during training. A trustworthy model should be able to detect OOD graphs to avoid unreliable predictions, while producing accurate in-distribution (ID) predictions. To achieve this, we present SGOOD, a novel graph-level OOD detection framework. We find that substructure differences commonly exist between ID and OOD graphs, and design SGOOD with a series of techniques to encode task-agnostic substructures for effective OOD detection. Specifically, we build a super graph of substructures for every graph, and develop a two-level graph encoding pipeline that works on both original graphs and super graphs to obtain substructure-enhanced graph representations. We then devise substructure-preserving graph augmentation techniques to further capture more substructure semantics of ID graphs. Extensive experiments against 11 competitors on numerous graph datasets demonstrate the superiority of SGOOD, often surpassing existing methods by a significant margin. The code is available at https://github.com/TommyDzh/SGOOD.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes