← Search

Wotao Yin

55 accepted papers

2026

Draft-and-Audit Reinforcement Learning for Optimization Modeling

ICML 2026poster

Natural language to optimization (NL2Opt) requires translating unstructured text into executable mathematical models. Beyond simple syntax errors, this task suffers from silent modeling failures, where incorrect formulations execute successfully but yield invalid results. We propose Draft-and-Audit …

Cited by 0SourceScholar
2026

Exploration vs Exploitation: Rethinking RLVR through Clipping, Entropy, and Spurious Reward

ICLR 2026poster

This paper examines the exploration–exploitation trade-off in reinforcement learning with verifiable rewards (RLVR), a framework for improving the reasoning of Large Language Models (LLMs). Recent studies suggest that RLVR can elicit strong mathematical reasoning in LLMs through two seemingly parado…

Cited by 0SourceScholar
2026

Implicit Models: Expressive Power Scales with Test-Time Compute

ICLR 2026poster

Implicit models, an emerging model class, compute outputs by iterating a single parameter block to a fixed point. This architecture realizes an infinite-depth, weight-tied network that trains with constant memory, significantly reducing memory needs for the same level of performance compared to expl…

Cited by 0SourcecodeScholar
2026

PILOT-Bench: Probabilistic Interaction for LLM Operations in Tool-driven Scenarios

ICLR 2026poster

We introduce PILOT-Bench, a benchmark that evaluates LLM workflow execution under simulated realistic conditions of instruction quality variability and tool execution uncertainty. Unlike existing benchmarks that encounter these challenges incidentally, our work makes uncertainty the primary focus of…

Cited by 0SourcecodeScholar
2026

Simultaneous Confidence Bounds for Aggregated Effects via Exact Subset Optimization

ICML 2026poster

We study simultaneous confidence bounds for aggregated effects over downward-closed subset families of independent statistical tests. The bounds are obtained by bootstrap calibration of the maximum normalized aggregated effect over the relevant subset family, yielding valid post-hoc inference for da…

Cited by 0SourceScholar
2025

Expressive Power of Graph Neural Networks for (Mixed-Integer) Quadratic Programs

ICML 2025poster

Quadratic programming (QP) is the most widely applied category of problems in nonlinear programming. Many applications require real-time/fast solutions, though not necessarily with high precision. Existing methods either involve matrix decomposition or use the preconditioned conjugate gradient metho…

Cited by 2SourcePDFScholar
2025

Scale Down to Speed Up: Dynamic Data Selection for Reinforcement Learning

EMNLP 2025

Optimizing data utilization remains a central challenge in applying Reinforcement Learning (RL) to Large Language Models (LLMs), directly impacting sample efficiency, training stability, and final model performance.Current approaches often rely on massive static datasets, leading to computational in

Cited by 0SourcePDFScholar
2025

Subsampled Ensemble Can Improve Generalization Tail Exponentially

NeurIPS 2025poster

Ensemble learning is a popular technique to improve the accuracy of machine learning models. It traditionally hinges on the rationale that aggregating multiple weak models can lead to better models with lower variance and hence higher stability, especially for discontinuous base learners. In this pa…

Cited by 0SourcecodeScholar
2024

BC-Prover: Backward Chaining Prover for Formal Theorem Proving

EMNLP 2024main

Despite the remarkable progress made by large language models in mathematical reasoning, interactive theorem proving in formal logic still remains a prominent challenge. Previous methods resort to neural models for proofstep generation and search. However, they suffer from exploring possible proofst…

Cited by 0SourcePDFScholar
2024

Block Acceleration Without Momentum: On Optimal Stepsizes of Block Gradient Descent for Least-Squares

ICML 2024spotlight

Block coordinate descent is a powerful algorithmic template suitable for big data optimization. This template admits a lot of variants including block gradient descent (BGD), which performs gradient descent on a selected block of variables, while keeping other variables fixed. For a very long time,…

Cited by 4SourcePDFScholar
2024

Rethinking the Capacity of Graph Neural Networks for Branching Strategy

NeurIPS 2024poster

