← Search

Mengdi Wang

117 accepted papers

2026

ARMOR: High-Performance Semi-Structured Pruning via Adaptive Matrix Factorization

ICLR 2026poster

Large language models (LLMs) present significant deployment challenges due to their immense computational and memory requirements. While semi-structured pruning, particularly 2:4 sparsity, offers a path to practical hardware acceleration, existing methods often incur substantial performance degradat…

Cited by 0SourceScholar
2026

AutoTool: Dynamic Tool Selection and Integration for Agentic Reasoning

ICML 2026poster

Agentic reinforcement learning has advanced large language models (LLMs) to reason through long chain-of-thought trajectories while interleaving external tool use. Existing approaches assume a fixed inventory of tools, which limits the adaptability of LLM agents to new or evolving toolsets. We prese…

Cited by 0SourceScholar
2026

CubeBench: Diagnosing Interactive, Long-Horizon Physical Intelligence under Partial Observations

ICLR 2026poster

Large Language Model (LLM) agents, while proficient in the digital realm, face a significant gap in physical-world deployment due to the challenge of forming and maintaining a robust spatial mental model. We identify three core cognitive challenges hindering this transition: spatial reasoning, long-…

Cited by 0SourcecodeScholar
2026

DevEvol: Benchmarking LLM Agents on Continuous Software Evolution

ICML 2026poster

Large Language Model (LLM) agents have demonstrated remarkable proficiency in solving isolated software engineering tasks. However, existing benchmarks predominantly evaluate static, independent issues, failing to reflect the continuous and sequentially dependent nature of real-world software evolut…

Cited by 0SourceScholar
2026

FMIP: Joint Continuous-Integer Flow For Mixed-Integer Linear Programming

ICLR 2026poster

Mixed-Integer Linear Programming (MILP) is a foundational tool for complex decision-making problems. However, the NP-hard nature of MILP presents a significant computational challenge, motivating the development of machine learning-based heuristic solutions to accelerate downstream solvers. While…

Cited by 0SourceScholar
2026

FutureX: An Advanced Live Benchmark for LLM Agents in Future Prediction

ICLR 2026poster

Future prediction is a complex task for LLM agents, requiring a high level of analytical thinking, information gathering, contextual understanding, and decision-making under uncertainty. Agents must not only gather and interpret vast amounts of dynamic information but also integrate diverse data sou…

Cited by 0SourceScholar
2026

Generalization Bounds for Discrete Diffusion: Statistical Advantage of Masking

ICML 2026poster

Discrete diffusion models have recently emerged as a compelling alternative for language generation, enabling efficient non-autoregressive sampling while achieving strong empirical performance. A key design choice in discrete diffusion---absent in most continuous diffusion formulations---is the forw…

Cited by 0SourceScholar
2026

Latent Collaboration in Multi-Agent Systems

ICML 2026spotlight

Multi-agent systems (MAS) extend large language models (LLMs) from independent single-model reasoning to coordinative system-level intelligence. While existing LLM agents depend on text-based mediation for reasoning and communication, we take a step forward by enabling models to collaborate directly…

Cited by 0SourceScholar
2026

LatentChem: From Textual CoT to Latent Thinking in Chemical Reasoning

ICML 2026poster

Current chemical large language models (LLMs) predominantly rely on explicit Chain-of-Thought (CoT) to solve complex reasoning problems. However, forcing nonverbal tacit chemical logic into discrete natural language imposes a fundamental ``modality mismatch,'' creating an artificial bottleneck for r…

Cited by 0SourceScholar
2026

On Path to Multimodal Historical Reasoning: HistBench and HistAgent

ICML 2026poster

Recent advances in large language models (LLMs) have led to remarkable progress across various domains, yet their capabilities in the humanities, particularly history, remain underexplored. Historical reasoning poses unique challenges for LLMs, involving multimodal source interpretation, temporal in…

Cited by 0SourcecodeScholar
2026

Parallel Multimodal Diffusion Language Models for Thinking-Aware Editing and Generation

ICLR 2026poster

While thinking-aware generation aims to improve performance on complex tasks, we identify a critical failure mode where existing sequential, autoregressive approaches can paradoxically degrade performance due to error propagation. To systematically analyze this issue, we propose ParaBench, a new be…

Cited by 0SourcecodeScholar
2026

PoseX: AI Defeats Physics-based Methods on Protein Ligand Cross-Docking

ICLR 2026poster

Recently, significant progress has been made in protein-ligand docking, especially in deep learning methods, and some benchmarks were proposed, such as PoseBench and PLINDER. However, these studies typically focus on the self-docking scenario, which is less practical in real-world applications. More…

Cited by 0SourcecodeScholar
2026

Position: Agent Should Invoke External Tools ONLY When Epistemically Necessary

ICML 2026poster

As large language models evolve into tool-augmented agents, a central question remains unresolved: when is external tool use actually justified? Existing agent frameworks typically treat tools as ordinary actions and optimize for task success or reward, offering little principled distinction between…

