← Search

Chi Jin

62 accepted papers

2026

AlgoVeri: An Aligned Benchmark for Verified Code Generation on Classical Algorithms

ICML 2026spotlight

Vericoding refers to the generation of formally verified code from rigorous specifications. Recent AI models show promise in vericoding, but a unified methodology for cross-paradigm evaluation is lacking. Existing benchmarks test only an individual language/tool (e.g., Dafny, Verus, and Lean) and ea…

Cited by 0SourceScholar
2026

Goedel-Prover-V2: Scaling Formal Theorem Proving with Scaffolded Data Synthesis and Self-Correction

ICLR 2026poster

Automated theorem proving (ATP) --- the task of generating a proof that passes automated proof verification given a math question in formal language --- is a critical challenge at the intersection of mathematics and Artificial Intelligence (AI). We introduce Goedel-Prover-V2, a family of two languag…

Cited by 0SourcecodeScholar
2025

Benign Overfitting in Out-of-Distribution Generalization of Linear Models

ICLR 2025poster

Benign overfitting refers to the phenomenon where an over-parameterized model fits the training data perfectly, including noise in the data, but still generalizes well to the unseen test data. While prior work provides some theoretical understanding of this phenomenon under the in-distribution setup…

Cited by 0SourcePDFScholar
2025

Building Math Agents with Multi-Turn Iterative Preference Learning

ICLR 2025poster

Recent studies have shown that large language models' (LLMs) mathematical problem-solving capabilities can be enhanced by integrating external tools, such as code interpreters, and employing multi-turn Chain-of-Thought (CoT) reasoning. While current methods focus on synthetic data generation and Sup…

Cited by 24SourcePDFScholar
2025

DOLLAR: Few-Step Video Generation via Distillation and Latent Reward Optimization

ICCV 2025poster

Diffusion probabilistic models have shown significant progress in video generation; however, their computational efficiency is limited by the large number of sampling steps required. Reducing sampling steps often compromises video quality or generation diversity. In this work, we introduce a distill…

Cited by 0SourcePDFScholar
2025

Ineq-Comp: Benchmarking Human-Intuitive Compositional Reasoning in Automated Theorem Proving of Inequalities

NeurIPS 2025poster

LLM-based formal proof assistants (e.g., in Lean) hold great promise for automating mathematical discovery. But beyond syntactic correctness, do these systems truly understand mathematical structure as humans do? We investigate this question in context of mathematical inequalities---specifically the…

Cited by 0SourcecodeScholar
2025

MATH-Perturb: Benchmarking LLMs' Math Reasoning Abilities against Hard Perturbations

ICML 2025poster

Large language models have demonstrated impressive performance on challenging mathematical reasoning tasks, which has triggered the discussion of whether the performance is achieved by true reasoning capability or memorization. To investigate this question, prior work has constructed mathematical be…

2025

Securing Equal Share: A Principled Approach for Learning Multiplayer Symmetric Games

ICML 2025poster

This paper examines multiplayer symmetric constant-sum games with more than two players in a competitive setting, such as Mahjong, Poker, and various board and video games. In contrast to two-player zero-sum games, equilibria in multiplayer games are neither unique nor non-exploitable, failing to pr…

Cited by 0SourcePDFScholar
2025

Understanding outer learning rates in Local SGD

NeurIPS 2025poster

Modern machine learning often requires training with large batch size, distributed data, and massively parallel compute hardware (like mobile and other edge devices or distributed data centers). Communication becomes a major bottleneck in such settings but methods like Local Stochastic Gradient Desc…

Cited by 0SourceScholar
2024

FightLadder: A Benchmark for Competitive Multi-Agent Reinforcement Learning

ICML 2024poster

Recent advances in reinforcement learning (RL) heavily rely on a variety of well-designed benchmarks, which provide environmental platforms and consistent criteria to evaluate existing and novel algorithms. Specifically, in multi-agent RL (MARL), a plethora of benchmarks based on cooperative games h…

