paper-with-me

홈 › Papers

Uncertainty about Uncertainty: Optimal Adaptive Algorithms for Estimating Mixtures of Unknown Coins

2019-04-19 · Jasper C. H. Lee, Paul Valiant

Given a mixture between two populations of coins, "positive" coins that each have -- unknown and potentially different -- bias $\geq\frac{1}{2}+\Delta$ and "negative" coins with bias $\leq\frac{1}{2}-\Delta$, we consider the task of estimating the fraction $\rho$ of positive coins to within additive error $\epsilon$. We achieve an upper and lower bound of $\Theta(\frac{\rho}{\epsilon^2\Delta^2}\log\frac{1}{\delta})$ samples for a $1-\delta$ probability of success, where crucially, our lower bound applies to all fully-adaptive algorithms. Thus, our sample complexity bounds have tight dependence for every relevant problem parameter. A crucial component of our lower bound proof is a decomposition lemma (see Lemmas 17 and 18) showing how to assemble partially-adaptive bounds into a fully-adaptive bound, which may be of independent interest: though we invoke it for the special case of Bernoulli random variables (coins), it applies to general distributions. We present simulation results to demonstrate the practical efficacy of our approach for realistic problem parameters for crowdsourcing applications, focusing on the "rare events" regime where $\rho$ is small. The fine-grained adaptive flavor of both our algorithm and lower bound contrasts with much previous work in distributional testing and learning.

📄 PDF Abstract BibTeX arXiv:1904.09228

Code (0)

등록된 구현이 없습니다.

Tasks

LEMMA

Similar Papers 제목 키워드 기반

VariBAD: A Very Good Method for Bayes-Adaptive Deep RL via Meta-Learning

2019-10-18 · ICLR 2020 1 · Luisa Zintgraf, Kyriacos Shiarlis, Maximilian Igl, Sebastian Schulze 외

Trading off exploration and exploitation in an unknown environment is key to maximising expected return during learning. A Bayes-optimal policy, which does so optimally, conditions its actions not only on the environment…

Meta-LearningMuJoCo

Adaptive Information Belief Space Planning

2022-01-14 · Moran Barenboim, Vadim Indelman

Reasoning about uncertainty is vital in many real-life autonomous systems. However, current state-of-the-art planning algorithms cannot either reason about uncertainty explicitly, or do so with a high computational burde…

Risk-Sensitive Bayesian Games for Multi-Agent Reinforcement Learning under Policy Uncertainty

2022-03-18 · Hannes Eriksson, Debabrota Basu, Mina Alibeigi, Christos Dimitrakakis

In stochastic games with incomplete information, the uncertainty is evoked by the lack of knowledge about a player's own and the other players' types, i.e. the utility function and the policy space, and also the inherent…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Bayesian Policy Optimization for Model Uncertainty

2018-10-01 · ICLR 2019 5 · Gilwoo Lee, Brian Hou, Aditya Mandalika, Jeongseok Lee 외

Addressing uncertainty is critical for autonomous systems to robustly adapt to the real world. We formulate the problem of model uncertainty as a continuous Bayes-Adaptive Markov Decision Process (BAMDP), where an agent …

model

AKF-SR: Adaptive Kalman Filtering-based Successor Representation

2022-03-31 · Parvin Malekzadeh, Mohammad Salimibeni, Ming Hou, Arash Mohammadi 외

Recent studies in neuroscience suggest that Successor Representation (SR)-based models provide adaptation to changes in the goal locations or reward function faster than model-free algorithms, together with lower computa…

Active LearningDecision Making