🤖 AI Summary
To address the over-reliance of diffusion-based planners on data diversity and their insufficient robustness under limited training data in quadrupedal locomotion control, this paper proposes a reward-free two-stage learning framework. In the first stage, an offline diffusion model learns the expert’s state-action joint distribution; in the second stage, online policy optimization is guided by weak preference annotations—requiring neither ground-truth rewards nor human-provided preferences. This work introduces the first diffusion policy fine-tuning method under weak supervision and enables zero-shot transfer to the real-world Unitree Go1 robot. Experiments demonstrate significant improvements in trajectory tracking accuracy and gait stability across multi-gait (pacing, trotting, bounding) and multi-speed locomotion tasks, validating both data efficiency and cross-domain generalization capability.
📝 Abstract
Diffusion models demonstrate superior performance in capturing complex distributions from large-scale datasets, providing a promising solution for quadrupedal locomotion control. However, the robustness of the diffusion planner is inherently dependent on the diversity of the pre-collected datasets. To mitigate this issue, we propose a two-stage learning framework to enhance the capability of the diffusion planner under limited dataset (reward-agnostic). Through the offline stage, the diffusion planner learns the joint distribution of state-action sequences from expert datasets without using reward labels. Subsequently, we perform the online interaction in the simulation environment based on the trained offline planner, which significantly diversified the original behavior and thus improves the robustness. Specifically, we propose a novel weak preference labeling method without the ground-truth reward or human preferences. The proposed method exhibits superior stability and velocity tracking accuracy in pacing, trotting, and bounding gait under different speeds and can perform a zero-shot transfer to the real Unitree Go1 robots. The project website for this paper is at https://shangjaven.github.io/preference-aligned-diffusion-legged.