← Search

Quanquan Gu

193 accepted papers

2026

Best-of-Majority: Minimax-Optimal Strategy for Pass@k Inference Scaling

ICLR 2026poster

LLM inference often generates a batch of candidates for a prompt and selects one via strategies like majority voting or Best-of- N (BoN). For difficult tasks, this single-shot selection often underperforms. Consequently, evaluations commonly report Pass@$k$: the agent may submit up to $k$ responses,…

Cited by 0SourceScholar
2026

Breaking the Total Variance Barrier: Sharp Sample Complexity for Linear Heteroscedastic Bandits with Fixed Action Set

ICLR 2026poster

Recent years have witnessed increasing interests in tackling heteroscedastic noise in bandits and reinforcement learning \citep{zhou2021nearly, zhao2023variance, jia2024does, pacchiano2025second}. In these works, the cumulative variance of the noise $\Lambda = \sum_{t=1}^T \sigma_t^2$, where $\sigma…

Cited by 0SourceScholar
2026

Dimension-Independent Convergence of Underdamped Langevin Monte Carlo in KL Divergence

ICML 2026poster

Underdamped Langevin dynamics (ULD) is a widely-used sampler for Gibbs distributions $\pi\propto e^{-V}$, and is often empirically effective in high dimensions. However, existing non-asymptotic convergence guarantees for discretized ULD typically scale polynomially with the ambient dimension $d$, le…

Cited by 0SourceScholar
2026

Group Representational Position Encoding

ICLR 2026poster

