← Search

Daniel Hsu

18 accepted papers

2025

Fast attention mechanisms: a tale of parallelism

NeurIPS 2025poster

Transformers have the representational capacity to simulate Massively Parallel Computation (MPC) algorithms, but they suffer from quadratic time complexity, which severely limits their scalability. We introduce an efficient attention mechanism called Approximate Nearest Neighbor Attention (ANNA) wit…

Cited by 0SourceScholar
2025

Learning Gaussian Multi-Index Models with Gradient Flow: Time Complexity and Directional Convergence

AISTATS 2025poster

This work focuses on the gradient flow dynamics of a neural network model that uses correlation loss to approximate a multi-index function on high-dimensional standard Gaussian data. Specifically, the multi-index function we consider is a sum of neurons $f^*(x) = \sum_{j=1}^k \sigma^*(v_j^T x)$ whe…

Cited by 0SourceScholar
2024

Transformers Provably Learn Sparse Token Selection While Fully-Connected Nets Cannot

ICML 2024poster

The transformer architecture has prevailed in various deep learning settings due to its exceptional capabilities to select and compose structural information. Motivated by these capabilities, Sanford et al. (2023) proposed the *sparse token selection* task, in which transformers excel while fully-co…

Cited by 14SourcePDFScholar
2024

Transformers, parallel computation, and logarithmic depth

ICML 2024spotlight

We show that a constant number of self-attention layers can efficiently simulate—and be simulated by—a constant number of communication rounds of *Massively Parallel Computation*. As a consequence, we show that logarithmic-depth is sufficient for transformers to solve basic computational tasks that…

2022

Masked Prediction: A Parameter Identifiability View

NeurIPS 2022accept

The vast majority of work in self-supervised learning have focused on assessing recovered features by a chosen set of downstream tasks. While there are several commonly used benchmark datasets, this lens of feature learning requires assumptions on the downstream tasks which are not inherent to the d…

Cited by 9SourcePDFScholar
2022

Simple and near-optimal algorithms for hidden stratification and multi-group learning

ICML 2022spotlight

Multi-group agnostic learning is a formal learning criterion that is concerned with the conditional risks of predictors within subgroups of a population. The criterion addresses recent practical concerns such as subgroup fairness and hidden stratification. This paper studies the structure of solutio…

Cited by 22SourcePDFScholar
2021

Bayesian decision-making under misspecified priors with applications to meta-learning

NeurIPS 2021spotlight

Thompson sampling and other Bayesian sequential decision-making algorithms are among the most popular approaches to tackle explore/exploit trade-offs in (contextual) bandits. The choice of prior in these algorithms offers flexibility to encode domain knowledge but can also lead to poor performance…

Cited by 62SourcePDFScholar
2021

Support vector machines and linear regression coincide with very high-dimensional features

NeurIPS 2021poster

The support vector machine (SVM) and minimum Euclidean norm least squares regression are two fundamentally different approaches to fitting linear models, but they have recently been connected in models for very high-dimensional data through a phenomenon of support vector proliferation, where every t…

2019

A Gradual, Semi-Discrete Approach to Generative Network Training via Explicit Wasserstein Minimization

ICML 2019oral

This paper provides a simple procedure to fit generative networks to target distributions, with the goal of a small Wasserstein distance (or other optimal transport costs). The approach is based on two principles: (a) if the source randomness of the network is a continuous distribution (the "semi-di…

Cited by 20SourcePDFScholar
2019

Correcting the bias in least squares regression with volume-rescaled sampling

AISTATS 2019poster

Consider linear regression where the examples are generated by an unknown distribution on R^d x R. Without any assumptions on the noise, the linear least squares solution for any i.i.d. sample will typically be biased w.r.t. the least squares optimum over the entire distribution. However, we show th…

Cited by 18SourcePDFScholar