Robust Graph Condensation via Classification Complexity Mitigation
Jiayi Luo, Qingyun Sun, Beining Yang, Haonan Yuan, Xingcheng Fu, Yanbiao Ma, Jianxin Li, Philip S. Yu
TL;DR
This work tackles GC robustness when the original graph is corrupted by adopting a geometry-focused approach: MRGC enforces that the GC-produced condensed graph resides on a smooth, low-dimensional graph data manifold to preserve GC’s intrinsic classification-complexity reduction under universal attacks. It introduces three modules—Intrinsic Dimension Manifold Regularization, Curvature-Aware Manifold Smoothing, and Class-Wise Manifold Decoupling—to reduce intrinsic dimension, smooth decision boundaries, and decouple class manifolds, respectively. Theoretical insights show GC lowers intrinsic dimension while attacks raise it, justifying the regularization strategy, and extensive experiments across five datasets demonstrate MRGC’s superior robustness against structure, feature, and label perturbations compared to strong GC baselines and RobGC. The approach offers practical impact by enhancing GC reliability for efficient GNN training in adversarial environments, with future work extending to graph-level tasks and broader robustness scenarios.
Abstract
Graph condensation (GC) has gained significant attention for its ability to synthesize smaller yet informative graphs. However, existing studies often overlook the robustness of GC in scenarios where the original graph is corrupted. In such cases, we observe that the performance of GC deteriorates significantly, while existing robust graph learning technologies offer only limited effectiveness. Through both empirical investigation and theoretical analysis, we reveal that GC is inherently an intrinsic-dimension-reducing process, synthesizing a condensed graph with lower classification complexity. Although this property is critical for effective GC performance, it remains highly vulnerable to adversarial perturbations. To tackle this vulnerability and improve GC robustness, we adopt the geometry perspective of graph data manifold and propose a novel Manifold-constrained Robust Graph Condensation framework named MRGC. Specifically, we introduce three graph data manifold learning modules that guide the condensed graph to lie within a smooth, low-dimensional manifold with minimal class ambiguity, thereby preserving the classification complexity reduction capability of GC and ensuring robust performance under universal adversarial attacks. Extensive experiments demonstrate the robustness of \ModelName\ across diverse attack scenarios.
