Zero-shot World Models Are Developmentally Efficient Learners [R]

Reddit r/MachineLearning Papers

Summary

Researchers introduce Zero-shot World Models (ZWM), an approach that achieves visual competence comparable to state-of-the-art models while trained on minimal data (single child's visual experience) without task-specific training. This work demonstrates a path toward more data-efficient AI systems that match human developmental learning efficiency.

Today's best AI needs orders of magnitude more data than a human child to achieve visual competence. The paper introduces the Zero-shot World Model (ZWM), an approach that substantially narrows this gap. Even when trained on a single child's visual experience, BabyZWM matches state-of-the-art models on diverse visual-cognitive tasks – with no task-specific training, i.e., zero-shot. The work presents a blueprint for efficient and flexible learning from human-scale data, advancing a path toward data-efficient AI systems. Full Twitter post: [https://x.com/khai\_loong\_aw/status/2044051456672838122?s=20](https://x.com/khai_loong_aw/status/2044051456672838122?s=20) HuggingFace: [https://huggingface.co/papers/2604.10333](https://huggingface.co/papers/2604.10333) GitHub: [https://github.com/awwkl/ZWM](https://github.com/awwkl/ZWM)
Original Article

Similar Articles

Learning Visual Feature-Based World Models via Residual Latent Action

Hugging Face Daily Papers

This paper introduces RLA-WM, a visual feature-based world model that leverages residual latent actions and flow matching to efficiently predict future visual states. The method outperforms existing video-diffusion and feature-based approaches while enabling novel robot learning techniques from offline, actionless demonstration videos.

MindZero: Learning Online Mental Reasoning With Zero Annotations

arXiv cs.AI

MindZero introduces a self-supervised reinforcement learning framework that trains multimodal large language models for efficient and robust online mental reasoning without requiring mental state annotations, outperforming model-based methods in accuracy and efficiency.