Papers › An Empirical Survey of Data Augmentation for Time Series Classification with Neural Networks

An Empirical Survey of Data Augmentation for Time Series Classification with Neural Networks

31 Jul 2020arXiv:2007.15951archive 2025-07-28

Brian Kenji Iwana, Seiichi Uchida

In recent times, deep artificial neural networks have achieved many successes in pattern recognition. Part of this success can be attributed to the reliance on big data to increase generalization. However, in the field of time series recognition, many datasets are often very small. One method of addressing this problem is through the use of data augmentation. In this paper, we survey data augmentation techniques for time series and their application to time series classification with neural networks. We propose a taxonomy and outline the four families in time series data augmentation, including transformation-based methods, pattern mixing, generative models, and decomposition methods. Furthermore, we empirically evaluate 12 time series data augmentation methods on 128 time series classification datasets with six different types of neural networks. Through the results, we are able to analyze the characteristics, advantages and disadvantages, and recommendations of each data augmentation method. This survey aims to help in the selection of time series data augmentation for neural network applications.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2007.15951")

Code

Syntology Ran 0 of 19 code samples harvested from 1 repository linked to this paper; 19 have no recorded run.

By repository: official repository: 19 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

uchidalab/time_series_augmentation officialmentioned in papermentioned on GitHubtfApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 0 ran; 0 honoured the contract we drafted; 19 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

19unverified

Licence: 0 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from uchidalab/time_series_augmentation. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

border_selection uchidalab/time_series_augmentation/utils/prototype_selection.py official repository unverified Apache-2.0 (permissive) · 0f0f7c721707eed3 · report
center_selection uchidalab/time_series_augmentation/utils/prototype_selection.py official repository unverified Apache-2.0 (permissive) · dbf36d6824e2a63d · report
class_offset uchidalab/time_series_augmentation/utils/datasets.py official repository unverified Apache-2.0 (permissive) · 03a4fd381f7f635d · report
cnn_lenet uchidalab/time_series_augmentation/utils/models.py official repository unverified Apache-2.0 (permissive) · fe95b56755997e58 · report
compute_CD uchidalab/time_series_augmentation/utils/nemenyi.py official repository unverified Apache-2.0 (permissive) · 87f38bda64fde768 · report
dtw uchidalab/time_series_augmentation/utils/dtw.py official repository unverified Apache-2.0 (permissive) · 66037d9834a6eeb5 · report
get_datasets uchidalab/time_series_augmentation/utils/input_data.py official repository unverified Apache-2.0 (permissive) · e381033c0b9d40ec · report
get_model uchidalab/time_series_augmentation/utils/models.py official repository unverified Apache-2.0 (permissive) · 4c6299e6a59d9118 · report
graph_ranks uchidalab/time_series_augmentation/utils/nemenyi.py official repository unverified Apache-2.0 (permissive) · bb052203a1f1e8df · report
jitter uchidalab/time_series_augmentation/utils/augmentation.py official repository unverified Apache-2.0 (permissive) · 7e91f7d6b90183d5 · report
load_data_from_file uchidalab/time_series_augmentation/utils/input_data.py official repository unverified Apache-2.0 (permissive) · 7cf31f6b78c606a2 · report
mlp4 uchidalab/time_series_augmentation/utils/models.py official repository unverified Apache-2.0 (permissive) · 0297da83a1396658 · report
nb_classes uchidalab/time_series_augmentation/utils/datasets.py official repository unverified Apache-2.0 (permissive) · 3213e921153b8366 · report
nb_dims uchidalab/time_series_augmentation/utils/datasets.py official repository unverified Apache-2.0 (permissive) · 343f559e28587141 · report
random_selection uchidalab/time_series_augmentation/utils/prototype_selection.py official repository unverified Apache-2.0 (permissive) · 43dc9c195316089e · report
read_data_sets uchidalab/time_series_augmentation/utils/input_data.py official repository unverified Apache-2.0 (permissive) · 0dfcb65b2964f827 · report
rotation uchidalab/time_series_augmentation/utils/augmentation.py official repository unverified Apache-2.0 (permissive) · ec568a4fd5c0ca0c · report
scaling uchidalab/time_series_augmentation/utils/augmentation.py official repository unverified Apache-2.0 (permissive) · 570f35b7d04be7f7 · report
shape_dtw uchidalab/time_series_augmentation/utils/dtw.py official repository unverified Apache-2.0 (permissive) · 4967a8f159950811 · report

Tasks

Data AugmentationGeneral ClassificationSurveyTime SeriesTime Series AnalysisTime Series Classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections