SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2005.09134 · ICLR · 2020

Improve robustness of DNN for ECG signal classification:a noise-to-signal ratio perspective

Linhai Ma, Liang Liang

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 4 functions out of this paper's own repositories and ran 4 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
sarielma/iclr2020_ai4ah canonical 3 of 3
SarielMa/ICLR2020_AI4AH — 1 of 1
FunctionStatusWhere it lives
HingeLoss Ran sarielma/iclr2020_ai4ah/RobustDNN_loss.py
pointer only (licence: NONE) · get_code("6e1226a2bc13f716")
Z_loss0 Ran sarielma/iclr2020_ai4ah/RobustDNN_loss.py
pointer only (licence: NONE) · get_code("993c5a3f44758b3c")
dZdX_loss2s Ran SarielMa/ICLR2020_AI4AH/RobustDNN_loss.py
pointer only (licence: NONE) · get_code("a0822ad25522b5fa")
multi_margin_loss Ran sarielma/iclr2020_ai4ah/RobustDNN_loss.py
pointer only (licence: NONE) · get_code("158133ec8a2e57e6")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Electrocardiogram (ECG) is the most widely used diagnostic tool to monitor the condition of the cardiovascular system. Deep neural networks (DNNs), have been developed in many research labs for automatic interpretation of ECG signals to identify potential abnormalities in patient hearts. Studies have shown that given a sufficiently large amount of data, the classification accuracy of DNNs could reach human-expert cardiologist level. A DNN-based automated ECG diagnostic system would be an affordable solution for patients in developing countries where human-expert cardiologist are lacking. However, despite of the excellent performance in classification accuracy, it has been shown that DNNs are highly vulnerable to adversarial attacks: subtle changes in input of a DNN can lead to a wrong classification output with high confidence. Thus, it is challenging and essential to improve adversarial robustness of DNNs for ECG signal classificationa life-critical application. In this work, we proposed to improve DNN robustness from the perspective of noise-to-signal ratio (NSR) and developed two methods to minimize NSR during training process. We evaluated the proposed methods on PhysionNet's MIT-BIH dataset, and the results show that our proposed methods lead to an enhancement in robustness against PGD adversarial attack and SPSA attack, with a minimal change in accuracy on clean data.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2005.09134")
get_code_for_paper("2005.09134")
have("2005.09134")

Connect an agent — have() is free.