paper-with-me

홈 › Papers

ROG$_{PL}$: Robust Open-Set Graph Learning via Region-Based Prototype Learning

2024-02-28 · Qin Zhang, Xiaowei Li, Jiexin Lu, Liping Qiu, Shirui Pan, Xiaojun Chen, Junyang Chen

Open-set graph learning is a practical task that aims to classify the known class nodes and to identify unknown class samples as unknowns. Conventional node classification methods usually perform unsatisfactorily in open-set scenarios due to the complex data they encounter, such as out-of-distribution (OOD) data and in-distribution (IND) noise. OOD data are samples that do not belong to any known classes. They are outliers if they occur in training (OOD noise), and open-set samples if they occur in testing. IND noise are training samples which are assigned incorrect labels. The existence of IND noise and OOD noise is prevalent, which usually cause the ambiguity problem, including the intra-class variety problem and the inter-class confusion problem. Thus, to explore robust open-set learning methods is necessary and difficult, and it becomes even more difficult for non-IID graph data.To this end, we propose a unified framework named ROG$_{PL}$ to achieve robust open-set learning on complex noisy graph data, by introducing prototype learning. In specific, ROG$_{PL}$ consists of two modules, i.e., denoising via label propagation and open-set prototype learning via regions. The first module corrects noisy labels through similarity-based label propagation and removes low-confidence samples, to solve the intra-class variety problem caused by noise. The second module learns open-set prototypes for each known class via non-overlapped regions and remains both interior and border prototypes to remedy the inter-class confusion problem.The two modules are iteratively updated under the constraints of classification loss and prototype diversity loss. To the best of our knowledge, the proposed ROG$_{PL}$ is the first robust open-set node classification method for graph data with complex noise.

📄 PDF Abstract BibTeX arXiv:2402.18495

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingGraph LearningNode ClassificationOpen Set Learning

Similar Papers 제목 키워드 기반

GRAPE: Graph-Augmented Prototype Explanations for Interactive Medical Image Diagnosis

2026-06-29 · Rasul Khanbayov, Erchin Serpedin, Hasan Kurban arxiv

Prototype-based medical image classifiers present three clinical limitations: they treat findings as independent, silently amplify unsafe physician feedback, and require full retraining whenever a new finding is needed. …

Graph Memory: A Structured and Interpretable Framework for Modality-Agnostic Embedding-Based Inference

2025-11-18 · Artur A. Oliveira, Mateus Espadoto, Roberto M. Cesar, Roberto Hirata arxiv

We introduce Graph Memory (GM), a structured non-parametric framework that represents an embedding space through a compact graph of reliability-annotated prototype regions. GM encodes local geometry and regional ambiguit…

VK-Det: Visual Knowledge Guided Prototype Learning for Open-Vocabulary Aerial Object Detection

2025-11-22 · Jianhang Yao, Yongbin Zheng, Siqi Lu, Wanying Xu 외 arxiv

To identify objects beyond predefined categories, open-vocabulary aerial object detection (OVAD) leverages the zero-shot capabilities of visual-language models (VLMs) to generalize from base to novel categories. Existing…

Object Detection

Towards Effective Open-set Graph Class-incremental Learning

2025-07-23 · Jiazhen Chen, Zheng Ma, Sichao Fu, Mingbin Feng 외 arxiv

Graph class-incremental learning (GCIL) allows graph neural networks (GNNs) to adapt to evolving graph analytical tasks by incrementally learning new class knowledge while retaining knowledge of old classes. Existing GCI…

class-incremental learning

Dual Explanations via Subgraph Matching for Malware Detection

2025-04-29 · Hossein Shokouhinejad, Roozbeh Razavi-Far, Griffin Higgins, Ali A. Ghorbani

Interpretable malware detection is crucial for understanding harmful behaviors and building trust in automated security systems. Traditional explainable methods for Graph Neural Networks (GNNs) often highlight important …

Malware AnalysisMalware Detection