Cited by 0SourceScholar
2026

Position: Digital Agents Require Unified Agent-Native Environments

ICML 2026poster

Large language models (LLMs) are increasingly deployed as digital agents that perform multi-step digital work on a computer, but the environments in which they operate remain fragmented and task-specific. Our position is that digital agents need Agent-Native Computer: interfaces that expose system c…

Cited by 0SourceScholar
2026

RLAnything: Forge Environment, Policy, and Reward Model in Completely Dynamic RL System

ICML 2026poster

The quality of both the environment and the reward model fundamentally governs the effectiveness of reinforcement learning. Accordingly, we propose RLAnything, a reinforcement learning framework that dynamically optimizes each component through closed-loop optimization, amplifying learning signals a…

Cited by 0SourceScholar
2026

Revolutionizing Reinforcement Learning Framework for Diffusion Large Language Models

ICLR 2026poster

The extension of diffusion models to language tasks has shown promising results, but their post-training methods remain largely unexplored. We highlight the importance of aligning a diffusion language model’s preference-inference trajectory with its post-training objective. To this end, we propose T…

Cited by 0SourcecodeScholar
2026

Systematic Biosafety Evaluation of DNA Language Models under Jailbreak Attacks

ICLR 2026poster

DNA, encoding genetic instructions for almost all living organisms, fuels groundbreaking advances in genomics and synthetic biology. Recently, DNA Language Models have achieved success in designing synthetic functional DNA sequences, even whole genomes of novel bacteriophage, verified with wet lab e…

Cited by 0SourcecodeScholar
2025

A Common Pitfall of Margin-based Language Model Alignment: Gradient Entanglement

ICLR 2025poster

Reinforcement Learning from Human Feedback (RLHF) has become the predominant approach for aligning language models (LMs) to be more helpful and less harmful. At its core, RLHF uses a margin-based loss for preference optimization, which specifies the ideal LM behavior only in terms of the difference…

2025

A First-order Generative Bilevel Optimization Framework for Diffusion Models

ICML 2025poster

Diffusion models, which iteratively denoise data samples to synthesize high-quality outputs, have achieved empirical success across domains. However, optimizing these models for downstream tasks often involves nested bilevel structures, such as tuning hyperparameters for fine-tuning tasks or noise s…

Cited by 0SourcePDFScholar
2025

BaWA: Automatic Optimizing Pruning Metric for Large Language Models with Balanced Weight and Activation

ICML 2025poster

One-shot post-training pruning enhances the deployment of billion-scale large language models (LLMs), with the pruning metric playing a pivotal role in determining which weights to remove. However, existing metrics underperform due to their reliance on a simple symbolic combination of weights and ac…

Cited by 0SourcePDFScholar
2025

CURE: Co-Evolving Coders and Unit Testers via Reinforcement Learning

NeurIPS 2025spotlight

Mathematical reasoning in large language models has been successfully incentivized through reinforcement learning with verifiable rewards, leading to improved one-shot precision. In this work, we turn our focus to the coding domain. Beyond one-shot precision, we highlight unit test generation as ano…

Cited by 0SourceScholar
2025

Collab: Controlled Decoding using Mixture of Agents for LLM Alignment

ICLR 2025poster

Alignment of Large Language models (LLMs) is crucial for safe and trustworthy deployment in applications. Reinforcement learning from human feedback (RLHF) has emerged as an effective technique to align LLMs to human preferences, and broader utilities, but it requires updating billions of model para…

Cited by 1SourcePDFScholar
2025

DISC: Dynamic Decomposition Improves LLM Inference Scaling

NeurIPS 2025poster

Inference scaling methods for LLMs often rely on decomposing problems into steps (or groups of tokens), followed by sampling and selecting the best next steps. However, these steps and their sizes are often predetermined or manually designed based on domain knowledge. We propose dynamic decompositio…

Cited by 0SourceScholar
2025

Deep Reinforcement Learning for Efficient and Fair Allocation of Healthcare Resources

IJCAI 2025

The scarcity of health care resources, such as ventilators, often leads to the unavoidable consequence of rationing, particularly during public health emergencies or in resource-constrained settings like pandemics. The absence of a universally accepted standard for resource allocation protocols resu

Cited by 0SourcePDFScholar
2025

Diffusion Transformer Captures Spatial-Temporal Dependencies: A Theory for Gaussian Process Data

ICLR 2025poster

Diffusion Transformer, the backbone of Sora for video generation, successfully scales the capacity of diffusion models, pioneering new avenues for high-fidelity sequential data generation. Unlike static data such as images, sequential data consists of consecutive data frames indexed by time, exhibit…

Cited by 3SourcePDFScholar
2025

Does Thinking More Always Help? Mirage of Test-Time Scaling in Reasoning Models

NeurIPS 2025poster

