COMPUTER-VISIONFOUNDATIONAL2020-12-14

Learning Visual Robotic Control Efficiently with Contrastive Pre-training and Data Augmentation

Albert Zhan, Ruihan Zhao, Lerrel Pinto, Pieter Abbeel, Michael Laskin

ARCHITECTURE
RL policy with contrastive pre-training and data augmentation
ROBOT
robotic arm
DATASET
10 demonstrations
KEY METRIC
30 minutes training time
TASK
manipulation

This paper shows how to train Core ConceptsRobotA physical system with sensors and actuators that can observe the world and take actions. arms to perform Manipulation & TasksManipulationUsing a robot arm or hand to move or interact with objects. tasks (like reaching, picking, and opening drawers) from camera images using much less real-world data than traditional methods. Instead of collecting thousands of examples, the method uses only 10 human demonstrations combined with unsupervised learning techniques to teach a Core ConceptsRobotA physical system with sensors and actuators that can observe the world and take actions. new skills in about 30 minutes of real-world interaction. For developers, this is important because Robot LearningSample efficiencyHow quickly a method learns from each example or interaction. is the main bottleneck in real-robot learning — real-world experiments are expensive and time-consuming. The key insight is that combining contrastive pre-training (learning useful image representations without labels), Data, Distributions & Training IssuesData augmentationArtificially varying training data to improve generalization. (creating variations of limited data), and Imitation & Reinforcement LearningReinforcement Learning (RL)Teaching a robot through trial and error using rewards. creates a practical system that works on actual robots, not just simulations.

THE PROBLEM

This paper focuses on Manipulation & TasksManipulationUsing a robot arm or hand to move or interact with objects.. This paper shows how to train Core ConceptsRobotA physical system with sensors and actuators that can observe the world and take actions. arms to perform Manipulation & TasksManipulationUsing a robot arm or hand to move or interact with objects. tasks (like reaching, picking, and opening drawers) from camera images using much less real-world data than traditional methods. Instead of collecting thousands of examples, the method uses only 10 human demonstrations combined with unsupervised learning techniques to teach a Core ConceptsRobotA physical system with sensors and actuators that can observe the world and take actions. new skills in about 30 minutes of real-world interaction. For developers, this is important because Robot LearningSample efficiencyHow quickly a method learns from each example or interaction. is the main bottleneck in real-robot learning — real-world experiments are expensive and time-consuming. The key insight is that combining contrastive pre-training (learning useful image representations without labels), Data, Distributions & Training IssuesData augmentationArtificially varying training data to improve generalization. (creating variations of limited data), and Imitation & Reinforcement LearningReinforcement Learning (RL)Teaching a robot through trial and error using rewards. creates a practical system that works on actual robots, not just simulations. Read the paper by tracking the Core ConceptsTaskThe job the robot is supposed to complete, such as pick-and-place, navigation, or drawer opening. definition, the Core ConceptsRobotA physical system with sensors and actuators that can observe the world and take actions. or data assumptions, and the evidence that supports the claimed improvement.

HOW IT WORKS

1

Task framing

The paper frames the work as Manipulation & TasksManipulationUsing a robot arm or hand to move or interact with objects.. The reported platform or hardware context is robotic arm. The Simulation & Sim-to-RealEvaluationMeasuring how well a robot system performs. setting is real-world testing. Start here because it defines what success means and which assumptions the rest of the method inherits.

2

Core method

The method is organized around Imitation & Reinforcement LearningReinforcement Learning (RL)Teaching a robot through trial and error using rewards. Core ConceptsPolicyThe rule or model that maps observations or states to actions. with contrastive pre-training and Data, Distributions & Training IssuesData augmentationArtificially varying training data to improve generalization.. This paper shows how to train Core ConceptsRobotA physical system with sensors and actuators that can observe the world and take actions. arms to perform Manipulation & TasksManipulationUsing a robot arm or hand to move or interact with objects. tasks (like reaching, picking, and opening drawers) from camera images using much less real-world data than traditional methods. Instead of collecting thousands of examples, the method uses only 10 human demonstrations combined with unsupervised learning techniques to teach a Core ConceptsRobotA physical system with sensors and actuators that can observe the world and take actions. new skills in about 30 minutes of real-world interaction. For developers, this is important because Robot LearningSample efficiencyHow quickly a method learns from each example or interaction. is the main bottleneck in real-robot learning — real-world experiments are expensive and time-consuming. The key insight is that combining contrastive pre-training (learning useful image representations without labels), Data, Distributions & Training IssuesData augmentationArtificially varying training data to improve generalization. (creating variations of limited data), and Imitation & Reinforcement LearningReinforcement Learning (RL)Teaching a robot through trial and error using rewards. creates a practical system that works on actual robots, not just simulations. When reading the method section, identify the inputs, the learned or engineered representation, and the Core ConceptsActionA command the robot sends to its motors, controller, or low-level system. or prediction produced by the system.

