Approximating a Target Distribution using Weight Queries
Nadav Barak, Sivan Sabato

TL;DR
This paper introduces a novel method for approximating a target distribution using weight queries instead of sampling, combining bandit-inspired algorithms with discrepancy estimation to achieve effective reweighting.
Contribution
The paper presents an interactive algorithm that approximates a target distribution via weight queries, with theoretical guarantees and experimental validation.
Findings
Algorithm effectively approximates target distribution with limited queries
Theoretical bounds on total variation distance achieved
Experimental results show advantages over baselines
Abstract
We consider a novel challenge: approximating a distribution without the ability to randomly sample from that distribution. We study how such an approximation can be obtained using *weight queries*. Given some data set of examples, a weight query presents one of the examples to an oracle, which returns the probability, according to the target distribution, of observing examples similar to the presented example. This oracle can represent, for instance, counting queries to a database of the target population, or an interface to a search engine which returns the number of results that match a given search. We propose an interactive algorithm that iteratively selects data set examples and performs corresponding weight queries. The algorithm finds a reweighting of the data set that approximates the weights according to the target distribution, using a limited number of weight queries. We…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Domain Adaptation and Few-Shot Learning · Machine Learning and Data Classification