Recent trends in test-time scaling for reasoning models (e.g., OpenAI o1, DeepSeek R1) have led to a popular belief that extending thinking traces using prompts like “Wait” or “Let me rethink” can improve performance. This raises a natural question: Does thinking more at test-time truly lead to bet…

Cited by 0SourceScholar
2025

Emergent Symbolic Mechanisms Support Abstract Reasoning in Large Language Models

ICML 2025poster

Many recent studies have found evidence for emergent reasoning capabilities in large language models (LLMs), but debate persists concerning the robustness of these capabilities, and the extent to which they depend on structured reasoning mechanisms. To shed light on these issues, we study the intern…

2025

EmoAgent: Assessing and Safeguarding Human-AI Interaction for Mental Health Safety

EMNLP 2025

The rise of LLM-driven AI characters raises safety concerns, particularly for vulnerable human users with psychological disorders. To address these risks, we propose EmoAgent, a multi-agent AI framework designed to evaluate and mitigate mental health hazards in human-AI interactions. EmoAgent compri

2025

Immune: Improving Safety Against Jailbreaks in Multi-modal LLMs via Inference-Time Alignment

CVPR 2025poster

With the widespread deployment of Multimodal Large Language Models (MLLMs) for visual-reasoning tasks, improving their safety has become crucial. Recent research indicates that despite training-time safety alignment, these models remain vulnerable to jailbreak attacks--carefully crafted image-prompt…

Cited by 3SourcePDFScholar
2025

IterComp: Iterative Composition-Aware Feedback Learning from Model Gallery for Text-to-Image Generation

ICLR 2025poster

Advanced diffusion models like Stable Diffusion 3, Omost, and FLUX have made notable strides in compositional text-to-image generation. However, these methods typically exhibit distinct strengths for compositional generation, with some excelling in handling attribute binding and others in spatial re…

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

MMaDA: Multimodal Large Diffusion Language Models

NeurIPS 2025poster

We introduce MMaDA, a novel class of multimodal diffusion foundation models designed to achieve superior performance across diverse domains such as textual reasoning, multimodal understanding, and text-to-image generation. The approach is distinguished by three key innovations: (i) MMaDA adopts a un…

Cited by 0SourcecodeScholar
2025

ReasonFlux-PRM: Trajectory-Aware PRMs for Long Chain-of-Thought Reasoning in LLMs

NeurIPS 2025poster

Process Reward Models (PRMs) have recently emerged as a powerful framework for supervising intermediate reasoning steps in large language models (LLMs). Previous PRMs are primarily trained on model final output responses and struggle to evaluate intermediate thinking trajectories robustly, especiall…

Cited by 0SourcecodeScholar
2025

Rectified Diffusion: Straightness Is Not Your Need in Rectified Flow

ICLR 2025poster

Diffusion models have greatly improved visual generation but are hindered by slow generation speed due to the computationally intensive nature of solving generative ODEs. Rectified flow, a widely recognized solution, improves generation speed by straightening the ODE path. Its key components includ…

2025

Securing the Language of Life: Inheritable Watermarks from DNA Language Models to Proteins

NeurIPS 2025poster

DNA language models have revolutionized our ability to design and manipulate DNA sequences—the fundamental language of life—with unprecedented precision, enabling transformative applications in therapeutics, synthetic biology, and gene editing. However, this capability also poses significant dual-us…

Cited by 0SourceScholar
2025

Temporal Consistency for LLM Reasoning Process Error Identification

EMNLP 2025

Verification is crucial for effective mathematical reasoning. We present a new temporal consistency method where verifiers iteratively refine their judgments based on the previous assessment. Unlike one-round verification or multi-model debate approaches, our method leverages consistency in a sequen

2025

Towards Understanding Text Hallucination of Diffusion Models via Local Generation Bias

ICLR 2025poster

Score-based diffusion models have achieved incredible performance in generating realistic images, audio, and video data. While these models produce high-quality samples with impressive details, they often introduce unrealistic artifacts, such as distorted fingers or hallucinated texts with no meanin…

Cited by 0SourcePDFScholar
2025

Training-Free Guidance Beyond Differentiability: Scalable Path Steering with Tree Search in Diffusion and Flow Models

NeurIPS 2025poster

Training-free guidance enables controlled generation in diffusion and flow models, but most methods rely on gradients and assume differentiable objectives. This work focuses on training-free guidance addressing challenges from non-differentiable objectives and discrete data distributions. We propose…

Cited by 0SourceScholar
2025

TreeBoN: Enhancing Inference-Time Alignment with Speculative Tree-Search and Best-of-N Sampling

EMNLP 2025

Inference-time alignment enhances the performance of large language models without requiring additional training or fine-tuning but presents challenges due to balancing computational efficiency with high-quality output. Best-of-N (BoN) sampling, as a simple yet powerful approach, generates multiple

2024

A Theoretical Perspective for Speculative Decoding Algorithm

NeurIPS 2024poster

