REVIEW 2 major objections 6 minor 16 references
Mamba meets contrastive masking for time series clustering
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · glm-5.2
2026-07-09 15:51 UTC pith:BSGNX6SJ
load-bearing objection Solid engineering paper combining Mamba + multi-view contrastive + soft clustering for time series, but the experimental rigor doesn't match the claims — no variance estimates, and the 'fuzzy' label is misleading. the 2 major comments →
FMMVCC: Fuzzy Mamba-based Multi-View Contrastive Clustering for Univariate Time Series
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's central claim is that combining Mamba's linear-complexity sequence modeling with multi-view contrastive masking and a fuzzy clustering objective produces a latent space that more faithfully captures the true cluster structure of time series data than either transformer-based or non-contrastive approaches. The mechanism carrying this argument is the interaction between three components: (1) stochastic temporal masking creates diverse, partially observed views that force robust representation learning; (2) the Mamba encoder processes these views with input-dependent selective dynamics, filtering irrelevant information while maintaining causal temporal structure; and (3) the fuzzy聚类
What carries the argument
The framework operates in two stages. In pretraining, each input time series is split into four masked and augmented views, each processed by a dedicated Mamba encoder. Two decoder types enforce consistency: intra-view decoders reconstruct the original signal from its latent representation, and cross-view decoders reconstruct one view's latent from another view's. An instance-level contrastive loss with mixup-based hard negatives aligns representations across views. In finetuning, latent sequences are pooled and averaged across views, then assigned to learnable prototypes via cosine-similarity softmax. The clustering loss combines an entropy term (encouraging confident assignments), abalance
Load-bearing premise
The performance advantage over baselines is assumed to reflect architectural superiority of the Mamba-plus-contrastive-masking combination, but the paper does not report variance across multiple runs or perform statistical significance tests, so the gap could partly stem from optimization or tuning differences rather than the proposed mechanisms themselves.
What would settle it
If the performance advantage disappears when baselines receive equivalent hyperparameter tuning and multiple-run variance is reported, or if the multi-view masking strategy yields no improvement over single-view training with the same Mamba encoder and clustering objective, the central claim would be weakened.
If this is right
- - The linear-time complexity of the Mamba encoder makes the framework practical for long sensor streams common in IoT and industrial monitoring, where transformer-based methods become prohibitively expensive.
- - The multi-view masking strategy's robustness to missing data suggests applicability in real-world sensor deployments where data gaps are common, without requiring imputation preprocessing.
- - The fuzzy soft-assignment mechanism allows samples to belong partially to multiple clusters, which is useful for time series with ambiguous or transitional patterns rather than forcing hard binary assignments.
- - The demonstrated superiority of unidirectional over bidirectional Mamba in this framework suggests that causal temporal structure is important for contrastive consistency across masked views, a finding that may inform Mamba architecture choices in other self-supervised time series tasks.
Where Pith is reading between the lines
- - The absence of variance reporting and statistical significance testing across multiple runs means the performance gap over baselines could partly reflect hyperparameter tuning differences rather than purely architectural advantages; the claim would be strengthened by confidence intervals and significance tests.
- - The framework is currently limited to univariate series; extending to multivariate data would require modeling inter-variable correlations, which the single-channel Mamba encoder does not directly address.
- - The fuzzy clustering objective's soft assignments could be leveraged for anomaly detection—samples with low-confidence assignments across all clusters may indicate outliers or novel patterns, though this application is not explored in the paper.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes FMMVCC, a deep clustering framework for univariate time series that combines Mamba-based encoders with multi-view contrastive learning and a clustering-oriented finetuning objective. The framework generates multiple views via temporal masking and augmentation, enforces intra-view and cross-view reconstruction consistency, and finetunes with entropy, balance, and separation losses. Experiments on 15 UCR datasets show FMMVCC achieving the best average rank (1.85) against five baselines. The combination of Mamba for linear-complexity sequence modeling with multi-view contrastive learning for time series clustering is a reasonable contribution to the literature.
Significance. The paper addresses a relevant problem: scalable unsupervised clustering of time series with robustness to missing data. The use of Mamba-based encoders for linear-time sequence modeling is timely, and the scalability analysis in Section IV-H (Figure 5) provides concrete evidence of the linear vs. quadratic FLOP scaling compared to a Transformer encoder. The code is stated to be publicly available (Section 'Data and Resources'), which supports reproducibility. The multi-view masking strategy is well-motivated for IoT scenarios with missing sensor data. The overall framework is sensible and the experimental coverage across 15 diverse UCR datasets is commendable.
major comments (2)
- [Table II and the central outperformance claim] Table II reports all results as single point estimates with no standard deviations, confidence intervals, or significance tests. The abstract claims FMMVCC 'consistently outperforms' baselines, winning 29/60 metrics, but several margins over the second-best method (FCACC, 16 wins, avg rank 2.47) are small. For example, on Crop, FMMVCC NMI = 0.5374 vs. FCACC 0.5367; on AllGestureWiimoteZ, FMMVCC F1 = 0.1654 vs. FCACC 0.1395 but FCACC wins ARI (0.4720 vs. 0.4417). Without variance estimates across multiple seeds, it is impossible to determine whether these margins reflect genuine architectural advantages or run-to-run stochasticity. The authors should report results averaged over at least 3-5 runs with standard deviations and, ideally, perform pairwise significance tests (e.g., Wilcoxon signed-rank) against the strongest baselines.
- [Title, Abstract, and Section III-D] The title and abstract advertise 'fuzzy' clustering, and the introduction (Section I) states 'a fuzzy clustering objective is introduced to produce soft cluster assignments.' However, Section III-D defines soft assignments via a standard cosine-similarity softmax over learnable prototypes (Eq. for q_ik), with entropy, balance, and separation losses. This is a prototype-based soft clustering objective (similar to SwaV or DeepCluster), not a fuzzy clustering objective in the technical sense (e.g., FCM-style membership with fuzziness exponent m). The term 'fuzzy' appears borrowed from FCACC [10] without a corresponding algorithmic contribution. The authors should either (a) clarify what specifically makes this objective 'fuzzy' beyond standard soft assignments, or (b) revise the title and framing to accurately reflect the method as 'soft' or 'prototype-based' clustering.
minor comments (6)
- [Section III-C] The symbol N is overloaded: it denotes both the number of views (Section III-A) and the number of samples in the batch (Section III-C, contrastive loss). Consider using distinct symbols (e.g., V for views, B for batch size).
- [Table III] The ablation study compares unidirectional vs. bidirectional Mamba but reports only averaged metrics across all datasets. Providing per-dataset results or at least specifying which datasets show the largest differences would strengthen the analysis.
- [Section IV-D] The text states baselines were implemented 'following the parameter configurations and experimental setups specified in their respective papers.' It would help to clarify whether any hyperparameter tuning was performed for baselines on these specific datasets, or whether default configurations were used as-is, to rule out tuning asymmetry.
- [Section IV-F] The text mentions 'N=7 slightly improves ACC' but ACC is not listed among the evaluation metrics in Section IV-C. Either define ACC or correct the reference.
- [References] Several references appear to be arXiv preprints with future dates (e.g., [1] arXiv:2507.20840, [5] arXiv:2511.17008). Verify these are correct and have stable identifiers.
- [Figure 1] Figure 1 is referenced but the caption mentions 'fused representations' in the finetuning stage without explicitly showing the fusion mechanism in the figure. Consider adding a visual indicator of how views are fused (e.g., averaging) if not already present.
Circularity Check
No significant circularity; one minor self-citation that is not load-bearing
full rationale
The paper's central claims are empirically evaluated against external ground-truth labels using standard clustering metrics (NMI, RI, ARI, F1) on 15 UCR benchmark datasets. The loss formulation (contrastive, cross-view reconstruction, entropy/balance/separation clustering) is defined in terms of learnable representations and prototypes, not in terms of the evaluation metrics. The linear-complexity claim for Mamba is independently verifiable and supported by the FLOPs analysis in Fig. 5. The term 'fuzzy' in the title refers to soft cluster assignments via cosine-similarity softmax, which is a standard prototype-based approach rather than a strict FCM-style fuzzy objective, but this is a naming/terminology concern rather than a circular derivation. No step in the derivation chain reduces to its own inputs by construction, and no self-citation chain forces the central result. The paper is self-contained against external benchmarks.
Axiom & Free-Parameter Ledger
free parameters (12)
- lambda_1 (contrastive loss weight)
- lambda_2 (cross-view loss weight)
- lambda_3 (reconstruction loss weight)
- lambda_b (balance weight) =
0.2
- lambda_s (separation weight) =
0.5
- lambda_r (finetuning reconstruction weight)
- lambda_c (finetuning clustering weight)
- tau (temperature parameter)
- rho (drop rate) =
0.3
- L_max (max contiguous drop length) =
5
- N (number of views) =
4
- d (latent dimensionality) =
64
axioms (4)
- domain assumption Mamba's selective state space mechanism provides linear-time sequence processing while maintaining modeling capacity for long temporal contexts.
- domain assumption Multi-view contrastive learning with temporal masking produces representations robust to noise and missing data.
- domain assumption Fuzzy clustering objectives with entropy, balance, and separation terms improve cluster separability in latent space.
- ad hoc to paper Unidirectional (causal) encoding is more suitable than bidirectional encoding for the proposed multi-view contrastive framework.
read the original abstract
In many realistic scenarios, large volumes of time series data are generated with limited or expensive annotations. This limitation makes supervised learning methods difficult to apply and leads to the use of unsupervised approaches capable of discovering meaningful structures directly from raw data. Clustering therefore plays a crucial role in organizing time series into groups that share similar temporal patterns, enabling exploratory analysis and downstream tasks without requiring manual labeling. However, existing deep clustering methods often struggle to capture long-range temporal dependencies or rely on architectures with high computational cost. This paper introduces FMMVCC, a Mamba-based deep clustering framework for time series that leverages state space sequence modeling to efficiently learn temporal representations with linear complexity. Additionally, it utilizes multi-view self-supervised learning with temporal masking and augmentations. Experimental evaluation in 15 benchmark datasets proves that FMMVCC consistently outperforms state-of-the-art baselines, achieving the best overall performance in 29 of 60 total metric evaluations and the highest average rank in all tested scenarios.
Figures
Reference graph
Works this paper leans on
-
[1]
Towards explainable deep clustering for time series data,
U. Schlegel, G. M. Tavares, and T. Seidl, “Towards explainable deep clustering for time series data,”arXiv preprint arXiv:2507.20840, 2025
-
[2]
Self-supervised learning for time series analysis: Taxonomy, progress, and prospects,
K. Zhang, Q. Wen, C. Zhang, R. Cai, M. Jin, Y . Liu, J. Y . Zhang, Y . Liang, G. Pang, D. Song, and S. Pan, “Self-supervised learning for time series analysis: Taxonomy, progress, and prospects,”IEEE Transactions on Pattern Analysis and Machine Intelligence, 2024
work page 2024
-
[3]
Bridging the Gap: A Decade Review of Time-Series Clustering Methods
J. Paparrizos, F. Yang, and H. Li, “Bridging the gap: A decade review of time-series clustering methods,”arXiv preprint arXiv:2412.20582, 2024
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[4]
Unsupervised Representation Learning for Time Series: A Review
Q. Meng, H. Qian, Y . Liu, Y . Xu, Z. Shen, and L. Cui, “Unsuper- vised representation learning for time series: A review,”arXiv preprint arXiv:2308.01578, 2023
work page internal anchor Pith review Pith/arXiv arXiv 2023
-
[5]
Z. Tan, X. Luo, Y . Liu, and Y . Zhang, “Mask the redundancy: Evolving masking representation learning for multivariate time-series clustering,” arXiv preprint arXiv:2511.17008, 2025
-
[6]
S. Somvanshi, M. M. Islam, M. S. Mimi, S. B. B. Polock, G. Chhetri, and S. Das, “From s4 to mamba: A comprehensive survey on structured state space models,”arXiv preprint arXiv:2503.18970, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[7]
Transformers in Time Series: A Survey
Q. Wen, T. Zhou, C. Zhang, W. Chen, Z. Ma, J. Yan, and L. Sun, “Trans- formers in time series: A survey,”arXiv preprint arXiv:2202.07125, 2022
work page internal anchor Pith review Pith/arXiv arXiv 2022
-
[8]
Mamba: Linear-time sequence modeling with selective state spaces,
A. Gu and T. Dao, “Mamba: Linear-time sequence modeling with selective state spaces,” inFirst conference on language modeling, 2024
work page 2024
-
[9]
Ts2vec: Towards universal representation of time series,
Z. Yueet al., “Ts2vec: Towards universal representation of time series,” inAAAI, 2022
work page 2022
-
[10]
Fuzzy cluster-aware con- trastive clustering for time series,
C. Wang, M. Du, X. Jiang, and Y . Dong, “Fuzzy cluster-aware con- trastive clustering for time series,”Pattern Recognition, 2025
work page 2025
-
[11]
Pg-mamba: An enhanced graph framework for mamba-based time series clustering,
Y . Sun, D. Zuo, and J. Gao, “Pg-mamba: An enhanced graph framework for mamba-based time series clustering,”Sensors, vol. 25, no. 16, p. 5043, 2025
work page 2025
-
[12]
H. A. Dau, A. Bagnall, K. Kamgar, C.-C. M. Yeh, Y . Zhu, S. Gharghabi, C. A. Ratanamahatana, and E. Keogh, “The ucr time series archive,” IEEE/CAA Journal of Automatica Sinica, vol. 6, no. 6, pp. 1293–1305, 2019
work page 2019
-
[13]
A global averaging method for dynamic time warping, with applications to clustering,
F. Petitjean, A. Ketterlin, and P. Ganc ¸arski, “A global averaging method for dynamic time warping, with applications to clustering,”Pattern recognition, vol. 44, no. 3, pp. 678–693, 2011
work page 2011
-
[14]
Accelerated hierarchical density based cluster- ing,
L. McInnes and J. Healy, “Accelerated hierarchical density based cluster- ing,” in2017 IEEE International Conference on Data Mining Workshops (ICDMW). IEEE, 2017
work page 2017
-
[15]
A review of time series dimensionality reduction methods,
M. Vlai ´c, I. Mikuli ´c, G. Dela ˇc, M. ˇSili´c, and K. Vladimir, “A review of time series dimensionality reduction methods,” in2025 MIPRO 48th ICT and Electronics Convention. IEEE, 2025, pp. 149–154
work page 2025
-
[16]
Bi-Mamba+: Bidirectional Mamba for Time Series Forecasting
A. Liang, X. Jiang, Y . Sun, X. Shi, and K. Li, “Bi-mamba+: Bidirectional mamba for time series forecasting,”arXiv preprint arXiv:2404.15772, 2024
work page internal anchor Pith review Pith/arXiv arXiv 2024
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.