Efficient Temporal Kernels Between Feature Sets for Time Series Classification
Abstract
In the time-series classification context, the majority of the most accurate core methods are based on the Bag-of-Words framework, in which sets of local features are first extracted from time series. A dictionary of words is then learned and each time series is finally represented by a histogram of word occurrences. This representation induces a loss of information due to the quantization of features into words as all the time series are represented using the same fixed dictionary. In order to overcome this issue, we introduce in this paper a kernel operating directly on sets of features. Then, we extend it to a time-compliant kernel that allows one to take into account the temporal information. We apply this kernel in the time series classification context. Proposed kernel has a quadratic complexity with the size of input feature sets, which is problematic when dealing with long time series. However, we show that kernel approximation techniques can be used to define a good trade-off between accuracy and complexity. We experimentally demonstrate that the proposed kernel can significantly improve the performance of time series classification algorithms based on Bag-of-Words. Code related to this chapter is available at: https://github.com/rtavenar/SQFD-TimeSeries Data related to this chapter are available at: http://www.timeseriesclassification.com
Cite
Text
Tavenard et al. "Efficient Temporal Kernels Between Feature Sets for Time Series Classification." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2017. doi:10.1007/978-3-319-71246-8_32Markdown
[Tavenard et al. "Efficient Temporal Kernels Between Feature Sets for Time Series Classification." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2017.](https://mlanthology.org/ecmlpkdd/2017/tavenard2017ecmlpkdd-efficient/) doi:10.1007/978-3-319-71246-8_32BibTeX
@inproceedings{tavenard2017ecmlpkdd-efficient,
title = {{Efficient Temporal Kernels Between Feature Sets for Time Series Classification}},
author = {Tavenard, Romain and Malinowski, Simon and Chapel, Laetitia and Bailly, Adeline and Sanchez, Heider and Bustos, Benjamin},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2017},
pages = {528-543},
doi = {10.1007/978-3-319-71246-8_32},
url = {https://mlanthology.org/ecmlpkdd/2017/tavenard2017ecmlpkdd-efficient/}
}