Transformer-based autoregressive sampling has been the major bottleneck for slowing down large language model inferences. One effective way to accelerate inference is Speculative Decoding, which employs a small model to sample a sequence of draft tokens and a large model to validate. Given its empir…

Cited by 4SourcePDFScholar
2024

Assessing the Brittleness of Safety Alignment via Pruning and Low-Rank Modifications

ICML 2024poster

Large language models (LLMs) show inherent brittleness in their safety mechanisms, as evidenced by their susceptibility to jailbreaking and even non-malicious fine-tuning. This study explores this brittleness of safety alignment by leveraging pruning and low-rank modifications. We develop methods to…

Cited by 98SourcePDFScholar
2024

Fast Best-of-N Decoding via Speculative Rejection

NeurIPS 2024poster

The safe and effective deployment of Large Language Models (LLMs) involves a critical step called alignment, which ensures that the model's responses are in accordance with human preferences. Prevalent alignment techniques, such as DPO, PPO and their variants, align LLMs by changing the pre-trained…

2024

Global Convergence in Training Large-Scale Transformers

NeurIPS 2024poster

Despite the widespread success of Transformers across various domains, their optimization guarantees in large-scale model settings are not well-understood. This paper rigorously analyzes the convergence properties of gradient flow in training Transformers with weight decay regularization. First, we…

Cited by 2SourcePDFScholar
2024

Gradient Guidance for Diffusion Models: An Optimization Perspective

NeurIPS 2024poster

Diffusion models have demonstrated empirical successes in various applications and can be adapted to task-specific needs via guidance. This paper studies a form of gradient guidance for adapting a pre-trained diffusion model towards optimizing user-specified objectives. We establish a mathematical f…

2024

Information-Directed Pessimism for Offline Reinforcement Learning

ICML 2024poster

Policy optimization from batch data, i.e., offline reinforcement learning (RL) is important when collecting data from a current policy is not possible. This setting incurs distribution mismatch between batch training data and trajectories from the current policy. Pessimistic offsets estimate mismatc…

Cited by 1SourcePDFScholar
2024

Is Inverse Reinforcement Learning Harder than Standard Reinforcement Learning? A Theoretical Perspective

ICML 2024poster

Inverse Reinforcement Learning (IRL)---the problem of learning reward functions from demonstrations of an *expert policy*---plays a critical role in developing intelligent systems. While widely used in applications, theoretical understandings of IRL present unique challenges and remain less develope…

Cited by 6SourcePDFScholar
2024

MaxMin-RLHF: Alignment with Diverse Human Preferences

ICML 2024poster

Reinforcement Learning from Human Feedback (RLHF) aligns language models to human preferences by employing a singular reward model derived from preference data. However, the single reward model overlooks the rich diversity of human preferences inherent in data collected from multiple users. In this…

Cited by 82SourcePDFScholar
2024

Nonparametric Classification on Low Dimensional Manifolds using Overparameterized Convolutional Residual Networks

NeurIPS 2024poster

Convolutional residual neural networks (ConvResNets), though overparametersized, can achieve remarkable prediction performance in practice, which cannot be well explained by conventional wisdom. To bridge this gap, we study the performance of ConvResNeXts trained with weight decay, which cover ConvR…

Cited by 2SourcePDFScholar
2024

Offline Multitask Representation Learning for Reinforcement Learning

NeurIPS 2024poster

We study offline multitask representation learning in reinforcement learning (RL), where a learner is provided with an offline dataset from different tasks that share a common representation and is asked to learn the shared representation. We theoretically investigate offline multitask low-rank RL,…

Cited by 7SourcePDFScholar
2024

One-Layer Transformer Provably Learns One-Nearest Neighbor In Context

NeurIPS 2024poster

Transformers have achieved great success in recent years. Interestingly, transformers have shown particularly strong in-context learning capability -- even without fine-tuning, they are still able to solve unseen tasks well purely based on task-specific prompts. In this paper, we study the capabilit…

Cited by 6SourcePDFScholar
2024

PARL: A Unified Framework for Policy Alignment in Reinforcement Learning from Human Feedback

ICLR 2024poster

We present a novel unified bilevel optimization-based framework, \textsf{PARL}, formulated to address the recently highlighted critical issue of policy alignment in reinforcement learning using utility or preference-based feedback. We identify a major gap within current algorithmic designs for solvi…

Cited by 29SourcePDFScholar
2024

Policy Evaluation for Reinforcement Learning from Human Feedback: A Sample Complexity Analysis

AISTATS 2024poster

A recently popular approach to solving reinforcement learning is with data from human preferences. In fact, human preference data are now used with classic reinforcement learning algorithms such as actor-critic methods, which involve evaluating an intermediate policy over a reward learned from human…

Cited by 3SourcePDFScholar
2024

Sample-Efficient Learning of POMDPs with Multiple Observations In Hindsight

ICLR 2024poster

