Add MambaSL model (Published in ICLR-2026)#841
Open
yoom618 wants to merge 4 commits intothuml:mainfrom
Open
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.
We proposed a Mamba-based time series classification model, called MambaSL,
and evaluated on the entire UEA 30 datasets.
Paper Link: https://openreview.net/pdf?id=YDl4vqQqGP or https://iclr.cc/virtual/2026/poster/10008907
Code Link: https://github.com/yoom618/MambaSL
In this pull request, we add the model codes and test scripts for saved checkpoints:
exp/exp_classification.py: Fixed error (set checkpoint directory using args.checkpoints)layers/MambaBlock.py&models/MambaSingleLayer.py: Add our modelrun.py: Add additional hyperparams, and overridesettingname to contain all model hyperparams .scripts/classification/MambaSL.sh: Add test script for MambaSL on UEA datasets. You can run the script to reproduce the results in our paper with saved checkpoints.We are greatly thankful for all contributors who have created and maintain this library. Any kind of modification for better integration of our model into this library is welcome.