arXiv:2507.17687cs.LG2025-07中稿 · 33rd ACM Internati…

提出新框架解决图学习中未知类别识别难题

Towards Effective Open-set Graph Class-incremental Learning

  • 用原型变分自编码器生成旧类伪嵌入,防止遗忘
  • 通过混合策略生成分布外样本,提升未知类检测能力
  • 设计原型超球分类损失,显式建模未知类为异常点

图类增量学习(GCIL)使图神经网络能逐步学习新类别并保留旧知识。现有方法多假设测试样本均来自已知类别,难以应对真实场景中出现的未知类别。本文研究更具挑战性的开放集图类增量学习问题,面临两大难题:旧类遗忘影响未知类检测,开放集识别不足导致知识不稳定。为此提出新型OGCIL框架:利用原型条件变分自编码器合成旧类节点嵌入,实现无需存储原始图数据的知识回放;通过混合策略从分布内与当前节点嵌入生成分布外(OOD)样本;设计新型原型超球分类损失,将分布内嵌入锚定于对应类别原型,同时排斥分布外嵌入。该损失函数显式将未知样本建模为原型感知的异常区域,避免将其归入单一聚类,从而实现稳健的开放集识别。在五个基准数据集上的实验表明,OGCIL显著优于现有GCIL及开放集GNN方法。

原文摘要 · Abstract (English)

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 GCIL methods primarily focus on a closed-set assumption, where all test samples are presumed to belong to previously known classes. Such an assumption restricts their applicability in real-world scenarios, where unknown classes naturally emerge during inference, and are absent during training. In this paper, we explore a more challenging open-set graph class-incremental learning scenario with two intertwined challenges: catastrophic forgetting of old classes, which impairs the detection of unknown classes, and inadequate open-set recognition, which destabilizes the retention of learned knowledge. To address the above problems, a novel OGCIL framework is proposed, which utilizes pseudo-sample embedding generation to effectively mitigate catastrophic forgetting and enable robust detection of unknown classes. To be specific, a prototypical conditional variational autoencoder is designed to synthesize node embeddings for old classes, enabling knowledge replay without storing raw graph data. To handle unknown classes, we employ a mixing-based strategy to generate out-of-distribution (OOD) samples from pseudo in-distribution and current node embeddings. A novel prototypical hypersphere classification loss is further proposed, which anchors in-distribution embeddings to their respective class prototypes, while repelling OOD embeddings away. Instead of assigning all unknown samples into one cluster, our proposed objective function explicitly models them as outliers through prototype-aware rejection regions, ensuring a robust open-set recognition. Extensive experiments on five benchmarks demonstrate the effectiveness of OGCIL over existing GCIL and open-set GNN methods.

图学习增量学习开放集识别

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。