Google Introduces Imagination Models: Scaling Video Pretraining to Teach AI Computer Use Without Action Labels
Key Takeaways
- ▸Imagination models predict future video frames in latent space, implicitly learning action understanding without action labels—enabling scalable learning from observation alone
- ▸Photon-1 outperforms LLMs trained with 30x more FLOPs and is 3x cheaper to serve, suggesting superior efficiency in foundation model scaling
- ▸Finite scalar quantization (FSQ) achieves 100x compression improvement over existing OCR and multimodal representations while preserving semantic content
Summary
Google has unveiled imagination models, a new foundation model architecture that learns from internet video at scale by predicting future frames in learned latent representation space. The approach implicitly teaches models to understand and perform actions despite receiving no action labels during pretraining—a significant departure from traditional supervised learning approaches.
The company's initial implementation, Photon-1, is a 106B-A5B MoE transformer trained on 18 years of computer screen recording video (575 million frames from ~2 million curated videos). On internal benchmarks, Photon-1 outperforms a production LLM trained with 30x more computational resources, while being 3x cheaper to serve. The model demonstrates understanding beyond its training domain, learning to play checkers and simulate billiard physics better than comparable language models.
The technical breakthrough centers on a novel vision encoder using finite scalar quantization (FSQ) that compresses video frames into discrete tokens with 100x better compression than existing methods. The model uses a differential latent encoder that captures frame-to-frame differences, enabling efficient representation in representation space rather than pixel space. Training required approximately 30,000 H200 GPU-hours and achieved 40% end-to-end model flops utilization.
The research demonstrates that observational learning from video—the mechanism by which humans learn by watching—can be effectively replicated in AI systems at scale. This approach opens new pathways for pretraining foundation models on the vast corpus of internet video, potentially unlocking capabilities in multi-modal understanding and task learning without explicit action supervision.
- Post-pretraining reinforcement learning effectively scales model competence, demonstrating the architecture's foundation quality
- Trained on 18 years of computer demonstration video, the model shows emergent capabilities in domains beyond computer use, suggesting strong generalization
Editorial Opinion
Imagination models represent a meaningful shift in how we think about foundation model pretraining, particularly the observation that action understanding doesn't require explicit action supervision—it emerges naturally from predicting frame sequences. Photon-1's efficiency gains (3x cheaper serving, 30x fewer FLOPs than baseline) hint at a more economical path to capable AI systems, though the concentration on computer use video raises questions about whether these architectural insights generalize to broader multimodal pretraining. The research reinforces the trend toward learning from passive observation of human behavior rather than curated labeled datasets, potentially democratizing access to large-scale pretraining.



