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 introduces a two-stage graph feature imputation method that leverages local structure and class-aware propagation to effectively handle extreme feature missingness, achieving near full-data accuracy.
Contribution
The paper presents FSD-CAP, a novel framework combining localized fractional diffusion and class-aware refinement for robust feature imputation in highly sparse graphs.
Findings
Achieves ~80% accuracy in node classification with 99.5% missing features.
Reaches over 91% AUC in link prediction under extreme sparsity.
Outperforms existing models on large-scale and heterophily datasets.
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 of features missing across five benchmark datasets, FSD-CAP achieves average accuracies of (structural) and (uniform) in…
Peer Reviews
Decision·ICLR 2026 Poster
1) The authors provide concise yet clear details about the uniqueness of the operators and diffusion refinement stages for FSD-CAP. Further explanations detail clarifying insights about the practical considerations from moving between localized and distant updates. 2) The writing of the paper flows well, transitions between sections make sense and are not abrupt. This eases understanding of more technical concepts. 3) FSD-CAP significantly outperforms current SOTA methods like PCF1, indicating a
1) Although this is common within existing graph-diffusion feature imputation literature, FSD-CAP only tests on Cora, CiteSeer, PubMed, and Amazon-Photo, Amazon-Computers. Further tests on smaller synthetic datasets with defined local and global structures could indicate the power of Theorem 2 in potentially more-difficult scenarios 2) There are no algorithms within the paper to describe the process of FSD-CAP. Although this is partially-abated by the inclusion of code, the pseudo-code seems imp
1. The authors present a new diffusion mechanism for imputation on graph-structured data. 2. The paper is clearly written and organized.
1. State-of-the-art methods [1, 2] are missing from the comparison. It appears that the state-of-the-art methods [1,2] achieve better performance than the proposed method, raising questions about the claimed performance advantages. Futhermore, [2] adopts a similar idea of leveraging label information during propagation. 2. Since the proposed method leverages label information, its performance is likely to depend on label availability; however, no experiments are provided to analyze sensitivity t
The fractional diffusion operator provides principled control over propagation sharpness, interpolating between uniform averaging and dominant-neighbor selection. Progressive subgraph expansion reduces error accumulation compared to global diffusion. Achieves competitive results across multiple datasets and missing patterns.
Table 11 shows counterintuitive performance gains with increasing missing rates: CiteSeer achieves 71.94% accuracy at 99.5% structural missing versus 70.00% with full features. Similar anomalies appear across multiple datasets and missing types, violating basic expectations that more missing information should degrade performance. Critical absence of recent self-supervised graph learning methods for feature reconstruction (e.g., GRACE, GraphCL, MVGRL). Missing comparisons with masked graph mod
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Machine Learning in Healthcare
