PLGC: Pseudo-Labeled Graph Condensation
Jay Nandy, Arnab Kumar Mondal, Anuj Rathore, Mahesh Chandran
TL;DR
PLGC tackles the problem of graph condensation in settings with scarce or noisy labels by introducing a self-supervised framework that learns latent pseudo-labels from node embeddings and alternates pseudo-label construction with condensed-graph optimization. It replaces ground-truth supervision with a prototype-based pseudo-labeling scheme, using swapped-assignment and balanced Sinkhorn-based updates to form a stable assignment matrix, and aligns condensed graphs to these pseudo-labels via an MMD-like representation objective. The authors provide theoretical guarantees showing pseudo-labels concentrate around latent centers and preserve cluster separation under mild assumptions, along with explicit sample-complexity bounds. Empirically, PLGC achieves competitive performance with state-of-the-art supervised condensation on clean data and substantially outperforms under label noise, with strong generalization in few-shot and multi-source scenarios, and transferability to link prediction. Overall, the work bridges self-supervised representation learning and graph condensation, enabling robust, label-free condensation for scalable graph learning.
Abstract
Large graph datasets make training graph neural networks (GNNs) computationally costly. Graph condensation methods address this by generating small synthetic graphs that approximate the original data. However, existing approaches rely on clean, supervised labels, which limits their reliability when labels are scarce, noisy, or inconsistent. We propose Pseudo-Labeled Graph Condensation (PLGC), a self-supervised framework that constructs latent pseudo-labels from node embeddings and optimizes condensed graphs to match the original graph's structural and feature statistics -- without requiring ground-truth labels. PLGC offers three key contributions: (1) A diagnosis of why supervised condensation fails under label noise and distribution shift. (2) A label-free condensation method that jointly learns latent prototypes and node assignments. (3) Theoretical guarantees showing that pseudo-labels preserve latent structural statistics of the original graph and ensure accurate embedding alignment. Empirically, across node classification and link prediction tasks, PLGC achieves competitive performance with state-of-the-art supervised condensation methods on clean datasets and exhibits substantial robustness under label noise, often outperforming all baselines by a significant margin. Our findings highlight the practical and theoretical advantages of self-supervised graph condensation in noisy or weakly-labeled environments.
