Contrastive Diffuser: Planning Towards High Return States via Contrastive Learning
Yixiang Shan, Zhengbang Zhu, Ting Long, Qifan Liang, Yi Chang, Weinan Zhang, Liang Yin
TL;DR
CDiffuser tackles offline reinforcement learning when high-return trajectories are scarce by leveraging abundant low-return trajectories through a contrastive mechanism. It combines a diffusion-based Planning Module with a Contrastive Module that uses high-return states as positives and low-return states as negatives to steer generated trajectories toward favorable regions. The approach introduces SR and SRD sampling strategies and a plan-specific contrastive loss to enforce state-level discrimination, jointly optimizing trajectory generation and a return predictor. Empirical results across 14 D4RL benchmarks show strong improvements over diffusion-based and non-diffusion baselines, with ablations validating the value of the contrastive component and its plan-execution consistency benefits.
Abstract
The performance of offline reinforcement learning (RL) is sensitive to the proportion of high-return trajectories in the offline dataset. However, in many simulation environments and real-world scenarios, there are large ratios of low-return trajectories rather than high-return trajectories, which makes learning an efficient policy challenging. In this paper, we propose a method called Contrastive Diffuser (CDiffuser) to make full use of low-return trajectories and improve the performance of offline RL algorithms. Specifically, CDiffuser groups the states of trajectories in the offline dataset into high-return states and low-return states and treats them as positive and negative samples correspondingly. Then, it designs a contrastive mechanism to pull the trajectory of an agent toward high-return states and push them away from low-return states. Through the contrast mechanism, trajectories with low returns can serve as negative examples for policy learning, guiding the agent to avoid areas associated with low returns and achieve better performance. Experiments on 14 commonly used D4RL benchmarks demonstrate the effectiveness of our proposed method. Our code is publicly available at \url{https://anonymous.4open.science/r/CDiffuser}.
