paper-with-me

Papers

MedAttacker: Exploring Black-Box Adversarial Attacks on Risk Prediction Models in Healthcare

2021-12-11 · Muchao Ye, Junyu Luo, Guanjie Zheng, Cao Xiao, Ting Wang, Fenglong Ma

Deep neural networks (DNNs) have been broadly adopted in health risk prediction to provide healthcare diagnoses and treatments. To evaluate their robustness, existing research conducts adversarial attacks in the white/gray-box setting where model parameters are accessible. However, a more realistic black-box adversarial attack is ignored even though most real-world models are trained with private data and released as black-box services on the cloud. To fill this gap, we propose the first black-box adversarial attack method against health risk prediction models named MedAttacker to investigate their vulnerability. MedAttacker addresses the challenges brought by EHR data via two steps: hierarchical position selection which selects the attacked positions in a reinforcement learning (RL) framework and substitute selection which identifies substitute with a score-based principle. Particularly, by considering the temporal context inside EHRs, it initializes its RL position selection policy by using the contribution score of each visit and the saliency score of each code, which can be well integrated with the deterministic substitute selection process decided by the score changes. In experiments, MedAttacker consistently achieves the highest average success rate and even outperforms a recent white-box EHR adversarial attack technique in certain cases when attacking three advanced health risk prediction models in the black-box setting across multiple real-world datasets. In addition, based on the experiment results we include a discussion on defending EHR adversarial attacks.

📄 PDF Abstract BibTeX arXiv:2112.06063

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackPositionReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Quantifying the Risk of Transferred Black Box Attacks

2025-11-07 · Disesdi Susanna Cox, Niklas Bunzel arxiv

Neural networks have become pervasive across various applications, including security-related products. However, their widespread adoption has heightened concerns regarding vulnerability to adversarial attacks. With emer…

Exploring the Space of Black-box Attacks on Deep Neural Networks

2017-12-27 · ICLR 2018 1 · Arjun Nitin Bhagoji, Warren He, Bo Li, Dawn Song

Existing black-box attacks on deep neural networks (DNNs) so far have largely focused on transferability, where an adversarial instance generated for a locally trained model can "transfer" to attack other learning models…

Improving Robustness of Facial Landmark Detection by Defending Against Adversarial Attacks

2021-01-01 · ICCV 2021 10 · Congcong Zhu, Xiaoqiang Li, Jide Li, Songmin Dai

Many recent developments in facial landmark detection have been driven by stacking model parameters or augmenting annotations. However, three subsequent challenges remain, including 1) an increase in computational ov…

Face AlignmentFacial Landmark Detection

Exploring the Secondary Risks of Large Language Models

2025-06-14 · Jiawei Chen, Zhengwei Fang, Xiao Yang, Chao Yu 외

Ensuring the safety and alignment of Large Language Models is a significant challenge with their growing integration into critical applications and societal functions. While prior research has primarily focused on jailbr…

Perception Improvement for Free: Exploring Imperceptible Black-box Adversarial Attacks on Image Classification

2020-10-30 · Yongwei Wang, Mingquan Feng, Rabab Ward, Z. Jane Wang 외

Deep neural networks are vulnerable to adversarial attacks. White-box adversarial attacks can fool neural networks with small adversarial perturbations, especially for large size images. However, keeping successful adver…

Adversarial AttackGeneral Classificationimage-classificationImage Classification