惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
人人都是产品经理
人人都是产品经理
V
Visual Studio Blog
Last Week in AI
Last Week in AI
V
V2EX
博客园_首页
IT之家
IT之家
Jina AI
Jina AI
博客园 - 叶小钗
The Cloudflare Blog
T
Tailwind CSS Blog
腾讯CDC
B
Blog
D
Docker
L
LangChain Blog
博客园 - 司徒正美
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI

Interesting Engineering

US firm to scale laser-based nuclear fusion ‘breakthrough’ with new partnership Military Archives - Interesting Engineering World’s first non-nuclear lead-cooled reactor to generate electricity begins installation US scientists devise new process to turn sewage sludge into 99% pure natural gas US firm unveils submarine-hunting drone with 9,200-mile-range, 35 mph top speed Military Archives - Interesting Engineering Supercomputer finds lithium-titanium tweak to boost sodium-ion batteries for grids Lockheed Martin demonstrates vertical launch missile system for mobile drone defense China’s 1116 MWe Taipingling Unit 1 reactor goes online, set to generate 9bn kWh yearly ChatGPT Images 2.0 update combines reasoning, research, and design with 2K output US Navy tests plug-and-play laser system on USS Bush carrier, downs drones at sea China’s CATL reveals 621-mile EV battery, under-7-minute charging to challenge BYD US uses world’s first exascale supercomputer to model supernovae, fusion reactors AI and Robotics Archives - Interesting Engineering First-in-human study confirms safety of graphene-based brain interface Tesla’s Optimus humanoid robot greets runners, poses for photos at Boston Marathon Interlocking materials offer high strength and flexibility for robotics, infrastructure US redeploys 100,000-ton nuclear-powered aircraft carrier in Red Sea after repairs US scientists unveil concept for ‘world’s first neutrino laser’ to unlock breakthroughs New military tech can maintain communication in contested electronic warfare environments Got a dark personality? Psychologists can help you choose your career wisely Humidity boosts performance of 3D-printed nanogenerator instead of degrading it China demonstrates microwave beam that recharges drones in flight, continues power delivery Scientists run compact free-electron laser for eight hours, cracks FEL stability problem China’s PLA considers to use minelaying underwater drones to enforce Taiwan blockade: Report 1-ton sharks may struggle for survival in waters exceeding 62.6°F, study suggests US firm’s thorium nuclear fuel bundles move to manufacturing for commercial reactors Tesla hits 0% charge in remote Chilean desert as YouTuber uses hood-mounted solar Humanoid robot surpasses human world record in Beijing half-marathon, clocking 50:26 mins New method extracts maximum work from unknown quantum states using symmetry tricks
Chinese firm pushes humanoid robot intelligence forward w...
Jijo Malayil · 2026-05-20 · via Interesting Engineering

Real-time 300FPS edge inference enables fast, low-latency robot control without cloud dependency.

Chinese firm Horizon Robotics has released an open-sourced AI model, named HoloMotion-1, designed for whole-body humanoid robot control.

The company says the 4-billion-parameter robot cerebellum model represents a major leap in robot motion intelligence, pushing cerebellum models beyond the million- and ten-million-parameter scales commonly used previously.

HoloMotion-1 can perform real-time inference at 300 frames per second on edge devices, enabling faster, more responsive humanoid robot movements.

According to Horizon Robotics, the new model marks a significant advance in scalable humanoid robot control and edge AI deployment.

Zero-shot motion learning

HoloMotion-1 is a humanoid motion foundation model designed to improve real-time whole-body robot control through large-scale motion learning, reports Pan Daily.

HoloMotion-1 is a system designed to help humanoid robots copy and perform human-like movements more reliably in real time. Instead of relying only on small motion capture (MoCap) datasets, which are recordings of human movement made in controlled environments, it uses a much larger and more varied collection of motion data.

This includes curated MoCap data, motion data created inside the company, and movements reconstructed from real-world videos taken “in the wild.” This mix gives the robot a much wider range of examples, helping it handle new or unseen movements and situations where its sensors may not work perfectly.

Real-world zero-shot transfer of the HoloMotion policy.
Real-world zero-shot transfer of the HoloMotion policy.

To manage this complex data, HoloMotion-1 uses a Transformer-based neural network, a type of deep learning model that is especially good at understanding sequences over time, such as motion steps. This is better than older MLP (Multi-Layer Perceptron) policies, which are simpler neural networks that struggle with long and complex motion patterns, according to the firm’s research paper.

For efficient real-time use on robots, the system uses a Mixture-of-Experts (MoE) Transformer. This means only a few parts (“experts”) of the model are activated at each step, saving computing power. It also uses KV-cache (Key-Value cache), a technique that speeds up repeated calculations. Together, these allow the system to run at about 300 frames per second on edge devices.

Finally, the system uses a sequence-level PPO (Proximal Policy Optimization) training method. PPO is a reinforcement learning technique, and here it is applied to whole motion segments instead of single time steps, making training more efficient and stable when learning from large, mixed datasets.

Agile humanoid tracking

To test how well the system works in the real world, HoloMotion-1 was directly installed on a Unitree G1 humanoid. Importantly, it was used without any extra training on real-world data. All the computing needed for the robot’s movement was done on its own built-in computer system.

The system used the MoE Transformer along with a technique called KV-cache, which helps the model reuse past calculations efficiently. According to Horizon Robotics, this combination allows the robot to make very fast decisions, running at about 200–300 cycles per second on its onboard hardware. At the same time, the robot’s movement system itself runs at 50 cycles per second to keep the motion smooth and stable.

The results show that the robot could successfully transfer what it learned in simulation to the real world without extra adjustment. It was able to perform many different movements it had never been directly trained on in real hardware, including dancing, crawling, sitting, and martial arts-style kicks.

The system was also tested with live human control using devices like motion capture suits and VR-based controllers. In these tests, the robot followed human movements closely and responded smoothly, showing stable and reliable real-time tracking of user actions.

Researchers highlight that HoloMotion follows a 4-step plan for humanoid robot control: Imitate Any Pose, Follow Any Command, Move on Any Terrain, and Control Any Robot Type. HoloMotion-1 completes the first step by letting robots copy many human movements from videos or live input. It also acts as a base for future improvements.

The Blueprint

Get the latest in engineering, tech, space & science - delivered daily to your inbox.

Jijo is an automotive and business journalist based in India. Armed with a BA in History (Honors) from St. Stephen's College, Delhi University, and a PG diploma in Journalism from the Indian Institute of Mass Communication, Delhi, he has worked for news agencies, national newspapers, and automotive magazines. In his spare time, he likes to go off-roading, engage in political discourse, travel, and teach languages.