← Search

Haizhong Zheng

11 accepted papers

2026

Jackpot: Align Actor-Policy Distribution for scalable and stable RL for LLM

ICLR 2026poster

Reinforcement learning (RL) has become an increasingly important paradigm for improving large language models (LLMs) on alignment, reasoning, and coding tasks, yet it remains extremely costly. The majority of training time is spent on rollouts. Allowing actor and policy distributions to differ could…

Cited by 0SourcecodeScholar
2026

Prosperity before Collapse: How Far Can Off-Policy RL Reach with Stale Data on LLMs?

ICLR 2026poster

Reinforcement learning has been central to recent advances in large language model reasoning, but most algorithms rely on on-policy training that demands fresh rollouts at every update, limiting efficiency and scalability. Asynchronous RL systems alleviate this by decoupling rollout generation from…

Cited by 0SourcecodeScholar
2026

XRPO: Pushing the Limits of GRPO with Targeted Exploration and Exploitation

ICML 2026poster

Reinforcement learning algorithms such as GRPO have driven recent advances in large language model (LLM) reasoning. While scaling the number of rollouts stabilizes training, existing approaches suffer from limited exploration on challenging prompts and leave informative feedback signals underexploit…

Cited by 0SourceScholar
2025

Act Only When It Pays: Efficient Reinforcement Learning for LLM Reasoning via Selective Rollouts

NeurIPS 2025poster

Reinforcement learning, such as PPO and GRPO, has powered recent breakthroughs in LLM reasoning. Scaling rollout to sample more prompts enables models to selectively use higher-quality data for training, which can stabilize RL training and improve model performance, but at the cost of significant co…

Cited by 0SourcecodeScholar
2025

ELFS: Label-Free Coreset Selection with Proxy Training Dynamics

ICLR 2025poster

High-quality human-annotated data is crucial for modern deep learning pipelines, yet the human annotation process is both costly and time-consuming. Given a constrained human labeling budget, selecting an informative and representative data subset for labeling can significantly reduce human annotati…

Cited by 0SourcePDFScholar
2024

CALICO: Self-Supervised Camera-LiDAR Contrastive Pre-training for BEV Perception

ICLR 2024poster

Perception is crucial in the realm of autonomous driving systems, where bird's eye view (BEV)-based architectures have recently reached state-of-the-art performance. The desirability of self-supervised representation learning stems from the expensive and laborious process of annotating 2D and 3D dat…

Cited by 13SourcePDFScholar
2024

Learn To be Efficient: Build Structured Sparsity in Large Language Models

NeurIPS 2024spotlight

Large Language Models (LLMs) have achieved remarkable success with their billion-level parameters, yet they incur high inference overheads. The emergence of activation sparsity in LLMs provides a natural approach to reduce this cost by involving only parts of the parameters for inference. However, e…

Cited by 14SourcePDFScholar
2023

Coverage-centric Coreset Selection for High Pruning Rates

ICLR 2023poster

One-shot coreset selection aims to select a representative subset of the training data, given a pruning rate, that can later be used to train future models while retaining high accuracy. State-of-the-art coreset selection methods pick the highest importance examples based on an importance metric and…

2020

Efficient Adversarial Training With Transferable Adversarial Examples

CVPR 2020poster

Adversarial training is an effective defense method to protect classification models against adversarial attacks. However, one limitation of this approach is that it can require orders of magnitude additional training time due to high cost of generating strong adversarial examples during training. I…

Cited by 156PDFcodeScholar