← Search

Yan Shuo Tan

5 accepted papers

2026

BFTS: Thompson Sampling with Bayesian Additive Regression Trees

ICML 2026spotlight

We propose Bayesian Forest Thompson Sampling (BFTS), which performs Thompson sampling using arm-wise Bayesian Additive Regression Trees (BART) to model each action's mean reward and generate MCMC-based posterior draws for decision-making. We derive an information-theoretic Bayesian regret bound of o…

Cited by 1SourceScholar
2026

Statistical-Computational Trade-offs for Recursive Adaptive Partitioning Estimators

ICML 2026poster

Models based on recursive adaptive partitioning such as decision trees and their ensembles are popular for high-dimensional regression as they can potentially avoid the curse of dimensionality. Because empirical risk minimization (ERM) is computationally infeasible, these models are typically traine…

Cited by 0SourceScholar
2025

Bayesian Concept Bottleneck Models with LLM Priors

NeurIPS 2025poster

Concept Bottleneck Models (CBMs) have been proposed as a compromise between white-box and black-box models, aiming to achieve interpretability without sacrificing accuracy. The standard training procedure for CBMs is to predefine a candidate set of human-interpretable concepts, extract their values…

Cited by 0SourcecodeScholar
2022

A cautionary tale on fitting decision trees to data from additive models: generalization lower bounds

AISTATS 2022poster

Decision trees are important both as interpretable models amenable to high-stakes decision-making, and as building blocks of ensemble methods such as random forests and gradient boosting. Their statistical properties, however, are not well understood. The most cited prior works have focused on deriv…

2022

Hierarchical Shrinkage: Improving the accuracy and interpretability of tree-based models.

ICML 2022oral

Decision trees and random forests (RF) are a cornerstone of modern machine learning practice. Due to their tendency to overfit, trees are typically regularized by a variety of techniques that modify their structure (e.g. pruning). We introduce Hierarchical Shrinkage (HS), a post-hoc algorithm which…