← Search

Tianhao Wang

35 accepted papers

2026

A Tale of Two Smoothness Notions: Adaptive Optimizers and Non-Euclidean Descent

ICLR 2026poster

Adaptive optimizers can reduce to normalized steepest descent (NSD) when only adapting to the current gradient, suggesting a close connection between the two algorithmic families. A key distinction in their analyses, however, lies in the smoothness assumptions they rely on. In the convex setting, ad…

Cited by 0SourceScholar
2026

Taming Polysemanticity in LLMs: Theory-Grounded Feature Recovery via Sparse Autoencoders

ICLR 2026poster

We study the challenge of achieving theoretically grounded feature recovery using Sparse Autoencoders (SAEs) for the interpretation of Large Language Models. Existing SAE training algorithms often lack rigorous mathematical guarantees and suffer from practical limitations such as hyperparameter sen…

Cited by 0SourcecodeScholar
2025

Can Neural Networks Achieve Optimal Computational-statistical Tradeoff? An Analysis on Single-Index Model

ICLR 2025oral

In this work, we tackle the following question: Can neural networks trained with gradient-based methods achieve the optimal statistical-computational tradeoff in learning Gaussian single-index models? Prior research has shown that any polynomial-time algorithm under the statistical query (SQ) frame…

Cited by 0SourcePDFScholar
2025

Data-adaptive Differentially Private Prompt Synthesis for In-Context Learning

ICLR 2025poster

Large Language Models (LLMs) rely on the contextual information embedded in examples/demonstrations to perform in-context learning (ICL). To mitigate the risk of LLMs potentially leaking private information contained in examples in the prompt, we introduce a novel data-adaptive differentially privat…

Cited by 1SourcePDFScholar
2025

How Well Can Transformers Emulate In-Context Newton's Method?

AISTATS 2025poster

Transformer-based models have demonstrated remarkable in-context learning capabilities, prompting extensive research into its underlying mechanisms. Recent studies have suggested that Transformers can implement first-order optimization algorithms for in-context learning and even second order ones fo…

Cited by 0SourceScholar
2025

Large Language Models with Reinforcement Learning from Human Feedback Approach for Enhancing Explainable Sexism Detection

COLING 2025main

Recent advancements in natural language processing, driven by Large Language Models (LLMs), have significantly improved text comprehension, enabling these models to handle complex tasks with greater efficiency. A key feature of LLMs is their ability to engage in contextual learning, which allows the…

2025

Predictive Uncertainty Quantification for Bird's Eye View Segmentation: A Benchmark and Novel Loss Function

ICLR 2025poster

The fusion of raw sensor data to create a Bird's Eye View (BEV) representation is critical for autonomous vehicle planning and control. Despite the growing interest in using deep learning models for BEV semantic segmentation, anticipating segmentation errors and enhancing the explainability of these…

Cited by 1SourcePDFScholar
2025

Structured Preconditioners in Adaptive Optimization: A Unified Analysis

ICML 2025poster

We present a novel unified analysis for a broad class of adaptive optimization algorithms with structured (e.g., layerwise, diagonal, and kronecker-factored) preconditioners for both online regret minimization and offline convex optimization. Our analysis not only provides matching rate to several i…

Cited by 2SourcePDFScholar
2024

Automatic Extrinsic Parameter Calibration for Camera-LiDAR Fusion Using Spherical Target

RA-L 2024

Precise and robust extrinsic parameter calibration is fundamental for LiDAR-camera multi-modal sensing applications. However, most existing methods assume that sensors have the same orientation, limiting their effectiveness in feature extraction and feature alignment from different angle of view in

Cited by 14SourceScholar
2024

Machine Unlearning of Pre-trained Large Language Models

ACL 2024long

This study investigates the concept of the ‘right to be forgotten’ within the context of large language models (LLMs). We explore machine unlearning as a pivotal solution, with a focus on pre-trained models–a notably under-researched area. Our research delineates a comprehensive framework for machin…

2024

The Marginal Value of Momentum for Small Learning Rate SGD

ICLR 2024poster

Momentum is known to accelerate the convergence of gradient descent in strongly convex settings without stochastic gradient noise. In stochastic optimization, such as training neural networks, folklore suggests that momentum may help deep learning optimization by reducing the variance of the stochas…

Cited by 12SourcePDFScholar
2024

Towards Certified Unlearning for Deep Neural Networks

ICML 2024poster

In the field of machine unlearning, certified unlearning has been extensively studied in convex machine learning models due to its high efficiency and strong theoretical guarantees. However, its application to deep neural networks (DNNs), known for their highly nonconvex nature, still poses challeng…

