TL;DR
Pathfinder Discovery Networks (PDNs) introduce a flexible, learnable message passing framework for graphs that improves upon existing attention mechanisms, demonstrating strong performance and interpretability in node classification tasks.
Contribution
PDNs generalize graph attention by learning edge weights for better message passing, addressing diminishing weight issues, and enabling interpretability in graph neural networks.
Findings
Competitive accuracy on academic node classification tasks
Ability to learn a wider class of functions than baselines
Comparable computational complexity to static-graph models
Abstract
In this work we propose Pathfinder Discovery Networks (PDNs), a method for jointly learning a message passing graph over a multiplex network with a downstream semi-supervised model. PDNs inductively learn an aggregated weight for each edge, optimized to produce the best outcome for the downstream learning task. PDNs are a generalization of attention mechanisms on graphs which allow flexible construction of similarity functions between nodes, edge convolutions, and cheap multiscale mixing layers. We show that PDNs overcome weaknesses of existing methods for graph attention (e.g. Graph Attention Networks), such as the diminishing weight problem. Our experimental results demonstrate competitive predictive performance on academic node classification tasks. Additional results from a challenging suite of node classification experiments show how PDNs can learn a wider class of functions than…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
