Introducing Light-O1
Scaling Whole-Body Intelligence with Human Action Pretraining
Human videos capture how people interact with the physical world, offering a scale and diversity that robot data collection alone struggles to match. At Light Origins, we elicit action knowledge from these videos into a transferable human action prior. We demonstrate a cross-embodiment transfer scaling law: scaling human action pretraining yields power-law reductions in next-action prediction loss and whole-body pose error after adaptation. On this foundation, we build Light-O1—a model that brings whole-body intelligence into the era of scalable pretraining.
Introduction
Physical AGI requires general-purpose whole-body intelligence: integrating language reasoning, visual-spatial understanding, and whole-body coordination to produce actions aligned with instructions and current observations. These capabilities must operate in a continuous loop, in which actions change the environment and new observations inform subsequent reasoning and action. Generalizing these capabilities across tasks and environments requires a broad, transferable physical action prior.
Today, robot action models rely heavily on purpose-collected data, including over 10,000 hours of robot demonstration data used to pretrain π₀[1], human-operated capture with handheld devices (UMI-style)[2][3], and egocentric human demonstrations[4]. These collections provide targeted supervision for embodiment and viewpoint alignment, but scaling them to cover the diversity and long tail of everyday activity remains expensive and time-consuming. Human videos provide a complementary source of action knowledge, capturing physical activity across diverse situations. They record the situations people encounter, how they act, and how their surroundings change—from navigating environments and using tools to interacting with objects and people. The central challenge is to transfer the action knowledge embedded in human videos to robots, despite differences in embodiment, observation, and control.
At Light Origins, we address this challenge through human action pretraining, guided by the principle of intelligence through compression[5]. Language-model pretraining uses next-token prediction[6] to compress the knowledge and reasoning expressed in language and code into a reusable prior. We extend this principle to the intelligence expressed in human action: how people act in a given situation, how their actions change the world, and how they respond to environmental feedback. We recover structured human actions from video and encode them in a unified humanoid action representation. High-fidelity tokenization converts these continuous representations into discrete action tokens, which we interleave with language and visual observations into multimodal temporal sequences. We pretrain an autoregressive Transformer[7] on these sequences at scale to learn a transferable human action prior, then adapt the pretrained model to robot embodiments and tasks using purpose-collected robot data.
We demonstrate a cross-embodiment transfer scaling law for the human action prior across three adaptation settings: public egocentric human action data, public robot data, and in-house loco-manipulation data collected with our own humanoid. Across the measured scales, increasing the human action pretraining budget yields power-law reductions in next-action prediction loss and whole-body pose error after adaptation. All metrics are evaluated on held-out data, with whole-body pose error measured under open-loop evaluation.
Building on this foundation, we introduce Light-O1, a whole-body intelligence model that connects language reasoning and visual-spatial understanding with coordinated action. We demonstrate two complementary capabilities: loco-manipulation, where instructions define a task and the model determines how to act in the observed environment; and expressive whole-body skills, where instructions specify a movement and the model reasons about and generates the corresponding whole-body action. Real-world demonstrations and quantitative evaluations of humanoid manipulation and human action generation show how this human action prior supports both task completion and instruction-guided movement.
Cross-embodiment Transfer Scaling Law
We find a cross-embodiment transfer scaling law: scaling human action pretraining yields power-law reductions in next-action-token prediction loss and whole-body pose prediction error after adaptation. The prior learned from human actions transfers across embodiments with different camera views and task instructions, providing a scalable foundation for whole-body intelligence.
We measure pretraining scale by D, the total multimodal token budget: language, vision, and discrete action tokens processed during pretraining. Starting from a 4B base model, we train independent models at six budgets from 3.75B to 120B tokens, with the largest budget corresponding to 100,000 hours of human action. We evaluate next-action-token prediction loss (cross-entropy) on held-out human actions recovered from video.
To measure transfer, we initialize post-training from each pretrained checkpoint and adapt it to egocentric human data (Nymeria[8]), Unitree G1 teleoperation data (HIW-500[9]), and in-house LightBot teleoperation data. We measure the optimal prediction error achievable at a given pretraining budget on each target dataset’s held-out evaluation set, using next-action-token prediction loss and whole-body pose prediction error from open-loop evaluation of the decoded actions. Here, optimal means the best result attained across the evaluated post-training configurations and checkpoints. We characterize these trends with power-law fits, following the scaling-law analysis of Kaplan et al.[10].
Transfer Scaling Law
Scaling human action pretraining yields power-law reductions in prediction error across embodiments.
Human action pretraining
Next-action-token Prediction Loss
Egocentric human data
Next-action-token Prediction Loss
Body Pose Prediction Error (mm)
Unitree G1 robot
Next-action-token Prediction Loss
Body Pose Prediction Error (mm)
LightBot · In-house data
Next-action-token Prediction Loss
Body Pose Prediction Error (mm)
D · Total multimodal pretraining tokens (B)
Detailed Experiment Protocols
Pretraining setup
We start from Qwen3.5-4B and train independent models at six pretraining budgets D from 3.75B to 120B multimodal tokens. Within each series, the base model, action tokenizer, and data mixture remain fixed. Each run completes its own learning-rate schedule; its final checkpoint is evaluated on a held-out human-action split and used to initialize post-training.
Post-training setup
Prediction at each budget. We initialize multiple post-training runs from each pretrained checkpoint, varying batch topology and random seed at a fixed post-training token budget for each target, following a target-specific learning-rate search. Each target uses the same held-out evaluation set across budgets and runs. For each metric, we report the optimal held-out prediction error attained across the evaluated runs and checkpoints. We fit the transfer scaling curves to these per-budget optima.
Open-loop pose evaluation. Conditioned on the language prompt, preceding visual observations, and the ground-truth action prefix, the model predicts the next one-second action chunk. We measure mean per-joint position error (MPJPE) against the recorded actions using forward kinematics in a pelvis-centered, heading-aligned frame, with best-of-four sampling by local pose error. Pose-error bars show ±1 SD across the evaluated checkpoint window.
Power-law fitting
We fit each series as L(D) = L₀ + αD−η. In the power-law view, the fitted slope of log(L − L₀) against log D is −η.
For next-action-token prediction loss, we jointly fit L₀, α, and η to the raw measurements using unweighted nonlinear least squares. For whole-body pose prediction error, we fix L₀ to the measured action-tokenizer reconstruction error on the same held-out data and scored frames, then fit log(L − L₀) against log D by unweighted least squares.
From Human Action Pretraining to Whole-Body Intelligence
Light-O1 is our whole-body intelligence model, the result of scaling human action pretraining to internet-scale video. Built on the unified human action representation, it is natively deployable across humanoid robots: it carries the motor skills that evolved in people over millions of years onto the machine, and exploits the kinematic redundancy, dexterity and adaptability of their bodies. We highlight two capabilities below: loco-manipulation, in which the instruction defines the task and the policy determines the action, and expressive whole-body skills, in which the movement itself is prescribed.
Loco-Manipulation
Light-O1 turns an instruction into whole-body loco-manipulation anchored in the scene in front of it. It locates the objects it must act on and coordinates locomotion, posture and dexterous manipulation to complete the task. The same model drives humanoids with different bodies and hands, and handles rigid and soft objects.
Expressive Whole-Body Skills
Expressive whole-body skills are the most direct evidence of human action pretraining at work. From a single instruction that prescribes the movement, whether kneeling to propose or swinging a golf club, Light-O1 reasons about it, composes it for the entire body and executes it on the robot. For each example below we present the reasoning trace, the rendered motion and its execution on hardware, so that every stage of the process can be examined.
Quantitative Evaluation
We quantify what scaling the pretrained model buys with two benchmarks: humanoid manipulation, whether Light-O1 completes a household task, and human action generation, whether the motion it produces matches the instruction. Both compare Light-O1 with published models.
Humanoid Manipulation
In the simulated RoboCasa GR-1 benchmark, which covers 24 kitchen tabletop tasks on a bimanual humanoid with dexterous hands, from moving objects between surfaces and containers to placing them into cabinets, drawers and a microwave and closing them, Light-O1 achieves a 79.3% macro success rate with 50 episodes per task, above all published results we compare against.
Read more about the details
- All models are trained on the benchmark's teleoperated simulation data, 24 tasks with 1,000 episodes each, and evaluated over 50 episodes per task; the score is the macro success rate, the mean of the 24 per-task success rates.
- GR00T N1.7 and π0.5 were trained by us: GR00T N1.7 with NVIDIA's official fine-tuning recipe[11], and π0.5[12] within the OpenHLM framework[13].
- The DIAL result is taken from its paper[14].
Human Action Generation
We evaluate Light-O1 with a primary benchmark and an auxiliary one. The primary is human rating, the gold standard, over 30k prompts on which judges compare models pairwise. The lead there is not marginal: Light-O1's lowest category rating stands above either baseline's highest, on semantic following, expressiveness and acceptability alike. The fitted Elo separates it from HY-Motion-1.0[15] by close to 400 points, 1472.8 against 1078.3, with Kimodo[16] anchored at 1000. The auxiliary benchmark is SSAE on HY-Motion-Bench[15], where a VLM judge checks whether the motion contains what the prompt asked for. It can score a new checkpoint on demand, and it isolates what a rating blends together. Light-O1 leads there in all six prompt categories, at 78.0 overall against 74.7 and 61.4.
Motion Arena
- Light-O1 (Ours)
- HY-Motion-1.0
- Kimodo
Arena Elo
Elo score computed by pairwise comparison; Kimodo fixed at 1,000 as the anchor.
Mean rating per prompt, 1–5, by motion category; each model pooled across the weeks it was labelled in.
The auxiliary benchmark: HY-Motion-Bench (SSAE)
HY-Motion-Bench (SSAE)[15]
Semantic alignment score by a VLM judge.
Human Action as a Foundation
We build a data pipeline that recovers human actions from video and interleaves them with language and visual observations into temporal sequences to model how observation and understanding inform action and how environmental feedback shapes subsequent actions. Autoregressive pretraining on these sequences builds a transferable human action prior, which we adapt to different embodiments and tasks.
Data Pipeline
Our pipeline recovers structured human actions from internet videos and aligns them with language and visual observations for large-scale human action pretraining.
Diverse human activities from the internet
Cleaning and segmenting human activity videos
Recovering structured action from video
Backswing
Continue the arm swing while shifting weight onto the lead leg...
Downswing
Unwind the torso while sweeping both hands down together...
Follow-through
Continue the arm swing while shifting weight onto the lead leg...
Detailed descriptions aligned with action
Video processing. We segment human videos, detect and track people, reconstruct their three-dimensional actions, and enrich these records with language annotations. Each stage is designed to preserve action fidelity and temporal alignment, connecting visual context, semantic descriptions, and physical movement in a shared record.
Unified human action representation. We represent human actions through three decoupled components: root trajectory, body pose, and hand state. Together, these components provide a complete description of human actions in 3D space.
Interleaved multimodal sequences. We interleave language, visual observations, and structured actions along a shared timeline. Different sequence arrangements express how observation drives understanding and informs action, how instructions guide action in a visual context, and how repeated observation and action support long-horizon execution with environmental feedback. These sequences provide a basis for modeling causal relationships between human actions and the physical world.
Pretraining and Adaptation
Autoregressive pretraining on text, vision, and action tokens builds a transferable human action prior. After embodiment and task adaptation, the prior connects to behavior foundation models through decoded unified actions or a diffusion-based action expert.
High-fidelity action tokenization. Our action tokenizer encodes continuous action representations into discrete action tokens and decodes them back into continuous action representations, preserving precision in key end-effector positions and orientations. This retains where the head is directed, where the hands are placed, and how they are oriented—spatial information essential to purposeful interaction.
Autoregressive pretraining. We model interleaved sequences of observations, language, and actions within a unified autoregressive framework. This brings together human action pretraining, language-guided action generation, vision-language embodied reasoning, and training on general foundation-model data. Pretraining compresses this multimodal experience into a transferable human action prior, modeling how observations and intent inform action, how actions change the world, and how environmental feedback shapes what follows. The multimodal context provides a form of memory: a history of what was observed, said, and done that informs subsequent reasoning and action as the interaction unfolds.
Embodiment and task adaptation. We post-train on purpose-collected data to align the learned prior with target embodiments and tasks. We support two execution interfaces: decoded unified human actions can directly connect to compatible behavior foundation models (BFMs), such as the BFM used by our LightBot; a diffusion-based action expert adapts the prior to a target action space for other BFMs. This second route follows the action-expert approach used in π0.5 and GR00T N1.7[12][11]. Aligning the prior with human intent belongs to the same stage, and no held-out loss can score intent, so we scale reinforcement learning from human feedback[17]. This also teaches the model to reply in two parts: it states in language what the instruction requires of the body, then generates the action.
Built to Scale
Behind Light-O1 is a sustained investment in the infrastructure for large-scale human action pretraining. Our data infrastructure now operates at the thousand-GPU scale, with weekly video-processing throughput reaching 200,000 hours—up 16-fold from 12,500 hours six months ago. Alongside this data infrastructure, we have built high-performance training systems and large-scale compute clusters, designed to turn internet-scale human video data into embodied intelligence more efficiently.
The next phase is to grow this foundation in scale, diversity, and quality. We will broaden our data sources and improve data quality throughout the pipeline, while expanding training data and model capacity together. Continued scaling experiments will guide how we allocate compute between them, with the goal of building a richer and more general foundation for whole-body intelligence. Beyond scaling data and compute, we will explore more efficient learning methods to compress the knowledge in raw internet data into transferable embodied intelligence. We also aim to deploy these capabilities in real-world settings across a broader range of robot embodiments, extending the reach of intelligence learned from human action.
It's time to scale.
Our mission is to bring general intelligence into the physical world—building systems that continually learn from experience and turn understanding into action. If you want to help build this future, join us (https://www.lightorigins.com/en/careers).