paper-with-me

홈 › Papers

Label Flipping Data Poisoning Attack Against Wearable Human Activity Recognition System

2022-08-17 · Abdur R. Shahid, Ahmed Imteaj, Peter Y. Wu, Diane A. Igoche, Tauhidul Alam

Human Activity Recognition (HAR) is a problem of interpreting sensor data to human movement using an efficient machine learning (ML) approach. The HAR systems rely on data from untrusted users, making them susceptible to data poisoning attacks. In a poisoning attack, attackers manipulate the sensor readings to contaminate the training set, misleading the HAR to produce erroneous outcomes. This paper presents the design of a label flipping data poisoning attack for a HAR system, where the label of a sensor reading is maliciously changed in the data collection phase. Due to high noise and uncertainty in the sensing environment, such an attack poses a severe threat to the recognition system. Besides, vulnerability to label flipping attacks is dangerous when activity recognition models are deployed in safety-critical applications. This paper shades light on how to carry out the attack in practice through smartphone-based sensor data collection applications. This is an earlier research work, to our knowledge, that explores attacking the HAR models via label flipping poisoning. We implement the proposed attack and test it on activity recognition models based on the following machine learning algorithms: multi-layer perceptron, decision tree, random forest, and XGBoost. Finally, we evaluate the effectiveness of K-nearest neighbors (KNN)-based defense mechanism against the proposed attack.

📄 PDF Abstract BibTeX arXiv:2208.08433

Code (0)

등록된 구현이 없습니다.

Tasks

Activity RecognitionData PoisoningHuman Activity Recognition

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Label Sanitization against Label Flipping Poisoning Attacks

2018-03-02 · Andrea Paudice, Luis Muñoz-González, Emil C. Lupu

Many machine learning systems rely on data collected in the wild from untrusted sources, exposing the learning algorithms to data poisoning. Attackers can inject malicious data in the training dataset to subvert the lear…

Data Poisoning

Deep Partition Aggregation: Provable Defenses against General Poisoning Attacks

2021-01-01 · ICLR 2021 1 · Alexander Levine, Soheil Feizi

Adversarial poisoning attacks distort training data in order to corrupt the test-time behavior of a classifier. A provable defense provides a certificate for each test sample, which is a lower bound on the magnitude of a…

Deep Partition Aggregation: Provable Defense against General Poisoning Attacks

2020-06-26 · Alexander Levine, Soheil Feizi

Adversarial poisoning attacks distort training data in order to corrupt the test-time behavior of a classifier. A provable defense provides a certificate for each test sample, which is a lower bound on the magnitude of a…

Cost-Minimized Label-Flipping Poisoning Attack to LLM Alignment

2025-11-12 · Shigeki Kusaka, Keita Saito, Mikoto Kudo, Takumi Tanabe 외 arxiv

Large language models (LLMs) are increasingly deployed in real-world systems, making it critical to understand their vulnerabilities. While data poisoning attacks during RLHF/DPO alignment have been studied empirically, …

PACOL: Poisoning Attacks Against Continual Learners

2023-11-18 · Huayu Li, Gregory Ditzler

Continual learning algorithms are typically exposed to untrusted sources that contain training data inserted by adversaries and bad actors. An adversary can insert a small number of poisoned samples, such as mislabeled s…

Continual LearningData PoisoningMisinformationOutlier Detection