This paper studies the sample-efficiency of learning in Partially Observable Markov Decision Processes (POMDPs), a challenging problem in reinforcement learning that is known to be exponentially hard in the worst-case. Motivated by real-world settings such as loading in game playing, we propose an e…

Cited by 8SourcePDFScholar
2024

Theoretical insights for diffusion guidance: A case study for Gaussian mixture models

ICML 2024poster

Diffusion models benefit from instillation of task-specific information into the score function to steer the sample generation towards desired properties. Such information is coined as guidance. For example, in text-to-image synthesis, text input is encoded as guidance to generate semantically align…

Cited by 29SourcePDFScholar
2024

Theory of Consistency Diffusion Models: Distribution Estimation Meets Fast Sampling

ICML 2024poster

Diffusion models have revolutionized various application domains, including computer vision and audio generation. Despite the state-of-the-art performance, diffusion models are known for their slow sample generation due to the extensive number of steps involved. In response, consistency models have…

Cited by 4SourcePDFScholar
2024

Transfer Q-star : Principled Decoding for LLM Alignment

NeurIPS 2024poster

Aligning foundation models is essential for their safe and trustworthy deployment. However, traditional fine-tuning methods are computationally intensive and require updating billions of model parameters. A promising alternative, alignment via decoding, adjusts the response distribution directly wit…

Cited by 20SourcePDFScholar
2024

Tree Search-Based Evolutionary Bandits for Protein Sequence Optimization

AAAI 2024technical

While modern biotechnologies allow synthesizing new proteins and function measurements at scale, efficiently exploring a protein sequence space and engineering it remains a daunting task due to the vast sequence space of any given protein. Protein engineering is typically conducted through an iterat…

Cited by 1SourcePDFScholar
2024

TurboSVM-FL: Boosting Federated Learning through SVM Aggregation for Lazy Clients

AAAI 2024technical

Federated learning is a distributed collaborative machine learning paradigm that has gained strong momentum in recent years. In federated learning, a central server periodically coordinates models with clients and aggregates the models trained locally by clients without necessitating access to local…

2024

Visual Adversarial Examples Jailbreak Aligned Large Language Models

AAAI 2024technical

Warning: this paper contains data, prompts, and model outputs that are offensive in nature. Recently, there has been a surge of interest in integrating vision into Large Language Models (LLMs), exemplified by Visual Language Models (VLMs) such as Flamingo and GPT-4. This paper sheds light on the se…

2023

Byzantine-Robust Online and Offline Distributed Reinforcement Learning

AISTATS 2023poster

We consider a distributed reinforcement learning setting where multiple agents separately explore the environment and communicate their experiences through a central server. However, $\alpha$-fraction of agents are adversarial and can report arbitrary fake information. Critically, these adversarial…

Cited by 23SourcePDFScholar
2023

Deep Reinforcement Learning for Cost-Effective Medical Diagnosis

ICLR 2023poster

Dynamic diagnosis is desirable when medical tests are costly or time-consuming. In this work, we use reinforcement learning (RL) to find a dynamic policy that selects lab test panels sequentially based on previous observations, ensuring accurate testing at a low cost. Clinical diagnostic data are of…

2023

Effective Minkowski Dimension of Deep Nonparametric Regression: Function Approximation and Statistical Theories

ICML 2023poster

Existing theories on deep nonparametric regression have shown that when the input data lie on a low-dimensional manifold, deep neural networks can adapt to the intrinsic data structures. In real world applications, such an assumption of data lying exactly on a low dimensional manifold is stringent.…

Cited by 3SourcePDFScholar
2023

Efficient RL with Impaired Observability: Learning to Act with Delayed and Missing State Observations

NeurIPS 2023poster

In real-world reinforcement learning (RL) systems, various forms of {\it impaired observability} can complicate matters. These situations arise when an agent is unable to observe the most recent state of the system due to latency or lossy channels, yet the agent must still make real-time decisions.…

Cited by 9SourcePDFScholar
2023

Learning Kernelized Contextual Bandits in a Distributed and Asynchronous Environment

ICLR 2023poster

Despite the recent advances in communication-efficient distributed bandit learning, most existing solutions are restricted to parametric models, e.g., linear bandits and generalized linear bandits (GLB). In comparison, kernel bandits, which search for non-parametric functions in a reproducing kernel…

Cited by 7SourcePDFScholar
2023

Offline Reinforcement Learning with Differentiable Function Approximation is Provably Efficient

ICLR 2023poster

Offline reinforcement learning, which aims at optimizing sequential decision-making strategies with historical data, has been extensively applied in real-life applications. State-Of-The-Art algorithms usually leverage powerful function approximators (e.g. neural networks) to alleviate the sample com…

Cited by 19SourcePDFScholar
2023

Posterior Sampling with Delayed Feedback for Reinforcement Learning with Linear Function Approximation

NeurIPS 2023poster