We present GRAPE (Group RepresentAtional Position Encoding), a unified framework for positional encoding based on group actions. GRAPE brings together two families of mechanisms: (i) multiplicative rotations (Multiplicative GRAPE) in $\operatorname{SO}(d)$ and (ii) additive logit biases (Additive GR…

Cited by 0SourcecodeScholar
2026

On the Convergence of Adaptive Gradient Methods for Nonconvex Optimization

ICML 2026poster

Adaptive gradient methods are workhorses in deep learning. However, the convergence guarantees of adaptive gradient methods for nonconvex optimization have not been thoroughly studied. In this paper, we provide a fine-grained convergence analysis for a general class of adaptive gradient methods incl…

Cited by 0SourceScholar
2026

On the Design of KL-Regularized Policy Gradient Algorithms for LLM Reasoning

ICLR 2026poster

Policy gradient algorithms have been successfully applied to enhance the reasoning capabilities of large language models (LLMs). KL regularization is ubiquitous, yet the design surface, choice of KL direction (forward vs. reverse), normalization (normalized vs. unnormalized), and estimator ($k_1/k_2…

Cited by 0SourcecodeScholar
2026

On the Limits of Test-Time Compute: Sequential Reward Filtering for Better Inference

ICML 2026poster

Test-time compute (TTC) has become an increasingly prominent paradigm for enhancing large language models (LLMs). Despite the empirical success of methods such as best-of-$n$ (BoN) sampling and sequential revision, their fundamental limits remain unclear. We address this gap by analyzing a mixture-o…

Cited by 0SourceScholar
2026

Protein Autoregressive Modeling via Multiscale Structure Generation

ICML 2026oral

We present protein autoregressive modeling (PAR), the first multi-scale autoregressive framework for protein backbone generation via coarse-to-fine next-scale prediction. Using the hierarchical nature of proteins, PAR generates structures that mimic sculpting a statue, forming a coarse topology and …

Cited by 0SourceScholar
2026

RSPO: Regularized Self-Play Alignment of Large Language Models

ICML 2026poster

Self-play-based policy optimization has emerged as an effective approach for fine-tuning large language models (LLMs), formulating preference optimization as a two-player game. However, the regularization with respect to the reference policy, which is crucial for mitigating over-optimization, has be…

Cited by 0SourceScholar
2026

SWINGARENA: Adversarial Programming Arena for Long-context GitHub Issue Solving

ICLR 2026oral

We present \textsc{SwingArena}, a adversarial evaluation framework for Large Language Models (LLMs) that closely mirrors real-world software development workflows. Unlike traditional static benchmarks, \textsc{SwingArena} models the collaborative process of software iteration by pairing LLMs as \tex…

Cited by 0SourcecodeScholar
2026

Scalable Spatio-Temporal SE(3) Diffusion for Long-Horizon Protein Dynamics

ICLR 2026poster

Molecular dynamics (MD) simulations remain the gold standard for studying protein dynamics, but their computational cost limits access to biologically relevant timescales. Recent generative models have shown promise in accelerating simulations, yet they struggle with long-horizon generation due to a…

Cited by 0SourceScholar
2026

Towards A Generative Protein Evolution Machine with DPLM-Evo

ICML 2026poster

Proteins are shaped by gradual evolution under biophysical and functional constraints. Protein language models learn rich evolutionary constraints from large-scale sequence data, and discrete diffusion–based protein language models (e.g., DPLMs) have emerged as a promising framework for both underst…

Cited by 0SourceScholar
2026

Towards a Sharp Analysis of Learning Offline $f$-Divergence-Regularized Contextual Bandits

ICLR 2026poster

Many offline reinforcement learning algorithms are underpinned by $f$-divergence regularization, but their sample complexity *defined with respect to regularized objectives* still lacks tight analyses, especially in terms of concrete data coverage conditions. In this paper, we study the exact concen…

Cited by 0SourceScholar
2026

Transformers Trained via Gradient Descent Can Provably Learn a Class of Teacher Models

ICLR 2026poster

Transformers have achieved great success across a wide range of applications, yet the theoretical foundations underlying their success remain largely unexplored. To demystify the strong capacities of transformers applied to versatile scenarios and tasks, we theoretically investigate utilizing transf…

Cited by 0SourceScholar
2025

An All-Atom Generative Model for Designing Protein Complexes

ICML 2025poster

Proteins typically exist in complexes, interacting with other proteins or biomolecules to perform their specific biological roles. Research on single-chain protein modeling has been extensively and deeply explored, with advancements seen in models like the series of ESM and AlphaFold2. Despite these…

2025

Beyond Bradley-Terry Models: A General Preference Model for Language Model Alignment

ICML 2025poster

Modeling human preferences is crucial for aligning foundation models with human values. Traditional reward modeling methods, such as the Bradley-Terry (BT) reward model, fall short in expressiveness, particularly in addressing intransitive preferences. In this paper, we introduce \emph{preference em…

2025

Beyond-Expert Performance with Limited Demonstrations: Efficient Imitation Learning with Double Exploration

ICLR 2025poster

Imitation learning is a central problem in reinforcement learning where the goal is to learn a policy that mimics the expert's behavior. In practice, it is often challenging to learn the expert policy from a limited number of demonstrations accurately due to the complexity of the state space. Moreov…

Cited by 0SourcePDFScholar
2025

Convergence of Score-Based Discrete Diffusion Models: A Discrete-Time Analysis

ICLR 2025poster

Diffusion models have achieved great success in generating high-dimensional samples across various applications. While the theoretical guarantees for continuous-state diffusion models have been extensively studied, the convergence analysis of the discrete-state counterparts remains under-explored. I…

Cited by 3SourcePDFScholar
2025

DPLM-2: A Multimodal Diffusion Protein Language Model

ICLR 2025poster

Proteins are essential macromolecules defined by their amino acid sequences, which determine their three-dimensional structures and, consequently, their functions in all living organisms. Therefore, generative protein modeling necessitates a multimodal approach to simultaneously model, understand, a…

Cited by 12SourcePDFScholar
2025

Designing Cyclic Peptides via Harmonic SDE with Atom-Bond Modeling

ICML 2025poster

Cyclic peptides offer inherent advantages in pharmaceuticals. For example, cyclic peptides are more resistant to enzymatic hydrolysis compared to linear peptides and usually exhibit excellent stability and affinity. Although deep generative models have achieved great success in linear peptide design…

Cited by 0SourcePDFScholar
2025

Elucidating the Design Space of Multimodal Protein Language Models

ICML 2025spotlight

Multimodal protein language models (PLMs) integrate sequence and token-based structural information, serving as a powerful foundation for protein modeling, generation, and design. However, the reliance on tokenizing 3D structures into discrete tokens causes substantial loss of fidelity about fine-g…

2025

Global Convergence and Rich Feature Learning in $L$-Layer Infinite-Width Neural Networks under $\mu$ Parametrization

ICML 2025poster

Despite deep neural networks' powerful representation learning capabilities, theoretical understanding of how networks can simultaneously achieve meaningful feature learning and global convergence remains elusive. Existing approaches like the neural tangent kernel (NTK) are limited because features…

Cited by 0SourcePDFScholar
2025

LLaVA-Critic: Learning to Evaluate Multimodal Models

CVPR 2025poster

We introduce LLaVA-Critic, the first open-source large multimodal model (LMM) designed as a generalist evaluator to assess performance across a wide range of multimodal tasks. LLaVA-Critic is trained using a high-quality critic instruction-following dataset that incorporates diverse evaluation crite…

Cited by 53SourcePDFScholar
2025

Logarithmic Regret for Online KL-Regularized Reinforcement Learning

ICML 2025poster

Recent advances in Reinforcement Learning from Human Feedback (RLHF) have shown that KL-regularization plays a pivotal role in improving the efficiency of RL fine-tuning for large language models (LLMs). Despite its empirical advantage, the theoretical difference between KL-regularized RL and standa…

Cited by 1SourcePDFScholar
2025

MARS: Unleashing the Power of Variance Reduction for Training Large Models

ICML 2025poster

Training deep neural networks--and more recently, large models--demands efficient and scalable optimizers. Adaptive gradient algorithms like Adam, AdamW, and their variants have been central to this task. Despite the development of numerous variance reduction algorithms in the past decade aimed at a…

2025

Mitigating Object Hallucination in Large Vision-Language Models via Image-Grounded Guidance

ICML 2025spotlight

The advancement of Large Vision-Language Models (LVLMs) has increasingly highlighted the critical issue of their tendency to hallucinate non-existing objects in the images. To address this issue, previous works focused on using specially curated datasets or powerful LLMs to rectify the outputs of LV…

2025

Nearly Optimal Algorithms for Contextual Dueling Bandits from Adversarial Feedback

ICML 2025poster

Learning from human feedback plays an important role in aligning generative models, such as large language models (LLM). However, the effectiveness of this approach can be influenced by adversaries, who may intentionally provide misleading preferences to manipulate the output in an undesirable or ha…

Cited by 2SourcePDFScholar
2025

On the Power of Multitask Representation Learning with Gradient Descent

AISTATS 2025poster

Representation learning, particularly multi-task representation learning, has gained widespread popularity in various deep learning applications, ranging from computer vision to natural language processing, due to its remarkable generalization performance. Despite its growing use, our understanding…

Cited by 0SourceScholar
2025

ProteinBench: A Holistic Evaluation of Protein Foundation Models

ICLR 2025poster

Recent years have witnessed a surge in the development of protein foundation models, significantly improving performance in protein prediction and generative tasks ranging from 3D structure prediction and protein design to conformational dynamics. However, the capabilities and limitations associated…

Cited by 6SourcePDFScholar
2025

Ranking with Multiple Oracles: From Weak to Strong Stochastic Transitivity

ICML 2025poster

We study the problem of efficiently aggregating the preferences of items from multiple information sources (oracles) and infer the ranking under both the weak stochastic transitivity (WST) and the strong stochastic transitivity (SST) conditions. When the underlying preference model satisfies the WST…

Cited by 0SourcePDFScholar
2025

Self-Play Preference Optimization for Language Model Alignment

ICLR 2025poster

Standard reinforcement learning from human feedback (RLHF) approaches relying on parametric models like the Bradley-Terry model fall short in capturing the intransitivity and irrationality in human preferences. Recent advancements suggest that directly working with preference probabilities can yield…

2025

Simultaneous Modeling of Protein Conformation and Dynamics via Autoregression

NeurIPS 2025poster

Understanding protein dynamics is critical for elucidating their biological functions. The increasing availability of molecular dynamics (MD) data enables the training of deep generative models to efficiently explore the conformational space of proteins. However, existing approaches either fail to…

Cited by 0SourceScholar
2025

Tensor Product Attention Is All You Need

NeurIPS 2025spotlight

Scaling language models to handle longer input sequences typically necessitates large key-value (KV) caches, resulting in substantial memory overhead during inference. In this paper, we propose Tensor Product Attention (TPA), a novel attention mechanism that uses tensor decompositions to represent q…

Cited by 0SourcecodeScholar
2025

Unified Convergence Analysis for Score-Based Diffusion Models with Deterministic Samplers

ICLR 2025poster

Score-based diffusion models have emerged as powerful techniques for generating samples from high-dimensional data distributions. These models involve a two-phase process: first, injecting noise to transform the data distribution into a known prior distribution, and second, sampling to recover the o…

Cited by 3SourcePDFScholar
2024

A Nearly Optimal and Low-Switching Algorithm for Reinforcement Learning with General Function Approximation

NeurIPS 2024poster

The exploration-exploitation dilemma has been a central challenge in reinforcement learning (RL) with complex model classes. In this paper, we propose a new algorithm, Monotonic Q-Learning with Upper Confidence Bound (MQL-UCB) for RL with general function approximation. Our key algorithmic design i…

Cited by 13SourcePDFScholar
2024

Achieving Constant Regret in Linear Markov Decision Processes

NeurIPS 2024poster

We study the constant regret guarantees in reinforcement learning (RL). Our objective is to design an algorithm that incurs only finite regret over infinite episodes with high probability. We introduce an algorithm, Cert-LSVI-UCB, for misspecified linear Markov decision processes (MDPs) where both t…

Cited by 0SourcePDFScholar
2024

Antigen-Specific Antibody Design via Direct Energy-based Preference Optimization

NeurIPS 2024poster

Antibody design, a crucial task with significant implications across various disciplines such as therapeutics and biology, presents considerable challenges due to its intricate nature. In this paper, we tackle antigen-specific antibody sequence-structure co-design as an optimization problem towards…

Cited by 21SourcePDFScholar
2024

Borda Regret Minimization for Generalized Linear Dueling Bandits

ICML 2024poster

Dueling bandits are widely used to model preferential feedback prevalent in many applications such as recommendation systems and ranking. In this paper, we study the Borda regret minimization problem for dueling bandits, which aims to identify the item with the highest Borda score while minimizing t…

Cited by 13SourcePDFScholar
2024

DecompOpt: Controllable and Decomposed Diffusion Models for Structure-based Molecular Optimization

ICLR 2024poster

Recently, 3D generative models have shown promising performances in structure-based drug design by learning to generate ligands given target binding sites. However, only modeling the target-ligand distribution can hardly fulfill one of the main goals in drug discovery -- designing novel ligands with…

Cited by 15SourcePDFScholar
2024

Diffusion Language Models Are Versatile Protein Learners

ICML 2024poster

This paper introduces diffusion protein language model (DPLM), a versatile protein language model that demonstrates strong generative and predictive capabilities for protein sequences. We first pre-train scalable DPLMs from evolutionary-scale protein sequences within a generative self-supervised dis…

2024

Enhancing Large Vision Language Models with Self-Training on Image Comprehension

NeurIPS 2024poster

Large vision language models (LVLMs) integrate large language models (LLMs) with pre-trained vision encoders, thereby activating the perception capability of the model to understand image inputs for different queries and conduct subsequent reasoning. Improving this capability requires high-quality v…

2024

Fast Sampling via Discrete Non-Markov Diffusion Models with Predetermined Transition Time

NeurIPS 2024poster

Discrete diffusion models have emerged as powerful tools for high-quality data generation. Despite their success in discrete spaces, such as text generation tasks, the acceleration of discrete diffusion models remains under-explored. In this paper, we propose discrete non-Markov diffusion models (DN…

2024

Horizon-free Reinforcement Learning in Adversarial Linear Mixture MDPs

ICLR 2024poster

Recent studies have shown that the regret of reinforcement learning (RL) can be polylogarithmic in the planning horizon $H$. However, it remains an open question whether such a result holds for adversarial RL. In this paper, we answer this question affirmatively by proposing the first horizon-free p…

Cited by 4SourcePDFScholar
2024

How Many Pretraining Tasks Are Needed for In-Context Learning of Linear Regression?

ICLR 2024spotlight

Transformers pretrained on diverse tasks exhibit remarkable in-context learning (ICL) capabilities, enabling them to solve unseen tasks solely based on input contexts without adjusting model parameters. In this paper, we study ICL in one of its simplest setups: pretraining a single-layer linear atte…

Cited by 70SourcePDFScholar
2024

Large Language Models Can Be Contextual Privacy Protection Learners

EMNLP 2024main

The proliferation of Large Language Models (LLMs) has driven considerable interest in fine-tuning them with domain-specific data to create specialized language models. Nevertheless, such domain-specific fine-tuning data often contains contextually sensitive personally identifiable information (PII).…

2024

Matching the Statistical Query Lower Bound for $k$-Sparse Parity Problems with Sign Stochastic Gradient Descent

NeurIPS 2024poster

The $k$-sparse parity problem is a classical problem in computational complexity and algorithmic theory, serving as a key benchmark for understanding computational classes. In this paper, we solve the $k$-sparse parity problem with sign stochastic gradient descent, a variant of stochastic gradient d…

Cited by 0SourcePDFScholar
2024

Pessimistic Nonlinear Least-Squares Value Iteration for Offline Reinforcement Learning

ICLR 2024poster

Offline reinforcement learning (RL), where the agent aims to learn the optimal policy based on the data collected by a behavior policy, has attracted increasing attention in recent years. While offline RL with linear function approximation has been extensively studied with optimal results achieved u…

Cited by 9SourcePDFScholar
2024

Position: TrustLLM: Trustworthiness in Large Language Models

ICML 2024poster

Large language models (LLMs) have gained considerable attention for their excellent natural language processing capabilities. Nonetheless, these LLMs present many challenges, particularly in the realm of trustworthiness. This paper introduces TrustLLM, a comprehensive study of trustworthiness in LLM…

Cited by 95SourcePDFScholar
2024

Protein Conformation Generation via Force-Guided SE(3) Diffusion Models

ICML 2024poster

The conformational landscape of proteins is crucial to understanding their functionality in complex biological processes. Traditional physics-based computational methods, such as molecular dynamics (MD) simulations, suffer from rare event sampling and long equilibration time problems, hindering thei…

2024

Pure Exploration in Asynchronous Federated Bandits

UAI 2024poster

We study the federated pure exploration problem of multi-armed bandits and linear bandits, where $M$ agents cooperatively identify the best arm via communicating with the central server. To enhance the robustness against latency and unavailability of agents that are common in practice, we propose th…

Cited by 1SourcePDFScholar
2024

Risk Bounds of Accelerated SGD for Overparameterized Linear Regression

ICLR 2024poster

Accelerated stochastic gradient descent (ASGD) is a workhorse in deep learning and often achieves better generalization performance than SGD. However, existing optimization theory can only explain the faster convergence of ASGD, but cannot explain its better generalization. In this paper, we study t…

Cited by 3SourcePDFScholar
2024

Self-Play Fine-Tuning Converts Weak Language Models to Strong Language Models

ICML 2024poster

Harnessing the power of human-annotated data through Supervised Fine-Tuning (SFT) is pivotal for advancing Large Language Models (LLMs). In this paper, we delve into the prospect of growing a strong LLM out of a weak one without the need for acquiring additional human-annotated data. We propose a ne…

2024

Self-Play Fine-tuning of Diffusion Models for Text-to-image Generation

NeurIPS 2024poster

Fine-tuning Diffusion Models remains an underexplored frontier in generative artificial intelligence (GenAI), especially when compared with the remarkable progress made in fine-tuning Large Language Models (LLMs). While cutting-edge diffusion models such as Stable Diffusion (SD) and SDXL rely on sup…

2024

Towards Robust Model-Based Reinforcement Learning Against Adversarial Corruption

ICML 2024poster

This study tackles the challenges of adversarial corruption in model-based reinforcement learning (RL), where the transition dynamics can be corrupted by an adversary. Existing studies on corruption-robust RL mostly focus on the setting of model-free RL, where robust least-square regression is often…

Cited by 6SourcePDFScholar
2024

Uncertainty-Aware Reward-Free Exploration with General Function Approximation

ICML 2024poster

Mastering multiple tasks through exploration and learning in an environment poses a significant challenge in reinforcement learning (RL). Unsupervised RL has been introduced to address this challenge by training policies with intrinsic rewards rather than extrinsic rewards. However, current intrinsi…

2024

Understanding Transferable Representation Learning and Zero-shot Transfer in CLIP

ICLR 2024poster

Multi-modal learning has become increasingly popular due to its ability to leverage information from different data sources (e.g., text and images) to improve the model performance. Recently, CLIP has emerged as an effective approach that employs vision-language contrastive pretraining to learn join…

Cited by 15SourcePDFScholar
2024

Variance-aware Regret Bounds for Stochastic Contextual Dueling Bandits

ICLR 2024poster

Dueling bandits is a prominent framework for decision-making involving preferential feedback, a valuable feature that fits various applications involving human interaction, such as ranking, information retrieval, and recommendation systems. While substantial efforts have been made to minimize the cu…

2023

A General Framework for Sample-Efficient Function Approximation in Reinforcement Learning

ICLR 2023top-25%

With the increasing need for handling large state and action spaces, general function approximation has become a key technique in reinforcement learning (RL). In this paper, we propose a general framework that unifies model-based and model-free RL, and an Admissible Bellman Characterization (ABC) c…

Cited by 37SourcePDFScholar
2023

Benign Overfitting in Two-layer ReLU Convolutional Neural Networks

ICML 2023poster

Modern deep learning models with great expressive power can be trained to overfit the training data but still generalize well. This phenomenon is referred to as benign overfitting. Recently, a few studies have attempted to theoretically understand benign overfitting in neural networks. However, thes…

Cited by 49SourcePDFScholar
2023

Cooperative Multi-Agent Reinforcement Learning: Asynchronous Communication and Linear Function Approximation

ICML 2023poster

We study multi-agent reinforcement learning in the setting of episodic Markov decision processes, where many agents cooperate via communication through a central server. We propose a provably efficient algorithm based on value iteration that can simultaneously allow asynchronous communication and gu…

Cited by 12SourcePDFScholar
2023

Corruption-Robust Algorithms with Uncertainty Weighting for Nonlinear Contextual Bandits and Markov Decision Processes

ICML 2023poster

Despite the significant interest and progress in reinforcement learning (RL) problems with adversarial corruption, current works are either confined to the linear setting or lead to an undesired $\tilde{\mathcal O}(\sqrt{T}\zeta)$ regret bound, where $T$ is the number of rounds and $\zeta$ is the to…

Cited by 29SourcePDFScholar
2023

Corruption-Robust Offline Reinforcement Learning with General Function Approximation

NeurIPS 2023poster

We investigate the problem of corruption robustness in offline reinforcement learning (RL) with general function approximation, where an adversary can corrupt each sample in the offline dataset, and the corruption level $\zeta\geq0$ quantifies the cumulative corruption amount over $n$ episodes and $…

2023

DecompDiff: Diffusion Models with Decomposed Priors for Structure-Based Drug Design

ICML 2023poster

Designing 3D ligands within a target binding site is a fundamental task in drug discovery. Existing structured-based drug design methods treat all ligand atoms equally, which ignores different roles of atoms in the ligand for drug design and can be less efficient for exploring the large drug-like mo…

2023

Efficient Privacy-Preserving Stochastic Nonconvex Optimization

UAI 2023poster

While many solutions for privacy-preserving convex empirical risk minimization (ERM) have been developed, privacy-preserving nonconvex ERM remains a challenge. We study nonconvex ERM, which takes the form of minimizing a finite-sum of nonconvex loss functions over a training set. We propose a new di…

Cited by 62SourcePDFScholar
2023

Finite-Sample Analysis of Learning High-Dimensional Single ReLU Neuron

ICML 2023poster

This paper considers the problem of learning single ReLU neuron with squared loss (a.k.a., ReLU regression) in the overparameterized regime, where the input dimension can exceed the number of samples. We analyze a Perceptron-type algorithm called GLM-tron [Kakade et al. 2011], and provide its dimens…

Cited by 7SourcePDFScholar
2023

How Does Semi-supervised Learning with Pseudo-labelers Work? A Case Study

ICLR 2023poster

Semi-supervised learning is a popular machine learning paradigm that utilizes a large amount of unlabeled data as well as a small amount of labeled data to facilitate learning tasks. While semi-supervised learning has achieved great success in training neural networks, its theoretical understanding…

Cited by 9SourcePDFScholar
2023

Implicit Bias of Gradient Descent for Two-layer ReLU and Leaky ReLU Networks on Nearly-orthogonal Data

NeurIPS 2023poster

The implicit bias towards solutions with favorable properties is believed to be a key reason why neural networks trained by gradient-based optimization can generalize well. While the implicit bias of gradient flow has been widely studied for homogeneous neural networks (including ReLU and leaky ReLU…

Cited by 16SourcePDFScholar
2023

Nearly Minimax Optimal Regret for Learning Linear Mixture Stochastic Shortest Path

ICML 2023poster

We study the Stochastic Shortest Path (SSP) problem with a linear mixture transition kernel, where an agent repeatedly interacts with a stochastic environment and seeks to reach certain goal state while minimizing the cumulative cost. Existing works often assume a strictly positive lower bound of th…

Cited by 2SourcePDFScholar
2023

Nearly Minimax Optimal Reinforcement Learning for Linear Markov Decision Processes

ICML 2023poster

We study reinforcement learning (RL) with linear function approximation. For episodic time-inhomogeneous linear Markov decision processes (linear MDPs) whose transition probability can be parameterized as a linear function of a given feature mapping, we propose the first computationally efficient al…

Cited by 62SourcePDFScholar
2023

Nesterov Meets Optimism: Rate-Optimal Separable Minimax Optimization

ICML 2023poster

We propose a new first-order optimization algorithm --- AcceleratedGradient-OptimisticGradient (AG-OG) Descent Ascent---for separable convex-concave minimax optimization. The main idea of our algorithm is to carefully leverage the structure of the minimax problem, performing Nesterov acceleration on…

Cited by 9SourcePDFScholar
2023

On the Interplay Between Misspecification and Sub-optimality Gap in Linear Contextual Bandits

ICML 2023poster

We study linear contextual bandits in the misspecified setting, where the expected reward function can be approximated by a linear function class up to a bounded misspecification level $\zeta>0$. We propose an algorithm based on a novel data selection scheme, which only selects the contextual vector…

Cited by 9SourcePDFScholar
2023

Optimal Extragradient-Based Algorithms for Stochastic Variational Inequalities with Separable Structure

NeurIPS 2023poster

We consider the problem of solving stochastic monotone variational inequalities with a separable structure using a stochastic first-order oracle. Building on standard extragradient for variational inequalities we propose a novel algorithm---stochastic \emph{accelerated gradient-extragradient} (AG-EG…

Cited by 1SourcePDFScholar
2023

Optimal Online Generalized Linear Regression with Stochastic Noise and Its Application to Heteroscedastic Bandits

ICML 2023poster

We study the problem of online generalized linear regression in the stochastic setting, where the label is generated from a generalized linear model with possibly unbounded additive noise. We provide a sharp analysis of the classical *follow-the-regularized-leader* (FTRL) algorithm to cope with the…

Cited by 0SourcePDFScholar
2023

Personalized Federated Learning under Mixture of Distributions

ICML 2023poster

The recent trend towards Personalized Federated Learning (PFL) has garnered significant attention as it allows for the training of models that are tailored to each client while maintaining data privacy. However, current PFL techniques primarily focus on modeling the conditional distribution heteroge…

2023

Robust Learning with Progressive Data Expansion Against Spurious Correlation

NeurIPS 2023poster

While deep learning models have shown remarkable performance in various tasks, they are susceptible to learning non-generalizable _spurious features_ rather than the core features that are genuinely correlated to the true label. In this paper, beyond existing analyses of linear models, we theoretica…

2023

Structure-informed Language Models Are Protein Designers

ICML 2023oral

This paper demonstrates that language models are strong structure-based protein designers. We present LM-Design, a generic approach to reprogramming sequence-based protein language models (pLMs), that have learned massive sequential evolutionary knowledge from the universe of natural protein sequenc…

2023

Understanding Train-Validation Split in Meta-Learning with Neural Networks

ICLR 2023poster

The goal of meta-learning is to learn a good prior model from a collection of tasks such that the learned prior is able to adapt quickly to new tasks without accessing many data from the new tasks. A common practice in meta-learning is to perform a train-validation split on each task, where the trai…

Cited by 4SourcePDFScholar
2023

Understanding the Generalization of Adam in Learning Neural Networks with Proper Regularization

ICLR 2023poster

Adaptive gradient methods such as Adam have gained increasing popularity in deep learning optimization. However, it has been observed in many deep learning applications such as image classification, Adam can converge to a different solution with a worse test error compared to (stochastic) gradient d…

Cited by 63SourcePDFScholar
2023

Why Does Sharpness-Aware Minimization Generalize Better Than SGD?

NeurIPS 2023poster

The challenge of overfitting, in which the model memorizes the training data and fails to generalize to test data, has become increasingly significant in the training of large neural networks. To tackle this challenge, Sharpness-Aware Minimization (SAM) has emerged as a promising training method, wh…

Cited by 19SourcePDFScholar
2022

A Simple and Provably Efficient Algorithm for Asynchronous Federated Contextual Linear Bandits

NeurIPS 2022accept

We study federated contextual linear bandits, where $M$ agents cooperate with each other to solve a global contextual linear bandit problem with the help of a central server. We consider the asynchronous setting, where all agents work independently and the communication between one agent and the ser…

Cited by 38SourcePDFScholar
2022

Active Ranking without Strong Stochastic Transitivity

NeurIPS 2022accept

Ranking from noisy comparisons is of great practical interest in machine learning. In this paper, we consider the problem of recovering the exact full ranking for a list of items under ranking models that do *not* assume the Strong Stochastic Transitivity property. We propose a $$\delta$$-correct al…

Cited by 10SourcePDFScholar
2022

Adaptive Sampling for Heterogeneous Rank Aggregation from Noisy Pairwise Comparisons

AISTATS 2022poster

In heterogeneous rank aggregation problems, users often exhibit various accuracy levels when comparing pairs of items. Thus, a uniform querying strategy over users may not be optimal. To address this issue, we propose an elimination-based active sampling strategy, which estimates the ranking of item…

2022

Benign Overfitting in Two-layer Convolutional Neural Networks

NeurIPS 2022accept

Modern neural networks often have great expressive power and can be trained to overfit the training data, while still achieving a good test performance. This phenomenon is referred to as “benign overfitting”. Recently, there emerges a line of works studying “benign overfitting” from the theoretical…

Cited by 138SourcePDFScholar
2022

Computationally Efficient Horizon-Free Reinforcement Learning for Linear Mixture MDPs

NeurIPS 2022accept

Recent studies have shown that episodic reinforcement learning (RL) is not more difficult than bandits, even with a long planning horizon and unknown state transitions. However, these results are limited to either tabular Markov decision processes (MDPs) or computationally inefficient algorithms for…

Cited by 47SourcePDFScholar
2022

Efficient Robust Training via Backward Smoothing

AAAI 2022technical

Adversarial training is so far the most effective strategy in defending against adversarial examples. However, it suffers from high computational costs due to the iterative adversarial attacks in each training step. Recent studies show that it is possible to achieve fast Adversarial Training by perf…

2022

Last Iterate Risk Bounds of SGD with Decaying Stepsize for Overparameterized Linear Regression

ICML 2022oral

Stochastic gradient descent (SGD) has been shown to generalize well in many deep learning applications. In practice, one often runs SGD with a geometrically decaying stepsize, i.e., a constant initial stepsize followed by multiple geometric stepsize decay, and uses the last iterate as the output. Th…

Cited by 32SourcePDFScholar
2022

Learning Neural Contextual Bandits through Perturbed Rewards

ICLR 2022poster

Thanks to the power of representation learning, neural contextual bandit algorithms demonstrate remarkable performance improvement against their classical counterparts. But because their exploration has to be performed in the entire neural network parameter space to obtain nearly optimal regret, the…

Cited by 15SourcePDFScholar
2022

Learning Stochastic Shortest Path with Linear Function Approximation

ICML 2022spotlight

We study the stochastic shortest path (SSP) problem in reinforcement learning with linear function approximation, where the transition kernel is represented as a linear mixture of unknown models. We call this class of SSP problems as linear mixture SSPs. We propose a novel algorithm with Hoeffding-t…

Cited by 36SourcePDFScholar
2022

Learning Two-Player Markov Games: Neural Function Approximation and Correlated Equilibrium

NeurIPS 2022accept

We consider learning Nash equilibria in two-player zero-sum Markov Games with nonlinear function approximation, where the action-value function is approximated by a function in a Reproducing Kernel Hilbert Space (RKHS). The key challenge is how to do exploration in the high-dimensional function spac…

Cited by 6SourcePDFScholar
2022

Near-optimal Policy Optimization Algorithms for Learning Adversarial Linear Mixture MDPs

AISTATS 2022poster

Learning Markov decision processes (MDPs) in the presence of the adversary is a challenging problem in reinforcement learning (RL). In this paper, we study RL in episodic MDPs with adversarial reward and full information feedback, where the unknown transition probability function is a linear functio…

Cited by 30SourcePDFScholar
2022

Nearly Minimax Optimal Regret for Learning Infinite-horizon Average-reward MDPs with Linear Function Approximation

AISTATS 2022poster

We study reinforcement learning in an infinite-horizon average-reward setting with linear function approximation for linear mixture Markov decision processes (MDPs), where the transition probability function of the underlying MDP admits a linear form over a feature mapping of the current state, acti…

Cited by 25SourcePDFScholar
2022

Nearly Optimal Algorithms for Linear Contextual Bandits with Adversarial Corruptions

NeurIPS 2022accept

We study the linear contextual bandit problem in the presence of adversarial corruption, where the reward at each round is corrupted by an adversary, and the corruption level (i.e., the sum of corruption magnitudes over the horizon) is $C\geq 0$. The best-known algorithms in this setting are limited…

Cited by 61SourcePDFScholar
2022

Neural Contextual Bandits with Deep Representation and Shallow Exploration

ICLR 2022poster

We study neural contextual bandits, a general class of contextual bandits, where each context-action pair is associated with a raw feature vector, but the specific reward generating function is unknown. We propose a novel learning algorithm that transforms the raw feature vector using the last hidde…

Cited by 89SourcePDFScholar
2022

On the Convergence of Certified Robust Training with Interval Bound Propagation

ICLR 2022poster

Interval Bound Propagation (IBP) is so far the base of state-of-the-art methods for training neural networks with certifiable robustness guarantees when potential adversarial perturbations present, while the convergence of IBP training remains unknown in existing literature. In this paper, we presen…

Cited by 10SourcePDFScholar
2022

On the Sample Complexity of Learning Infinite-horizon Discounted Linear Kernel MDPs

ICML 2022spotlight

We study reinforcement learning for infinite-horizon discounted linear kernel MDPs, where the transition probability function is linear in a predefined feature mapping. Existing UCLK \citep{zhou2020provably} algorithm for this setting only has a regret guarantee, which cannot lead to a tight sample…

Cited by 7SourcePDFScholar
2022

Risk Bounds of Multi-Pass SGD for Least Squares in the Interpolation Regime

NeurIPS 2022accept

Stochastic gradient descent (SGD) has achieved great success due to its superior performance in both optimization and generalization. Most of existing generalization analyses are made for single-pass SGD, which is a less practical variant compared to the commonly-used multi-pass SGD. Besides, theore…

Cited by 10SourcePDFScholar
2022

Self-training Converts Weak Learners to Strong Learners in Mixture Models

AISTATS 2022poster

We consider a binary classification problem when the data comes from a mixture of two rotationally symmetric distributions satisfying concentration and anti-concentration properties enjoyed by log-concave distributions among others. We show that there exists a universal constant $C_{\mathrm{err}}>0$…

Cited by 25SourcePDFScholar
2022

The Power and Limitation of Pretraining-Finetuning for Linear Regression under Covariate Shift

NeurIPS 2022accept

We study linear regression under covariate shift, where the marginal distribution over the input covariates differs in the source and the target domains, while the conditional distribution of the output given the input covariates is similar across the two domains. We investigate a transfer learning…

Cited by 24SourcePDFScholar
2022

Towards Understanding the Mixture-of-Experts Layer in Deep Learning

NeurIPS 2022accept

The Mixture-of-Experts (MoE) layer, a sparsely-activated model controlled by a router, has achieved great success in deep learning. However, the understanding of such architecture remains elusive. In this paper, we formally study how the MoE layer improves the performance of neural network learning…

Cited by 87SourcePDFScholar
2021

Almost Optimal Anytime Algorithm for Batched Multi-Armed Bandits

ICML 2021spotlight

In batched multi-armed bandit problems, the learner can adaptively pull arms and adjust strategy in batches. In many real applications, not only the regret but also the batch complexity need to be optimized. Existing batched bandit algorithms usually assume that the time horizon T is known in advanc…

Cited by 24SourcePDFScholar
2021

Direction Matters: On the Implicit Bias of Stochastic Gradient Descent with Moderate Learning Rate

ICLR 2021poster

Understanding the algorithmic bias of stochastic gradient descent (SGD) is one of the key challenges in modern machine learning and deep learning theory. Most of the existing works, however, focus on very small or even infinitesimal learning rate regime, and fail to cover practical scenarios where t…

Cited by 47SourcePDFScholar
2021

Do Wider Neural Networks Really Help Adversarial Robustness?

NeurIPS 2021poster

Adversarial training is a powerful type of defense against adversarial examples. Previous empirical results suggest that adversarial training requires wider networks for better performances. However, it remains elusive how does neural network width affect model robustness. In this paper, we carefull…

2021

Exploring Architectural Ingredients of Adversarially Robust Deep Neural Networks

NeurIPS 2021poster

Deep neural networks (DNNs) are known to be vulnerable to adversarial attacks. A range of defense methods have been proposed to train adversarially robust DNNs, among which adversarial training has demonstrated promising results. However, despite preliminary understandings developed for adversarial…

2021

Faster Convergence of Stochastic Gradient Langevin Dynamics for Non-Log-Concave Sampling

UAI 2021poster

We provide a new convergence analysis of stochastic gradient Langevin dynamics (SGLD) for sampling from a class of distributions that can be non-log-concave. At the core of our approach is a novel conductance analysis of SGLD using an auxiliary time-reversible Markov Chain. Under certain conditions…

Cited by 54SourcePDFScholar
2021

How Much Over-parameterization Is Sufficient to Learn Deep ReLU Networks?

ICLR 2021poster

A recent line of research on deep learning focuses on the extremely over-parameterized setting, and shows that when the network width is larger than a high degree polynomial of the training sample size $n$ and the inverse of the target error $\epsilon^{-1}$, deep neural networks learned by (stochast…

Cited by 152SourcePDFScholar
2021

Iterative Teacher-Aware Learning

NeurIPS 2021poster

In human pedagogy, teachers and students can interact adaptively to maximize communication efficiency. The teacher adjusts her teaching method for different students, and the student, after getting familiar with the teacher’s instruction mechanism, can infer the teacher’s intention to learn faster.…

Cited by 15SourcePDFScholar
2021

Logarithmic Regret for Reinforcement Learning with Linear Function Approximation

ICML 2021spotlight

Reinforcement learning (RL) with linear function approximation has received increasing attention recently. However, existing work has focused on obtaining $\sqrt{T}$-type regret bound, where $T$ is the number of interactions with the MDP. In this paper, we show that logarithmic regret is attainable…

Cited by 112SourcePDFScholar
2021

Provable Generalization of SGD-trained Neural Networks of Any Width in the Presence of Adversarial Label Noise

ICML 2021spotlight

We consider a one-hidden-layer leaky ReLU network of arbitrary width trained by stochastic gradient descent (SGD) following an arbitrary initialization. We prove that SGD produces neural networks that have classification accuracy competitive with that of the best halfspace over the distribution for…

2021

Provable Robustness of Adversarial Training for Learning Halfspaces with Noise

ICML 2021spotlight

We analyze the properties of adversarial training for learning adversarially robust halfspaces in the presence of agnostic label noise. Denoting $\mathsf{OPT}_{p,r}$ as the best classification error achieved by a halfspace that is robust to perturbations of $\ell^{p}$ balls of radius $r$, we show th…

Cited by 18SourcePDFScholar
2021

Provably Efficient Reinforcement Learning for Discounted MDPs with Feature Mapping

ICML 2021spotlight

Modern tasks in reinforcement learning have large state and action spaces. To deal with them efficiently, one often uses predefined feature mapping to represent states and actions in a low dimensional space. In this paper, we study reinforcement learning for discounted Markov Decision Processes (MDP…

Cited by 154SourcePDFScholar
2021

Provably Efficient Reinforcement Learning with Linear Function Approximation under Adaptivity Constraints

NeurIPS 2021poster

We study reinforcement learning (RL) with linear function approximation under the adaptivity constraint. We consider two popular limited adaptivity models: the batch learning model and the rare policy switch model, and propose two efficient online RL algorithms for episodic linear Markov decision pr…

Cited by 51SourcePDFScholar
2021

Proxy Convexity: A Unified Framework for the Analysis of Neural Networks Trained by Gradient Descent

NeurIPS 2021poster

Although the optimization objectives for learning neural networks are highly non-convex, gradient-based methods have been wildly successful at learning neural networks in practice. This juxtaposition has led to a number of recent studies on provable guarantees for neural networks trained by gradient…

Cited by 34SourcePDFScholar
2021

Pure Exploration in Kernel and Neural Bandits

NeurIPS 2021poster

We study pure exploration in bandits, where the dimension of the feature representation can be much larger than the number of arms. To overcome the curse of dimensionality, we propose to adaptively embed the feature representation of each arm into a lower-dimensional space and carefully deal with th…

Cited by 22SourcePDFScholar
2021

Reward-Free Model-Based Reinforcement Learning with Linear Function Approximation

NeurIPS 2021poster

We study the model-based reward-free reinforcement learning with linear function approximation for episodic Markov decision processes (MDPs). In this setting, the agent works in two phases. In the exploration phase, the agent interacts with the environment and collects samples without the reward. In…

Cited by 39SourcePDFScholar
2021

Risk Bounds for Over-parameterized Maximum Margin Classification on Sub-Gaussian Mixtures

NeurIPS 2021poster

Modern machine learning systems such as deep neural networks are often highly over-parameterized so that they can fit the noisy training data exactly, yet they can still achieve small test errors in practice. In this paper, we study this "benign overfitting" phenomenon of the maximum margin classifi…

Cited by 69SourcePDFScholar
2021

The Benefits of Implicit Regularization from SGD in Least Squares Problems

NeurIPS 2021poster

Stochastic gradient descent (SGD) exhibits strong algorithmic regularization effects in practice, which has been hypothesized to play an important role in the generalization of modern machine learning approaches. In this work, we seek to understand these issues in the simpler setting of linear regre…

Cited by 40SourcePDFScholar
2021

Towards Understanding the Spectral Bias of Deep Learning

IJCAI 2021poster

An intriguing phenomenon observed during training neural networks is the spectral bias, which states that neural networks are biased towards learning less complex functions. The priority of learning functions with low complexity might be at the core of explaining the generalization ability of neural…

Cited by 265SourcePDFScholar
2021

Uniform-PAC Bounds for Reinforcement Learning with Linear Function Approximation

NeurIPS 2021poster

We study reinforcement learning (RL) with linear function approximation. Existing algorithms for this problem only have high-probability regret and/or Probably Approximately Correct (PAC) sample complexity guarantees, which cannot guarantee the convergence to the optimal policy. In this paper, in or…

Cited by 20SourcePDFScholar
2021

Variance-Aware Off-Policy Evaluation with Linear Function Approximation

NeurIPS 2021poster

We study the off-policy evaluation (OPE) problem in reinforcement learning with linear function approximation, which aims to estimate the value function of a target policy based on the offline data collected by a behavior policy. We propose to incorporate the variance information of the value functi…

Cited by 40SourcePDFScholar
2021

Variance-reduced First-order Meta-learning for Natural Language Processing Tasks

NAACL 2021long

First-order meta-learning algorithms have been widely used in practice to learn initial model parameters that can be quickly adapted to new tasks due to their efficiency and effectiveness. However, existing studies find that meta-learner can overfit to some specific adaptation when we have heterogen…

Cited by 11SourcePDFScholar
2020

A Finite-Time Analysis of Two Time-Scale Actor-Critic Methods

NeurIPS 2020poster

Actor-critic (AC) methods have exhibited great empirical success compared with other reinforcement learning algorithms, where the actor uses the policy gradient to improve the learning policy and the critic uses temporal difference learning to estimate the policy gradient. Under the two time-scale l…

Cited by 179SourcePDFScholar
2020

A Generalized Neural Tangent Kernel Analysis for Two-layer Neural Networks

NeurIPS 2020poster

A recent breakthrough in deep learning theory shows that the training of over-parameterized deep neural networks can be characterized by a kernel function called \textit{neural tangent kernel} (NTK). However, it is known that this type of results does not perfectly match the practice, as NTK-based a…

Cited by 96SourcePDFScholar
2020

Closing the Generalization Gap of Adaptive Gradient Methods in Training Deep Neural Networks

IJCAI 2020poster

Adaptive gradient methods, which adopt historical gradient information to automatically adjust the learning rate, despite the nice property of fast convergence, have been observed to generalize worse than stochastic gradient descent (SGD) with momentum in training deep neural networks. This leaves h…

2020

Improving Adversarial Robustness Requires Revisiting Misclassified Examples

ICLR 2020poster

Deep neural networks (DNNs) are vulnerable to adversarial examples crafted by imperceptible perturbations. A range of defense techniques have been proposed to improve DNN robustness to adversarial examples, among which adversarial training has been demonstrated to be the most effective. Adversarial…

Cited by 925SourcecodeScholar
2020

Improving Neural Language Generation with Spectrum Control

ICLR 2020poster

Recent Transformer-based models such as Transformer-XL and BERT have achieved huge success on various natural language processing tasks. However, contextualized embeddings at the output layer of these powerful models tend to degenerate and occupy an anisotropic cone in the vector space, which is cal…

Cited by 96SourceScholar
2020

Optimization Theory for ReLU Neural Networks Trained with Normalization Layers

ICML 2020poster

The current paradigm of deep neural networks has been successful in part due to the use of normalization layers. Normalization layers like Batch Normalization, Layer Normalization and Weight Normalization are ubiquitous in practice as they improve the generalization performance and training speed of…

Cited by 36SourcePDFScholar
2020

Understanding the Intrinsic Robustness of Image Distributions using Conditional Generative Models

AISTATS 2020poster

Starting with Gilmer et al. (2018), several works have demonstrated the inevitability of adversarial examples based on different assumptions about the underlying input probability space. It remains unclear, however, whether these results apply to natural image distributions. In this work, we assume…

2019

Algorithm-Dependent Generalization Bounds for Overparameterized Deep Residual Networks

NeurIPS 2019poster

The skip-connections used in residual networks have become a standard architecture choice in deep learning due to the increased generalization and stability of networks with this architecture, although there have been limited theoretical guarantees for this improved performance. In this work, we a…

Cited by 40SourcePDFScholar
2019

Generalization Bounds of Stochastic Gradient Descent for Wide and Deep Neural Networks

NeurIPS 2019spotlight

We study the training and generalization of deep neural networks (DNNs) in the over-parameterized regime, where the network width (i.e., number of hidden nodes per layer) is much larger than the number of training data points. We show that, the expected $0$-$1$ loss of a wide enough ReLU network tr…

Cited by 466SourcePDFScholar
2019

Layer-Dependent Importance Sampling for Training Deep and Large Graph Convolutional Networks

NeurIPS 2019poster

Graph convolutional networks (GCNs) have recently received wide attentions, due to their successful applications in different graph tasks and different domains. Training GCNs for a large graph, however, is still a challenge. Original full-batch GCN training requires calculating the representation of…

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

On the Convergence and Robustness of Adversarial Training

ICML 2019oral

Improving the robustness of deep neural networks (DNNs) to adversarial examples is an important yet challenging problem for secure deep learning. Across existing defense techniques, adversarial training with Projected Gradient Decent (PGD) is amongst the most effective. Adversarial training solves a…

Cited by 456SourcePDFScholar
2019

Sampling from Non-Log-Concave Distributions via Variance-Reduced Gradient Langevin Dynamics

AISTATS 2019poster

We study stochastic variance reduction-based Langevin dynamic algorithms, SVRG-LD and SAGA-LD \citep{dubey2016variance}, for sampling from non-log-concave distributions. Under certain assumptions on the log density function, we establish the convergence guarantees of SVRG-LD and SAGA-LD in $2$-Wasse…

Cited by 23SourcePDFScholar
2019

Stochastic Gradient Hamiltonian Monte Carlo Methods with Recursive Variance Reduction

NeurIPS 2019poster

Stochastic Gradient Hamiltonian Monte Carlo (SGHMC) algorithms have received increasing attention in both theory and practice. In this paper, we propose a Stochastic Recursive Variance-Reduced gradient HMC (SRVR-HMC) algorithm. It makes use of a semi-stochastic gradient estimator that recursively a…

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

Accelerated Stochastic Mirror Descent: From Continuous-time Dynamics to Discrete-time Algorithms

AISTATS 2018poster

We present a new framework to analyze accelerated stochastic mirror descent through the lens of continuous-time stochastic dynamic systems. It enables us to design new algorithms, and perform a unified and simple analysis of the convergence rates of these algorithms. More specifically, under this fr…

Cited by 0SourcePDFScholar
2018

Continuous and Discrete-time Accelerated Stochastic Mirror Descent for Strongly Convex Functions

ICML 2018oral

We provide a second-order stochastic differential equation (SDE), which characterizes the continuous-time dynamics of accelerated stochastic mirror descent (ASMD) for strongly convex functions. This SDE plays a central role in designing new discrete-time ASMD algorithms via numerical discretization,…

Cited by 23SourcePDFScholar
2018

Covariate Adjusted Precision Matrix Estimation via Nonconvex Optimization

ICML 2018oral

We propose a nonconvex estimator for the covariate adjusted precision matrix estimation problem in the high dimensional regime, under sparsity constraints. To solve this estimator, we propose an alternating gradient descent algorithm with hard thresholding. Compared with existing methods along this…

Cited by 18SourcePDFScholar
2018

Distributed Learning without Distress: Privacy-Preserving Empirical Risk Minimization

NeurIPS 2018poster

Distributed learning allows a group of independent data owners to collaboratively learn a model over their data sets without exposing their private data. We present a distributed learning approach that combines differential privacy with secure multi-party computation. We explore two popular methods…

2018

Fast and Sample Efficient Inductive Matrix Completion via Multi-Phase Procrustes Flow

ICML 2018oral

We revisit the inductive matrix completion problem that aims to recover a rank-$r$ matrix with ambient dimension $d$ given $n$ features as the side prior information. The goal is to make use of the known $n$ features to reduce sample and computational complexities. We present and analyze a new gradi…

Cited by 30SourcePDFScholar
2018

Global Convergence of Langevin Dynamics Based Algorithms for Nonconvex Optimization

NeurIPS 2018spotlight

We present a unified framework to analyze the global convergence of Langevin dynamics based algorithms for nonconvex finite-sum optimization with $n$ component functions. At the core of our analysis is a direct analysis of the ergodicity of the numerical approximations to Langevin dynamics, which l…

Cited by 225SourcePDFScholar
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
2017

A Unified Computational and Statistical Framework for Nonconvex Low-rank Matrix Estimation

AISTATS 2017poster

We propose a unified framework for estimating low-rank matrices through nonconvex optimization based on gradient descent algorithm. Our framework is quite general and can be applied to both noisy and noiseless observations. In the general case with noisy observations, we show that our algorithm is g…

Cited by 95SourcePDFScholar
2017

A Unified Variance Reduction-Based Framework for Nonconvex Low-Rank Matrix Recovery

ICML 2017poster

We propose a generic framework based on a new stochastic variance-reduced gradient descent algorithm for accelerating nonconvex low-rank matrix recovery. Starting from an appropriate initial estimator, our proposed algorithm performs projected gradient descent based on a novel semi-stochastic gradie…

Cited by 11SourcePDFScholar
2017

Efficient Algorithm for Sparse Tensor-variate Gaussian Graphical Models via Gradient Descent

AISTATS 2017poster

We study the sparse tensor-variate Gaussian graphical model (STGGM), where each way of the tensor follows a multivariate normal distribution whose precision matrix has sparse structures. In order to estimate the precision matrices, we propose a sparsity constrained maximum likelihood estimator. Howe…

Cited by 17SourcePDFScholar
2017

High-Dimensional Variance-Reduced Stochastic Gradient Expectation-Maximization Algorithm

ICML 2017poster

We propose a generic stochastic expectation-maximization (EM) algorithm for the estimation of high-dimensional latent variable models. At the core of our algorithm is a novel semi-stochastic variance-reduced gradient designed for the $Q$-function in the EM algorithm. Under a mild condition on the in…

Cited by 31SourcePDFScholar
2017

Speeding Up Latent Variable Gaussian Graphical Model Estimation via Nonconvex Optimization

NeurIPS 2017poster

We study the estimation of the latent variable Gaussian graphical model (LVGGM), where the precision matrix is the superposition of a sparse matrix and a low-rank matrix. In order to speed up the estimation of the sparse plus low-rank components, we propose a sparsity constrained maximum likelihood…

Cited by 28SourcePDFScholar
2017

Uncertainty Assessment and False Discovery Rate Control in High-Dimensional Granger Causal Inference

ICML 2017poster

Causal inference among high-dimensional time series data proves an important research problem in many fields. While in the classical regime one often establishes causality among time series via a concept known as “Granger causality,” existing approaches for Granger causal inference in high-dimension…

Cited by 12SourcePDFScholar
2016

Precision Matrix Estimation in High Dimensional Gaussian Graphical Models with Faster Rates

AISTATS 2016poster

In this paper, we present a new estimator for precision matrix in high dimensional Gaussian graphical models. At the core of the proposed estimator is a collection of node-wise linear regression with nonconvex penalty. In contrast to existing estimators for Gaussian graphical models with O(s\sqrt\lo…

Cited by 39SourcePDFScholar
2015

High Dimensional EM Algorithm: Statistical Optimization and Asymptotic Normality

NeurIPS 2015poster

We provide a general theory of the expectation-maximization (EM) algorithm for inferring high dimensional latent variable models. In particular, we make two contributions: (i) For parameter estimation, we propose a novel high dimensional EM algorithm which naturally incorporates sparsity structure…

Cited by 92SourcePDFScholar