Graph neural networks (GNNs) have been widely used to predict properties and heuristics of mixed-integer linear programs (MILPs) and hence accelerate MILP solvers. This paper investigates the capacity of GNNs to represent strong branching (SB), the most effective yet computationally expensive heuris…

Cited by 4SourcePDFScholar
2024

Revisiting Zeroth-Order Optimization for Memory-Efficient LLM Fine-Tuning: A Benchmark

ICML 2024poster

In the evolving landscape of natural language processing (NLP), fine-tuning pre-trained Large Language Models (LLMs) with first-order (FO) optimizers like SGD and Adam has become standard. Yet, as LLMs grow in size, the substantial memory overhead from back-propagation (BP) for FO gradient computati…

2024

Solving General Natural-Language-Description Optimization Problems with Large Language Models

NAACL 2024industry

Optimization problems seek to find the best solution to an objective under a set of constraints, and have been widely investigated in real-world applications. Modeling and solving optimization problems in a specific domain typically require a combination of domain knowledge, mathematical skills, and…

2023

Alternating Projected SGD for Equality-constrained Bilevel Optimization

AISTATS 2023poster

Bilevel optimization, which captures the inherent nested structure of machine learning problems, is gaining popularity in many recent applications. Existing works on bilevel optimization mostly consider either the unconstrained problems or the constrained upper-level problems. In this context, this…

2023

DSGD-CECA: Decentralized SGD with Communication-Optimal Exact Consensus Algorithm

ICML 2023poster

Decentralized Stochastic Gradient Descent (SGD) is an emerging neural network training approach that enables multiple agents to train a model collaboratively and simultaneously. Rather than using a central parameter server to collect gradients from all the agents, each agent keeps a copy of the mode…

2023

HeteRSGD: Tackling Heterogeneous Sampling Costs via Optimal Reweighted Stochastic Gradient Descent

AISTATS 2023poster

One implicit assumption in current stochastic gradient descent (SGD) algorithms is the identical cost for sampling each component function of the finite-sum objective. However, there are applications where the costs differ substantially, for which SGD schemes with uniform sampling invoke a high samp…

Cited by 0SourcePDFScholar
2023

On Representing Linear Programs by Graph Neural Networks

ICLR 2023top-25%

Learning to optimize is a rapidly growing area that aims to solve optimization problems or improve existing optimization algorithms using machine learning (ML). In particular, the graph neural network (GNN) is considered a suitable ML model for optimization problems whose variables and constraints a…

2023

On Representing Mixed-Integer Linear Programs by Graph Neural Networks

ICLR 2023poster

While Mixed-integer linear programming (MILP) is NP-hard in general, practical MILP has received roughly 100--fold speedup in the past twenty years. Still, many classes of MILPs quickly become unsolvable as their sizes increase, motivating researchers to seek new acceleration techniques for MILPs. W…

2023

Towards Constituting Mathematical Structures for Learning to Optimize

ICML 2023poster

Learning to Optimize (L2O), a technique that utilizes machine learning to learn an optimization algorithm automatically from data, has gained arising attention in recent years. A generic L2O approach parameterizes the iterative update rule and learns the update direction as a black-box network. Whil…

2022

Communication-Efficient Topologies for Decentralized Learning with $O(1)$ Consensus Rate

NeurIPS 2022accept

Decentralized optimization is an emerging paradigm in distributed learning in which agents achieve network-wide solutions by peer-to-peer communication without the central server. Since communication tends to be slower than computation, when each agent communicates with only a few neighboring agent…

2022

FiLM: Frequency improved Legendre Memory Model for Long-term Time Series Forecasting

NeurIPS 2022accept

Recent studies have shown that deep learning models such as RNNs and Transformers have brought significant performance gains for long-term forecasting of time series because they effectively utilize historical information. We found, however, that there is still great room for improvement in how to p…

2022

JFB: Jacobian-Free Backpropagation for Implicit Networks

AAAI 2022technical

A promising trend in deep learning replaces traditional feedforward networks with implicit networks. Unlike traditional networks, implicit networks solve a fixed point equation to compute inferences. Solving for the fixed point varies in complexity, depending on provided data and an error tolerance.…

