• bitcoinBitcoin(BTC)$69,970.000.96%
  • ethereumEthereum(ETH)$2,129.190.56%
  • tetherTether(USDT)$1.00-0.01%
  • rippleXRP(XRP)$1.440.02%
  • binancecoinBNB(BNB)$640.060.24%
  • usd-coinUSDC(USDC)$1.000.00%
  • solanaSolana(SOL)$89.001.20%
  • tronTRON(TRX)$0.3065281.33%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.00-2.26%
  • dogecoinDogecoin(DOGE)$0.0935530.98%
  • whitebitWhiteBIT Coin(WBT)$55.200.18%
  • USDSUSDS(USDS)$1.000.00%
  • cardanoCardano(ADA)$0.2669630.93%
  • HyperliquidHyperliquid(HYPE)$39.401.46%
  • bitcoin-cashBitcoin Cash(BCH)$465.932.67%
  • leo-tokenLEO Token(LEO)$9.210.23%
  • chainlinkChainlink(LINK)$9.051.25%
  • moneroMonero(XMR)$344.230.13%
  • Ethena USDeEthena USDe(USDE)$1.000.05%
  • stellarStellar(XLM)$0.1662870.71%
  • CantonCanton(CC)$0.142553-1.75%
  • USD1USD1(USD1)$1.000.01%
  • daiDai(DAI)$1.00-0.01%
  • litecoinLitecoin(LTC)$55.401.13%
  • RainRain(RAIN)$0.0087790.81%
  • avalanche-2Avalanche(AVAX)$9.490.64%
  • paypal-usdPayPal USD(PYUSD)$1.000.05%
  • hedera-hashgraphHedera(HBAR)$0.0932061.05%
  • zcashZcash(ZEC)$230.34-3.04%
  • suiSui(SUI)$0.961.79%
  • shiba-inuShiba Inu(SHIB)$0.0000064.55%
  • crypto-com-chainCronos(CRO)$0.0751350.45%
  • the-open-networkToncoin(TON)$1.24-0.02%
  • MemeCoreMemeCore(M)$1.68-9.90%
  • BittensorBittensor(TAO)$281.7415.72%
  • tether-goldTether Gold(XAUT)$4,644.561.51%
  • polkadotPolkadot(DOT)$1.530.61%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.089736-4.86%
  • mantleMantle(MNT)$0.752.26%
  • Circle USYCCircle USYC(USYC)$1.12-0.01%
  • pax-goldPAX Gold(PAXG)$4,653.541.78%
  • uniswapUniswap(UNI)$3.580.68%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • okbOKB(OKB)$88.690.61%
  • Pi NetworkPi Network(PI)$0.1864567.01%
  • Global DollarGlobal Dollar(USDG)$1.00-0.01%
  • Falcon USDFalcon USD(USDF)$1.000.04%
  • nearNEAR Protocol(NEAR)$1.330.54%
  • aaveAave(AAVE)$110.96-0.98%
  • AsterAster(ASTER)$0.680.30%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

NVIDIA Releases DreamDojo: An Open-Source Robot World Model Trained on 44,711 Hours of Real-World Human Video Data

February 20, 2026
in AI & Technology
Reading Time: 8 mins read
A A
NVIDIA Releases DreamDojo: An Open-Source Robot World Model Trained on 44,711 Hours of Real-World Human Video Data
ShareShareShareShareShare

Building simulators for robots has been a long term challenge. Traditional engines require manual coding of physics and perfect 3D models. NVIDIA is changing this with DreamDojo, a fully open-source, generalizable robot world model. Instead of using a physics engine, DreamDojo ‘dreams’ the results of robot actions directly in pixels.

https://arxiv.org/pdf/2602.06949

Scaling Robotics with 44k+ Hours of Human Experience

The biggest hurdle for AI in robotics is data. Collecting robot-specific data is expensive and slow. DreamDojo solves this by learning from 44k+ hours of egocentric human videos. This dataset, called DreamDojo-HV, is the largest of its kind for world model pretraining.

YOU MAY ALSO LIKE

Ring Founder on AI’s Role in Modern Home Security

ByteDance is selling its Moonton game unit to Savvy Games for a cool $6 billion

  • It features 6,015 unique tasks across 1M+ trajectories.
  • The data covers 9,869 unique scenes and 43,237 unique objects.
  • Pretraining used 100,000 NVIDIA H100 GPU hours to build 2B and 14B model variants.

Humans have already mastered complex physics, such as pouring liquids or folding clothes. DreamDojo uses this human data to give robots a ‘common sense’ understanding of how the world works.

https://arxiv.org/pdf/2602.06949

Bridging the Gap with Latent Actions

Human videos do not have robot motor commands. To make these videos ‘robot-readable,’ NVIDIA’s research team introduced continuous latent actions. This system uses a spatiotemporal Transformer VAE to extract actions directly from pixels.

  • The VAE encoder takes 2 consecutive frames and outputs a 32-dimensional latent vector.
  • This vector represents the most critical motion between frames.
  • The design creates an information bottleneck that disentangles action from visual context.
  • This allows the model to learn physics from humans and apply them to different robot bodies.
https://arxiv.org/pdf/2602.06949

Better Physics through Architecture