Recent studies in reinforcement learning (RL) have made significant progress by leveraging function approximation to alleviate the sample complexity hurdle for better performance. Despite the success, existing provably efficient algorithms typically rely on the accessibility of immediate feedback up…

Cited by 8SourcePDFScholar
2023

Provably Efficient Representation Learning with Tractable Planning in Low-Rank POMDP

ICML 2023poster

In this paper, we study representation learning in partially observable Markov Decision Processes (POMDPs), where the agent learns a decoder function that maps a series of high-dimensional raw observations to a compact representation and uses it for more efficient exploration and planning. We focus…

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

Reward-Directed Conditional Diffusion: Provable Distribution Estimation and Reward Improvement

NeurIPS 2023poster

We explore the methodology and theory of reward-directed generation via conditional diffusion models. Directed generation aims to generate samples with desired properties as measured by a reward function, which has broad applications in generative AI, reinforcement learning, and computational biolog…

Cited by 36SourcePDFScholar
2023

STEERING : Stein Information Directed Exploration for Model-Based Reinforcement Learning

ICML 2023poster

Directed Exploration is a crucial challenge in reinforcement learning (RL), especially when rewards are sparse. Information-directed sampling (IDS), which optimizes the information ratio, seeks to do so by augmenting regret with information gain. However, estimating information gain is computational…

Cited by 8SourcePDFScholar
2023

Sample Complexity of Nonparametric Off-Policy Evaluation on Low-Dimensional Manifolds using Deep Networks

ICLR 2023poster

We consider the off-policy evaluation problem of reinforcement learning using deep convolutional neural networks. We analyze the deep fitted Q-evaluation method for estimating the expected cumulative reward of a target policy, when the data are generated from an unknown behavior policy. We show that…

Cited by 21SourcePDFScholar
2023

Score Approximation, Estimation and Distribution Recovery of Diffusion Models on Low-Dimensional Data

ICML 2023poster

Diffusion models achieve state-of-the-art performance in various generation tasks. However, their theoretical foundations fall far behind. This paper studies score approximation, estimation, and distribution recovery of diffusion models, when data are supported on an unknown low-dimensional linear s…

Cited by 142SourcePDFScholar
2023

Unified Off-Policy Learning to Rank: a Reinforcement Learning Perspective

NeurIPS 2023poster

Off-policy Learning to Rank (LTR) aims to optimize a ranker from data collected by a deployed logging policy. However, existing off-policy learning to rank methods often make strong assumptions about how users generate the click data, i.e., the click model, and hence need to tailor their methods spe…

2022

Bandit Theory and Thompson Sampling-Guided Directed Evolution for Sequence Optimization

NeurIPS 2022accept

Directed Evolution (DE), a landmark wet-lab method originated in 1960s, enables discovery of novel protein designs via evolving a population of candidate sequences. Recent advances in biotechnology has made it possible to collect high-throughput data, allowing the use of machine learning to map out…

Cited by 6SourcePDFScholar
2022

Communication Efficient Distributed Learning for Kernelized Contextual Bandits

NeurIPS 2022accept

We tackle the communication efficiency challenge of learning kernelized contextual bandits in a distributed setting. Despite the recent advances in communication-efficient distributed bandit learning, existing solutions are restricted to simple models like multi-armed bandits and linear bandits, whi…

Cited by 20SourcePDFScholar
2022

Decentralized Gossip-Based Stochastic Bilevel Optimization over Communication Networks

NeurIPS 2022accept

Bilevel optimization have gained growing interests, with numerous applications found in meta learning, minimax games, reinforcement learning, and nested composition optimization. This paper studies the problem of decentralized distributed bilevel optimization over a network where agents can only co…

Cited by 59SourcePDFScholar
2022

Efficient Reinforcement Learning in Block MDPs: A Model-free Representation Learning approach

ICML 2022spotlight

We present BRIEE, an algorithm for efficient reinforcement learning in Markov Decision Processes with block-structured dynamics (i.e., Block MDPs), where rich observations are generated from a set of unknown latent states. BRIEE interleaves latent states discovery, exploration, and exploitation toge…

2022

Multi-Agent Reinforcement Learning with General Utilities via Decentralized Shadow Reward Actor-Critic

AAAI 2022technical

We posit a new mechanism for cooperation in multi-agent reinforcement learning (MARL) based upon any nonlinear function of the team's long-term state-action occupancy measure, i.e., a general utility. This subsumes the cumulative return but also allows one to incorporate risk-sensitivity, explorati…

Cited by 12SourcePDFScholar
2022

Near-optimal Offline Reinforcement Learning with Linear Representation: Leveraging Variance Information with Pessimism

ICLR 2022poster

Offline reinforcement learning, which seeks to utilize offline/historical data to optimize sequential decision-making strategies, has gained surging prominence in recent studies. Due to the advantage that appropriate function approximators can help mitigate the sample complexity burden in modern rei…

Cited by 87SourcePDFScholar
2022

Off-Policy Fitted Q-Evaluation with Differentiable Function Approximators: Z-Estimation and Inference Theory

ICML 2022spotlight

Off-Policy Evaluation (OPE) serves as one of the cornerstones in Reinforcement Learning (RL). Fitted Q Evaluation (FQE) with various function approximators, especially deep neural networks, has gained practical success. While statistical analysis has proved FQE to be minimax-optimal with tabular, li…

Cited by 23SourcePDFScholar
2022

Offline stochastic shortest path: Learning, evaluation and towards optimality

UAI 2022poster

Goal-oriented Reinforcement Learning, where the agent needs to reach the goal state while simultaneously minimizing the cost, has received significant attention in real-world applications. Its theoretical formulation, stochastic shortest path (SSP), has been intensively researched in the online sett…

Cited by 7SourcePDFScholar
2022

Optimal Estimation of Policy Gradient via Double Fitted Iteration

ICML 2022spotlight

Policy gradient (PG) estimation becomes a challenge when we are not allowed to sample with the target policy but only have access to a dataset generated by some unknown behavior policy. Conventional methods for off-policy PG estimation often suffer from either significant bias or exponentially large…

Cited by 4SourcePDFScholar
2022

Parameter-Efficient Sparsity for Large Language Models Fine-Tuning

IJCAI 2022poster

With the dramatically increased number of parameters in language models, sparsity methods have received ever-increasing research focus to compress and accelerate the models. While most research focuses on how to accurately retain appropriate weights while maintaining the performance of the compresse…

2021

Bootstrapping Fitted Q-Evaluation for Off-Policy Inference

ICML 2021spotlight

Bootstrapping provides a flexible and effective approach for assessing the quality of batch reinforcement learning, yet its theoretical properties are poorly understood. In this paper, we study the use of bootstrapping in off-policy evaluation (OPE), and in particular, we focus on the fitted Q-evalu…

Cited by 52SourcePDFScholar
2021

Generalization Bounds for Stochastic Saddle Point Problems

AISTATS 2021poster

This paper studies the generalization bounds for the empirical saddle point (ESP) solution to stochastic saddle point (SSP) problems. For SSP with Lipschitz continuous and strongly convex-strongly concave objective functions, we establish an $O\left(1/n\right)$ generalization bound by using a probab…

Cited by 43SourcePDFScholar
2021

Low Complexity Secure P-Tensor Product Compressed Sensing Reconstruction Outsourcing and Identity Authentication in Cloud

ICASSP 2021accepted

Although P-tensor product compressed sensing (PTP-CS) breaks the strict dimension matching restriction between measurement matrix and signal in multiplication, it still faces the huge resource consumption problems of the frequent update and transmission of measurement matrix and signal reconstructio…

Cited by 0SourceScholar
2021

On the Convergence and Sample Efficiency of Variance-Reduced Policy Gradient Method

NeurIPS 2021spotlight

Policy gradient (PG) gives rise to a rich class of reinforcement learning (RL) methods. Recently, there has been an emerging trend to augment the existing PG methods such as REINFORCE by the \emph{variance reduction} techniques. However, all existing variance-reduced PG methods heavily rely on an u…

Cited by 85SourcePDFScholar
2021

Sparse Feature Selection Makes Batch Reinforcement Learning More Sample Efficient

ICML 2021spotlight

This paper provides a statistical analysis of high-dimensional batch reinforcement learning (RL) using sparse linear function approximation. When there is a large number of candidate features, our result sheds light on the fact that sparsity-aware methods can make batch RL more sample efficient. We…

Cited by 39SourcePDFScholar
2021

Towards Compact CNNs via Collaborative Compression

CVPR 2021poster

Channel pruning and tensor decomposition have received extensive attention in convolutional neural network compression. However, these two techniques are traditionally deployed in an isolated manner, leading to significant accuracy drop when pursuing high compression rates. In this paper, we propose…

Cited by 114PDFcodeScholar
2020

Generalized Leverage Score Sampling for Neural Networks

NeurIPS 2020poster

Leverage score sampling is a powerful technique that originates from theoretical computer science, which can be used to speed up a large number of fundamental questions, e.g. linear regression, linear programming, semi-definite programming, cutting plane method, graph sparsification, maximum matchin…

Cited by 50SourcePDFScholar
2020

Model-Based Reinforcement Learning with Value-Targeted Regression

ICML 2020poster