2022

Lower Bounds and Nearly Optimal Algorithms in Distributed Learning with Communication Compression

NeurIPS 2022accept

Recent advances in distributed optimization and learning have shown that communication compression is one of the most effective means of reducing communication. While there have been many results for convergence rates with compressed communication, a lower bound is still missing. Analyses of algori…

Cited by 30SourcePDFScholar
2021

A Zeroth-Order Block Coordinate Descent Algorithm for Huge-Scale Black-Box Optimization

ICML 2021spotlight

We consider the zeroth-order optimization problem in the huge-scale setting, where the dimension of the problem is so large that performing even basic vector operations on the decision variables is infeasible. In this paper, we propose a novel algorithm, coined ZO-BCD, that exhibits favorable overal…

2021

Accelerating Gossip SGD with Periodic Global Averaging

ICML 2021spotlight

Communication overhead hinders the scalability of large-scale distributed training. Gossip SGD, where each node averages only with its neighbors, is more communication-efficient than the prevalent parallel SGD. However, its convergence rate is reversely proportional to quantity $1-\beta$ which measu…

Cited by 48SourcePDFScholar
2021

An Improved Analysis and Rates for Variance Reduction under Without-replacement Sampling Orders

NeurIPS 2021poster

When applying a stochastic algorithm, one must choose an order to draw samples. The practical choices are without-replacement sampling orders, which are empirically faster and more cache-friendly than uniform-iid-sampling but often have inferior theoretical guarantees. Without-replacement sampling i…

Cited by 16SourcePDFScholar
2021

An Optimal Stochastic Compositional Optimization Method with Applications to Meta Learning

ICASSP 2021accepted

Stochastic compositional optimization generalizes classic (non-compositional) stochastic optimization to the minimization of com-positions of functions. Each composition may introduce an additional expectation. The series of expectations may be nested. Stochastic compositional optimization is gainin…

Cited by 0SourceScholar
2021

Closing the Gap: Tighter Analysis of Alternating Stochastic Gradient Methods for Bilevel Problems

NeurIPS 2021spotlight

Stochastic nested optimization, including stochastic compositional, min-max, and bilevel optimization, is gaining popularity in many machine learning applications. While the three problems share a nested structure, existing works often treat them separately, thus developing problem-specific algorit…

Cited by 137SourcePDFScholar
2021

DecentLaM: Decentralized Momentum SGD for Large-Batch Deep Training

ICCV 2021poster

The scale of deep learning nowadays calls for efficient distributed training algorithms. Decentralized momentum SGD (DmSGD), in which each node averages only with its neighbors, is more communication efficient than vanilla Parallel momentum SGD that incurs global average across all computing nodes.…

Cited by 58PDFcodeScholar
2021

Exponential Graph is Provably Efficient for Decentralized Deep Training

NeurIPS 2021poster

Decentralized SGD is an emerging training method for deep learning known for its much less (thus faster) communication per iteration, which relaxes the averaging step in parallel SGD to inexact averaging. The less exact the averaging is, however, the more the total iterations the training needs to t…

2021

Learned Robust PCA: A Scalable Deep Unfolding Approach for High-Dimensional Outlier Detection

NeurIPS 2021poster

Robust principal component analysis (RPCA) is a critical tool in modern machine learning, which detects outliers in the task of low-rank matrix reconstruction. In this paper, we propose a scalable and learnable non-convex approach for high-dimensional RPCA problems, which we call Learned Robust PCA…

2021

Learning A Minimax Optimizer: A Pilot Study

ICLR 2021poster

Solving continuous minimax optimization is of extensive practical interest, yet notoriously unstable and difficult. This paper introduces the learning to optimize(L2O) methodology to the minimax problems for the first time and addresses its accompanying unique challenges. We first present Twin-L2O,…

2021

Provably Correct Optimization and Exploration with Non-linear Policies

ICML 2021spotlight

