Testing the Robustness of Learned Index Structures
Matthias Bachfischer, Renata Borovica-Gajic, Benjamin I. P. Rubinstein

TL;DR
This paper investigates the worst-case robustness of learned index structures against adversarial data poisoning attacks, revealing significant performance degradation under malicious data manipulations.
Contribution
It introduces a data poisoning attack on learned index models and evaluates their robustness, highlighting vulnerabilities not previously well understood.
Findings
Learned index structures can experience up to 20% performance loss due to poisoning.
Adversarial attacks significantly increase prediction errors in learned indexes.
Classical index structures maintain better worst-case performance than learned models under attack.
Abstract
While early empirical evidence has supported the case for learned index structures as having favourable average-case performance, little is known about their worst-case performance. By contrast, classical structures are known to achieve optimal worst-case behaviour. This work evaluates the robustness of learned index structures in the presence of adversarial workloads. To simulate adversarial workloads, we carry out a data poisoning attack on linear regression models that manipulates the cumulative distribution function (CDF) on which the learned index model is trained. The attack deteriorates the fit of the underlying ML model by injecting a set of poisoning keys into the training dataset, which leads to an increase in the prediction error of the model and thus deteriorates the overall performance of the learned index structure. We assess the performance of various regression methods…
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
MethodsLinear Regression
