TL;DR
This paper introduces GOOD-D, a novel unsupervised graph contrastive learning framework for detecting out-of-distribution graphs without requiring labeled data, demonstrating superior performance on multiple datasets.
Contribution
The paper pioneers unsupervised graph-level OOD detection using hierarchical contrastive learning with a new data augmentation method, filling a gap in existing research.
Findings
GOOD-D outperforms state-of-the-art methods on various datasets.
Hierarchical contrastive learning captures latent ID patterns effectively.
The approach works without labeled data, reducing labeling costs.
Abstract
Most existing deep learning models are trained based on the closed-world assumption, where the test data is assumed to be drawn i.i.d. from the same distribution as the training data, known as in-distribution (ID). However, when models are deployed in an open-world scenario, test samples can be out-of-distribution (OOD) and therefore should be handled with caution. To detect such OOD samples drawn from unknown distribution, OOD detection has received increasing attention lately. However, current endeavors mostly focus on grid-structured data and its application for graph-structured data remains under-explored. Considering the fact that data labeling on graphs is commonly time-expensive and labor-intensive, in this work we study the problem of unsupervised graph OOD detection, aiming at detecting OOD graphs solely based on unlabeled ID data. To achieve this goal, we develop a new graph…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsTest · Contrastive Learning