Cited by 3SourcePDFScholar
2024

Maximum Likelihood Estimation is All You Need for Well-Specified Covariate Shift

ICLR 2024poster

A key challenge of modern machine learning systems is to achieve Out-of-Distribution (OOD) generalization---generalizing to target data whose distribution differs from that of source data. Despite its significant importance, the fundamental question of ``what are the most effective algorithms for OO…

Cited by 15SourcePDFScholar
2023

Context-lumpable stochastic bandits

NeurIPS 2023poster

We consider a contextual bandit problem with $S $ contexts and $K $ actions. In each round $t=1,2,\dots$ the learner observes a random context and chooses an action based on its past experience. The learner then observes a random reward whose mean is a function of the context and the action for the…

Cited by 2SourcePDFScholar
2023

DoWG Unleashed: An Efficient Universal Parameter-Free Gradient Descent Method

NeurIPS 2023poster

This paper proposes a new easy-to-implement parameter-free gradient-based optimizer: DoWG (Distance over Weighted Gradients). We prove that DoWG is efficient---matching the convergence rate of optimally tuned gradient descent in convex optimization up to a logarithmic factor without tuning any param…

2023

Optimistic Natural Policy Gradient: a Simple Efficient Policy Optimization Framework for Online RL

NeurIPS 2023spotlight

While policy optimization algorithms have played an important role in recent empirical success of Reinforcement Learning (RL), the existing theoretical understanding of policy optimization remains rather limited---they are either restricted to tabular MDPs or suffer from highly suboptimal sample com…

Cited by 9SourcePDFScholar
2023

Provable Sim-to-real Transfer in Continuous Domain with Partial Observations

ICLR 2023poster

Sim-to-real transfer, which trains RL agents in the simulated environments and then deploys them in the real world, has been widely used to overcome the limitations of gathering samples in the real world. Despite the empirical success of the sim-to-real transfer, its theoretical foundation is much l…

Cited by 9SourcePDFScholar
2023

Representation Learning for Low-rank General-sum Markov Games

ICLR 2023poster

We study multi-agent general-sum Markov games with nonlinear function approximation. We focus on low-rank Markov games whose transition matrix admits a hidden low-rank structure on top of an unknown non-linear representation. The goal is to design an algorithm that (1) finds an $\varepsilon$-equilib…

Cited by 3SourcePDFScholar
2022

Efficient Phi-Regret Minimization in Extensive-Form Games via Online Mirror Descent

NeurIPS 2022accept

A conceptually appealing approach for learning Extensive-Form Games (EFGs) is to convert them to Normal-Form Games (NFGs). This approach enables us to directly translate state-of-the-art techniques and analyses in NFGs to learning EFGs, but typically suffers from computational intractability due to…

Cited by 25SourcePDFScholar
2022

Learning Markov Games with Adversarial Opponents: Efficient Algorithms and Fundamental Limits

ICML 2022oral

An ideal strategy in zero-sum games should not only grant the player an average reward no less than the value of Nash equilibrium, but also exploit the (adaptive) opponents when they are suboptimal. While most existing works in Markov games focus exclusively on the former objective, it remains open…

Cited by 25SourcePDFScholar
2022

Minimax Optimization with Smooth Algorithmic Adversaries

ICLR 2022poster

This paper considers minimax optimization $\min_x \max_y f(x, y)$ in the challenging setting where $f$ can be both nonconvex in $x$ and nonconcave in $y$. Though such optimization problems arise in many machine learning paradigms including training generative adversarial networks (GANs) and adversar…

2022

Near-Optimal Learning of Extensive-Form Games with Imperfect Information

ICML 2022spotlight

This paper resolves the open question of designing near-optimal algorithms for learning imperfect-information extensive-form games from bandit feedback. We present the first line of algorithms that require only $\widetilde{\mathcal{O}}((XA+YB)/\varepsilon^2)$ episodes of play to find an $\varepsilon…

