paper-with-me

Papers

On Efficient Approximate Queries over Machine Learning Models

2022-06-06 · Dujian Ding, Sihem Amer-Yahia, Laks VS Lakshmanan

The question of answering queries over ML predictions has been gaining attention in the database community. This question is challenging because the cost of finding high quality answers corresponds to invoking an oracle such as a human expert or an expensive deep neural network model on every single item in the DB and then applying the query. We develop a novel unified framework for approximate query answering by leveraging a proxy to minimize the oracle usage of finding high quality answers for both Precision-Target (PT) and Recall-Target (RT) queries. Our framework uses a judicious combination of invoking the expensive oracle on data samples and applying the cheap proxy on the objects in the DB. It relies on two assumptions. Under the Proxy Quality assumption, proxy quality can be quantified in a probabilistic manner w.r.t. the oracle. This allows us to develop two algorithms: PQA that efficiently finds high quality answers with high probability and no oracle calls, and PQE, a heuristic extension that achieves empirically good performance with a small number of oracle calls. Alternatively, under the Core Set Closure assumption, we develop two algorithms: CSC that efficiently returns high quality answers with high probability and minimal oracle usage, and CSE, which extends it to more general settings. Our extensive experiments on five real-world datasets on both query types, PT and RT, demonstrate that our algorithms outperform the state-of-the-art and achieve high result quality with provable statistical guarantees.

📄 PDF Abstract BibTeX arXiv:2206.02845

Code (1)

dujianding/aquapro 공식 구현

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Query-limited Black-box Attacks to Classifiers

2017-12-23 · Fnu Suya, Yuan Tian, David Evans, Paolo Papotti

We study black-box attacks on machine learning classifiers where each query to the model incurs some cost or risk of detection to the adversary. We focus explicitly on minimizing the number of queries as a major objectiv…

Bayesian OptimizationBIG-bench Machine Learning

Unconventional application of k-means for distributed approximate similarity search

2022-08-04 · Felipe Ortega, Maria Jesus Algar, Isaac Martín de Diego, Javier M. Moguerza

Similarity search based on a distance function in metric spaces is a fundamental problem for many applications. Queries for similar objects lead to the well-known machine learning task of nearest-neighbours identificatio…

Distributed Computing

Predictive Indexing for Fast Search

2008-12-01 · NeurIPS 2008 12 · Sharad Goel, John Langford, Alexander L. Strehl

We tackle the computational problem of query-conditioned search. Given a machine-learned scoring rule and a query distribution, we build a predictive index by precomputing lists of potential results sorted based on an ex…

Retrievalscoring rule

A Survey of Quantum Learning Theory

2017-01-24 · Srinivasan Arunachalam, Ronald de Wolf

This paper surveys quantum learning theory: the theoretical aspects of machine learning using quantum computers. We describe the main results known for three models of learning: exact learning from membership queries, an…

BIG-bench Machine LearningLearning TheorySurvey

Automata Learning from Preference and Equivalence Queries

2023-08-18 · Eric Hsiung, Joydeep Biswas, Swarat Chaudhuri

Active automata learning from membership and equivalence queries is a foundational problem with numerous applications. We propose a novel variant of the active automata learning problem: actively learn finite automata us…

Navigate