FSD-CAP: Fractional Subgraph Diffusion with Class-Aware Propagation for Graph Feature Imputation
Xin Qiao, Shijie Sun, Anqi Dong, Cong Hua, Xia Zhao, Longfei Zhang, Guangming Zhu, Liang Zhang
TL;DR
FSD-CAP tackles the problem of imputing missing node features in graphs under extreme sparsity. It introduces a two-stage framework that combines a fractional diffusion operator with progressive subgraph diffusion and a class-aware refinement stage to stabilize diffusion and enforce semantic consistency. The method demonstrates strong empirical gains in semi-supervised node classification and link prediction across five datasets, including large-scale and heterophilous graphs, with robustness to 99.5% feature missing. Overall, FSD-CAP provides a scalable, diffusion-based solution that approaches fully observed performance in challenging sparse regimes and offers principled convergence guarantees for its local-to-global diffusion process.
Abstract
Imputing missing node features in graphs is challenging, particularly under high missing rates. Existing methods based on latent representations or global diffusion often fail to produce reliable estimates, and may propagate errors across the graph. We propose FSD-CAP, a two-stage framework designed to improve imputation quality under extreme sparsity. In the first stage, a graph-distance-guided subgraph expansion localizes the diffusion process. A fractional diffusion operator adjusts propagation sharpness based on local structure. In the second stage, imputed features are refined using class-aware propagation, which incorporates pseudo-labels and neighborhood entropy to promote consistency. We evaluated FSD-CAP on multiple datasets. With $99.5\%$ of features missing across five benchmark datasets, FSD-CAP achieves average accuracies of $80.06\%$ (structural) and $81.01\%$ (uniform) in node classification, close to the $81.31\%$ achieved by a standard GCN with full features. For link prediction under the same setting, it reaches AUC scores of $91.65\%$ (structural) and $92.41\%$ (uniform), compared to $95.06\%$ for the fully observed case. Furthermore, FSD-CAP demonstrates superior performance on both large-scale and heterophily datasets when compared to other models.
