What Is Photon-1?
In July 2026, Induction Labs released Photon-1, an AI model that learns to understand the physical world by watching unlabeled video. Unlike traditional AI training, which requires massive datasets of labeled examples (images tagged with descriptions, actions labeled with categories), Photon-1 learns by observing raw video and predicting what will happen next.
This is significant because labeled data is expensive, limited, and often biased. Learning from unlabeled video — which is abundant (YouTube alone has over 800 million videos) — could unlock a new era of AI systems that understand the world more naturally, the way humans do.
Children do not learn about the world by reading textbooks. They learn by watching. Photon-1 does the same.
How It Works
Photon-1 uses a technique called imagination-based learning. The model watches video and builds an internal model of how the world works — how objects move, how forces interact, how cause and effect operate. It then uses this internal model to predict what will happen next in the video.
The training process works as follows:
- Observation — The model watches a video clip and encodes the visual information into an internal representation
- Imagination — The model generates multiple possible future scenarios based on its current understanding
- Prediction — The model predicts what will actually happen in the next few frames
- Comparison — The model compares its prediction with the actual next frames and adjusts its internal model to reduce the error
Over millions of video clips, the model gradually learns a comprehensive model of physical reality — without ever being told what it is seeing.
Why "Without Action Labels" Matters
Most AI systems learn from labeled data. A self-driving car is trained on millions of images labeled "pedestrian," "car," "stop sign." A language model is trained on text paired with descriptions. This labeling is expensive (requiring human annotators) and limited (you can only label what you can think to label).
Photon-1 does not need action labels. It learns by watching raw video and predicting what happens next. This means it can learn from the vast amount of unlabeled video content available on the internet — a resource that is orders of magnitude larger than any labeled dataset.
The practical implication is that Photon-1 can learn from diverse, real-world video that covers situations never anticipated by its creators. A labeled dataset might include "person walking" and "person running," but it would not include "person slipping on ice while carrying groceries" unless someone specifically labeled that scenario. Photon-1 learns all of these scenarios naturally from video.
Broader Implications
Robot Learning
Robots that learn from video could understand how to interact with the physical world without being explicitly programmed for every scenario. A robot that has watched thousands of hours of cooking videos could learn to cook — not by following a recipe, but by understanding the physical processes involved.
Autonomous Systems
Self-driving cars, drones, and other autonomous systems could improve their performance by learning from video of real-world driving, flying, and navigation. This would complement their existing sensor-based perception with a deeper understanding of how the world works.
Scientific Discovery
AI systems that understand physical processes from video could assist in scientific research — analyzing experimental footage, identifying patterns in natural phenomena, and generating hypotheses about how the world works.
What Can You Do
- Follow AI research — The development of imagination-based learning is an active area of research. Following publications from Induction Labs, OpenAI, DeepMind, and other organizations provides insight into the future of AI.
- Consider the implications — As AI systems learn to understand the world from video, the implications for privacy, surveillance, and job displacement become more significant. Engaging with these questions now helps shape a future that works for everyone.
Sources
- Induction Labs, "Photon-1: Imagination-Based Learning from Unlabeled Video" — Technical report, July 2026
- arXiv, "Self-Supervised Learning from Video: A Survey" — Research papers