← Search

Yaodong Yu

28 accepted papers

2025

Accuracy on the wrong line: On the pitfalls of noisy data for out-of-distribution generalisation

AISTATS 2025poster

Accuracy-on-the-line is a widely observed phenomenon in machine learning, where a model's accuracy on in-distribution (ID) and out-of-distribution (OOD) data is positively correlated across different hyperparameters and data configurations. But when does this useful relationship break down? In this…

Cited by 0SourceScholar
2025

Adventurer: Optimizing Vision Mamba Architecture Designs for Efficiency

CVPR 2025poster

In this work, we introduce the Adventurer series models where we treat images as sequences of patch tokens and employ uni-directional language models to learn visual representations. This modeling paradigm allows us to process images in a recurrent formulation with linear complexity relative to the…

Cited by 0SourcePDFScholar
2025

Attention-Only Transformers via Unrolled Subspace Denoising

ICML 2025poster

Despite the popularity of transformers in practice, their architectures are empirically designed and neither mathematically justified nor interpretable. Moreover, as indicated by many empirical studies, some components of transformer architectures may be redundant. To derive a fully interpretable tr…

Cited by 0SourcePDFScholar
2025

Scaling Laws in Patchification: An Image Is Worth 50,176 Tokens And More

ICML 2025poster

Since the introduction of Vision Transformer (ViT), patchification has long been regarded as a common image pre-processing approach for plain visual architectures. By compressing the spatial size of images, this approach can effectively shorten the token sequence and reduce the computational cost of…

Cited by 3SourcePDFScholar
2025

Token Statistics Transformer: Linear-Time Attention via Variational Rate Reduction

ICLR 2025spotlight

The attention operator is arguably the key distinguishing factor of transformer architectures, which have demonstrated state-of-the-art performance on a variety of tasks. However, transformer attention operators often impose a significant computational burden, with the computational complexity scali…

2024

A Global Geometric Analysis of Maximal Coding Rate Reduction

ICML 2024poster

The maximal coding rate reduction (MCR$^2$) objective for learning structured and compact deep representations is drawing increasing attention, especially after its recent usage in the derivation of fully explainable and highly effective deep network architectures. However, it lacks a complete theor…

Cited by 6SourcePDFScholar
2024

A Study on the Calibration of In-context Learning

NAACL 2024long

Accurate uncertainty quantification is crucial for the safe deployment of machine learning models, and prior research has demonstrated improvements in the calibration of modern language models (LMs). We study in-context learning (ICL), a prevalent method for adapting static LMs through tailored prom…

2024

Differentially Private Representation Learning via Image Captioning

ICML 2024poster

Differentially private (DP) machine learning is considered the gold-standard solution for training a model from sensitive data while still preserving privacy. However, a major barrier to achieving this ideal is its sub-optimal privacy-accuracy trade-off, which is particularly visible in DP represent…

2024

Masked Completion via Structured Diffusion with White-Box Transformers

ICLR 2024poster

Modern learning frameworks often train deep neural networks with massive amounts of unlabeled data to learn representations by solving simple pretext tasks, then use the representations as foundations for downstream tasks. These networks are empirically designed; as such, they are usually not interp…

2024

ViP: A Differentially Private Foundation Model for Computer Vision

ICML 2024oral

Artificial intelligence (AI) has seen a tremendous surge in capabilities thanks to the use of foundation models trained on internet-scale data. On the flip side, the uncurated nature of internet-scale data also poses significant privacy and legal risks, as they often contain personal information or…

2023

Federated Conformal Predictors for Distributed Uncertainty Quantification

ICML 2023poster

Conformal prediction is emerging as a popular paradigm for providing rigorous uncertainty quantification in machine learning since it can be easily applied as a post-processing step to already trained models. In this paper, we extend conformal prediction to the federated learning setting. The main c…

2023

White-Box Transformers via Sparse Rate Reduction

NeurIPS 2023poster

In this paper, we contend that the objective of representation learning is to compress and transform the distribution of the data, say sets of tokens, towards a mixture of low-dimensional Gaussian distributions supported on incoherent subspaces. The quality of the final representation can be measur…

2022

Conditional Supervised Contrastive Learning for Fair Text Classification

EMNLP 2022finding

Contrastive representation learning has gained much attention due to its superior performance in learning representations from both image and sequential data. However, the learned representations could potentially lead to performance disparities in downstream tasks, such as increased silencing of un…

2022

