REVIEW 2 major objections 1 minor 6 references
MedMamba: Multi-View State Space Models with Adaptive Graph Learning for Medical Time Series Classification
T0 review · 2 major / 1 minor · reviewed 2026-06-30 · grok-4.3
Pith's one-line read MedMamba fuses multi-view state space models and an adaptive graph module to classify medical time series while handling nonstationarities and channel interactions.
desk verdict MedMamba's tri-branch differential SSM plus learned sparse graph is a reasonable engineering combination for medical signals, but the SOTA claim is hard to assess without numbers or tuning details. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The tri-branch differential state space encoder together with the sparsity- and acyclicity-regularized spatial graph Mamba module, which together replace both standard SSM processing and any need for hand-crafted graphs.
What would settle it
A single new medical time-series dataset on which MedMamba fails to exceed the accuracy of strong baselines or exhibits super-linear runtime scaling would falsify the central performance claim.
Extended reading notes
Core claim
MedMamba is an end-to-end model that first applies multi-scale convolutional embeddings, then processes the resulting representations through a tri-branch differential state space encoder operating on raw, temporal-difference and frequency-domain views to suppress drift while preserving informative patterns, and finally passes the fused features into a spatial graph Mamba module that infers a directed channel dependency graph regularized toward sparsity and acyclicity; the complete pipeline yields state-of-the-art classification accuracy on five medical datasets at linear computational cost.
Load-bearing premise
The tri-branch encoder and graph-regularization module together extract the clinically relevant nonstationarities and channel interactions without dataset-specific retuning or overfitting on the reported benchmarks.
Editorial extensions
If this is right
- Medical time-series classifiers can be trained end-to-end without separate preprocessing stages for drift removal or channel graph construction.
- The same architecture can be applied to any multi-channel physiological recording whose nonstationarities are expressible as raw, differenced and spectral views.
- Linear scaling enables deployment on long continuous monitoring streams where quadratic attention methods become impractical.
- Learned channel graphs can be inspected post-training to surface previously unknown physiological dependencies.
- Ablation-validated components imply that removing any one branch or the graph regularizer measurably degrades accuracy on the same benchmarks.
Reading between the lines
- The same multi-view SSM plus learned-graph pattern could be tested on non-medical multivariate series that share drift and cross-channel correlation structure, such as industrial sensor networks.
- If the learned graphs prove stable across patients, they might serve as lightweight biomarkers for specific clinical conditions.
- The linear-complexity design opens the possibility of on-device inference for wearable monitors that must run for days on limited battery.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes MedMamba, an end-to-end architecture for medical time series classification. It first applies multi-scale convolutional embeddings to capture local morphology, then uses a tri-branch differential state space encoder processing raw, temporal-difference, and frequency-domain views to mitigate nonstationarities, and finally incorporates a spatial graph Mamba module that learns a directed channel dependency graph regularized toward sparsity and acyclicity. The paper claims state-of-the-art performance on five real-world datasets while maintaining linear computational complexity, with ablation studies validating each component, and releases code at https://github.com/zhangda1018/MedMamba.
Significance. If the empirical claims hold with fixed hyperparameters across datasets, this would advance state space model applications in healthcare by providing domain-specific inductive biases for nonstationarity and latent channel interactions in an efficient manner. The open code release is a clear strength supporting reproducibility.
major comments (2)
- [Abstract and Experiments] Abstract and Experiments section: The SOTA performance claim and ablation validation of component contributions are asserted without any numeric tables, baseline details, statistical tests, or error bars, preventing verification of the central empirical result.
- [§3] §3 (spatial graph Mamba module): The sparsity and acyclicity regularization coefficients are free parameters; the manuscript supplies no evidence that a single fixed set of these coefficients (or fusion weights) suffices across all five datasets rather than being tuned per dataset, which directly bears on whether the tri-branch + graph design provides a robust inductive bias or risks benchmark overfitting.
minor comments (1)
- [§3] The description of the tri-branch fusion mechanism (e.g., how raw/temporal-difference/frequency outputs are combined) could be clarified with an equation or diagram for reproducibility.
Simulated Author's Rebuttal
We thank the referee for the constructive comments, which help strengthen the empirical validation of our work. We address each major comment below.
read point-by-point responses
-
Referee: [Abstract and Experiments] Abstract and Experiments section: The SOTA performance claim and ablation validation of component contributions are asserted without any numeric tables, baseline details, statistical tests, or error bars, preventing verification of the central empirical result.
Authors: We agree that the current manuscript version lacks explicit numeric tables, baseline details, statistical tests, and error bars in the abstract and experiments sections. In the revised version, we will add comprehensive result tables reporting accuracy (with means and standard deviations over multiple runs), full baseline descriptions, and statistical significance tests (e.g., paired t-tests with p-values) to enable direct verification of the SOTA claims and ablation contributions. revision: yes
-
Referee: [§3] §3 (spatial graph Mamba module): The sparsity and acyclicity regularization coefficients are free parameters; the manuscript supplies no evidence that a single fixed set of these coefficients (or fusion weights) suffices across all five datasets rather than being tuned per dataset, which directly bears on whether the tri-branch + graph design provides a robust inductive bias or risks benchmark overfitting.
Authors: The manuscript does not currently provide explicit evidence or values for the regularization coefficients and fusion weights. We used a single fixed set of these hyperparameters (selected via validation on a held-out portion of one dataset) across all five datasets. In the revision, we will add a dedicated subsection or table listing the exact coefficient values and demonstrating their consistent application without per-dataset retuning, thereby supporting the robustness of the tri-branch and graph components. revision: yes
Circularity Check
No circularity: architecture and empirical claims are independent of inputs by construction.
full rationale
The paper introduces a composite architecture (multi-scale conv embeddings + tri-branch differential SSM + sparsity/acyclicity-regularized graph Mamba) and reports empirical SOTA results on five external public datasets. No equations, fitted parameters, or self-citations are shown to reduce the reported accuracies or complexity claims back to the training data or hyperparameters by definition. The regularization terms follow standard NOTEARS-style penalties from the broader literature rather than author-specific prior results that would create a load-bearing self-citation chain. The derivation chain therefore remains self-contained against the external benchmarks.
Assumptions & free parameters
free parameters (1)
- graph sparsity and acyclicity regularization coefficients
assumptions (2)
- domain assumption State-space models can be stably discretized and trained end-to-end on non-stationary sequences
- domain assumption Medical time series contain recoverable local morphology, temporal differences, and frequency content that are jointly informative
invented entities (1)
-
spatial graph Mamba module
Cite this review
Pith. "Pith review of MedMamba: Multi-View State Space Models with Adaptive Graph Learning for Medical Time Series Classification." pith.science (2026). https://pith.science/paper/SI5ZKW2C
@misc{pith2026260524961,
author = {Pith},
title = {Pith review of: MedMamba: Multi-View State Space Models with Adaptive Graph Learning for Medical Time Series Classification},
year = {2026},
howpublished = {\url{https://pith.science/paper/SI5ZKW2C}},
note = {Machine review of arXiv:2605.24961}
}
read the original abstract
Medical time series are central to healthcare, enabling continuous monitoring and supporting timely clinical decisions. Despite recent progress, existing methods struggle to jointly model local-global dynamics and handle nonstationarities like baseline drift, while often failing to capture latent channel interactions. To address these challenges, we propose MedMamba, an end-to-end architecture that integrates state space models with domain-specific inductive biases. Specifically, MedMamba first employs multi-scale convolutional embeddings to capture discriminative local morphology. Second, to mitigate nonstationarity, we introduce a tri-branch differential state space encoder that processes raw, temporal-difference, and frequency-domain views, fusing them to emphasize informative patterns while suppressing drift. Furthermore, to uncover latent channel correlations, we design a spatial graph Mamba module that learns a directed dependency structure regularized toward sparsity and acyclicity, which obviates the need for predefined graphs. Extensive experiments on five real-world datasets demonstrate that MedMamba achieves state-of-the-art performance while maintaining linear computational complexity, and ablation studies validate each component's contribution.Code is available at https://github.com/zhangda1018/MedMamba.
Figures
Figures from the paper (8 more)
Reference graph
Works this paper leans on
-
[1]
URL https://openreview.net/forum? id=uYLFoz1vlAC. Gui, Y ., Chen, M., Su, Y ., Luo, G., and Yang, Y . Eeg- mamba: Bidirectional state space model with mixture of experts for eeg multi-task classification.arXiv preprint arXiv:2407.20254, 2024. Jin, M., Koh, H. Y ., Wen, Q., Zambon, D., Alippi, C., Webb, G. I., King, I., and Pan, S. A survey on graph neural...
-
[2]
A standard SSM might overfit toT t
The Differential View: Stationarity via Differencing.Baseline drift can be modeled as an additive trend component Tt: xt =s t +T t +ϵ t (40) where st is the true physiological signal and Tt is a slowly varying trend (e.g., a low-frequency drift). A standard SSM might overfit toT t. The differential branch inputs the first-order difference∆x t =x t −x t−1....
-
[3]
The Frequency View: Global Spectral Correlations.While SSMs capture long-range dependencies recurrently (O(L)), they can still struggle with global periodicities due to the “vanishing memory” of the recurrent state ht. The frequency branch leverages the Fourier Transform’s global property. By computing F(x), every point in the frequency domain depends on ...
-
[4]
Multi-scale Convolutional Embedding (MCE).The MCE module consists of parallel 1D depthwise convolutions. For a set of kernels with maximum sizeK, the complexity is: OM CE =O(T·C·D·K)(53) SinceKis a small constant (e.g.,K= 7) and independent ofT, this operation is strictly linearO(T)
-
[5]
With state dimensionN, the complexity isO(T·D·N)
Tri-branch Differential State Space Encoder (TDSSE).This module has three parallel branches: • Raw & Differential Branches (SSM):The core Mamba (SSM) operation relies on a parallel scan algorithm. With state dimensionN, the complexity isO(T·D·N). SinceNis constant (typically 16), this is linearO(T). • Frequency Branch (FFT):The Fast Fourier Transform (FFT...
-
[6]
Spatial Graph Mamba (SGM).The SGM module handles channel interactions: • Graph Learning:Computing the adjacency matrix A∈R C×C from node embeddings takes O(C2 ·d node). The acyclicity regularization (matrix exponential) takes O(C3) but is computed only once per batch/step, not per time-point t. • Graph Propagation:Assuming a dense adjacency matrix learned...
work page 2024
Reviewed June 30, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.