Papers › TIDES: Implicit Time-Awareness in Selective State Space Models

TIDES: Implicit Time-Awareness in Selective State Space Models

10 May 2026arXiv:2605.09742added by Syntology

Taylan Soydan, Miguel A. Bessa, Dirk Mohr, Rui Barreira

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Selective state space models (SSMs), such as Mamba, achieve strong per-token expressivity by making the time discretization step $\TildeΔ$ a learned function of the input. However, in doing so, $\TildeΔ$ ceases to represent a physical sampling interval, limiting its irregular time series modeling capability. Continuous-time SSMs, such as S5, preserve the physical meaning of $\TildeΔ$ and handle irregular timestamps natively (), but their dynamics remain linear time-invariant (LTI), limiting per-token expressivity. We propose \textbf{TIDES}, a selective SSM variant that reconciles selective and continuous architectures by moving input-dependence off the step size and onto the diagonal state matrix. As a result, $\TildeΔ$ retains its physical meaning, tied to the state discretization, allowing the model to handle irregular timestamps natively without sacrificing the per-token expressivity that makes selective SSMs effective. We show this on a novel \emph{Fading Flash} experimental benchmark, a compact controlled diagnostic for sequence models that jointly tests input-dependence and extrapolation to out-of-distribution Δ values, and isolates the distinct failure modes of current state-of-the-art architectures that TIDES avoids by construction. On large-scale benchmarks, TIDES sets the new state-of-the-art average rank on UEA time-series classification and the Physiome-ODE regression benchmark. Code available at: https://github.com/TaylanSoydan/TIDES.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.09742")

Code

Syntology Ran 16 of 19 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 2 ran · honoured contract; 4 ran · our draft was wrong; 4 ran · fixture could not drive it; 6 ran with no contract checked.

By repository: found in paper text by Syntology: 19 samples from 1 repository, 16 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

TaylanSoydan/TIDES found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 16 ran; 2 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
4ran · our draft was wrong
4ran · fixture could not drive it
6ran
3unverified

Licence: 0 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from TaylanSoydan/TIDES. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ComplexRMSNorm TaylanSoydan/TIDES/tides/tides.py found in paper text by Syntology ran · metamorphic tier: well formed MIT (permissive) · fdb5549f6f12c137 · report
GLU TaylanSoydan/TIDES/tides/tides.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · bc872c49688e5003 · report
GluEncoder TaylanSoydan/TIDES/tides/tides.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 2e555eced1370057 · report
LowRankHead TaylanSoydan/TIDES/tides/tides.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · b3fd329846233412 · report
RMSNorm TaylanSoydan/TIDES/tides/tides.py found in paper text by Syntology ran · metamorphic tier: invariant MIT (permissive) · ae412fb79bbc7983 · report
_binary_operator TaylanSoydan/TIDES/tides/tides.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 21407881265492b2 · report
_init_B TaylanSoydan/TIDES/tides/tides.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 10e630a73f606591 · report
_init_C TaylanSoydan/TIDES/tides/tides.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · dae8f59ad552e10c · report
_init_log_steps TaylanSoydan/TIDES/tides/tides.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 78a11ec171045ad7 · report
_interleave TaylanSoydan/TIDES/tides/tides.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 43246cf3af0e0fb4 · report
_make_DPLR_HiPPO TaylanSoydan/TIDES/tides/tides.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · ea7a5707b6a44d22 · report
_make_HiPPO TaylanSoydan/TIDES/tides/tides.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 7c0de64bba557907 · report
apply_ssm TaylanSoydan/TIDES/tides/tides.py found in paper text by Syntology ran MIT (permissive) · 54e13153307e1838 · report
associative_scan TaylanSoydan/TIDES/tides/tides.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · c78d99e1eebdea68 · report
discretize_bilinear TaylanSoydan/TIDES/tides/tides.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 8652e29133091d11 · report
discretize_zoh TaylanSoydan/TIDES/tides/tides.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 073538adbd4de683 · report
TIDESSSM TaylanSoydan/TIDES/tides/tides.py found in paper text by Syntology unverified MIT (permissive) · 00b97271e0c00f49 · report
_combine TaylanSoydan/TIDES/tides/tides.py found in paper text by Syntology unverified MIT (permissive) · f764c65598e4bf72 · report
_scan TaylanSoydan/TIDES/tides/tides.py found in paper text by Syntology unverified MIT (permissive) · a774f8a49e88f957 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.09742, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections