paper-with-me

홈 › Papers

Piecewise Linear Approximation in Learned Index Structures: Theoretical and Empirical Analysis

2025-06-25 · Jiayong Qin, Xianyu Zhu, Qiyu Liu, Guangyi Zhang, Zhigang Cai, Jianwei Liao, Sha Hu, Jingshu Peng, Yingxia Shao, Lei Chen

A growing trend in the database and system communities is to augment conventional index structures, such as B+-trees, with machine learning (ML) models. Among these, error-bounded Piecewise Linear Approximation ($\epsilon$-PLA) has emerged as a popular choice due to its simplicity and effectiveness. Despite its central role in many learned indexes, the design and analysis of $\epsilon$-PLA fitting algorithms remain underexplored. In this paper, we revisit $\epsilon$-PLA from both theoretical and empirical perspectives, with a focus on its application in learned index structures. We first establish a fundamentally improved lower bound of $\Omega(\kappa \cdot \epsilon^2)$ on the expected segment coverage for existing $\epsilon$-PLA fitting algorithms, where $\kappa$ is a data-dependent constant. We then present a comprehensive benchmark of state-of-the-art $\epsilon$-PLA algorithms when used in different learned data structures. Our results highlight key trade-offs among model accuracy, model size, and query performance, providing actionable guidelines for the principled design of future learned data structures.

📄 PDF Abstract BibTeX arXiv:2506.20139

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Lower Bounds for the Algorithmic Complexity of Learned Indexes

2026-01-10 · Luis Alberto Croquevielle, Roman Sokolovskii, Thomas Heinis arxiv

Learned index structures aim to accelerate queries by training machine learning models to approximate the rank function associated with a database attribute. While effective in practice, their theoretical limitations are…

An interpretable neural network model through piecewise linear approximation

2020-01-20 · Mengzhuo Guo, Qingpeng Zhang, Xiuwu Liao, Daniel Dajun Zeng

Most existing interpretable methods explain a black-box model in a post-hoc manner, which uses simpler models or data analysis techniques to interpret the predictions after the model is learned. However, they (a) may der…

Descriptive

Testing the Robustness of Learned Index Structures

2022-07-23 · Matthias Bachfischer, Renata Borovica-Gajic, Benjamin I. P. Rubinstein

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 …

Data Poisoningregression

Graphon-based sensitivity analysis of SIS epidemics

2020-01-30

In this work, we use the spectral properties of graphons to study stability and sensitivity to noise of deterministic SIS epidemics over large networks. We consider the presence of additive noise in a linearized SIS mode…

Sensitivity

NFL: Robust Learned Index via Distribution Transformation

2022-05-24 · Shangyu Wu, Yufei Cui, Jinghuan Yu, Xuan Sun 외

Recent works on learned index open a new direction for the indexing field. The key insight of the learned index is to approximate the mapping between keys and positions with piece-wise linear functions. Such methods requ…