Exploring Conditions for Diffusion models in Robotic Control
Heeseong Shin, Byeongho Heo, Dongyoon Han, Seungryong Kim, Taekyung Kim
TL;DR
This work tackles the challenge of deriving task-adaptive visual representations for robotic control using pre-trained diffusion models without fine-tuning. It finds that naive text-based conditioning offers limited or negative benefits due to domain shift between diffusion training data and control environments, and proposes ORCA, which learns per-task, frame-specific prompts and leverages dense visual prompts from a vision encoder to condition diffusion models. Trained end-to-end with a behavior cloning objective, ORCA achieves state-of-the-art results across three major robotic benchmarks, demonstrating the importance of task-adaptive, frame-wise conditioning for control. The study provides extensive ablations and analysis of attention grounding, layer selection, and efficiency, underscoring the practical value of targeted diffusion conditioning in imitation learning for robotics.
Abstract
While pre-trained visual representations have significantly advanced imitation learning, they are often task-agnostic as they remain frozen during policy learning. In this work, we explore leveraging pre-trained text-to-image diffusion models to obtain task-adaptive visual representations for robotic control, without fine-tuning the model itself. However, we find that naively applying textual conditions - a successful strategy in other vision domains - yields minimal or even negative gains in control tasks. We attribute this to the domain gap between the diffusion model's training data and robotic control environments, leading us to argue for conditions that consider the specific, dynamic visual information required for control. To this end, we propose ORCA, which introduces learnable task prompts that adapt to the control environment and visual prompts that capture fine-grained, frame-specific details. Through facilitating task-adaptive representations with our newly devised conditions, our approach achieves state-of-the-art performance on various robotic control benchmarks, significantly surpassing prior methods.