3

Data and supervision

The reported data scale is 10 demonstrations. The Imitation & Reinforcement LearningDemonstrationAn example of a task being done correctly, often by a human. or Imitation & Reinforcement LearningTeleoperation (teleop)A human remotely controlling the robot, often to collect demonstrations. scale is 10 demonstrations. For robotics work, the data story is part of the method: check whether the system depends on Imitation & Reinforcement LearningTeleoperation (teleop)A human remotely controlling the robot, often to collect demonstrations., Simulation & Sim-to-RealSimulationA virtual environment where robots can be trained or tested., internet video, human labels, or Core ConceptsRobotA physical system with sensors and actuators that can observe the world and take actions. rollouts.

4

Evaluation evidence

The key reported result is A robotic arm learns sparse-reward Manipulation & TasksManipulationUsing a robot arm or hand to move or interact with objects. policies (reaching, picking, moving, pulling, flipping switch, opening drawer) from pixels with only 10 demonstrations in 30 minutes of real-world Robot LearningTrainingThe process of fitting a model using data or experience. time. 30 minutes Robot LearningTrainingThe process of fitting a model using data or experience. time. Look for the gap between the headline result and the Simulation & Sim-to-RealDeploymentPutting the trained system on a real robot. setting you would actually care about.

KEY RESULTS

Primary metric30 minutes training time

A robotic arm learns sparse-reward Manipulation & TasksManipulationUsing a robot arm or hand to move or interact with objects. policies (reaching, picking, moving, pulling, flipping switch, opening drawer) from pixels with only 10 demonstrations in 30 minutes of real-world Robot LearningTrainingThe process of fitting a model using data or experience. time.

Data scale10 demonstrations

The reported data scale matters because Manipulation & TasksManipulationUsing a robot arm or hand to move or interact with objects. systems often fail when the Data, Distributions & Training IssuesTraining distributionThe kinds of examples the model saw during training. is too narrow.

WHY DEVELOPERS SHOULD CARE

This paper shows how to train Core ConceptsRobotA physical system with sensors and actuators that can observe the world and take actions. arms to perform Manipulation & TasksManipulationUsing a robot arm or hand to move or interact with objects. tasks (like reaching, picking, and opening drawers) from camera images using much less real-world data than traditional methods. Instead of collecting thousands of examples, the method uses only 10 human demonstrations combined with unsupervised learning techniques to teach a Core ConceptsRobotA physical system with sensors and actuators that can observe the world and take actions. new skills in about 30 minutes of real-world interaction. For developers, this is important because Robot LearningSample efficiencyHow quickly a method learns from each example or interaction. is the main bottleneck in real-robot learning — real-world experiments are expensive and time-consuming. The key insight is that combining contrastive pre-training (learning useful image representations without labels), Data, Distributions & Training IssuesData augmentationArtificially varying training data to improve generalization. (creating variations of limited data), and Imitation & Reinforcement LearningReinforcement Learning (RL)Teaching a robot through trial and error using rewards. creates a practical system that works on actual robots, not just simulations.

LIMITATIONS

The main limitation to check is whether the claimed behavior holds outside the paper's reported setup. That means testing beyond robotic arm.

WHAT COMES NEXT

The practical next step is independent reproduction with clear baselines, ablations, and stress tests. For a developer, the useful follow-up is to map the paper's Manipulation & TasksManipulationUsing a robot arm or hand to move or interact with objects. assumptions onto a concrete Core ConceptsRobotA physical system with sensors and actuators that can observe the world and take actions. stack, then test the smallest version of the method that could run end to end.

RELATED PAPERS