GJDNet:通过联合解缠学习实现鲁棒图神经网络的对抗攻击防御 / GJDNet: Robust Graph Neural Networks via Joint Disentangled Learning Against Adversarial Attacks
1️⃣ 一句话总结
该论文提出了一种名为GJDNet的图神经网络模型,通过将节点特征和决策空间进行分离学习,有效抵御针对图结构的对抗性攻击,在多类不同连接模式的图上均能保持高稳定性。
Graph Neural Networks (GNNs) are vulnerable to adversarial attacks, which inherently invert connectivity patterns by introducing disassortative edges in assortative graphs and assortative edges in disassortative graphs. This structural inversion creates structure-feature mismatches that disrupt neighborhood aggregation across different graph types. However, we find that existing defenses are limited, as they either treat neighborhoods as monolithic under fixed assortativity assumptions or rely on standard softmax classifiers that fail to account for perturbation-induced representation shifts. To further exploit this observation, we adopt a robustness perspective that jointly disentangles node representations and decision spaces, isolating perturbation effects while enforcing well-separated decision regions. Based on this principle, we propose Graph Joint Disentanglement Network (GJDNet), a unified framework for robust node classification across diverse graph assortativity regimes. GJDNet enhances robustness at both representation and decision levels: it employs feature-driven soft structural disentanglement with skewness-aware neighbor filtering to suppress perturbation-induced structure-feature mismatches, and introduces a Spherical Decision Boundary (SDB) to promote intra-class compactness and inter-class separation in the embedding space, thereby stabilizing decision boundaries under perturbations. Theoretical analysis provides insights into the effectiveness of the proposed disentangled representation and decision mechanisms, while extensive experiments demonstrate that GJDNet consistently achieves strong robustness across graphs with different connectivity regimes.
GJDNet:通过联合解缠学习实现鲁棒图神经网络的对抗攻击防御 / GJDNet: Robust Graph Neural Networks via Joint Disentangled Learning Against Adversarial Attacks
该论文提出了一种名为GJDNet的图神经网络模型,通过将节点特征和决策空间进行分离学习,有效抵御针对图结构的对抗性攻击,在多类不同连接模式的图上均能保持高稳定性。
源自 arXiv: 2606.01560