← Search

Yuzheng Hu

14 accepted papers

2026

ACTG-ARL: Differentially Private Conditional Text Generation with RL-Boosted Control

ICML 2026poster

Generating high-quality synthetic text under differential privacy (DP) is critical for training and evaluating language models without compromising user privacy. Prior work on synthesizing DP *datasets* often fail to preserve key statistical attributes, suffer utility loss from the noise required by…

Cited by 0SourcecodeScholar
2026

Localize-and-Stitch: Efficient Model Merging via Sparse Task Arithmetic

ICML 2026poster

Model merging offers an effective strategy to combine the strengths of multiple finetuned models into a unified model that preserves the specialized capabilities of each. Existing methods merge models in a global manner, performing arithmetic operations across all model parameters. However, such glo…

Cited by 0SourceScholar
2026

OPUS: Towards Efficient and Principled Data Selection in Large Language Model Pre-training in Every Iteration

ICML 2026oral

As high-quality public text approaches exhaustion, a phenomenon known as the Data Wall—LLM pre-training is shifting from more tokens to better tokens. However, existing methods either rely on heuristic static filters that ignore training dynamics, or use dynamic yet optimizer-agnostic criteria based…

Cited by 0SourceScholar
2025

A Snapshot of Influence: A Local Data Attribution Framework for Online Reinforcement Learning

NeurIPS 2025oral

Online reinforcement learning (RL) excels in complex, safety-critical domains but suffers from sample inefficiency, training instability, and limited interpretability. Data attribution provides a principled way to trace model behavior back to training samples, yet existing methods assume fixed datas…

Cited by 0SourcecodeScholar
2025

MergeBench: A Benchmark for Merging Domain-Specialized LLMs

NeurIPS 2025poster

Model merging provides a scalable alternative to multi-task training by combining specialized finetuned models through parameter arithmetic, enabling efficient deployment without the need for joint training or access to all task data. While recent methods have shown promise, existing evaluations are…

Cited by 0SourcecodeScholar
2025

Taming Hyperparameter Sensitivity in Data Attribution: Practical Selection Without Costly Retraining

NeurIPS 2025poster

Data attribution methods, which quantify the influence of individual training data points on a machine learning model, have gained increasing popularity in data-centric applications in modern AI. Despite a recent surge of new methods developed in this space, the impact of hyperparameter tuning in th…

Cited by 0SourcecodeScholar
2024

HPL-ViT: A Unified Perception Framework for Heterogeneous Parallel LiDARs in V2V

ICRA 2024poster

To develop the next generation of intelligent LiDARs, we propose a novel framework of parallel LiDARs and construct a hardware prototype in our experimental platform, DAWN (Digital Artificial World for Natural). It emphasizes the tight integration of physical and digital space in LiDAR systems, with…

Cited by 7SourceScholar
2024

Most Influential Subset Selection: Challenges, Promises, and Beyond

NeurIPS 2024poster

How can we attribute the behaviors of machine learning models to their training data? While the classic influence function sheds light on the impact of individual samples, it often fails to capture the more complex and pronounced collective influence of a set of samples. To tackle this challenge, we…

2023

Revisiting Scalarization in Multi-Task Learning: A Theoretical Perspective

NeurIPS 2023poster

Linear scalarization, i.e., combining all loss functions by a weighted sum, has been the default choice in the literature of multi-task learning (MTL) since its inception. In recent years, there is a surge of interest in developing Specialized Multi-Task Optimizers (SMTOs) that treat MTL as a multi-…

Cited by 39SourcePDFScholar
2023

Understanding the Impact of Adversarial Robustness on Accuracy Disparity

ICML 2023poster

While it has long been empirically observed that adversarial robustness may be at odds with standard accuracy and may have further disparate impacts on different classes, it remains an open question to what extent such observations hold and how the class imbalance plays a role within. In this paper,…

2022

Actor-critic is implicitly biased towards high entropy optimal policies

ICLR 2022poster

We show that the simplest actor-critic method — a linear softmax policy updated with TD through interaction with a linear MDP, but featuring no explicit regularization or exploration — does not merely find an optimal policy, but moreover prefers high entropy optimal policies. To demonstrate the stre…

Cited by 18SourcePDFScholar
2022

Towards Understanding the Data Dependency of Mixup-style Training

ICLR 2022spotlight

In the Mixup training paradigm, a model is trained using convex combinations of data points and their associated labels. Despite seeing very few true data points during training, models trained using Mixup seem to still minimize the original empirical risk and exhibit better generalization and robus…

2020

Don’t Waste Your Bits! Squeeze Activations and Gradients for Deep Neural Networks via TinyScript

ICML 2020poster

Recent years have witnessed intensive research interests on training deep neural networks (DNNs) more efficiently by quantization-based compression methods, which facilitate DNNs training in two ways: (1) activations are quantized to shrink the memory consumption, and (2) gradients are quantized to…

Cited by 72SourcePDFScholar