Cited by 36SourcePDFScholar
2022

Provable Reinforcement Learning with a Short-Term Memory

ICML 2022spotlight

Real-world sequential decision making problems commonly involve partial observability, which requires the agent to maintain a memory of history in order to infer the latent states, plan and make good decisions. Coping with partial observability in general is extremely challenging, as a number of wor…

Cited by 52SourcePDFScholar
2022

Sample-Efficient Reinforcement Learning of Partially Observable Markov Games

NeurIPS 2022accept

This paper considers the challenging tasks of Multi-Agent Reinforcement Learning (MARL) under partial observability, where each agent only sees her own individual observations and actions that reveal incomplete information about the underlying state of system. This paper studies these tasks under th…

Cited by 43SourcePDFScholar
2022

Understanding Domain Randomization for Sim-to-real Transfer

ICLR 2022spotlight

Reinforcement learning encounters many challenges when applied directly in the real world. Sim-to-real transfer is widely used to transfer the knowledge learned from simulation to the real world. Domain randomization---one of the most popular algorithms for sim-to-real transfer---has been demonstrat…

Cited by 118SourcePDFScholar
2021

A Sharp Analysis of Model-based Reinforcement Learning with Self-Play

ICML 2021spotlight

Model-based algorithms—algorithms that explore the environment through building and utilizing an estimated model—are widely used in reinforcement learning practice and theoretically shown to achieve optimal sample efficiency for single-agent reinforcement learning in Markov Decision Processes (MDPs)…

Cited by 169SourcePDFScholar
2021

Bellman Eluder Dimension: New Rich Classes of RL Problems, and Sample-Efficient Algorithms

NeurIPS 2021spotlight

Finding the minimal structural assumptions that empower sample-efficient learning is one of the most important research directions in Reinforcement Learning (RL). This paper advances our understanding of this fundamental question by introducing a new complexity measure—Bellman Eluder (BE) dimension.…

Cited by 277SourcePDFScholar
2021

Near-Optimal Representation Learning for Linear Bandits and Linear RL

ICML 2021spotlight

This paper studies representation learning for multi-task linear bandits and multi-task episodic RL with linear value function approximation. We first consider the setting where we play $M$ linear bandits with dimension $d$ concurrently, and these bandits share a common $k$-dimensional linear repres…

Cited by 62SourcePDFScholar
2021

Provable Rich Observation Reinforcement Learning with Combinatorial Latent States

ICLR 2021poster

We propose a novel setting for reinforcement learning that combines two common real-world difficulties: presence of observations (such as camera images) and factored states (such as location of objects). In our setting, the agent receives observations generated stochastically from a "latent" factore…

Cited by 9SourcePDFScholar
2021

Sample-Efficient Learning of Stackelberg Equilibria in General-Sum Games

NeurIPS 2021poster

Real world applications such as economics and policy making often involve solving multi-agent games with two unique features: (1) The agents are inherently *asymmetric* and partitioned into leaders and followers; (2) The agents have different reward functions, thus the game is *general-sum*. The maj…

Cited by 83SourcePDFScholar
2020

Learning Adversarial Markov Decision Processes with Bandit Feedback and Unknown Transition

ICML 2020poster

We consider the task of learning in episodic finite-horizon Markov decision processes with an unknown transition function, bandit feedback, and adversarial losses. We propose an efficient algorithm that achieves $\mathcal{\tilde{O}}(L|X|\sqrt{|A|T})$ regret with high probability, where $L$ is the ho…

Cited by 138SourcePDFScholar
2020

On the Theory of Transfer Learning: The Importance of Task Diversity

NeurIPS 2020poster

We provide new statistical guarantees for transfer learning via representation learning--when transfer is achieved by learning a feature representation shared across different tasks. This enables learning on new tasks using far less data than is required to learn them in isolation. Formally, we cons…

