Defending Regression Learners Against Poisoning Attacks
Sandamal Weerasinghe, Sarah M. Erfani, Tansu Alpcan, Christopher, Leckie, Justin Kopacz

TL;DR
This paper introduces a novel N-LID measure for detecting poisoned data in regression models, providing an effective defense against poisoning attacks without assumptions on the attacker, outperforming existing methods.
Contribution
The paper proposes N-LID, a new local intrinsic dimensionality-based measure, and an attack-agnostic defense method for regression models against poisoning attacks.
Findings
Outperforms state-of-the-art defenses in accuracy and speed.
Achieves up to 76% lower MSE on benchmark datasets.
Effective in distinguishing poisoned from normal samples.
Abstract
Regression models, which are widely used from engineering applications to financial forecasting, are vulnerable to targeted malicious attacks such as training data poisoning, through which adversaries can manipulate their predictions. Previous works that attempt to address this problem rely on assumptions about the nature of the attack/attacker or overestimate the knowledge of the learner, making them impractical. We introduce a novel Local Intrinsic Dimensionality (LID) based measure called N-LID that measures the local deviation of a given data point's LID with respect to its neighbors. We then show that N-LID can distinguish poisoned samples from normal samples and propose an N-LID based defense approach that makes no assumptions of the attacker. Through extensive numerical experiments with benchmark datasets, we show that the proposed defense mechanism outperforms the state of the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications
