paper-with-me

Papers

$\mathcal{G}^2Pxy$: Generative Open-Set Node Classification on Graphs with Proxy Unknowns

2023-08-10 · Qin Zhang, Zelin Shi, Xiaolin Zhang, Xiaojun Chen, Philippe Fournier-Viger, Shirui Pan

Node classification is the task of predicting the labels of unlabeled nodes in a graph. State-of-the-art methods based on graph neural networks achieve excellent performance when all labels are available during training. But in real-life, models are often applied on data with new classes, which can lead to massive misclassification and thus significantly degrade performance. Hence, developing open-set classification methods is crucial to determine if a given sample belongs to a known class. Existing methods for open-set node classification generally use transductive learning with part or all of the features of real unseen class nodes to help with open-set classification. In this paper, we propose a novel generative open-set node classification method, i.e. $\mathcal{G}^2Pxy$, which follows a stricter inductive learning setting where no information about unknown classes is available during training and validation. Two kinds of proxy unknown nodes, inter-class unknown proxies and external unknown proxies are generated via mixup to efficiently anticipate the distribution of novel classes. Using the generated proxies, a closed-set classifier can be transformed into an open-set one, by augmenting it with an extra proxy classifier. Under the constraints of both cross entropy loss and complement entropy loss, $\mathcal{G}^2Pxy$ achieves superior effectiveness for unknown class detection and known class classification, which is validated by experiments on benchmark graph datasets. Moreover, $\mathcal{G}^2Pxy$ does not have specific requirement on the GNN architecture and shows good generalizations.

📄 PDF Abstract BibTeX arXiv:2308.05463

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationInductive LearningNode Classificationopen-set classificationTransductive Learning

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Scalable kernels for graphs with continuous attributes

2013-12-01 · NeurIPS 2013 12 · Aasa Feragen, Niklas Kasenburg, Jens Petersen, Marleen de Bruijne 외

While graphs with continuous node attributes arise in many applications, state-of-the-art graph kernels for comparing continuous-attributed graphs suffer from a high runtime complexity; for instance, the popular shortest…

General Classification

Fast Online Node Labeling for Very Large Graphs

2023-05-25 · Baojian Zhou, Yifan Sun, Reza Babanezhad

This paper studies the online node classification problem under a transductive learning setting. Current methods either invert a graph kernel matrix with $\mathcal{O}(n^3)$ runtime and $\mathcal{O}(n^2)$ space complexity…

Node ClassificationTransductive Learning

Sparse Diffusion-Convolutional Neural Networks

2017-10-26 · James Atwood, Siddharth Pal, Don Towsley, Ananthram Swami

The predictive power and overall computational efficiency of Diffusion-convolutional neural networks make them an attractive choice for node classification tasks. However, a naive dense-tensor-based implementation of DCN…

Computational EfficiencyGeneral ClassificationNode Classification

G-Mixup: Graph Data Augmentation for Graph Classification

2022-02-15 · Xiaotian Han, Zhimeng Jiang, Ninghao Liu, Xia Hu

This work develops \emph{mixup for graph data}. Mixup has shown superiority in improving the generalization and robustness of neural networks by interpolating features and labels between two random samples. Traditionally…

ClassificationData AugmentationGraph Classification

Sparse Probabilistic Graph Circuits

2025-08-11 · Martin Rektoris, Milan Papež, Václav Šmídl, Tomáš Pevný arxiv

Deep generative models (DGMs) for graphs achieve impressively high expressive power thanks to very efficient and scalable neural networks. However, these networks contain non-linearities that prevent analytical computati…