Latent Adversarial Regularization for Offline Preference Optimization
Enyi Jiang, Yibo Jacky Zhang, Yinglun Xu, Andreas Haupt, Nancy Amato, Sanmi Koyejo
TL;DR
GANPO introduces latent-space adversarial regularization to offline preference optimization, addressing semantic gaps left by token-space constraints. By anchoring latent representations to a reference model and employing a quad-gan discriminator setup, GANPO provides dense structural feedback that preserves latent geometry during optimization. Across diverse model architectures and tasks, GANPO yields consistent improvements over DPO and SimPO with modest computational overhead and enhanced robustness to noise and distributional shift, while maintaining downstream performance. The approach offers a stable, reference-anchored method for more robust alignment of LLMs with human preferences, with potential extensions to online and cross-modal settings.
Abstract
Learning from human feedback typically relies on preference optimization that constrains policy updates through token-level regularization. However, preference optimization for language models is particularly challenging because token-space similarity does not imply semantic or behavioral similarity. To address this challenge, we leverage latent-space regularization for language model preference optimization. We introduce GANPO, which achieves latent-space regularization by penalizing divergence between the internal representations of a policy model and a reference model. Given that latent representations are not associated with explicit probability densities, we adopt an adversarial approach inspired by GANs to minimize latent-space divergence. We integrate GANPO as a regularizer into existing offline preference optimization objectives. Experiments across multiple model architectures and tasks show consistent improvements from latent-space regularization. Further, by comparing GANPO-induced inferential biases with those from token-level regularization, we find that GANPO provides more robust structural feedback under distributional shift and noise while maintaining comparable downstream performance with minor computational overhead.
