菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-08
📄 Abstract - FMMVCC: Fuzzy Mamba-based Multi-View Contrastive Clustering for Univariate Time Series

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.

顶级标签: machine learning model training
详细标签: time series clustering mamba contrastive learning unsupervised learning multi-view 或 搜索:

基于模糊Mamba的多视图对比聚类用于单变量时间序列 / FMMVCC: Fuzzy Mamba-based Multi-View Contrastive Clustering for Univariate Time Series


1️⃣ 一句话总结

本文提出了一种名为FMMVCC的时间序列聚类方法,它利用新型的Mamba模型高效捕捉长时间依赖关系,并结合多视图自监督学习来增强特征表达,从而在不需要人工标注的情况下更准确地将时间序列数据分组成具有相似模式的类别。

源自 arXiv: 2607.07258