Policy optimization methods remain a powerful workhorse in empirical Reinforcement Learning (RL), with a focus on neural policies that can easily reason over complex and continuous state and/or action spaces. Theoretical understanding of strategic exploration in policy-based methods with non-linear…

2020

An Improved Analysis of (Variance-Reduced) Policy Gradient and Natural Policy Gradient Methods

NeurIPS 2020poster

In this paper, we revisit and improve the convergence of policy gradient (PG), natural PG (NPG) methods, and their variance-reduced variants, under general smooth policy parametrizations. More specifically, with the Fisher information matrix of the policy being positive definite: i) we show that a s…

2020

AsyncQVI: Asynchronous-Parallel Q-Value Iteration for Discounted Markov Decision Processes with Near-Optimal Sample Complexity

AISTATS 2020poster

In this paper, we propose AsyncQVI, an asynchronous-parallel Q-value iteration for discounted Markov decision processes whose transition and reward can only be sampled through a generative model. AsyncQVI is also the first asynchronous-parallel algorithm for discounted Markov decision processes that…

2020

Provably Efficient Exploration for Reinforcement Learning Using Unsupervised Learning

NeurIPS 2020spotlight

Motivated by the prevailing paradigm of using unsupervised learning for efficient exploration in reinforcement learning (RL) problems [tang2017exploration,bellemare2016unifying], we investigate when this paradigm is provably efficient. We study episodic Markov decision processes with rich observatio…

2019

ALISTA: Analytic Weights Are As Good As Learned Weights in LISTA

ICLR 2019poster

Deep neural networks based on unfolding an iterative algorithm, for example, LISTA (learned iterative shrinkage thresholding algorithm), have been an empirical success for sparse signal recovery. The weights of these neural networks are currently determined by data-driven “black-box” training. In th…

Cited by 227SourcePDFScholar
2019

Plug-and-Play Methods Provably Converge with Properly Trained Denoisers

ICML 2019oral

Plug-and-play (PnP) is a non-convex framework that integrates modern denoising priors, such as BM3D or deep learning-based denoisers, into ADMM or other proximal algorithms. An advantage of PnP is that one can use pre-trained denoisers when there is not sufficient data for end-to-end training. Altho…

2018

Breaking the Span Assumption Yields Fast Finite-Sum Minimization

NeurIPS 2018poster

In this paper, we show that SVRG and SARAH can be modified to be fundamentally faster than all of the other standard algorithms that minimize the sum of $n$ smooth functions, such as SAGA, SAG, SDCA, and SDCA without duality. Most finite sum algorithms follow what we call the ``span assumption'': Th…

Cited by 20SourcePDFScholar
2018

LAG: Lazily Aggregated Gradient for Communication-Efficient Distributed Learning

NeurIPS 2018spotlight

This paper presents a new class of gradient methods for distributed machine learning that adaptively skip the gradient calculations to learn with reduced communication and computation. Simple rules are designed to detect slowly-varying gradients and, therefore, trigger the reuse of outdated grad…

Cited by 381SourcePDFScholar
2018

Theoretical Linear Convergence of Unfolded ISTA and Its Practical Weights and Thresholds

NeurIPS 2018spotlight

In recent years, unfolding iterative algorithms as neural networks has become an empirical success in solving sparse recovery problems. However, its theoretical understanding is still immature, which prevents us from fully utilizing the power of neural networks. In this work, we study unfolded ISTA…

2017

Straggler Mitigation in Distributed Optimization Through Data Encoding

NeurIPS 2017spotlight

Slow running or straggler tasks can significantly reduce computation speed in distributed computation. Recently, coding-theory-inspired approaches have been applied to mitigate the effect of straggling, through embedding redundancy in certain linear computational steps of the optimization algorithm,…

Cited by 178SourcePDFScholar
2015

A proximal gradient algorithm for decentralized nondifferentiable optimization

ICASSP 2015accepted

In this paper, we focus on solving the decentralized consensus optimization problem defined over a networked multi-agent system. All the agents shall cooperatively find a common minimizer of the overall objective while each agent holds its own local objective and can only communicate with its neighb…

Cited by 0SourceScholar