← Search

Weijie J Su

20 accepted papers

2026

Break the Trade-off Between Watermark Strength and Speculative Sampling Efficiency for Language Models

ICLR 2026poster

Watermarking is a principled approach for tracing the provenance of large language model (LLM) outputs, but its deployment in practice is hindered by inference inefficiency. Speculative sampling accelerates inference, with efficiency improving as the acceptance rate between draft and target models i…

Cited by 0SourceScholar
2025

Fine-Tuning Attention Modules Only: Enhancing Weight Disentanglement in Task Arithmetic

ICLR 2025poster

In recent years, *task arithmetic* has garnered increasing attention. This approach edits pre-trained models directly in weight space by combining the fine-tuned weights of various tasks into a *unified model*. Its efficiency and cost-effectiveness stem from its training-free combination, contrastin…

Cited by 1SourcePDFScholar
2025

Magnetic Preference Optimization: Achieving Last-iterate Convergence for Language Model Alignment

ICLR 2025poster

Self-play methods have demonstrated remarkable success in enhancing model capabilities across various domains. In the context of Reinforcement Learning from Human Feedback (RLHF), self-play not only boosts Large Language Model (LLM) performance but also overcomes the limitations of traditional Bradl…

Cited by 3SourcePDFScholar
2025

Mitigating the Privacy–Utility Trade-off in Decentralized Federated Learning via f-Differential Privacy

NeurIPS 2025spotlight

Differentially private (DP) decentralized Federated Learning (FL) allows local users to collaborate without sharing their data with a central server. However, accurately quantifying the privacy budget of private FL algorithms is challenging due to the co-existence of complex algorithmic components s…

Cited by 0SourceScholar
2025

On the Empirical Power of Goodness-of-Fit Tests in Watermark Detection

NeurIPS 2025spotlight

Large language models (LLMs) raise concerns about content authenticity and integrity because they can generate human-like text at scale. Text watermarks, which embed detectable statistical signals into generated text, offer a provable way to verify content origin. Many detection methods rely on pivo…

Cited by 0SourceScholar
2025

Restoring Calibration for Aligned Large Language Models: A Calibration-Aware Fine-Tuning Approach

ICML 2025poster

One of the key technologies for the success of Large Language Models (LLMs) is preference alignment. However, a notable side effect of preference alignment is poor calibration: while the pre-trained models are typically well-calibrated, LLMs tend to become poorly calibrated after alignment with huma…

Cited by 0SourcePDFScholar
2025

Towards Rationality in Language and Multimodal Agents: A Survey

NAACL 2025long

This work discusses how to build more rational language and multimodal agents and what criteria define rationality in intelligent systems.Rationality is the quality of being guided by reason, characterized by decision-making that aligns with evidence and logical principles. It plays a crucial role i…

2024

A Peek into Token Bias: Large Language Models Are Not Yet Genuine Reasoners

EMNLP 2024main

This study introduces a hypothesis-testing framework to assess whether large language models (LLMs) possess genuine reasoning abilities or primarily depend on token bias. We go beyond evaluating LLMs on accuracy; rather, we aim to investigate their token bias in solving logical reasoning tasks. Spec…

2024

Neural Collapse meets Differential Privacy: Curious behaviors of NoisyGD with Near-Perfect Representation Learning

ICML 2024oral

A recent study by De et al. (2022) shows that large-scale representation learning through pre-training on a public dataset significantly enhances differentially private (DP) learning in downstream tasks. To explain this, we consider a layer-peeled model in representation learning, resulting in Neura…

Cited by 0SourcePDFScholar
2023

DP-HyPO: An Adaptive Private Framework for Hyperparameter Optimization

NeurIPS 2023poster

Hyperparameter optimization, also known as hyperparameter tuning, is a widely recognized technique for improving model performance. Regrettably, when training private ML models, many practitioners often overlook the privacy risks associated with hyperparameter optimization, which could potentially e…

Cited by 8SourcePDFScholar
2023

FIFA: Making Fairness More Generalizable in Classifiers Trained on Imbalanced Data

ICLR 2023poster

Algorithmic fairness plays an important role in machine learning and imposing fairness constraints during learning is a common approach. However, many datasets are imbalanced in certain label classes (e.g. "healthy") and sensitive subgroups (e.g. "older patients"). Empirically, this imbalance leads…

Cited by 19SourcePDFScholar
2023

Unified Enhancement of Privacy Bounds for Mixture Mechanisms via $f$-Differential Privacy

NeurIPS 2023poster

Differentially private (DP) machine learning algorithms incur many sources of randomness, such as random initialization, random batch subsampling, and shuffling. However, such randomness is difficult to take into account when proving differential privacy bounds because it induces mixture distributio…

Cited by 7SourcePDFScholar
2022

An Unconstrained Layer-Peeled Perspective on Neural Collapse

ICLR 2022poster

Neural collapse is a highly symmetric geometry of neural networks that emerges during the terminal phase of training, with profound implications on the generalization performance and robustness of the trained networks. To understand how the last-layer features and classifiers exhibit this recently d…

Cited by 99SourcePDFScholar
2022

The alignment property of SGD noise and how it helps select flat minima: A stability analysis

NeurIPS 2022accept

The phenomenon that stochastic gradient descent (SGD) favors flat minima has played a critical role in understanding the implicit regularization of SGD. In this paper, we provide an explanation of this striking phenomenon by relating the particular noise structure of SGD to its \emph{linear stabi…

Cited by 36SourcePDFScholar
2021

A Central Limit Theorem for Differentially Private Query Answering

NeurIPS 2021spotlight

Perhaps the single most important use case for differential privacy is to privately answer numerical queries, which is usually achieved by adding noise to the answer vector. The central question is, therefore, to understand which noise distribution optimizes the privacy-accuracy trade-off, especiall…

Cited by 12SourcePDFScholar
2021

Imitating Deep Learning Dynamics via Locally Elastic Stochastic Differential Equations

NeurIPS 2021poster

Understanding the training dynamics of deep learning models is perhaps a necessary step toward demystifying the effectiveness of these models. In particular, how do training data from different classes gradually become separable in their feature spaces when training neural networks using stochastic…