← Search

Yingyu Liang

43 accepted papers

2025

Beyond Linear Approximations: A Novel Pruning Approach for Attention Matrix

ICLR 2025poster

Large Language Models (LLMs) have shown immense potential in enhancing various aspects of our daily lives, from conversational AI to search and AI assistants. However, their growing capabilities come at the cost of extremely large model sizes, making deployment on edge devices challenging due to mem…

Cited by 4SourcePDFScholar
2025

Bypassing the Exponential Dependency: Looped Transformers Efficiently Learn In-context by Multi-step Gradient Descent

AISTATS 2025poster

In-context learning has been recognized as a key factor in the success of Large Language Models (LLMs). It refers to the model's ability to learn patterns on the fly from provided in-context examples in the prompt during inference. Previous studies have demonstrated that the Transformer architecture…

Cited by 0SourceScholar
2025

Circuit Complexity Bounds for RoPE-based Transformer Architecture

EMNLP 2025

Characterizing the expressive power of the Transformer architecture is critical to understanding its capacity limits and scaling law. Recent works provide the circuit complexity bounds to Transformer-like architecture. On the other hand, position embedding has emerged as a crucial technique in moder

Cited by 0SourcePDFScholar
2025

Conv-Basis: A New Paradigm for Efficient Attention Inference and Gradient Computation in Transformers

EMNLP 2025

The self-attention mechanism is key to the success of transformers in recent large language models (LLMs). However, the quadratic computational cost, O(n 2 ) , with respect to the input sequence length n poses a significant obstacle to further improvement and scalability in longer contexts.In this w

Cited by 0SourcePDFScholar
2025

Dissecting Submission Limit in Desk-Rejections: A Mathematical Analysis of Fairness in AI Conference Policies

ICML 2025poster

As AI research surges in both impact and volume, conferences have imposed submission limits to maintain paper quality and alleviate organizational pressure. In this work, we examine the fairness of desk-rejection systems under submission limits and reveal that existing practices can result in subst…

Cited by 5SourcePDFScholar
2025

Fourier Circuits in Neural Networks and Transformers: A Case Study of Modular Arithmetic with Multiple Inputs

AISTATS 2025poster

In the evolving landscape of machine learning, a pivotal challenge lies in deciphering the internal representations harnessed by neural networks and Transformers. Building on recent progress toward comprehending how networks execute distinct target functions, our study embarks on an exploration of t…

Cited by 0SourceScholar
2025

Fundamental Limits of Visual Autoregressive Transformers: Universal Approximation Abilities

ICML 2025poster

We investigate the fundamental limits of transformer-based foundation models, extending our analysis to include Visual Autoregressive (VAR) transformers. VAR represents a big step toward generating images using a novel, scalable, coarse-to-fine ``next-scale prediction'' framework. These models set a…

Cited by 0SourcePDFScholar
2025

Kernel Regression in Structured Non-IID Settings: Theory and Implications for Denoising Score Learning

NeurIPS 2025poster

Kernel ridge regression (KRR) is a foundational tool in machine learning, with recent work emphasizing its connections to neural networks. However, existing theory primarily addresses the i.i.d. setting, while real-world data often exhibits structured dependencies - particularly in applications like…

Cited by 0SourceScholar
2025

Learning to Inference Adaptively for Multimodal Large Language Models

ICCV 2025poster

Multimodal Large Language Models (MLLMs) have shown impressive capabilities in visual reasoning, yet come with substantial computational cost, limiting their deployment in resource-constrained settings. Despite recent effort on improving the efficiency of MLLMs, prior solutions fall short in respond…

Cited by 0SourcePDFScholar
2025

Looped ReLU MLPs May Be All You Need as Practical Programmable Computers

AISTATS 2025poster