Cited by 276SourcePDFScholar
2020

Provably Efficient Reinforcement Learning with Kernel and Neural Function Approximations

NeurIPS 2020accepted

Reinforcement learning (RL) algorithms combined with modern function approximators such as kernel functions and deep neural networks have achieved significant empirical successes in large-scale application problems with a massive number of states. From a theoretical perspective, however, RL wit…

Cited by 58SourcePDFScholar
2020

Reward-Free Exploration for Reinforcement Learning

ICML 2020poster

Exploration is widely regarded as one of the most challenging aspects of reinforcement learning (RL), with many naive approaches succumbing to exponential sample complexity. To isolate the challenges of exploration, we propose the following “reward-free RL” framework. In the exploration phase, the a…

Cited by 281SourcePDFScholar
2020

Sample-Efficient Reinforcement Learning of Undercomplete POMDPs

NeurIPS 2020spotlight

Partial observability is a common challenge in many reinforcement learning applications, which requires an agent to maintain memory, infer latent states, and integrate this past information into exploration. This challenge leads to a number of computational and statistical hardness results for learn…

Cited by 96SourcePDFScholar
2020

What is Local Optimality in Nonconvex-Nonconcave Minimax Optimization?

ICML 2020poster

Minimax optimization has found extensive applications in modern machine learning, in settings such as generative adversarial networks (GANs), adversarial training and multi-agent reinforcement learning. As most of these applications involve continuous nonconvex-nonconcave formulations, a very basic…

Cited by 414SourcePDFScholar
2018

Stochastic Cubic Regularization for Fast Nonconvex Optimization

NeurIPS 2018oral

This paper proposes a stochastic variant of a classic algorithm---the cubic-regularized Newton method [Nesterov and Polyak]. The proposed algorithm efficiently escapes saddle points and finds approximate local minima for general smooth, nonconvex functions in only $\mathcal{\tilde{O}}(\epsilon^{-3.5…

Cited by 205SourcePDFScholar
2017

Global Convergence of Non-Convex Gradient Descent for Computing Matrix Squareroot

AISTATS 2017poster

While there has been a significant amount of work studying gradient descent techniques for non-convex optimization problems over the last few years, all existing results establish either local convergence with good rates or global convergence with highly suboptimal rates, for many problems of intere…

Cited by 33SourcePDFScholar
2017

Gradient Descent Can Take Exponential Time to Escape Saddle Points

NeurIPS 2017spotlight

Although gradient descent (GD) almost always escapes saddle points asymptotically [Lee et al., 2016], this paper shows that even with fairly natural random initialization schemes and non-pathological functions, GD can be significantly slowed down by saddle points, taking exponential time to escape.…

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

Faster Eigenvector Computation via Shift-and-Invert Preconditioning

ICML 2016poster

We give faster algorithms and improved sample complexities for the fundamental problem of estimating the top eigenvector. Given an explicit matrix $A \in \mathbb{R}^{n \times d}$, we show how to compute an $\epsilon$-approximate top eigenvector of $A^TA$ in time $\tilde O\left( \left[\text{nnz}(A) +…

Cited by 92SourcePDFScholar
2016

Local Maxima in the Likelihood of Gaussian Mixture Models: Structural Results and Algorithmic Consequences

NeurIPS 2016poster

We provide two fundamental results on the population (infinite-sample) likelihood function of Gaussian mixture models with $M \geq 3$ components. Our first main result shows that the population likelihood function has bad local maxima even in the special case of equally-weighted mixtures of well-sep…

Cited by 198SourcePDFScholar
2016

Provable Efficient Online Matrix Completion via Non-convex Stochastic Gradient Descent

NeurIPS 2016poster

Matrix completion, where we wish to recover a low rank matrix by observing a few entries from it, is a widely studied problem in both theory and practice with wide applications. Most of the provable algorithms so far on this problem have been restricted to the offline setting where they provide an e…

Cited by 122SourcePDFScholar