paper-with-me

홈 › Papers

Text-Aware Diffusion for Policy Learning

2024-07-02 · Calvin Luo, Mandy He, Zilai Zeng, Chen Sun

Training an agent to achieve particular goals or perform desired behaviors is often accomplished through reinforcement learning, especially in the absence of expert demonstrations. However, supporting novel goals or behaviors through reinforcement learning requires the ad-hoc design of appropriate reward functions, which quickly becomes intractable. To address this challenge, we propose Text-Aware Diffusion for Policy Learning (TADPoLe), which uses a pretrained, frozen text-conditioned diffusion model to compute dense zero-shot reward signals for text-aligned policy learning. We hypothesize that large-scale pretrained generative models encode rich priors that can supervise a policy to behave not only in a text-aligned manner, but also in alignment with a notion of naturalness summarized from internet-scale training data. In our experiments, we demonstrate that TADPoLe is able to learn policies for novel goal-achievement and continuous locomotion behaviors specified by natural language, in both Humanoid and Dog environments. The behaviors are learned zero-shot without ground-truth rewards or expert demonstrations, and are qualitatively more natural according to human evaluation. We further show that TADPoLe performs competitively when applied to robotic manipulation tasks in the Meta-World environment, without having access to any in-domain demonstrations.

📄 PDF Abstract BibTeX arXiv:2407.01903

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Hierarchical Diffusion Policy for Kinematics-Aware Multi-Task Robotic Manipulation

2024-03-06 · CVPR 2024 1 · Xiao Ma, Sumit Patidar, Iain Haughton, Stephen James

This paper introduces Hierarchical Diffusion Policy (HDP), a hierarchical agent for multi-task robotic manipulation. HDP factorises a manipulation policy into a hierarchical structure: a high-level task-planning agent wh…

PositionTask Planning

DADP: Domain Adaptive Diffusion Policy

2026-02-03 · Pengcheng Wang, Qinghang Liu, Haotian Lin, Yiheng Li 외 arxiv

Learning domain adaptive policies that can generalize to unseen transition dynamics, remains a fundamental challenge in learning-based control. Substantial progress has been made through domain representation learning to…

Representation LearningDecision Making

Factor-Aware Mixture-of-Experts with Pretrained Encoder for Combinatorial Generalization

2026-06-19 · Feihong Zhang, Guojian Zhan, Zeyu He, Yinuo Wang 외 arxiv

The integration of pretrained encoders with diffusion policies has become a dominant paradigm for visual robotic manipulation. However, it still struggles to generalize across complex environments with varying factors su…

CAPE: Context-Aware Diffusion Policy Via Proximal Mode Expansion for Collision Avoidance

2025-11-27 · Rui Heng Yang, Xuan Zhao, Leo Maxime Brunswic, Montgomery Alban 외 arxiv

In robotics, diffusion models can capture multi-modal trajectories from demonstrations, making them a transformative approach in imitation learning. However, achieving optimal performance following this regiment requires…

Collision Avoidance

Delay-Aware Diffusion Policy: Bridging the Observation-Execution Gap in Dynamic Tasks

2025-12-08 · Aileen Liao, Dong-Ki Kim, Max Olan Smith, Ali-akbar Agha-mohammadi 외 arxiv

As a robot senses and selects actions, the world keeps changing. This inference delay creates a gap of tens to hundreds of milliseconds between the observed state and the state at execution. In this work, we take the nat…