paper-with-me

Papers

On Distribution Dependent Sub-Logarithmic Query Time of Learned Indexing

2023-06-19 · Sepanta Zeighami, Cyrus Shahabi

A fundamental problem in data management is to find the elements in an array that match a query. Recently, learned indexes are being extensively used to solve this problem, where they learn a model to predict the location of the items in the array. They are empirically shown to outperform non-learned methods (e.g., B-trees or binary search that answer queries in $O(\log n)$ time) by orders of magnitude. However, success of learned indexes has not been theoretically justified. Only existing attempt shows the same query time of $O(\log n)$, but with a constant factor improvement in space complexity over non-learned methods, under some assumptions on data distribution. In this paper, we significantly strengthen this result, showing that under mild assumptions on data distribution, and the same space complexity as non-learned methods, learned indexes can answer queries in $O(\log\log n)$ expected query time. We also show that allowing for slightly larger but still near-linear space overhead, a learned index can achieve $O(1)$ expected query time. Our results theoretically prove learned indexes are orders of magnitude faster than non-learned methods, theoretically grounding their empirical success.

📄 PDF Abstract BibTeX arXiv:2306.10651

Code (0)

등록된 구현이 없습니다.

Tasks

Management

Similar Papers 제목 키워드 기반

Non-Stochastic CDF Estimation Using Threshold Queries

2023-01-13 · Princewill Okoroafor, Vaishnavi Gupta, Robert Kleinberg, Eleanor Goh

Estimating the empirical distribution of a scalar-valued data set is a basic and fundamental task. In this paper, we tackle the problem of estimating an empirical distribution in a setting with two challenging features. …

Pricing Query Complexity of Multiplicative Revenue Approximation

2026-02-11 · Wei Tang, Yifan Wang, Mengxiao Zhang arxiv

We study the pricing query complexity of revenue maximization for a single buyer whose private valuation is drawn from an unknown distribution. In this setting, the seller must learn the optimal monopoly price by posting…

Damped Online Newton Step for Portfolio Selection

2022-02-15 · Zakaria Mhammedi, Alexander Rakhlin

We revisit the classic online portfolio selection problem, where at each round a learner selects a distribution over a set of portfolios to allocate its wealth. It is known that for this problem a logarithmic regret with…

Dynamic Pricing with Finitely Many Unknown Valuations

2018-07-09 · Nicolò Cesa-Bianchi, Tommaso Cesari, Vianney Perchet

Motivated by posted price auctions where buyers are grouped in an unknown number of latent types characterized by their private values for the good on sale, we investigate revenue maximization in stochastic dynamic prici…

Logarithmic High-Probability Regret for Online Convex Optimization with Two-Point Bandit Feedback

2026-03-26 · Haishan Ye arxiv

We study online convex optimization (OCO) with two-point bandit feedback against a non-anticipating adaptive adversary. In this setting, a learner competes with an adversarial sequence of convex losses while observing ea…