Track: Track2; Team name: s/pairwise/ho; Model: SheafHyperGNN#321
Draft
ValentinaSanchezMelchor wants to merge 2 commits into
Draft
Track: Track2; Team name: s/pairwise/ho; Model: SheafHyperGNN#321ValentinaSanchezMelchor wants to merge 2 commits into
ValentinaSanchezMelchor wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Track
Track 2 — Topological Neural Networks (TNNs)
Team Name
s/pairwise/ho
Model
Sheaf Hypergraph Networks (SheafHyperGNN)
Status
Draft / work in progress
Summary
This draft PR develops a TopoBench-native implementation of SheafHyperGNN from
"Sheaf Hypergraph Networks" (Duta et al. NeurIPS 2023) for the 2026 TDL
Challenge.
The model generalises standard hypergraph convolutions by equipping every node
and hyperedge with a d-dimensional stalk and learning per-pair restriction
maps that define a cellular sheaf over the hypergraph. The resulting sheaf
Laplacian replaces the standard hypergraph Laplacian in the diffusion operator,
enabling richer structural representations without additional data requirements
beyond the incidence matrix.
Planned Implementation
topobench/nn/backbones/hypergraph/sheaf_hypergnn.py.configs/model/hypergraph/sheaf_hypergnn.yaml.test/pipeline/test_pipeline.py.results.json.Reference
Duta, I., Cassarà, G., Silvestri, F., & Liò, P.
"Sheaf Hypergraph Networks." NeurIPS 2023.
Paper: https://arxiv.org/abs/2309.17116
Official implementation: https://github.com/IuliaDuta/sheaf_HNN