← Search

Lingxiao Wang

32 accepted papers

2026

Personalized Federated Training of Diffusion Models with Privacy Guarantees

CVPR 2026

We propose a federated framework for training diffusion models on decentralized and private datasets. The method learns a shared generative model alongside personalized client models, allowing clients to benefit from cross-client structure while ensuring that the shared model cannot reproduce any cl

Cited by 0SourceScholar
2025

EVICheck: Evidence-Driven Independent Reasoning and Combined Verification Method for Fact-Checking

IJCAI 2025

Large Language Models (LLMs) and Retrieval-Augmented Generation (RAG) have demonstrated significant potential in automated fact-checking. However, existing methods face limitations in insufficient evidence utilization and lack of explicit verification criteria. Specifically, these approaches aggrega

2025

Revisiting Consensus Error: A Fine-grained Analysis of Local SGD under Second-order Data Heterogeneity

NeurIPS 2025poster

Local SGD, or Federated Averaging, is one of the most widely used algorithms for distributed optimization. Although it often outperforms alternatives such as mini-batch SGD, existing theory has not fully explained this advantage under realistic assumptions about data heterogeneity. Recent work has s…

Cited by 0SourceScholar
2024

Bridging the Sim-to-Real Gap from the Information Bottleneck Perspective

CoRL 2024poster

Reinforcement Learning (RL) has recently achieved remarkable success in robotic control. However, most works in RL operate in simulated environments where privileged knowledge (e.g., dynamics, surroundings, terrains) is readily available. Conversely, in real-world scenarios, robot agents usually rel…

Cited by 9SourcecodeScholar
2023

Differentially Private Matrix Completion through Low-rank Matrix Factorization

AISTATS 2023poster

We study the matrix completion problem under joint differential privacy and develop a non-convex low-rank matrix factorization-based method for solving it. Our method comes with strong privacy and utility guarantees, has a linear convergence rate, and is more scalable than the best-known alternative…

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

Federated Online and Bandit Convex Optimization

ICML 2023poster

We study the problems of *distributed online and bandit convex optimization* against an adaptive adversary. We aim to minimize the average regret on $M$ machines working in parallel over $T$ rounds with $R$ intermittent communications. Assuming the underlying cost functions are convex and can be gen…

Cited by 12SourcePDFScholar
2023

Optimistic Exploration with Learned Features Provably Solves Markov Decision Processes with Neural Dynamics

ICLR 2023poster

Incorporated with the recent advances in deep learning, deep reinforcement learning (DRL) has achieved tremendous success in empirical study. However, analyzing DRL is still challenging due to the complexity of the neural network class. In this paper, we address such a challenge by analyzing the Mar…

Cited by 4SourcePDFScholar
2023

Represent to Control Partially Observed Systems: Representation Learning with Provable Sample Efficiency

ICLR 2023poster

Reinforcement learning in partially observed Markov decision processes (POMDPs) faces two challenges. (i) It often takes the full history to predict the future, which induces a sample complexity that scales exponentially with the horizon. (ii) The observation and state spaces are often continuous, w…

Cited by 4SourcePDFScholar
2022

Contrastive UCB: Provably Efficient Contrastive Self-Supervised Learning in Online Reinforcement Learning

ICML 2022spotlight

In view of its power in extracting feature representation, contrastive self-supervised learning has been successfully integrated into the practice of (deep) reinforcement learning (RL), leading to efficient policy learning on various applications. Despite its tremendous empirical successes, the unde…

2022

Pessimistic Bootstrapping for Uncertainty-Driven Offline Reinforcement Learning

ICLR 2022spotlight

Offline Reinforcement Learning (RL) aims to learn policies from previously collected datasets without exploring the environment. Directly applying off-policy algorithms to offline RL usually fails due to the extrapolation error caused by the out-of-distribution (OOD) actions. Previous methods tackle…

2022

Towards Optimal Communication Complexity in Distributed Non-Convex Optimization

NeurIPS 2022accept

We study the problem of distributed stochastic non-convex optimization with intermittent communication. We consider the full participation setting where $M$ machines work in parallel over $R$ communication rounds and the partial participation setting where $M$ machines are sampled independently ever…

Cited by 25SourcePDFScholar
2021

Dynamic Bottleneck for Robust Self-Supervised Exploration

NeurIPS 2021poster

Exploration methods based on pseudo-count of transitions or curiosity of dynamics have achieved promising results in solving reinforcement learning with sparse rewards. However, such methods are usually sensitive to environmental dynamics-irrelevant information, e.g., white-noise. To handle such dyn…

2021

Principled Exploration via Optimistic Bootstrapping and Backward Induction

ICML 2021spotlight

One principled approach for provably efficient exploration is incorporating the upper confidence bound (UCB) into the value function as a bonus. However, UCB is specified to deal with linear and tabular settings and is incompatible with Deep Reinforcement Learning (DRL). In this paper, we propose a…

2021

Provably Efficient Causal Reinforcement Learning with Confounded Observational Data

NeurIPS 2021poster

Empowered by neural networks, deep reinforcement learning (DRL) achieves tremendous empirical success. However, DRL requires a large dataset by interacting with the environment, which is unrealistic in critical scenarios such as autonomous driving and personalized medicine. In this paper, we study h…

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

An Implementation of the Adaptive Neuro-Fuzzy Inference System (ANFIS) for Odor Source Localization

IROS 2020poster

In this paper, we investigate the viability of implementing machine learning (ML) algorithms to solve the odor source localization (OSL) problem. The primary objective is to obtain an ML model that guides and navigates a mobile robot to find an odor source without explicating searching algorithms. T…

Cited by 17SourceScholar
2020

Breaking the Curse of Many Agents: Provable Mean Embedding Q-Iteration for Mean-Field Reinforcement Learning

ICML 2020poster

Multi-agent reinforcement learning (MARL) achieves significant empirical successes. However, MARL suffers from the curse of many agents. In this paper, we exploit the symmetry of agents in MARL. In the most generic form, we study a mean-field MARL problem. Such a mean-field MARL is defined on mean-f…

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

Neural Policy Gradient Methods: Global Optimality and Rates of Convergence

ICLR 2020poster

Policy gradient methods with actor-critic schemes demonstrate tremendous empirical successes, especially when the actors and critics are parameterized by neural networks. However, it remains less clear whether such "neural" policy gradient methods converge to globally optimal policies and whether th…

Cited by 281SourceScholar
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
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

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…

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

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