paper-with-me

홈 › Papers

Robust Nonparametric Regression under Poisoning Attack

2023-05-26 · Puning Zhao, Zhiguo Wan

This paper studies robust nonparametric regression, in which an adversarial attacker can modify the values of up to $q$ samples from a training dataset of size $N$. Our initial solution is an M-estimator based on Huber loss minimization. Compared with simple kernel regression, i.e. the Nadaraya-Watson estimator, this method can significantly weaken the impact of malicious samples on the regression performance. We provide the convergence rate as well as the corresponding minimax lower bound. The result shows that, with proper bandwidth selection, $\ell_\infty$ error is minimax optimal. The $\ell_2$ error is optimal with relatively small $q$, but is suboptimal with larger $q$. The reason is that this estimator is vulnerable if there are many attacked samples concentrating in a small region. To address this issue, we propose a correction method by projecting the initial estimate to the space of Lipschitz functions. The final estimate is nearly minimax optimal for arbitrary $q$, up to a $\ln N$ factor.

📄 PDF Abstract BibTeX arXiv:2305.16771

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Methods 이 논문이 사용한 방법론

Huber loss The Huber loss function describes the penalty incurred by an estimation procedure f. Huber (1964) defines the loss function piecewise by[1] L δ ( a ) = { 1 2 a 2 for | a |…

Similar Papers 제목 키워드 기반

Mathematical Foundations of Poisoning Attacks on Linear Regression over Cumulative Distribution Functions

2026-02-28 · Atsuki Sato, Martin Aumüller, Yusuke Matsui arxiv

Learned indexes are a class of index data structures that enable fast search by approximating the cumulative distribution function (CDF) using machine learning models (Kraska et al., SIGMOD'18). However, recent studies h…

Manipulating Machine Learning: Poisoning Attacks and Countermeasures for Regression Learning

2018-04-01 · Matthew Jagielski, Alina Oprea, Battista Biggio, Chang Liu 외

As machine learning becomes widely used for automated decisions, attackers have strong incentives to manipulate the results and models generated by machine learning algorithms. In this paper, we perform the first systema…

BIG-bench Machine Learningregression

A Linear Approach to Data Poisoning

2025-05-21 · Diego Granziol, Donald Flynn

We investigate the theoretical foundations of data poisoning attacks in machine learning models. Our analysis reveals that the Hessian with respect to the input serves as a diagnostic tool for detecting poisoning, exhibi…

Data PoisoningDiagnosticregression

Data Poisoning Attacks on Regression Learning and Corresponding Defenses

2020-09-15 · Nicolas Michael Müller, Daniel Kowatsch, Konstantin Böttinger

Adversarial data poisoning is an effective attack against machine learning and threatens model integrity by introducing poisoned data into the training dataset. So far, it has been studied mostly for classification, even…

Data Poisoningregression

Reducing Certified Regression to Certified Classification for General Poisoning Attacks

2022-08-29 · Zayd Hammoudeh, Daniel Lowd

Adversarial training instances can severely distort a model's behavior. This work investigates certified regression defenses, which provide guaranteed limits on how much a regressor's prediction may change under a poison…

Classificationregression