paper-with-me

Papers

Proof: Accelerating Approximate Aggregation Queries with Expensive Predicates

2021-07-27 · Daniel Kang, John Guibas, Peter Bailis, Tatsunori Hashimoto, Yi Sun, Matei Zaharia

Given a dataset $\mathcal{D}$, we are interested in computing the mean of a subset of $\mathcal{D}$ which matches a predicate. ABae leverages stratified sampling and proxy models to efficiently compute this statistic given a sampling budget $N$. In this document, we theoretically analyze ABae and show that the MSE of the estimate decays at rate $O(N_1^{-1} + N_2^{-1} + N_1^{1/2}N_2^{-3/2})$, where $N=K \cdot N_1+N_2$ for some integer constant $K$ and $K \cdot N_1$ and $N_2$ represent the number of samples used in Stage 1 and Stage 2 of ABae respectively. Hence, if a constant fraction of the total sample budget $N$ is allocated to each stage, we will achieve a mean squared error of $O(N^{-1})$ which matches the rate of mean squared error of the optimal stratified sampling algorithm given a priori knowledge of the predicate positive rate and standard deviation per stratum.

📄 PDF Abstract BibTeX arXiv:2107.12525

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On Aggregation Queries over Predicted Nearest Neighbors

2025-02-26 · Carrie Wang, Sihem Amer-Yahia, Laks V. S. Lakshmanan, Reynold Cheng

We introduce Aggregation Queries over Nearest Neighbors (AQNNs), a novel type of aggregation queries over the predicted neighborhood of a designated object. AQNNs are prevalent in modern applications where, for instance,…

Exact and Approximate Range Queries for Efficient Ball Mapper Construction

2026-01-04 · Jay-Anne Bulauan, John Rick Manzanares arxiv

Ball Mapper is a tool in topological data analysis that summarizes a finite metric dataset by covering it with metric balls and encoding their overlaps as a graph. Its construction requires repeated fixed-radius range qu…

Approximate Aggregate Queries Under Additive Inequalities

2020-03-24 · Mahmoud Abo-Khamis, Sungjin Im, Benjamin Moseley, Kirk Pruhs 외

We consider the problem of evaluating certain types of functional aggregation queries on relational data subject to additive inequalities. Such aggregation queries, with a smallish number of additive inequalities, arise …

QUOKA: Query-Oriented KV Selection For Efficient LLM Prefill

2026-02-09 · Dalton Jones, Junyoung Park, Matthew Morse, Mingu Lee 외 arxiv

We present QUOKA: Query-oriented KV selection for efficient attention, a training-free and hardware agnostic sparse attention algorithm for accelerating transformer inference under chunked prefill. While many queries foc…

Catalyst GFlowNet for electrocatalyst design: A hydrogen evolution reaction case study

2025-10-02 · Lena Podina, Christina Humer, Alexandre Duval, Victor Schmidt 외 arxiv

Efficient and inexpensive energy storage is essential for accelerating the adoption of renewable energy and ensuring a stable supply, despite fluctuations in sources such as wind and solar. Electrocatalysts play a key ro…