PrefMMT: Modeling Human Preferences in Preference-based Reinforcement Learning with Multimodal Transformers
Dezhong Zhao, Ruiqi Wang, Dayoon Suh, Taehyeon Kim, Ziqin Yuan, Byung-Cheol Min, Guohua Chen
TL;DR
This work tackles the challenge of modeling human preferences in preference-based RL by addressing the multimodal nature of robot trajectories. It introduces PrefMMT, a hierarchical multimodal transformer that decouples state and action modalities, applies intra-modal encoders, and fuses them with an inter-modal cross-attention module to produce a sequence of non-Markovian rewards, weighted by multimodal attention. The model is trained with a Bradley–Terrry likelihood and cross-entropy loss and is employed in offline RL (IQL) using a sliding window of transitions; experiments on AntMaze, D4RL Gym locomotion, and Meta-World show PrefMMT outperforming state-of-the-art PM baselines and even surpassing an oracle in some cases. The results underscore the importance of explicitly modeling both intra- and inter-modal dynamics for accurate preference credit assignment and more sample-efficient learning from real human feedback.
Abstract
Preference-based reinforcement learning (PbRL) shows promise in aligning robot behaviors with human preferences, but its success depends heavily on the accurate modeling of human preferences through reward models. Most methods adopt Markovian assumptions for preference modeling (PM), which overlook the temporal dependencies within robot behavior trajectories that impact human evaluations. While recent works have utilized sequence modeling to mitigate this by learning sequential non-Markovian rewards, they ignore the multimodal nature of robot trajectories, which consist of elements from two distinctive modalities: state and action. As a result, they often struggle to capture the complex interplay between these modalities that significantly shapes human preferences. In this paper, we propose a multimodal sequence modeling approach for PM by disentangling state and action modalities. We introduce a multimodal transformer network, named PrefMMT, which hierarchically leverages intra-modal temporal dependencies and inter-modal state-action interactions to capture complex preference patterns. We demonstrate that PrefMMT consistently outperforms state-of-the-art PM baselines on locomotion tasks from the D4RL benchmark and manipulation tasks from the Meta-World benchmark.
