Towards more accurate clustering method by using dynamic time warping
Khadoudja Ghanem

TL;DR
This paper introduces a novel clustering-enhanced HMM training method using dynamic time warping and instance weighting, significantly accelerating training times while preserving accuracy, especially for large datasets.
Contribution
It proposes a new two-step process combining clustering with DTW and weighted EM to speed up HMM training without sacrificing accuracy.
Findings
Speedup of up to 2200 times for large datasets
Maintains classification accuracy comparable to classical HMM training
Applicable to various machine learning methods
Abstract
An intrinsic problem of classifiers based on machine learning (ML) methods is that their learning time grows as the size and complexity of the training dataset increases. For this reason, it is important to have efficient computational methods and algorithms that can be applied on large datasets, such that it is still possible to complete the machine learning tasks in reasonable time. In this context, we present in this paper a more accurate simple process to speed up ML methods. An unsupervised clustering algorithm is combined with Expectation, Maximization (EM) algorithm to develop an efficient Hidden Markov Model (HMM) training. The idea of the proposed process consists of two steps. In the first step, training instances with similar inputs are clustered and a weight factor which represents the frequency of these instances is assigned to each representative cluster. Dynamic Time…
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
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