2024

Unveiling Induction Heads: Provable Training Dynamics and Feature Learning in Transformers

NeurIPS 2024poster

In-context learning (ICL) is a cornerstone of large language model (LLM) functionality, yet its theoretical foundations remain elusive due to the complexity of transformer architectures. In particular, most existing work only theoretically explains how the attention mechanism facilitates ICL under c…

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

Finding Regularized Competitive Equilibria of Heterogeneous Agent Macroeconomic Models via Reinforcement Learning

AISTATS 2023poster

We study a heterogeneous agent macroeconomic model with an infinite number of households and firms competing in a labor market. Each household earns income and engages in consumption at each time step while aiming to maximize a concave utility subject to the underlying market conditions. The househo…

Cited by 6SourcePDFScholar
2023

GlucoSynth: Generating Differentially-Private Synthetic Glucose Traces

NeurIPS 2023poster

We focus on the problem of generating high-quality, private synthetic glucose traces, a task generalizable to many other time series sources. Existing methods for time series data synthesis, such as those using Generative Adversarial Networks (GANs), are not able to capture the innate characteristic…

Cited by 4SourcePDFScholar
2023

Is Adversarial Training Really a Silver Bullet for Mitigating Data Poisoning?

ICLR 2023top-25%

Indiscriminate data poisoning can decrease the clean test accuracy of a deep learning model by slightly perturbing its training samples. There is a consensus that such poisons can hardly harm adversarially-trained (AT) models when the adversarial training budget is no less than the poison budget, i.…

2023

LAVA: Data Valuation without Pre-Specified Learning Algorithms

ICLR 2023top-25%

Traditionally, data valuation is posed as a problem of equitably splitting the validation performance of a learning algorithm among the training data. As a result, the calculated data values depend on many design choices of the underlying learning algorithm. However, this dependence is undesirable f…

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

An Empirical Analysis of Memorization in Fine-tuned Autoregressive Language Models

EMNLP 2022main

Large language models are shown to present privacy risks through memorization of training data, andseveral recent works have studied such risks for the pre-training phase. Little attention, however, has been given to the fine-tuning phase and it is not well understood how different fine-tuning metho…

Cited by 88SourcePDFScholar
2022

Fast Mixing of Stochastic Gradient Descent with Normalization and Weight Decay

NeurIPS 2022accept

We prove the Fast Equilibrium Conjecture proposed by Li et al., (2020), i.e., stochastic gradient descent (SGD) on a scale-invariant loss (e.g., using networks with various normalization schemes) with learning rate $\eta$ and weight decay factor $\lambda$ mixes in function space in $\mathcal{\tilde{…

Cited by 23SourcePDFScholar
2022

Implicit Bias of Gradient Descent on Reparametrized Models: On Equivalence to Mirror Descent

NeurIPS 2022accept

As part of the effort to understand implicit bias of gradient descent in overparametrized models, several results have shown how the training trajectory on the overparametrized model can be understood as mirror descent on a different objective. The main result here is a complete characterization of…

Cited by 33SourcePDFScholar
2022

Learn to Match with No Regret: Reinforcement Learning in Markov Matching Markets

NeurIPS 2022accept

We study a Markov matching market involving a planner and a set of strategic agents on the two sides of the market. At each step, the agents are presented with a dynamical context, where the contexts determine the utilities. The planner controls the transition of the contexts to maximize the cumula…

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

Renyi Differential Privacy of Propose-Test-Release and Applications to Private and Robust Machine Learning

NeurIPS 2022accept

Propose-Test-Release (PTR) is a differential privacy framework that works with local sensitivity of functions, instead of their global sensitivity. This framework is typically used for releasing robust statistics such as median or trimmed mean in a differentially private manner. While PTR is a commo…

Cited by 7SourcePDFScholar
2022

What Happens after SGD Reaches Zero Loss? --A Mathematical Framework

ICLR 2022spotlight

Understanding the implicit bias of Stochastic Gradient Descent (SGD) is one of the key challenges in deep learning, especially for overparametrized models, where the local minimizers of the loss function $L$ can form a manifold. Intuitively, with a sufficiently small learning rate $\eta$, SGD tracks…

Cited by 122SourcePDFScholar
2021

Improving Robustness to Model Inversion Attacks via Mutual Information Regularization

AAAI 2021technical

This paper studies defense mechanisms against model inversion (MI) attacks -- a type of privacy attacks aimed at inferring information about the training data distribution given the access to a target machine learning model. Existing defense mechanisms rely on model-specific heuristics or noise inje…

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

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
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