Concrete Dense Network for Long-Sequence Time Series Clustering
Redemptor Jr Laceda Taloma, Patrizio Pisani, Danilo Comminiello

TL;DR
LoSTer is a novel dense autoencoder architecture designed for efficient and accurate clustering of long time series, overcoming limitations of RNNs and Transformers by enabling direct optimization of k-means with Gumbel-softmax.
Contribution
The paper introduces LoSTer, a dense autoencoder that directly optimizes k-means for long time series clustering using Gumbel-softmax, improving speed and accuracy.
Findings
Outperforms state-of-the-art RNN and Transformer methods
Effective on multiple benchmark datasets
Proves fast and accurate clustering of long sequences
Abstract
Time series clustering is fundamental in data analysis for discovering temporal patterns. Despite recent advancements, learning cluster-friendly representations is still challenging, particularly with long and complex time series. Deep temporal clustering methods have been trying to integrate the canonical k-means into end-to-end training of neural networks but fall back on surrogate losses due to the non-differentiability of the hard cluster assignment, yielding sub-optimal solutions. In addition, the autoregressive strategy used in the state-of-the-art RNNs is subject to error accumulation and slow training, while recent research findings have revealed that Transformers are less effective due to time points lacking semantic meaning, to the permutation invariance of attention that discards the chronological order and high computation cost. In light of these observations, we present…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Anomaly Detection Techniques and Applications
