Jiffy: A Convolutional Approach to Learning Time Series Similarity
Computing distances between examples is at the core of many learning algorithms for time series. Consequently, a great deal of work has gone into designing effective time series distance measures. We present Jiffy, a simple and scalable distance metric for multivariate time series. Our approach is to reframe the task as a representation learning problem---rather than design an elaborate distance function, we use a CNN to learn an embedding such that the Euclidean distance is effective. By aggressively max-pooling and downsampling, we are able to construct this embedding using a highly compact neural network. Experiments on a diverse set of multivariate time series datasets show that our approach consistently outperforms existing methods.
Code (0)
등록된 구현이 없습니다.
Tasks
Representation LearningTime SeriesTime Series AnalysisSimilar Papers 제목 키워드 기반
Lossless SIMD Compression of LiDAR Range and Attribute Scan Sequences
As LiDAR sensors have become ubiquitous, the need for an efficient LiDAR data compression algorithm has increased. Modern LiDARs produce gigabytes of scan data per hour and are often used in applications with limited com…
AttributeAutonomous DrivingData CompressionDeep Recurrent Convolutional Networks for Video-based Person Re-identification: An End-to-End Approach
In this paper, we present an end-to-end approach to simultaneously learn spatio-temporal features and corresponding similarity metric for video-based person re-identification. Given the video sequence of a person, featur…
Metric LearningPerson Re-IdentificationTime SeriesTime Series Analysis+1Similarity Learning based Few Shot Learning for ECG Time Series Classification
Using deep learning models to classify time series data generated from the Internet of Things (IoT) devices requires a large amount of labeled data. However, due to constrained resources available in IoT devices, it is o…
Dynamic Time WarpingFew-Shot LearningTime SeriesTime Series Analysis+1Trainable Time Warping: Aligning Time-Series in the Continuous-Time Domain
DTW calculates the similarity or alignment between two signals, subject to temporal warping. However, its computational complexity grows exponentially with the number of time-series. Although there have been algorithms d…
General ClassificationTime SeriesTime Series AnalysisTime Series AveragingTSDS-Toolbox: A Toolbox for Measuring Time-Series Dataset Similarity
The rapid advancement of artificial intelligence (AI) has significantly accelerated research in time-series analysis, particularly in forecasting, classification, and generation tasks. Recent models, especially foundatio…