Spam detection in the physical world

OpenAI Blog Papers

Summary

OpenAI demonstrates that domain randomization—randomly varying colors, textures, lighting, and camera settings in simulated training data—enables deep learning models to effectively transfer from simulation to real-world robotic spam detection tasks without retraining from scratch.

We’ve created the world’s first Spam-detecting AI trained entirely in simulation and deployed on a physical robot.
Original Article
View Cached Full Text

Cached at: 04/20/26, 02:45 PM

# Spam detection in the physical world Source: [https://openai.com/index/spam-detection-in-the-physical-world/](https://openai.com/index/spam-detection-in-the-physical-world/) Deep learning\-driven robotic systems are bottlenecked by data collection: it’s extremely costly to obtain the hundreds of thousands of images needed to train the perception system alone\. It’s cheap to generate simulated data, but simulations diverge enough from reality that people typically retrain models from scratch when moving to the physical world\. We’ve[shown⁠\(opens in a new window\)](https://arxiv.org/abs/1703.06907)that domain randomization, an existing idea for making detectors trained on simulated images transfer to real images, works well for cluttered scenes\. The method is simple: we randomly vary colors, textures, lighting conditions, and camera settings in simulated scenes\. The resulting dataset is sufficiently variable to allow a deep neural network trained on it to generalize to reality\.

Similar Articles

Domain randomization and generative models for robotic grasping

OpenAI Blog

Researchers explore a data generation pipeline using domain randomization and procedurally generated objects to train a deep neural network for robotic grasp planning. The proposed autoregressive model achieves >90% success on unseen objects in simulation and 80% in the real world, despite being trained only on random simulated objects.

Sim-to-real transfer of robotic control with dynamics randomization

OpenAI Blog

OpenAI researchers demonstrate a method to bridge the reality gap in robotic control by training policies with randomized simulator dynamics, enabling robots trained purely in simulation to successfully transfer to real-world tasks like object manipulation without physical training.

Robots that learn

OpenAI Blog

OpenAI describes a robot learning system powered by two neural networks — a vision network trained on simulated images and an imitation network that generalizes task demonstrations to new configurations. The system is applied to block-stacking tasks, learning to infer and replicate task intent from paired demonstration examples.

Generalizing from simulation

OpenAI Blog

OpenAI describes challenges with conventional RL on robotics tasks and introduces Hindsight Experience Replay (HER), a new RL algorithm that enables agents to learn from binary rewards by reframing failures as intended outcomes, combined with domain randomization for sim-to-real transfer.