paper-with-me

홈 › Papers

ECG-ATK-GAN: Robustness against Adversarial Attacks on ECGs using Conditional Generative Adversarial Networks

2021-10-17 · Khondker Fariha Hossain, Sharif Amit Kamran, Alireza Tavakkoli, Xingjun Ma

Automating arrhythmia detection from ECG requires a robust and trusted system that retains high accuracy under electrical disturbances. Many machine learning approaches have reached human-level performance in classifying arrhythmia from ECGs. However, these architectures are vulnerable to adversarial attacks, which can misclassify ECG signals by decreasing the model's accuracy. Adversarial attacks are small crafted perturbations injected in the original data which manifest the out-of-distribution shifts in signal to misclassify the correct class. Thus, security concerns arise for false hospitalization and insurance fraud abusing these perturbations. To mitigate this problem, we introduce the first novel Conditional Generative Adversarial Network (GAN), robust against adversarial attacked ECG signals and retaining high accuracy. Our architecture integrates a new class-weighted objective function for adversarial perturbation identification and new blocks for discerning and combining out-of-distribution shifts in signals in the learning process for accurately classifying various arrhythmia types. Furthermore, we benchmark our architecture on six different white and black-box attacks and compare them with other recently proposed arrhythmia classification models on two publicly available ECG arrhythmia datasets. The experiment confirms that our model is more robust against such adversarial attacks for classifying arrhythmia with high accuracy.

📄 PDF Abstract BibTeX arXiv:2110.09983

Code (1)

farihahossain/ecg-atk-gan 공식 구현 tf

Tasks

Arrhythmia DetectionGenerative Adversarial Network

Similar Papers 제목 키워드 기반

Defending Against Adversarial Attack in ECG Classification with Adversarial Distillation Training

2022-03-14 · Jiahao Shao, Shijia Geng, Zhaoji Fu, Weilun Xu 외

In clinics, doctors rely on electrocardiograms (ECGs) to assess severe cardiac disorders. Owing to the development of technology and the increase in health awareness, ECG signals are currently obtained by using medical a…

Adversarial AttackClassificationECG Classification

Enhancing the Robustness of Deep Neural Networks by Boundary Conditional GAN

2019-02-28 · Ke Sun, Zhanxing Zhu, Zhouchen Lin

Deep neural networks have been widely deployed in various machine learning tasks. However, recent works have demonstrated that they are vulnerable to adversarial examples: carefully crafted small perturbations to cause m…

Data Augmentation

ECGadv: Generating Adversarial Electrocardiogram to Misguide Arrhythmia Classification System

2019-01-12 · Huangxun Chen, Chenyu Huang, Qianyi Huang, Qian Zhang 외

Deep neural networks (DNNs)-powered Electrocardiogram (ECG) diagnosis systems recently achieve promising progress to take over tedious examinations by cardiologists. However, their vulnerability to adversarial attacks st…

ClassificationGeneral Classification

Adversarially Robust Classification by Conditional Generative Model Inversion

2022-01-12 · Mitra Alirezaei, Tolga Tasdizen

Most adversarial attack defense methods rely on obfuscating gradients. These methods are successful in defending against gradient-based attacks; however, they are easily circumvented by attacks which either do not use th…

Adversarial AttackClassificationmodelRobust classification

Are Generative Classifiers More Robust to Adversarial Attacks?

2018-02-19 · Yingzhen Li, John Bradshaw, Yash Sharma

There is a rising interest in studying the robustness of deep neural network classifiers against adversaries, with both advanced attack and defence techniques being actively developed. However, most recent work focuses o…

Adversarial DefenseAdversarial Robustness