Latent Embedding Adaptation for Human Preference Alignment in Diffusion Planners
Wen Zheng Terence Ng, Jianda Chen, Yuan Xu, Tianwei Zhang
TL;DR
This work tackles personalizing diffusion-planner trajectories to individual users by separating learning into a reward-free pretraining stage and a rapid, low-dimensional adaptation stage. Preference Latent Embeddings ($z$) are learned alongside a diffusion model and later aligned to user preferences via a light-weight preference inversion process that optimizes $z$ with minimal labeled data, while the base model remains frozen. Trajectories aligned to user preferences are generated by a sampling scheme that leverages winner/loser embeddings, enabling efficient and stable customization. Empirical results on offline benchmarks and a real-human preference study show superior alignment with human tastes compared to RLHF and LoRA baselines, with practical data efficiency and potential edge deployment implications.
Abstract
This work addresses the challenge of personalizing trajectories generated in automated decision-making systems by introducing a resource-efficient approach that enables rapid adaptation to individual users' preferences. Our method leverages a pretrained conditional diffusion model with Preference Latent Embeddings (PLE), trained on a large, reward-free offline dataset. The PLE serves as a compact representation for capturing specific user preferences. By adapting the pretrained model using our proposed preference inversion method, which directly optimizes the learnable PLE, we achieve superior alignment with human preferences compared to existing solutions like Reinforcement Learning from Human Feedback (RLHF) and Low-Rank Adaptation (LoRA). To better reflect practical applications, we create a benchmark experiment using real human preferences on diverse, high-reward trajectories.
