Skip to content

Track: Track1; Team name: Abdulrahman; Model: Dir-GNN (Directed Graph Neural Network)#368

Open
abdulrahman-1212 wants to merge 2 commits into
geometric-intelligence:mainfrom
abdulrahman-1212:challenge/dir_gnn
Open

Track: Track1; Team name: Abdulrahman; Model: Dir-GNN (Directed Graph Neural Network)#368
abdulrahman-1212 wants to merge 2 commits into
geometric-intelligence:mainfrom
abdulrahman-1212:challenge/dir_gnn

Conversation

@abdulrahman-1212

@abdulrahman-1212 abdulrahman-1212 commented Jul 3, 2026

Copy link
Copy Markdown

Checklist

  • My pull request has a clear and explanatory title.
  • My pull request passes the Linting test.
  • I added appropriate unit tests and I made sure the code passes all unit tests. (refer to comment below)
  • My PR follows PEP8 guidelines. (refer to comment below)
  • My code is properly documented, using numpy docs conventions, and I made sure the documentation renders properly.
  • I linked to issues and PRs that are relevant to this PR.

Dir-GNN: Edge Directionality Improves Learning on Heterophilic Graphs

Paper

Track

track-1-gnn

Summary

Dir-GNN extends any Message Passing Neural Network (MPNN) to directed graphs by performing
separate aggregations of incoming and outgoing edges. On heterophilic graphs, treating
edges as directed increases effective homophily, providing significant gains without
architectural complexity.

Key theoretical result: Dir-GNN matches the expressivity of the Directed Weisfeiler-Lehman
test, strictly exceeding conventional MPNNs.

Components added

  • topobench/nn/backbones/graph/dir_gnn.py — backbone implementation
  • configs/model/graph/dir_gnn.yaml — Hydra config
  • test/nn/backbones/graph/test_dir_gnn.py — unit tests
  • 2026_tdl_challenge/results.json — GraphUniverse evaluation results

@levtelyatnikov levtelyatnikov added the track-1-gnn 2026 Topological Deep Learning Challenge -- Track 1 GNNs label Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

track-1-gnn 2026 Topological Deep Learning Challenge -- Track 1 GNNs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants