Correlation Analysis of Adversarial Attack in Time Series Classification
Zhengyang Li, Wenhao Liang, Chang Dong, Weitong Chen, Dong Huang
TL;DR
This work addresses adversarial vulnerability in time series classification by probing how models rely on local versus global information. It introduces a Normalized Auto Correlation Function (NACF) based theoretical framework and two frequency-focused regularizers using FFT and a cosine-style objective to shape perturbations. Extensive experiments on 128 UCR2018 datasets across five architectures show FFT-based perturbations achieve higher attack success and smaller perturbation magnitudes, while defense strategies like random/noise and Gaussian smoothing reduce ASR and improve robustness. The findings suggest that building models with a bias toward global information improves resilience, highlighting the value of frequency-domain analysis for designing robust TSC systems.
Abstract
This study investigates the vulnerability of time series classification models to adversarial attacks, with a focus on how these models process local versus global information under such conditions. By leveraging the Normalized Auto Correlation Function (NACF), an exploration into the inclination of neural networks is conducted. It is demonstrated that regularization techniques, particularly those employing Fast Fourier Transform (FFT) methods and targeting frequency components of perturbations, markedly enhance the effectiveness of attacks. Meanwhile, the defense strategies, like noise introduction and Gaussian filtering, are shown to significantly lower the Attack Success Rate (ASR), with approaches based on noise introducing notably effective in countering high-frequency distortions. Furthermore, models designed to prioritize global information are revealed to possess greater resistance to adversarial manipulations. These results underline the importance of designing attack and defense mechanisms, informed by frequency domain analysis, as a means to considerably reinforce the resilience of neural network models against adversarial threats.
