paper-with-me

Papers

Robust Augmentation for Multivariate Time Series Classification

2022-01-27 · Hong Yang, Travis Desell

Neural networks are capable of learning powerful representations of data, but they are susceptible to overfitting due to the number of parameters. This is particularly challenging in the domain of time series classification, where datasets may contain fewer than 100 training examples. In this paper, we show that the simple methods of cutout, cutmix, mixup, and window warp improve the robustness and overall performance in a statistically significant way for convolutional, recurrent, and self-attention based architectures for time series classification. We evaluate these methods on 26 datasets from the University of East Anglia Multivariate Time Series Classification (UEA MTSC) archive and analyze how these methods perform on different types of time series data.. We show that the InceptionTime network with augmentation improves accuracy by 1% to 45% in 18 different datasets compared to without augmentation. We also show that augmentation improves accuracy for recurrent and self attention based architectures.

📄 PDF Abstract BibTeX arXiv:2201.11739

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationTime SeriesTime Series AnalysisTime Series Classification

Methods 이 논문이 사용한 방법론

InceptionTime 설명 없음

Similar Papers 제목 키워드 기반

Data Augmentation for Multivariate Time Series Classification: An Experimental Study

2024-06-10 · Romain Ilbert, Thai V. Hoang, Zonghua Zhang

Our study investigates the impact of data augmentation on the performance of multivariate time series models, focusing on datasets from the UCR archive. Despite the limited size of these datasets, we achieved classificat…

Data AugmentationTime SeriesTime Series AnalysisTime Series Classification

Class-Based Time Series Data Augmentation to Mitigate Extreme Class Imbalance for Solar Flare Prediction

2024-05-31 · Junzhi Wen, Rafal A. Angryk

Time series data plays a crucial role across various domains, making it valuable for decision-making and predictive modeling. Machine learning (ML) and deep learning (DL) have shown promise in this regard, yet their perf…

Data AugmentationDecision MakingSolar Flare PredictionTime Series

Self-Supervised Learning of Disentangled Representations for Multivariate Time-Series

2024-10-16 · Ching Chang, Chiao-Tung Chan, Wei-Yao Wang, Wen-Chih Peng 외

Multivariate time-series data in fields like healthcare and industry are informative but challenging due to high dimensionality and lack of labels. Recent self-supervised learning methods excel in learning rich represent…

Inductive BiasRepresentation LearningSelf-Supervised LearningTime Series

IB-GAN: A Unified Approach for Multivariate Time Series Classification under Class Imbalance

2021-10-14 · Grace Deng, Cuize Han, Tommaso Dreossi, Clarence Lee 외

Classification of large multivariate time series with strong class imbalance is an important task in real-world applications. Standard methods of class weights, oversampling, or parametric data augmentation do not always…

ClassificationData AugmentationImputationTime Series+2

Wave-Mask/Mix: Exploring Wavelet-Based Augmentations for Time Series Forecasting

2024-08-20 · Dona Arabi, Jafar Bakhshaliyev, Ayse Coskuner, Kiran Madhusudhanan 외

Data augmentation is important for improving machine learning model performance when faced with limited real-world data. In time series forecasting (TSF), where accurate predictions are crucial in fields like finance, he…

Data AugmentationTime SeriesTime Series Forecasting