PP: Triple-shapelet networks for time series classification

Problem: time series classification

shapelet-based method: two issues

1. for multi-class imbalanced classification tasks, these methods will ignore the shapelets that can distinguish minority class from other classes.

2. the shapelets are fixed after the training phase and cannot adapt to time series with deformation.

They propose a shapelet learning model: triple shapelet networks.

the imbalance of shapelets in minority class and majority class, to address this issue:

they use category-level and sample-level shapelets to improve the performance.

classification is to find the best discriminating features.

Introduction:

Shapelets are discriminative subsequences of time series data. They are suitable for TSC tasks since different classes often can be distinguished by their local patterns rather than their global structure.

1. calculate the distances of shapelets and use these distances as discriminative features for classification.

shapelet transformation: find the top-k shapelets in a single pass.

to address two issues:

1. imbalance features issue:

they learn both types of features: dataset-level features and category-specific features.

2. deformation issue:

Hence it would be useful to have shapelets that are speci?c to the data being processed. Here, it is reasonable to use a shapelet generator that is driven by the data itself to produce sample-speci?c shapelets.

Three-types of shapelets: dataset-level; category-level; sample-specific level; use these three shapelets to conduct shapelet transformation and extract the discriminative features.

Thinking about:

1. does this classification method is influenced by imbalanced datasets? and how?

whether the method tends to ignore the feature of the minority categories? and only learns the features of majority categories?

原文地址:https://www.cnblogs.com/dulun/p/12267407.html

时间: 2024-10-10 17:24:26

PP: Triple-shapelet networks for time series classification的相关文章

ImageNet Classification with Deep Convolutional Neural Networks

ImageNet Classification with Deep Convolutional Neural Networks Alex Krizhevsky, Ilya Sutskever, Geoffrey E. Hinton 摘要 我们训练了一个大型的深度卷积神经网络,来将在ImageNet LSVRC-2010大赛中的120万张高清图像分为1000个不同的类别.对测试数据,我们得到了top-1误差率37.5%,以及top-5误差率17.0%,这个效果比之前最顶尖的都要好得多.该神经网络有

中文版 ImageNet Classification with Deep Convolutional Neural Networks

ImageNet Classification with Deep Convolutional Neural Networks 摘要 我们训练了一个大型深度卷积神经网络来将ImageNet LSVRC-2010竞赛的120万高分辨率的图像分到1000不同的类别中.在测试数据上,我们得到了top-1 37.5%, top-5 17.0%的错误率,这个结果比目前的最好结果好很多.这个神经网络有6000万参数和650000个神经元,包含5个卷积层(某些卷积层后面带有池化层)和3个全连接层,最后是一个1

PP: A dual-stage attention-based recurrent neural network for time series prediction

Problem: time series prediction The nonlinear autoregressive exogenous model: The Nonlinear autoregressive exogenous (NARX) model, which predicts the current value of a time series based upon its previous values as well as the current and past values

(转)ResNet, AlexNet, VGG, Inception: Understanding various architectures of Convolutional Networks

ResNet, AlexNet, VGG, Inception: Understanding various architectures of Convolutional Networks by KOUSTUBH this blog from: http://cv-tricks.com/cnn/understand-resnet-alexnet-vgg-inception/ Convolutional neural networks are fantastic for visual recogn

Awesome Machine Learning

Awesome Machine Learning  A curated list of awesome machine learning frameworks, libraries and software (by language). Inspired by awesome-php. If you want to contribute to this list (please do), send me a pull request or contact me @josephmisiti Als

深度学习阅读列表 Deep Learning Reading List

Reading List List of reading lists and survey papers: Books Deep Learning, Yoshua Bengio, Ian Goodfellow, Aaron Courville, MIT Press, In preparation. Review Papers Representation Learning: A Review and New Perspectives, Yoshua Bengio, Aaron Courville

动态时间规整算法

http://www.cnblogs.com/luxiaoxun/archive/2013/05/09/3069036.html Dynamic Time Warping(DTW)是一种衡量两个时间序列之间的相似度的方法,主要应用在语音识别领域来识别两段语音是否表示同一个单词. 1. DTW方法原理 在时间序列中,需要比较相似性的两段时间序列的长度可能并不相等,在语音识别领域表现为不同人的语速不同.而且同一个单词内的不同音素的发音速度也不同,比如有的人会把“A”这个音拖得很长,或者把“i”发的很

AAAI 2020 论文

Detection && classification: TANet: Robust 3D Object Detection from Point Clouds with Triple Attention RDSNet: A New Deep Architecture for Reciprocal Object Detection and Instance Segmentation ZoomNet: Part-Aware Adaptive Zooming Neural Network fo

ThunderNet: Towards Real-time Generic Object Detection

Related Work CNN-based object detectors:CNN-based object detectors are commonly classified into two-stage detectors and one-stage detectors. In two-stage detectors, R-CNN [8] is among the earliest CNN-based detection systems. Since then, progressive