CLIP-RT: Learning Language-Conditioned Robotic Policies from Natural Language Supervision
Gi-Cheon Kang, Junghyun Kim, Kyuhwan Shim, Jun Ki Lee, Byoung-Tak Zhang
TL;DR
This work introduces CLIP-RT, a discriminative vision-language-action model that learns language-conditioned visuomotor policies from natural language supervision. A two-stage data collection framework—language-based teleoperation and stochastic trajectory augmentation (STA)—enables non-experts to gather diverse robot demonstrations, which are used to pretrain CLIP-RT on the Open X-Embodiment dataset and fine-tune in-domain. Empirical results show CLIP-RT outperforms OpenVLA on novel real-world tasks and attains strong few-shot generalization, human collaboration, and GPT-assisted planning capabilities, with competitive performance in simulation via the LIBERO benchmark and far superior runtime efficiency. The approach significantly increases accessibility and scalability of robot learning by leveraging natural language as supervision and a lightweight, CLIP-based architecture.
Abstract
Teaching robots desired skills in real-world environments remains challenging, especially for non-experts. A key bottleneck is that collecting robotic data often requires expertise or specialized hardware, limiting accessibility and scalability. We posit that natural language offers an intuitive and accessible interface for robot learning. To this end, we study two aspects: (1) enabling non-experts to collect robotic data through natural language supervision (e.g., "move the arm to the right") and (2) training robot policies directly from this supervision. Specifically, we introduce a data collection framework that collects robot demonstrations based on natural language supervision and further augments these demonstrations. We then present CLIP-RT, a new vision-language-action (VLA) model that learns language-conditioned visuomotor policies from this supervision. CLIP-RT adapts the pretrained CLIP model and learns to predict language-based motion primitives via contrastive imitation learning. We train CLIP-RT on the Open X-Embodiment dataset and finetune it on in-domain data collected by our framework. In real-world evaluations, CLIP-RT demonstrates strong capabilities in learning novel manipulation skills, outperforming OpenVLA (7B parameters) by 24% in average success rates, while using 7x fewer parameters (1B). We further assess CLIP-RT's capabilities in few-shot generalization and collaborative scenarios involving large pretrained models or humans. In simulated environments, CLIP-RT also yields strong performance, achieving a 93.1% average success rate on the LIBERO benchmark with an inference throughput of 163 Hz.
