TL;DR
RandomNet introduces a novel, training-free clustering method for time series that leverages untrained neural networks with random weights to generate diverse representations, enabling effective clustering across varied datasets.
Contribution
It proposes a new untrained neural network approach for time series clustering, eliminating the need for training and demonstrating competitive performance.
Findings
Effective clustering on diverse time series datasets.
No training required due to random weight initialization.
Competitive results compared to state-of-the-art methods.
Abstract
Neural networks are widely used in machine learning and data mining. Typically, these networks need to be trained, implying the adjustment of weights (parameters) within the network based on the input data. In this work, we propose a novel approach, RandomNet, that employs untrained deep neural networks to cluster time series. RandomNet uses different sets of random weights to extract diverse representations of time series and then ensembles the clustering relationships derived from these different representations to build the final clustering results. By extracting diverse representations, our model can effectively handle time series with different characteristics. Since all parameters are randomly generated, no training is required during the process. We provide a theoretical analysis of the effectiveness of the method. To validate its performance, we conduct extensive experiments on…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
