HOST framework: robots learn new skills from one 29-second video, no retraining needed

X Square Robot has open-sourced HOST, a framework that lets a robot watch one short video of a human performing a task and learn to replicate it, without retraining the model. In tests, a single 29-second demonstration video yielded a 62 per cent success rate on novel skills, using only one-fiftieth of the data and one-five-hundredth of the training time of comparable fine-tuning approaches.

X Square Robot humanoid demonstrating HOST one-shot video learning capability
An X Square humanoid demonstrating the HOST framework. (Source: OFweek Robotics)

HOST, short for Human-to-robot One-Shot Skill AcquisiTion, represents a shift in how robots learn from humans. Traditional approaches try to translate human motion directly into robot joint trajectories. HOST instead focuses on understanding the outcome of the human action, then planning the robot’s own motions to achieve that same result.

Result-first, not motion-first

HOST framework principle: understand task outcome first, then decide how to execute, rather than imitating human motion
HOST’s core principle: understand the result, then plan the motion. (Source: OFweek / Embodied AI Club)

When a human picks up a cup, HOST does not track how fingers bend. It registers that the cup moved from table to hand. It then converts that outcome into a target image from the robot’s own perspective and reverse-engineers the required joint movements. Visual outcome becomes the intermediate language between human demonstrator and robot executor.

This matters because humans and robots have fundamentally different bodies. A human uses five fingers. A robot may have a two-prong gripper. Different robot form factors, humanoid, wheeled dual-arm or single arm, will complete the same task differently. By anchoring on result rather than motion, HOST lets each robot find its own path to the same goal.

Task-progress alignment, not time alignment

HOST benchmark results: 50x data saving, 507x faster learning, +59% skill retention versus fine-tuning baselines
Benchmark comparison: HOST achieves 62% success rate with one 29-second video, versus 38% for Pi-0.5 with 50 demos and four hours of fine-tuning. Skill retention reaches 59% higher than fine-tuning approaches. (Source: OFweek / Embodied AI Club)

Humans and robots execute at different speeds. If alignment were temporal, a robot running slower would see future steps prematurely and lose synchronisation. HOST aligns by task progress instead, mapping each frame of the human video and each step of robot execution into a shared vector space and matching them by progress stage, not by timestamp.

The approach reduces temporal alignment error by roughly an order of magnitude. Even when individual steps slow down, the robot continues at its own rhythm without losing track of where it sits in the overall task.

Dual-expert cascade architecture

HOST two-phase training pipeline: pre-train on robot videos, then learn from human demonstrations
HOST training proceeds in two phases: same-body pre-training on robot execution videos, then cross-body learning from human demonstration videos. (Source: OFweek / Embodied AI Club)

HOST’s core is a cascaded policy model with visual prediction capability, built on a dual-expert Mixture-of-Experts architecture. One expert, the “video expert”, reads frames, judges task progress and predicts likely outcomes. The other, the “action expert”, translates those outcomes into robot motion commands.

Training happens in two phases. First, same-body pre-training, where the model learns from videos of the robot executing tasks, predicting next-frame outcomes and learning the actions needed to reach them. Second, human-robot video training, where the model learns to map human demonstration outcomes onto robot-perspective goal images and generate corresponding actions.

Crucially, once pre-training is complete, model weights are frozen. Learning a new skill happens entirely at inference time. The demonstration video becomes a callable recipe. Switch tasks, switch videos. No retraining.

Detailed HOST benchmarks across 10 tasks showing success rates, acquisition time and comparison with fine-tuning methods
Per-task breakdown across 10 skills: place fruits, pick pen, stack bowls, wipe plate, insert pen, cover book, stack pots, fold socks and others. (Source: OFweek / Embodied AI Club)

Why skill retention changes the economics

Fine-tuning for new skills carries a hidden tax: catastrophic forgetting. When model parameters are updated for a new task, performance on previously learned skills degrades. Tests show Pi-0.5 with fine-tuning retains only 17 per cent of old-skill proficiency after learning a new one. HOST, because it never modifies weights at inference time, avoids this trade-off entirely.

HOST application focus: household scenarios as the most important near-term deployment environment
Household environments represent HOST’s highest-impact near-term use case. (Source: OFweek / Embodied AI Club)

Across 50 tested tasks covering different objects, tools and base actions, HOST demonstrated learning capability throughout. Success rates stayed above 50 per cent even when lighting, objects, scene layout and object positions changed, and when objects were mid-task displaced, indicating genuine state-aware planning rather than memorised trajectory replay.

The home robot implication

X Square Robot humanoid in a modern kitchen demonstrating potential household application of HOST framework
A X Square humanoid in a kitchen setting, illustrating the household deployment scenario where HOST’s one-shot learning approach offers the greatest practical value. (Source: OFweek)

Households are not standardised production lines. Every home has different items, layouts and habits. If a robot needs fresh data collection and model fine-tuning for each new skill in each new environment, deployment cost stays prohibitive and rollout timelines stretch indefinitely.

HOST aims to compress that workflow into one human demonstration. A person who can perform the task simply does it once on camera. No programming. No trajectory recording. No model retraining. The robot watches, understands the intent, and plans its own execution.

X Square has published the HOST paper and open-sourced the code. The framework is not a finished product. Sixty-two per cent success rate leaves considerable headroom. But it demonstrates a concrete possibility: that visual understanding and reasoning, not endless parameter tuning, could become the more efficient path for robots to acquire new skills. When robots start learning through observation rather than repeated fine-tuning, embodied AI gets materially closer to everyday life.

Editor’s note: This is an adapted translation of the original OFweek Robotics report. It has been trimmed and restructured for readability for an international business audience.

Leave a comment