DreamDojo is based on the Cosmos-Predict2.5 latent video diffusion model. It uses the WAN2.2 tokenizer, which has a temporal compression ratio of 4. The team improved the architecture with 3 key features:

  1. Relative Actions: The model uses joint deltas instead of absolute poses. This makes it easier for the model to generalize across different trajectories.
  2. Chunked Action Injection: It injects 4 consecutive actions into each latent frame. This aligns the actions with the tokenizer’s compression ratio and fixes causality confusion.
  3. Temporal Consistency Loss: A new loss function matches predicted frame velocities to ground-truth transitions. This reduces visual artifacts and keeps objects physically consistent.

Distillation for 10.81 FPS Real-Time Interaction

A simulator is only useful if it is fast. Standard diffusion models require too many denoising steps for real-time use. NVIDIA team used a Self Forcing distillation pipeline to solve this.

  • The distillation training was conducted on 64 NVIDIA H100 GPUs.
  • The ‘student’ model reduces denoising from 35 steps down to 4 steps.
  • The final model achieves a real-time speed of 10.81 FPS.
  • It is stable for continuous rollouts of 60 seconds (600 frames).

Unlocking Downstream Applications

DreamDojo’s speed and accuracy enable several advanced applications for AI engineers.

1. Reliable Policy Evaluation

Testing robots in the real world is risky. DreamDojo acts as a high-fidelity simulator for benchmarking.

  • Its simulated success rates show a Pearson correlation of (Pearson 𝑟=0.995) with real-world results.
  • The Mean Maximum Rank Violation (MMRV) is only 0.003.

2. Model-Based Planning

Robots can use DreamDojo to ‘look ahead.’ A robot can simulate multiple action sequences and pick the best one.

  • In a fruit-packing task, this improved real-world success rates by 17%.
  • Compared to random sampling, it provided a 2x increase in success.

3. Live Teleoperation

Developers can teleoperate virtual robots in real time. NVIDIA team demonstrated this using a PICO VR controller and a local desktop with an NVIDIA RTX 5090. This allows for safe and rapid data collection.

Summary of Model Performance

Metric DREAMDOJO-2B DREAMDOJO-14B
Physics Correctness 62.50% 73.50%
Action Following 63.45% 72.55%
FPS (Distilled) 10.81 N/A

NVIDIA has released all weights, training code, and evaluation benchmarks. This open-source release allows you to post-train DreamDojo on your own robot data today.

Key Takeaways

  • Massive Scale and Diversity: DreamDojo is pretrained on DreamDojo-HV, the largest egocentric human video dataset to date, featuring 44,711 hours of footage across 6,015 unique tasks and 9,869 scenes.
  • Unified Latent Action Proxy: To overcome the lack of action labels in human videos, the model uses continuous latent actions extracted via a spatiotemporal Transformer VAE, which serves as a hardware-agnostic control interface.
  • Optimized Training and Architecture: The model achieves high-fidelity physics and precise controllability by utilizing relative action transformations, chunked action injection, and a specialized temporal consistency loss.
  • Real-Time Performance via Distillation: Through a Self Forcing distillation pipeline, the model is accelerated to 10.81 FPS, enabling interactive applications like live teleoperation and stable, long-horizon simulations for over 1 minute.
  • Reliable for Downstream Tasks: DreamDojo functions as an accurate simulator for policy evaluation, showing a 0.995 Pearson correlation with real-world success rates, and can improve real-world performance by 17% when used for model-based planning.

Check out the Paper and Codes. Also, feel free to follow us on Twitter and don’t forget to join our 100k+ ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

The post NVIDIA Releases DreamDojo: An Open-Source Robot World Model Trained on 44,711 Hours of Real-World Human Video Data appeared first on MarkTechPost.

Credit: Source link

ShareTweetSendSharePin

Related Posts

Ring Founder on AI’s Role in Modern Home Security
AI & Technology

Ring Founder on AI’s Role in Modern Home Security

March 20, 2026
ByteDance is selling its Moonton game unit to Savvy Games for a cool  billion
AI & Technology

ByteDance is selling its Moonton game unit to Savvy Games for a cool $6 billion

March 20, 2026
OpenAI is putting ChatGPT, its browser and code generator into one desktop app
AI & Technology

OpenAI is putting ChatGPT, its browser and code generator into one desktop app

March 20, 2026
Anthropic just shipped an OpenClaw killer called Claude Code Channels, letting you message it over Telegram and Discord
AI & Technology

Anthropic just shipped an OpenClaw killer called Claude Code Channels, letting you message it over Telegram and Discord

March 20, 2026
Next Post
Ex-South Korean president sentenced to life in prison over martial law order

Ex-South Korean president sentenced to life in prison over martial law order

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Joel McHale brings the laughs (and the wine)

Joel McHale brings the laughs (and the wine)

March 14, 2026
z.ai debuts faster, cheaper GLM-5 Turbo model for agents and ‘claws’ — but it’s not open-source

z.ai debuts faster, cheaper GLM-5 Turbo model for agents and ‘claws’ — but it’s not open-source

March 16, 2026
Photo from Nancy Guthrie’s porch may be an earlier date

Photo from Nancy Guthrie’s porch may be an earlier date

March 14, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!