Track: Track2; Team name: CtrlAltMe; Model: SMCN - #397
Open
Salwa08 wants to merge 27 commits into
Open
Conversation
Salwa08
marked this pull request as draft
July 24, 2026 12:30
Salwa08
marked this pull request as ready for review
July 24, 2026 13:18
Author
|
Hi maintainers, this is a Track 2 TNN submission. Could you please add the |
6 tasks
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.
Summary
This PR submits SMCN (Scalable Multi-Cellular Networks) for the 2026 TDL Challenge Track 2.
Submission
configs/model/combinatorial/smcn.yaml2026_tdl_challenge/outputs/2026-07-20_23-26-18_merged/results.jsonReference
SMCN is introduced in:
Yam Eitan, Yoav Gelberg, Guy Bar-Shalom, Fabrizio Frasca, Michael Bronstein, and Haggai Maron.
Topological Blindspots: Understanding and Extending Topological Deep Learning Through the Lens of Expressivity.
arXiv:2408.05486, 2024.
https://arxiv.org/abs/2408.05486
Implementation
topobench/nn/backbones/combinatorial/smcn.py.AllCellFeatureEncoder,TuneWrapper, andPropagateSignalDown.Validation
pytest test/nn/backbones/combinatorial/test_smcn.py -q -p no:cacheproviderruff check topobench/nn/backbones/combinatorial/smcn.py test/nn/backbones/combinatorial/test_smcn.py