CVNov 6, 2023

Few-shot Learning using Data Augmentation and Time-Frequency Transformation for Time Series Classification

arXiv:2311.03194v17 citationsh-index: 4
Originality Incremental advance
AI Analysis

This work addresses few-shot learning for time series classification, which is incremental as it combines existing techniques like data augmentation and neural networks for specific datasets.

The paper tackles the problem of insufficient data for deep neural networks in time series classification by proposing a few-shot learning framework using data augmentation and a sequence-spectrogram neural network, achieving F1 scores of 93.75% on an ALS dataset and 95.48% on a wind turbine fault dataset.

Deep neural networks (DNNs) that tackle the time series classification (TSC) task have provided a promising framework in signal processing. In real-world applications, as a data-driven model, DNNs are suffered from insufficient data. Few-shot learning has been studied to deal with this limitation. In this paper, we propose a novel few-shot learning framework through data augmentation, which involves transformation through the time-frequency domain and the generation of synthetic images through random erasing. Additionally, we develop a sequence-spectrogram neural network (SSNN). This neural network model composes of two sub-networks: one utilizing 1D residual blocks to extract features from the input sequence while the other one employing 2D residual blocks to extract features from the spectrogram representation. In the experiments, comparison studies of different existing DNN models with/without data augmentation are conducted on an amyotrophic lateral sclerosis (ALS) dataset and a wind turbine fault (WTF) dataset. The experimental results manifest that our proposed method achieves 93.75% F1 score and 93.33% accuracy on the ALS datasets while 95.48% F1 score and 95.59% accuracy on the WTF datasets. Our methodology demonstrates its applicability of addressing the few-shot problems for time series classification.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes