← Search

Huizhuo Yuan

15 accepted papers

2026

Group Representational Position Encoding

ICLR 2026poster

We present GRAPE (Group RepresentAtional Position Encoding), a unified framework for positional encoding based on group actions. GRAPE brings together two families of mechanisms: (i) multiplicative rotations (Multiplicative GRAPE) in $\operatorname{SO}(d)$ and (ii) additive logit biases (Additive GR…

Cited by 0SourcecodeScholar
2026

On the Design of KL-Regularized Policy Gradient Algorithms for LLM Reasoning

ICLR 2026poster

Policy gradient algorithms have been successfully applied to enhance the reasoning capabilities of large language models (LLMs). KL regularization is ubiquitous, yet the design surface, choice of KL direction (forward vs. reverse), normalization (normalized vs. unnormalized), and estimator ($k_1/k_2…

Cited by 0SourcecodeScholar
2026

RSPO: Regularized Self-Play Alignment of Large Language Models

ICML 2026poster

Self-play-based policy optimization has emerged as an effective approach for fine-tuning large language models (LLMs), formulating preference optimization as a two-player game. However, the regularization with respect to the reference policy, which is crucial for mitigating over-optimization, has be…

Cited by 0SourceScholar
2025

MARS: Unleashing the Power of Variance Reduction for Training Large Models

ICML 2025poster

Training deep neural networks--and more recently, large models--demands efficient and scalable optimizers. Adaptive gradient algorithms like Adam, AdamW, and their variants have been central to this task. Despite the development of numerous variance reduction algorithms in the past decade aimed at a…

2025

Self-Play Preference Optimization for Language Model Alignment

ICLR 2025poster

Standard reinforcement learning from human feedback (RLHF) approaches relying on parametric models like the Bradley-Terry model fall short in capturing the intransitivity and irrationality in human preferences. Recent advancements suggest that directly working with preference probabilities can yield…

2025

Simultaneous Modeling of Protein Conformation and Dynamics via Autoregression

NeurIPS 2025poster

Understanding protein dynamics is critical for elucidating their biological functions. The increasing availability of molecular dynamics (MD) data enables the training of deep generative models to efficiently explore the conformational space of proteins. However, existing approaches either fail to…

Cited by 0SourceScholar
2025

Tensor Product Attention Is All You Need

NeurIPS 2025spotlight

Scaling language models to handle longer input sequences typically necessitates large key-value (KV) caches, resulting in substantial memory overhead during inference. In this paper, we propose Tensor Product Attention (TPA), a novel attention mechanism that uses tensor decompositions to represent q…

Cited by 0SourcecodeScholar
2024

Fast Sampling via Discrete Non-Markov Diffusion Models with Predetermined Transition Time

NeurIPS 2024poster

Discrete diffusion models have emerged as powerful tools for high-quality data generation. Despite their success in discrete spaces, such as text generation tasks, the acceleration of discrete diffusion models remains under-explored. In this paper, we propose discrete non-Markov diffusion models (DN…

2024

Protein Conformation Generation via Force-Guided SE(3) Diffusion Models

ICML 2024poster

The conformational landscape of proteins is crucial to understanding their functionality in complex biological processes. Traditional physics-based computational methods, such as molecular dynamics (MD) simulations, suffer from rare event sampling and long equilibration time problems, hindering thei…

2024

Self-Play Fine-Tuning Converts Weak Language Models to Strong Language Models

ICML 2024poster

Harnessing the power of human-annotated data through Supervised Fine-Tuning (SFT) is pivotal for advancing Large Language Models (LLMs). In this paper, we delve into the prospect of growing a strong LLM out of a weak one without the need for acquiring additional human-annotated data. We propose a ne…

2024

Self-Play Fine-tuning of Diffusion Models for Text-to-image Generation

NeurIPS 2024poster

Fine-tuning Diffusion Models remains an underexplored frontier in generative artificial intelligence (GenAI), especially when compared with the remarkable progress made in fine-tuning Large Language Models (LLMs). While cutting-edge diffusion models such as Stable Diffusion (SD) and SDXL rely on sup…

2023

A General Framework for Sample-Efficient Function Approximation in Reinforcement Learning

ICLR 2023top-25%

With the increasing need for handling large state and action spaces, general function approximation has become a key technique in reinforcement learning (RL). In this paper, we propose a general framework that unifies model-based and model-free RL, and an Admissible Bellman Characterization (ABC) c…

Cited by 37SourcePDFScholar
2019

Differential Inclusions for Modeling Nonsmooth ADMM Variants: A Continuous Limit Theory

ICML 2019oral

Recently, there has been a great deal of research attention on understanding the convergence behavior of first-order methods. One line of this research focuses on analyzing the convergence behavior of first-order methods using tools from continuous dynamical systems such as ordinary differential equ…

Cited by 11SourcePDFScholar
2019

Efficient Smooth Non-Convex Stochastic Compositional Optimization via Stochastic Recursive Gradient Descent

NeurIPS 2019poster

Stochastic compositional optimization arises in many important machine learning tasks such as reinforcement learning and portfolio management. The objective function is the composition of two expectations of stochastic functions, and is more challenging to optimize than vanilla stochastic optimizati…