← Search

Hung Tran-The

8 accepted papers

2026

Variance Driven Exploration: A Provable and Efficient Methodology for Pure Exploration in Highly Stochastic Environments

ICML 2026poster

We propose ***Var**iance **D**riven **E**xploration* (VarDE), a principled approach for pure exploration in *highly stochastic environments*, where the exploration process is dominated by stochastic variance. VarDE is built on a fundamental principle: *sampling effort should be allocated to minimize…

Cited by 0SourceScholar
2023

A Probabilistic Framework for Pruning Transformers Via a Finite Admixture of Keys

ICASSP 2023accepted

Pairwise dot product-based self-attention is key to the success of transformers which achieve state-of-the-art performance across a variety of applications in language and vision, but are costly to compute. It has been shown that most attention scores and keys in transformers are redundant and can b…

Cited by 0SourceScholar
2023

Neural Collapse in Deep Linear Networks: From Balanced to Imbalanced Data

ICML 2023poster

Modern deep neural networks have achieved impressive performance on tasks from image classification to natural language processing. Surprisingly, these complex systems with massive amounts of parameters exhibit the same structural properties in their last-layer features and classifiers across canoni…

2022

Expected Improvement for Contextual Bandits

NeurIPS 2022accept

The expected improvement (EI) is a popular technique to handle the tradeoff between exploration and exploitation under uncertainty. This technique has been widely used in Bayesian optimization but it is not applicable for the contextual bandit problem which is a generalization of the standard bandit…

Cited by 0SourcePDFScholar
2022

Regret Bounds for Expected Improvement Algorithms in Gaussian Process Bandit Optimization

AISTATS 2022poster

The expected improvement (EI) algorithm is one of the most popular strategies for optimization under uncertainty due to its simplicity and efficiency. Despite its popularity, the theoretical aspects of this algorithm have not been properly analyzed. In particular, whether in the noisy setting, the E…

Cited by 3SourcePDFScholar
2021

Bayesian Optimistic Optimisation with Exponentially Decaying Regret

ICML 2021spotlight

Bayesian optimisation (BO) is a well known algorithm for finding the global optimum of expensive, black-box functions. The current practical BO algorithms have regret bounds ranging from $\mathcal{O}(\frac{logN}{\sqrt{N}})$ to $\mathcal O(e^{-\sqrt{N}})$, where $N$ is the number of evaluations. This…

Cited by 0SourcePDFScholar
2020

Sub-linear Regret Bounds for Bayesian Optimisation in Unknown Search Spaces

NeurIPS 2020poster

Bayesian optimisation is a popular method for efficient optimisation of expensive black-box functions. Traditionally, BO assumes that the search space is known. However, in many problems, this assumption does not hold. To this end, we propose a novel BO algorithm which expands (and shifts) the searc…

2019

Bayesian Optimization with Unknown Search Space

NeurIPS 2019poster

Applying Bayesian optimization in problems wherein the search space is unknown is challenging. To address this problem, we propose a systematic volume expansion strategy for the Bayesian optimization. We devise a strategy to guarantee that in iterative expansions of the search space, our method can…