Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions 2026_tdl_challenge/submissions/etnn_gaurav_khanal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Track 2 Submission: E(n)-Equivariant Topological Neural Networks

Participant: Gaurav Khanal
Track: Track 2 — Topological Neural Networks
Model: E(n)-Equivariant Topological Neural Networks
Status: Draft / work in progress

This draft PR reserves and develops an implementation of E(n)-Equivariant Topological Neural Networks (ETNN) for TopoBench.

Planned implementation scope:

- Add a TopoBench-native ETNN backbone.
- Target the combinatorial-complex domain where possible.
- Use sparse relation-index message passing.
- Avoid dense pairwise coordinate tensor construction.
- Use native PyTorch reductions where appropriate.
- Add Hydra model configuration.
- Add unit tests for forward pass, tensor shapes, and equivariance behavior.
- Add pipeline integration test.
- Run the official GraphUniverse evaluation notebook and include `results.json`.

Reference:

E(n) Equivariant Topological Neural Networks.
Loading