← Search

Rong Ge

49 accepted papers

2025

Learning-Augmented Algorithms for $k$-median via Online Learning

NeurIPS 2025poster

The field of learning-augmented algorithms seeks to use ML techniques on past instances of a problem to inform an algorithm designed for a future instance. In this paper, we introduce a novel model for learning-augmented algorithms inspired by online learning. In this model, we are given a sequence…

Cited by 0SourceScholar
2025

Reassessing How to Compare and Improve the Calibration of Machine Learning Models

ICLR 2025poster

A machine learning model is calibrated if its predicted probability for an outcome matches the observed frequency for that outcome conditional on the model prediction. This property has become increasingly important as the impact of machine learning models has continued to spread to various domains.…

2024

How does Gradient Descent Learn Features --- A Local Analysis for Regularized Two-Layer Neural Networks

NeurIPS 2024poster

The ability of learning useful features is one of the major advantages of neural networks. Although recent works show that neural network can operate in a neural tangent kernel (NTK) regime that does not allow feature learning, many works also demonstrate the potential for neural networks to go beyo…

Cited by 0SourcePDFScholar
2024

Linear Transformers are Versatile In-Context Learners

NeurIPS 2024poster

Recent research has demonstrated that transformers, particularly linear attention models, implicitly execute gradient-descent-like algorithms on data provided in-context during their forward inference step. However, their capability in handling more complex problems remains unexplored. In this paper…

Cited by 3SourcePDFScholar
2024

ReCaLL: Membership Inference via Relative Conditional Log-Likelihoods

EMNLP 2024main

