FRGNN: Mitigating the Impact of Distribution Shift on Graph Neural Networks via Test-Time Feature Reconstruction
Rui Ding, Jielong Yang, Feng Ji, Xionghu Zhong, Linbo Xie

TL;DR
FRGNN is a novel test-time feature reconstruction framework that improves GNN performance under distribution shift without retraining, by reconstructing node features using a well-trained model.
Contribution
The paper introduces FRGNN, a framework that reconstructs features at test time to mitigate distribution shift effects in GNNs without altering the model.
Findings
FRGNN outperforms baseline methods on multiple datasets.
Reconstructed features effectively reduce distribution shift.
Theoretical guarantees support the framework's effectiveness.
Abstract
Due to inappropriate sample selection and limited training data, a distribution shift often exists between the training and test sets. This shift can adversely affect the test performance of Graph Neural Networks (GNNs). Existing approaches mitigate this issue by either enhancing the robustness of GNNs to distribution shift or reducing the shift itself. However, both approaches necessitate retraining the model, which becomes unfeasible when the model structure and parameters are inaccessible. To address this challenge, we propose FR-GNN, a general framework for GNNs to conduct feature reconstruction. FRGNN constructs a mapping relationship between the output and input of a well-trained GNN to obtain class representative embeddings and then uses these embeddings to reconstruct the features of labeled nodes. These reconstructed features are then incorporated into the message passing…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Machine Learning in Materials Science · Machine Learning and ELM
