← Search

David Tse

14 accepted papers

2024

Adaptive Sampling for Efficient Softmax Approximation

NeurIPS 2024poster

The softmax function is ubiquitous in machine learning and optimization applications. Computing the full softmax evaluation of a matrix-vector product can be computationally expensive in high-dimensional settings. In many applications, however, it is sufficient to calculate only the top few outputs…

Cited by 0SourcePDFScholar
2022

Beyond the Best: Distribution Functional Estimation in Infinite-Armed Bandits

NeurIPS 2022accept

In the infinite-armed bandit problem, each arm's average reward is sampled from an unknown distribution, and each arm can be sampled further to obtain noisy estimates of the average reward of that arm. Prior work focuses on the best arm, i.e. estimating the maximum of the average reward distribution…

Cited by 5SourcePDFScholar
2018

Medoids in Almost-Linear Time via Multi-Armed Bandits

AISTATS 2018poster

Computing the medoid of a large number of points in high-dimensional space is an increasingly common operation in many data science problems. We present an algorithm Med-dit to compute the medoid with high probability, which uses $O(n\log n)$ distance evaluations. Med-dit is based on a connection wi…

2018

Porcupine Neural Networks: Approximating Neural Network Landscapes

NeurIPS 2018poster

Neural networks have been used prominently in several machine learning and statistics applications. In general, the underlying optimization of neural networks is non-convex which makes analyzing their performance challenging. In this paper, we take another approach to this problem by constraining th…

2017

NeuralFDR: Learning Discovery Thresholds from Hypothesis Features

NeurIPS 2017poster

As datasets grow richer, an important challenge is to leverage the full features in the data to maximize the number of useful discoveries while controlling for false positives. We address this problem in the context of multiple hypotheses testing, where for each hypothesis, we observe a p-value alon…