paper-with-me

Papers

Crossway Diffusion: Improving Diffusion-based Visuomotor Policy via Self-supervised Learning

2023-07-04 · Xiang Li, Varun Belagali, Jinghuan Shang, Michael S. Ryoo

Sequence modeling approaches have shown promising results in robot imitation learning. Recently, diffusion models have been adopted for behavioral cloning in a sequence modeling fashion, benefiting from their exceptional capabilities in modeling complex data distributions. The standard diffusion-based policy iteratively generates action sequences from random noise conditioned on the input states. Nonetheless, the model for diffusion policy can be further improved in terms of visual representations. In this work, we propose Crossway Diffusion, a simple yet effective method to enhance diffusion-based visuomotor policy learning via a carefully designed state decoder and an auxiliary self-supervised learning (SSL) objective. The state decoder reconstructs raw image pixels and other state information from the intermediate representations of the reverse diffusion process. The whole model is jointly optimized by the SSL objective and the original diffusion loss. Our experiments demonstrate the effectiveness of Crossway Diffusion in various simulated and real-world robot tasks, confirming its consistent advantages over the standard diffusion-based policy and substantial improvements over the baselines.

📄 PDF Abstract BibTeX arXiv:2307.01849

Code (2)

lostxine/crossway_diffusion 공식 구현 pytorch
charlotte-charmlab/fibottention pytorch

Tasks

DecoderImitation LearningSelf-Supervised 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 제목 키워드 기반

DINOv3-Diffusion Policy: Self-Supervised Large Visual Model for Visuomotor Diffusion Policy Learning

2025-09-22 · ThankGod Egbe, Peng Wang, Zhihao Guo, Zidong Chen arxiv

This paper evaluates DINOv3, a recent large-scale self-supervised vision backbone, for visuomotor diffusion policy learning in robotic manipulation. We investigate whether a purely self-supervised encoder can match or su…

Consistency Policy: Accelerated Visuomotor Policies via Consistency Distillation

2024-05-13 · Aaditya Prasad, Kevin Lin, Jimmy Wu, Linqi Zhou 외

Many robotic systems, such as mobile manipulators or quadrotors, cannot be equipped with high-end GPUs due to space, weight, and power constraints. These constraints prevent these systems from leveraging recent developme…

GPU

Sample from What You See: Visuomotor Policy Learning via Diffusion Bridge with Observation-Embedded Stochastic Differential Equation

2025-12-08 · Zhaoyang Liu, Mokai Pan, Zhongyi Wang, Kaizhen Zhu 외 arxiv

Imitation learning with diffusion models has advanced robotic control by capturing the multi-modal action distributions. However, existing methods typically treat observations only as high-level conditions to the denoisi…

H$^3$DP: Triply-Hierarchical Diffusion Policy for Visuomotor Learning

2025-05-12 · Yiyang Lu, Yufeng Tian, Zhecheng Yuan, Xianbang Wang 외

Visuomotor policy learning has witnessed substantial progress in robotic manipulation, with recent approaches predominantly relying on generative models to model the action distribution. However, these methods often over…

Action Generation

ChronoFlow-Policy: Unifying Past-Current-Future Interaction Flow in Visuomotor Policy Learning

2026-06-30 · Bokai Lin, Yifu Xu, Xinyu Zhan, Hongjie Fang 외 arxiv

Visual signals play a crucial role in policy learning by enabling models to capture object motion and interaction dynamics. Just as humans reason about actions using both past experience and anticipated outcomes, effecti…