DFA-GNN: Forward Learning of Graph Neural Networks by Direct Feedback Alignment
Gongpei Zhao, Tao Wang, Congyan Lang, Yi Jin, Yidong Li, Haibin Ling

TL;DR
This paper introduces DFA-GNN, a novel forward learning framework for graph neural networks that overcomes backpropagation limitations by incorporating graph topology into feedback, improving training efficiency and robustness.
Contribution
DFA-GNN extends direct feedback alignment to GNNs, enabling effective forward training on graph data with a pseudo error mechanism for semi-supervised learning.
Findings
Outperforms previous non-BP and BP methods on 10 benchmarks.
Demonstrates robustness against noise and attacks.
Effective semi-supervised learning with pseudo errors.
Abstract
Graph neural networks are recognized for their strong performance across various applications, with the backpropagation algorithm playing a central role in the development of most GNN models. However, despite its effectiveness, BP has limitations that challenge its biological plausibility and affect the efficiency, scalability and parallelism of training neural networks for graph-based tasks. While several non-BP training algorithms, such as the direct feedback alignment, have been successfully applied to fully-connected and convolutional network components for handling Euclidean data, directly adapting these non-BP frameworks to manage non-Euclidean graph data in GNN models presents significant challenges. These challenges primarily arise from the violation of the i.i.d. assumption in graph data and the difficulty in accessing prediction errors for all samples (nodes) within the graph.…
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 · Neural Networks and Applications · Machine Learning and ELM
MethodsDirect Feedback Alignment