Previous work has demonstrated that attention mechanisms are Turing complete. More recently, it has been shown that a looped 9-layer Transformer can function as a universal programmable computer. In contrast, the multi-layer perceptrons with $\mathsf{ReLU}$ activation ($\mathsf{ReLU}$-$\mathsf{MLP}$…

Cited by 0SourceScholar
2025

NRFlow: Towards Noise-Robust Generative Modeling via High-Order Mechanism

UAI 2025

Flow-based generative models have shown promise in various machine learning applications, but they often face challenges in handling noise and ensuring robustness in trajectory estimation. In this work, we propose NRFlow, a novel extension to flow-based generative modeling that incorporates second-o

Cited by 0SourcePDFScholar
2025

Unraveling the Smoothness Properties of Diffusion Models: A Gaussian Mixture Perspective

ICCV 2025poster

Diffusion models have made rapid progress in generating high-quality samples across various domains. However, a theoretical understanding of the Lipschitz continuity and second momentum properties of the diffusion process is still lacking. In this paper, we bridge this gap by providing a detailed ex…

Cited by 0SourcePDFScholar
2025

When Can We Solve the Weighted Low Rank Approximation Problem in Truly Subquadratic Time?

AISTATS 2025poster

The weighted low-rank approximation problem is a fundamental numerical linear algebra problem and has many applications in machine learning. Given a $n \times n$ weight matrix $W$ and a $n \times n$ matrix $A$, the goal is to find two low-rank matrices $U, V \in \mathbb{R}^{n \times k}$ such that th…

Cited by 0SourceScholar
2024

Towards Few-Shot Adaptation of Foundation Models via Multitask Finetuning

ICLR 2024poster

Foundation models have emerged as a powerful tool for many AI problems. Despite the tremendous success of foundation models, effective adaptation to new tasks, particularly those with limited labels, remains an open question and lacks theoretical understanding. An emerging solution with recent su…

2024

Two Heads are Actually Better than One: Towards Better Adversarial Robustness via Transduction and Rejection

ICML 2024poster

Both transduction and rejection have emerged as important techniques for defending against adversarial perturbations. A recent work by Goldwasser et. al showed that rejection combined with transduction can give *provable* guarantees (for certain problems) that cannot be achieved otherwise. Neverthel…

2024

Why Larger Language Models Do In-context Learning Differently?

ICML 2024poster

Large language models (LLM) have emerged as a powerful tool for AI, with the key ability of in-context learning (ICL), where they can perform well on unseen tasks based on a brief series of task examples without necessitating any adjustments to the model parameters. One recent interesting mysterious…

Cited by 348SourcePDFScholar
2023

Stratified Adversarial Robustness with Rejection

ICML 2023poster

Recently, there is an emerging interest in adversarially training a classifier with a rejection option (also known as a selective classifier) for boosting adversarial robustness. While rejection can incur a cost in many applications, existing studies typically associate zero cost with rejecting pert…

2023

The Trade-off between Universality and Label Efficiency of Representations from Contrastive Learning

ICLR 2023top-25%

Pre-training representations (a.k.a. foundation models) has recently become a prevalent learning paradigm, where one first pre-trains a representation using large-scale unlabeled data, and then learns simple predictors on top of the representation using small labeled data from the downstream tasks.…

2023

What Knowledge Gets Distilled in Knowledge Distillation?

NeurIPS 2023poster

Knowledge distillation aims to transfer useful information from a teacher network to a student network, with the primary goal of improving the student's performance for the task at hand. Over the years, there has a been a deluge of novel techniques and use cases of knowledge distillation. Yet, despi…

Cited by 30SourcePDFScholar
2023

When and How Does Known Class Help Discover Unknown Ones? Provable Understanding Through Spectral Analysis

ICML 2023poster

Novel Class Discovery (NCD) aims at inferring novel classes in an unlabeled set by leveraging prior knowledge from a labeled set with known classes. Despite its importance, there is a lack of theoretical foundations for NCD. This paper bridges the gap by providing an analytical framework to formaliz…

2022

A Theoretical Analysis on Feature Learning in Neural Networks: Emergence from Inputs and Advantage over Fixed Features

ICLR 2022poster

An important characteristic of neural networks is their ability to learn representations of the input data with effective features for prediction, which is believed to be a key factor to their superior empirical performance. To better understand the source and benefit of feature learning in neural n…

Cited by 72SourcePDFScholar
2022

Towards Evaluating the Robustness of Neural Networks Learned by Transduction

ICLR 2022poster

There has been emerging interest in using transductive learning for adversarial robustness (Goldwasser et al., NeurIPS 2020; Wu et al., ICML 2020; Wang et al., ArXiv 2021). Compared to traditional defenses, these defense mechanisms "dynamically learn" the model based on test-time input; and theoreti…

2021

Detecting Errors and Estimating Accuracy on Unlabeled Data with Self-training Ensembles

NeurIPS 2021poster

When a deep learning model is deployed in the wild, it can encounter test data drawn from distributions different from the training data distribution and suffer drop in performance. For safe deployment, it is essential to estimate the accuracy of the pre-trained model on the test data. However, the…

2020

Functional Regularization for Representation Learning: A Unified Theoretical Perspective

NeurIPS 2020poster

Unsupervised and self-supervised learning approaches have become a crucial tool to learn representations for downstream prediction tasks. While these approaches are widely used in practice and achieve impressive empirical gains, their theoretical understanding largely lags behind. Towards bridging t…

2020

Sketching Transformed Matrices with Applications to Natural Language Processing

AISTATS 2020poster

Suppose we are given a large matrix $A=(a_{i,j})$ that cannot be stored in memory but is in a disk or is presented in a data stream. However, we need to compute a matrix decomposition of the entry-wisely transformed matrix, $f(A):=(f(a_{i,j}))$ for some function $f$. Is it possible to do it in a spa…

Cited by 7SourcePDFScholar
2019

N-Gram Graph: Simple Unsupervised Representation for Graphs, with Applications to Molecules

NeurIPS 2019spotlight

Machine learning techniques have recently been adopted in various applications in medicine, biology, chemistry, and material engineering. An important task is to predict the properties of molecules, which serves as the main subroutine in many downstream applications such as virtual screening and dru…

2019

Recovery Guarantees For Quadratic Tensors With Sparse Observations

AISTATS 2019poster

We consider the tensor completion problem of predicting the missing entries of a tensor. The commonly used CP model has a triple product form, but an alternate family of quadratic models which are the sum of pairwise products instead of a triple product have emerged from applications such as recomme…

Cited by 3SourcePDFScholar
2018

Learning Overparameterized Neural Networks via Stochastic Gradient Descent on Structured Data

NeurIPS 2018spotlight

Neural networks have many successful applications, while much less theoretical understanding has been gained. Towards bridging this gap, we study the problem of learning a two-layer overparameterized ReLU neural network for multi-class classification via stochastic gradient descent (SGD) from random…

Cited by 787SourcePDFScholar
2017

Differentially Private Clustering in High-Dimensional Euclidean Spaces

ICML 2017poster

We study the problem of clustering sensitive data while preserving the privacy of individuals represented in the dataset, which has broad applications in practical machine learning and data analysis tasks. Although the problem has been widely studied in the context of low-dimensional, discrete space…

Cited by 106SourcePDFScholar
2017

Generalization and Equilibrium in Generative Adversarial Nets (GANs)

ICML 2017poster

It is shown that training of generative adversarial network (GAN) may not have good generalization properties; e.g., training may appear successful but the trained distribution may be far from target distribution in standard metrics. However, generalization does occur for a weaker metric called neur…

2017

Provable Alternating Gradient Descent for Non-negative Matrix Factorization with Strong Correlations

ICML 2017poster

Non-negative matrix factorization is a basic tool for decomposing data into the feature and weight matrices under non-negativity constraints, and in practice is often solved in the alternating minimization framework. However, it is unclear whether such algorithms can recover the ground-truth feature…

2016

Recovery Guarantee of Non-negative Matrix Factorization via Alternating Updates

NeurIPS 2016poster

Non-negative matrix factorization is a popular tool for decomposing data into feature and weight matrices under non-negativity constraints. It enjoys practical success but is poorly understood theoretically. This paper proposes an algorithm that alternates between decoding the weights and updating…

2016

Recovery guarantee of weighted low-rank approximation via alternating minimization

ICML 2016poster

Many applications require recovering a ground truth low-rank matrix from noisy observations of the entries, which in practice is typically formulated as a weighted low-rank approximation problem and solved by non-convex optimization heuristics such as alternating minimization. In this paper, we prov…

Cited by 55SourcePDFScholar