paper-with-me

Papers

Wasserstein Adversarial Examples on Univariant Time Series Data

2023-03-22 · Wenjie Wang, Li Xiong, Jian Lou

Adversarial examples are crafted by adding indistinguishable perturbations to normal examples in order to fool a well-trained deep learning model to misclassify. In the context of computer vision, this notion of indistinguishability is typically bounded by $L_{\infty}$ or other norms. However, these norms are not appropriate for measuring indistinguishiability for time series data. In this work, we propose adversarial examples in the Wasserstein space for time series data for the first time and utilize Wasserstein distance to bound the perturbation between normal examples and adversarial examples. We introduce Wasserstein projected gradient descent (WPGD), an adversarial attack method for perturbing univariant time series data. We leverage the closed-form solution of Wasserstein distance in the 1D space to calculate the projection step of WPGD efficiently with the gradient descent method. We further propose a two-step projection so that the search of adversarial examples in the Wasserstein space is guided and constrained by Euclidean norms to yield more effective and imperceptible perturbations. We empirically evaluate the proposed attack on several time series datasets in the healthcare domain. Extensive results demonstrate that the Wasserstein attack is powerful and can successfully attack most of the target classifiers with a high attack success rate. To better study the nature of Wasserstein adversarial example, we evaluate a strong defense mechanism named Wasserstein smoothing for potential certified robustness defense. Although the defense can achieve some accuracy gain, it still has limitations in many cases and leaves space for developing a stronger certified robustness method to Wasserstein adversarial examples on univariant time series data.

📄 PDF Abstract BibTeX arXiv:2303.12357

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackTime Series

Similar Papers 제목 키워드 기반

OSTSC: Over Sampling for Time Series Classification in R

2017-11-27 · Matthew Dixon, Diego Klabjan, Lan Wei

The OSTSC package is a powerful oversampling approach for classifying univariant, but multinomial time series data in R. This article provides a brief overview of the oversampling methodology implemented by the package. …

ClassificationGeneral ClassificationTime SeriesTime Series Analysis+1

EEG-GAN: Generative adversarial networks for electroencephalograhic (EEG) brain signals

2018-06-05 · Kay Gregor Hartmann, Robin Tibor Schirrmeister, Tonio Ball

Generative adversarial networks (GANs) are recently highly successful in generative applications involving images and start being applied to time series data. Here we describe EEG-GAN as a framework to generate electroen…

Data AugmentationEEGElectroencephalogram (EEG)Time Series+2

A Unified Wasserstein Distributional Robustness Framework for Adversarial Training

2022-02-27 · ICLR 2022 4 · Tuan Anh Bui, Trung Le, Quan Tran, He Zhao 외

It is well-known that deep neural networks (DNNs) are susceptible to adversarial attacks, exposing a severe fragility of deep learning systems. As the result, adversarial training (AT) method, by incorporating adversaria…

Wasserstein Adversarial Examples via Projected Sinkhorn Iterations

2019-02-21 · Eric Wong, Frank R. Schmidt, J. Zico Kolter

A rapidly growing area of work has studied the existence of adversarial examples, datapoints which have been perturbed to fool a classifier, but the vast majority of these works have focused primarily on threat models de…

Adversarial AttackAdversarial DefenseAdversarial RobustnessGeneral Classification+3

Internal Wasserstein Distance for Adversarial Attack and Defense

2021-03-13 · Qicheng Wang, Shuhai Zhang, JieZhang Cao, Jincheng Li 외

Deep neural networks (DNNs) are known to be vulnerable to adversarial attacks that would trigger misclassification of DNNs but may be imperceptible to human perception. Adversarial defense has been an important way to im…

Adversarial AttackAdversarial DefenseSemantic SimilaritySemantic Textual Similarity