The rapid scaling of large language models (LLMs) has raised concerns about the transparency and fair use of the data used in their pretraining. Detecting such content is challenging due to the scale of the data and limited exposure of each instance during training. We propose ReCaLL (Relative Condi…

Cited by 11SourcePDFScholar
2023

Connecting Pre-trained Language Model and Downstream Task via Properties of Representation

NeurIPS 2023poster

Recently, researchers have found that representations learned by large-scale pre-trained language models are useful in various downstream tasks. However, there is little theoretical understanding of how pre-training performance is related to downstream task performance. In this paper, we analyze how…

Cited by 0SourcePDFScholar
2023

Hiding Data Helps: On the Benefits of Masking for Sparse Coding

ICML 2023poster

Sparse coding, which refers to modeling a signal as sparse linear combinations of the elements of a learned dictionary, has proven to be a successful (and interpretable) approach in applications such as signal processing, computer vision, and medical imaging. While this success has spurred much work…

2023

Plateau in Monotonic Linear Interpolation --- A "Biased" View of Loss Landscape for Deep Networks

ICLR 2023poster

Monotonic linear interpolation (MLI) --- on the line connecting a random initialization with the minimizer it converges to, the loss and accuracy are monotonic --- is a phenomenon that is commonly observed in the training of neural networks. Such a phenomenon may seem to suggest that optimization o…

Cited by 12SourcePDFScholar
2023

Provably Learning Diverse Features in Multi-View Data with Midpoint Mixup

ICML 2023poster

Mixup is a data augmentation technique that relies on training using random convex combinations of data points and their labels. In recent years, Mixup has become a standard primitive used in the training of state-of-the-art image classification models due to its demonstrated benefits over empirical…

2023

Robust Second-Order Nonconvex Optimization and Its Application to Low Rank Matrix Sensing

NeurIPS 2023poster

Finding an approximate second-order stationary point (SOSP) is a well-studied and fundamental problem in stochastic nonconvex optimization with many applications in machine learning. However, this problem is poorly understood in the presence of outliers, limiting the use of existing nonconvex algor…

Cited by 3SourcePDFScholar
2023

Smoothing the Landscape Boosts the Signal for SGD: Optimal Sample Complexity for Learning Single Index Models

NeurIPS 2023oral

We focus on the task of learning a single index model $\sigma(w^\star \cdot x)$ with respect to the isotropic Gaussian distribution in $d$ dimensions. Prior work has shown that the sample complexity of learning $w^\star$ is governed by the information exponent $k^\star$ of the link function $\sigma$…

Cited by 51SourcePDFScholar
2023

Understanding Edge-of-Stability Training Dynamics with a Minimalist Example

ICLR 2023poster

Recently, researchers observed that gradient descent for deep neural networks operates in an ``edge-of-stability'' (EoS) regime: the sharpness (maximum eigenvalue of the Hessian) is often larger than stability threshold $2/\eta$ (where $\eta$ is the step size). Despite this, the loss oscillates and…

Cited by 45SourcePDFScholar
2023

Understanding The Robustness of Self-supervised Learning Through Topic Modeling

ICLR 2023poster

Self-supervised learning has significantly improved the performance of many NLP tasks. However, how can self-supervised learning discover useful features, and why is it better than traditional approaches such as probabilistic models are still largely unknown. In this paper, we focus on the context o…

Cited by 4SourcePDFScholar
2022

Extracting Latent State Representations with Linear Dynamics from Rich Observations

ICML 2022spotlight

Recently, many reinforcement learning techniques have been shown to have provable guarantees in the simple case of linear dynamics, especially in problems like linear quadratic regulators. However, in practice many tasks require learning a policy from rich, high-dimensional features such as images,…

Cited by 2SourcePDFScholar
2022

Outlier-Robust Sparse Estimation via Non-Convex Optimization

NeurIPS 2022accept

We explore the connection between outlier-robust high-dimensional statistics and non-convex optimization in the presence of sparsity constraints, with a focus on the fundamental tasks of robust sparse mean estimation and robust sparse PCA. We develop novel and simple optimization formulations for th…

2022

Towards Understanding the Data Dependency of Mixup-style Training

ICLR 2022spotlight

In the Mixup training paradigm, a model is trained using convex combinations of data points and their associated labels. Despite seeing very few true data points during training, models trained using Mixup seem to still minimize the original empirical risk and exhibit better generalization and robus…

2021

A Regression Approach to Learning-Augmented Online Algorithms

NeurIPS 2021poster

The emerging field of learning-augmented online algorithms uses ML techniques to predict future input parameters and thereby improve the performance of online algorithms. Since these parameters are, in general, real-valued functions, a natural approach is to use regression techniques to make these p…

Cited by 24SourcePDFScholar
2021

Guarantees for Tuning the Step Size using a Learning-to-Learn Approach

ICML 2021spotlight

Choosing the right parameters for optimization algorithms is often the key to their success in practice. Solving this problem using a learning-to-learn approach—using meta-gradient descent on a meta-objective based on the trajectory that the optimizer generates—was recently shown to be effective. Ho…

2021

Understanding Deflation Process in Over-parametrized Tensor Decomposition

NeurIPS 2021poster

In this paper we study the training dynamics for gradient flow on over-parametrized tensor decomposition problems. Empirically, such training process often first fits larger components and then discovers smaller components, which is similar to a tensor deflation process that is commonly used in tens…

Cited by 24SourcePDFScholar
2020

Beyond Lazy Training for Over-parameterized Tensor Decomposition

NeurIPS 2020poster

Over-parametrization is an important technique in training neural networks. In both theory and practice, training a larger network allows the optimization algorithm to avoid bad local optimal solutions. In this paper we study a closely related tensor decomposition problem: given an $l$-th order tens…

Cited by 18SourcePDFScholar
2020

High-dimensional Robust Mean Estimation via Gradient Descent

ICML 2020poster

We study the problem of high-dimensional robust mean estimation in the presence of a constant fraction of adversarial outliers. A recent line of work has provided sophisticated polynomial-time algorithms for this problem with dimension-independent error guarantees for a range of natural distribution…

Cited by 44SourcePDFScholar
2019

Explaining Landscape Connectivity of Low-cost Solutions for Multilayer Nets

NeurIPS 2019poster

Mode connectivity is a surprising phenomenon in the loss landscape of deep nets. Optima---at least those discovered by gradient-based optimization---turn out to be connected by simple paths on which the loss function is almost constant. Often, these paths can be chosen to be piece-wise linear, with…

2019

The Step Decay Schedule: A Near Optimal, Geometrically Decaying Learning Rate Procedure For Least Squares

NeurIPS 2019poster

Minimax optimal convergence rates for numerous classes of stochastic convex optimization problems are well characterized, where the majority of results utilize iterate averaged stochastic gradient descent (SGD) with polynomially decaying step sizes. In contrast, the behavior of SGD’s final iterate h…

2018

Beyond Log-concavity: Provable Guarantees for Sampling Multi-modal Distributions using Simulated Tempering Langevin Monte Carlo

NeurIPS 2018poster

A key task in Bayesian machine learning is sampling from distributions that are only specified up to a partition function (i.e., constant of proportionality). One prevalent example of this is sampling posteriors in parametric distributions, such as latent-variable generative models. However sampli…

Cited by 53SourcePDFScholar
2018

Global Convergence of Policy Gradient Methods for the Linear Quadratic Regulator

ICML 2018oral

Direct policy gradient methods for reinforcement learning and continuous control problems are a popular approach for a variety of reasons: 1) they are easy to implement without explicit knowledge of the underlying model, 2) they are an “end-to-end” approach, directly optimizing the performance metri…