Fast Distributionally Robust Learning with Variance-Reduced Min-Max Optimization

AISTATS 2022poster

Distributionally robust supervised learning (DRSL) is emerging as a key paradigm for building reliable machine learning systems for real-world applications–reflecting the need for classifiers and predictive models that are robust to the distribution shifts that arise from phenomena such as selection…

Cited by 37SourcePDFScholar
2022

On the Convergence of Stochastic Extragradient for Bilinear Games using Restarted Iteration Averaging

AISTATS 2022poster

We study the stochastic bilinear minimax optimization problem, presenting an analysis of the same-sample Stochastic ExtraGradient (SEG) method with constant step size, and presenting variations of the method that yield favorable convergence. In sharp contrasts with the basic SEG method whose last it…

Cited by 21SourcePDFScholar
2022

Online Nonsubmodular Minimization with Delayed Costs: From Full Information to Bandit Feedback

ICML 2022spotlight

Motivated by applications to online learning in sparse estimation and Bayesian optimization, we consider the problem of online unconstrained nonsubmodular minimization with delayed costs in both full information and bandit feedback settings. In contrast to previous works on online unconstrained subm…

Cited by 2SourcePDFScholar
2022

TCT: Convexifying Federated Learning using Bootstrapped Neural Tangent Kernels

NeurIPS 2022accept

State-of-the-art federated learning methods can perform far worse than their centralized counterparts when clients have dissimilar data distributions. For neural networks, even when centralized SGD easily finds a solution that is simultaneously performant for all clients, current federated optimizat…

2022

What You See is What You Get: Principled Deep Learning via Distributional Generalization

NeurIPS 2022accept

Having similar behavior at training time and test time—what we call a “What You See Is What You Get” (WYSIWYG) property—is desirable in machine learning. Models trained with standard stochastic gradient descent (SGD), however, do not necessarily have this property, as their complex behaviors such as…

2020

Boundary thickness and robustness in learning models

NeurIPS 2020poster

Robustness of machine learning models to various adversarial and non-adversarial corruptions continues to be of interest. In this paper, we introduce the notion of the boundary thickness of a classifier, and we describe its connection with and usefulness for model robustness. Thick decision boundari…

2020

Learning Diverse and Discriminative Representations via the Principle of Maximal Coding Rate Reduction

NeurIPS 2020poster

To learn intrinsic low-dimensional structures from high-dimensional data that most discriminate between classes, we propose the principle of {\em Maximal Coding Rate Reduction} ($\text{MCR}^2$), an information-theoretic measure that maximizes the coding rate difference between the whole dataset and…

2020

Rethinking Bias-Variance Trade-off for Generalization of Neural Networks

ICML 2020poster

The classical bias-variance trade-off predicts that bias decreases and variance increase with model complexity, leading to a U-shaped risk curve. Recent work calls this into question for neural networks and other over-parameterized models, for which it is often observed that larger models generalize…

2019

Learning One-hidden-layer ReLU Networks via Gradient Descent

AISTATS 2019poster

We study the problem of learning one-hidden-layer neural networks with Rectified Linear Unit (ReLU) activation function, where the inputs are sampled from standard Gaussian distribution and the outputs are generated from a noisy teacher network. We analyze the performance of gradient descent for tra…

Cited by 163SourcePDFScholar
2019

Theoretically Principled Trade-off between Robustness and Accuracy

ICML 2019oral

We identify a trade-off between robustness and accuracy that serves as a guiding principle in the design of defenses against adversarial examples. Although this problem has been widely studied empirically, much remains unknown concerning the theory underlying this trade-off. In this work, we decompo…

2018

A Primal-Dual Analysis of Global Optimality in Nonconvex Low-Rank Matrix Recovery

ICML 2018oral

We propose a primal-dual based framework for analyzing the global optimality of nonconvex low-rank matrix recovery. Our analysis are based on the restricted strongly convex and smooth conditions, which can be verified for a broad family of loss functions. In addition, our analytic framework can dire…

Cited by 48SourcePDFScholar
2018

Third-order Smoothness Helps: Faster Stochastic Optimization Algorithms for Finding Local Minima

NeurIPS 2018poster

We propose stochastic optimization algorithms that can find local minima faster than existing algorithms for nonconvex optimization problems, by exploiting the third-order smoothness to escape non-degenerate saddle points more efficiently. More specifically, the proposed algorithm only needs $\tilde…

Cited by 11SourcePDFScholar