This paper studies model-based reinforcement learning (RL) for regret minimization. We focus on finite-horizon episodic RL where the transition model $P$ belongs to a known family of models $\mathcal{P}$, a special case of which is when models in $\mathcal{P}$ take the form of linear mixtures: $P_{\…

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

Sketching Transformed Matrices with Applications to Natural Language Processing

AISTATS 2020poster

Suppose we are given a large matrix $A=(a_{i,j})$ that cannot be stored in memory but is in a disk or is presented in a data stream. However, we need to compute a matrix decomposition of the entry-wisely transformed matrix, $f(A):=(f(a_{i,j}))$ for some function $f$. Is it possible to do it in a spa…

Cited by 7SourcePDFScholar
2020

Solving Discounted Stochastic Two-Player Games with Near-Optimal Time and Sample Complexity

AISTATS 2020poster

In this paper we settle the sampling complexity of solving discounted two-player turn-based zero-sum stochastic games up to polylogarithmic factors. Given a stochastic game with discount factor $\gamma\in(0,1)$ we provide an algorithm that computes an $\epsilon$-optimal strategy with high-probabili…

Cited by 88SourcePDFScholar
2020

Variational Policy Gradient Method for Reinforcement Learning with General Utilities

NeurIPS 2020spotlight

In recent years, reinforcement learning systems with general goals beyond a cumulative sum of rewards have gained traction, such as in constrained problems, exploration, and acting upon prior experiences. In this paper, we consider policy optimization in Markov Decision Problems, where the objective…

Cited by 177SourcePDFScholar
2019

Learning low-dimensional state embeddings and metastable clusters from time series data

NeurIPS 2019poster

This paper studies how to find compact state embeddings from high-dimensional Markov state trajectories, where the transition kernel has a small intrinsic rank. In the spirit of diffusion map, we propose an efficient method for learning a low-dimensional state embedding and capturing the process's d…

Cited by 21SourcePDFScholar
2019

Online Factorization and Partition of Complex Networks by Random Walk

UAI 2019poster

Finding the reduced-dimensional structure is critical to understanding complex networks. Existing approaches such as spectral clustering are applicable only when the full network is explicitly observed. In this paper, we focus on the online factorization and partition of implicit large lumpable netw…

Cited by 5SourcePDFScholar
2018

Dimensionality Reduction for Stationary Time Series via Stochastic Nonconvex Optimization

NeurIPS 2018poster

Stochastic optimization naturally arises in machine learning. Efficient algorithms with provable guarantees, however, are still largely missing, when the objective function is nonconvex and the data points are dependent. This paper studies this fundamental challenge through a streaming PCA problem f…

Cited by 17SourcePDFScholar
2018

Minimax-Optimal Privacy-Preserving Sparse PCA in Distributed Systems

AISTATS 2018poster

This paper proposes a distributed privacy-preserving sparse PCA (DPS-PCA) algorithm that generates a minimax-optimal sparse PCA estimator under differential privacy constraints. In a distributed optimization framework, data providers can use this algorithm to collaboratively analyze the union of the…

Cited by 0SourcePDFScholar
2018

Near-Optimal Time and Sample Complexities for Solving Markov Decision Processes with a Generative Model

NeurIPS 2018poster

In this paper we consider the problem of computing an $\epsilon$-optimal policy of a discounted Markov Decision Process (DMDP) provided we can only access its transition function through a generative sampling model that given any state-action pair samples from the transition function in $O(1)$ time.…

Cited by 269SourcePDFScholar
2017

Diffusion Approximations for Online Principal Component Estimation and Global Convergence

NeurIPS 2017oral

In this paper, we propose to adopt the diffusion approximation tools to study the dynamics of Oja's iteration which is an online stochastic gradient method for the principal component analysis. Oja's iteration maintains a running estimate of the true principal component from streaming data and enjoy…

Cited by 14SourcePDFScholar
2017

Finite-sum Composition Optimization via Variance Reduced Gradient Descent

AISTATS 2017poster

The stochastic composition optimization proposed recently by Wang et al. [2014] minimizes the objective with the composite expectation form: $\min_x (\mathbbE_iF_i ∘\mathbbE_j G_j)(x).$ It summarizes many important applications in machine learning, statistics, and finance. In this paper, we consider…

Cited by 101SourcePDFScholar
2017

Strong NP-Hardness for Sparse Optimization with Concave Penalty Functions

ICML 2017poster

Consider the regularized sparse minimization problem, which involves empirical sums of loss functions for $n$ data points (each of dimension $d$) and a nonconvex sparsity penalty. We prove that finding an $\mathcal{O}(n^{c_1}d^{c_2})$-optimal solution to the regularized sparse optimization problem i…

Cited by 30SourcePDFScholar
2017

Unsupervised feature extraction for hyperspectral images using combined low rank representation and locally linear embedding

ICASSP 2017accepted

Hyperspectral images(HSIs) provide hundreds of narrow spectral bands for the land-covers, thus can provide more powerful discriminative information for the land-cover classification. However, HSIs suffer from the curse of high dimensionality, therefore dimension reduction and feature extraction are…

Cited by 0SourceScholar
2015

Averaging random projection: A fast online solution for large-scale constrained stochastic optimization

ICASSP 2015accepted

Stochastic optimization finds wide application in signal processing, online learning, and network problems, especially problems processing large-scale data. We propose an Incremental Constraint Averaging Projection Method (ICAPM) that is tailored to optimization problems involving a large number of…

Cited by 0SourceScholar