Cited by 765SourcePDFScholar
2018

Stronger Generalization Bounds for Deep Nets via a Compression Approach

ICML 2018oral

Deep nets generalize well despite having more parameters than the number of training samples. Recent works try to give an explanation using PAC-Bayes and Margin-based analyses, but do not as yet result in sample complexity bounds better than naive parameter counting. The current paper shows generali…

Cited by 748SourcePDFScholar
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

How to Escape Saddle Points Efficiently

ICML 2017poster

This paper shows that a perturbed form of gradient descent converges to a second-order stationary point in a number iterations which depends only poly-logarithmically on dimension (i.e., it is almost “dimension-free”). The convergence rate of this procedure matches the well-known convergence rate of…

Cited by 1074SourcePDFScholar
2017

No Spurious Local Minima in Nonconvex Low Rank Problems: A Unified Geometric Analysis

ICML 2017poster

In this paper we develop a new framework that captures the common landscape underlying the common non-convex low-rank matrix problems including matrix sensing, matrix completion and robust PCA. In particular, we show for all above problems (including asymmetric cases): 1) all local minima are also g…

Cited by 554SourcePDFScholar
2016

Efficient Algorithms for Large-scale Generalized Eigenvector Computation and Canonical Correlation Analysis

ICML 2016poster

This paper considers the problem of canonical-correlation analysis (CCA) and, more broadly, the generalized eigenvector problem for a pair of symmetric matrices. These are two fundamental problems in data analysis and scientific computing with numerous applications in machine learning and statistics…

Cited by 88SourcePDFScholar
2016

Provable Algorithms for Inference in Topic Models

ICML 2016poster

Recently, there has been considerable progress on designing algorithms with provable guarantees —typically using linear algebraic methods—for parameter learning in latent variable models. Designing provable algorithms for inference has proved more difficult. Here we take a first step towards provabl…

2016

Rich Component Analysis

ICML 2016poster

In many settings, we have multiple data sets (also called views) that capture different and overlapping aspects of the same phenomenon. We are often interested in finding patterns that are unique to one or to a subset of the views. For example, we might have one set of molecular observations and one…

Cited by 19SourcePDFScholar
2015

Un-regularizing: approximate proximal point and faster stochastic algorithms for empirical risk minimization

ICML 2015poster

We develop a family of accelerated stochastic algorithms that optimize sums of convex functions. Our algorithms improve upon the fastest running time for empirical risk minimization (ERM), and in particular linear least-squares regression, across a wide range of problem settings. To achieve this, we…

Cited by 177SourcePDFScholar