“>
What does world mannequin do right here
A world mannequin learns how an setting adjustments over time. It represents objects, movement, spatial relationships, and the consequences of actions.
Take into account a robotic reaching for an object. Recognizing the article is simply step one. The robotic should additionally observe the place the article is, how its gripper strikes, and what occurs on contact. A world mannequin causes about these relationships. It might predict the visible results of an motion, infer the motion that brought about a change, or generate an motion to achieve a purpose.
Cosmos 3 Edge brings these capabilities into one on-device mannequin. Its shared illustration lets a system perceive the present world state, simulate doable futures, and join these futures to actions.
Two transformer towers, one shared illustration
Cosmos 3 makes use of a Combination-of-Transformers structure with two towers, described within the NVIDIA’s technical report.
The autoregressive tower processes imaginative and prescient and textual content tokens for understanding and reasoning. The diffusion tower processes imaginative and prescient, audio, and motion tokens for prediction, era, and neural simulation.
The 2 towers preserve separate normalization layers and multilayer perceptrons. They share multimodal consideration layers, which align info throughout language, video, audio, and motion. This lets the mannequin cause a couple of scene earlier than it generates an output.
The eye sample adapts to every modality. Language makes use of causal consideration, the place every token attends to earlier tokens. Diffusion tokens attend extra broadly to the obtainable context, supporting coherent prediction and era. Relying on the duty, the mannequin emits reasoning tokens from the autoregressive tower, or denoised video and motion tokens from the diffusion tower.
Cosmos 3 Edge makes use of a 2B dense transformer for its reasoner, and follows Qwen3-VL-compatible message conventions for picture and video inputs, per the Cosmos GitHub repository.
var DEV=[
{n:’Jetson Thor’,d:’Reference target for the world action model. Delivers 32 actions per inference at 640×360, with a 15 Hz real-time control loop.’},
{n:’Jetson T3000′,d:’New Blackwell-based module: 865 FP4 TFLOPS, 32 GB LPDDR5X, 8-core Arm CPU. Modules ship Q1 2027; T3000 emulation via JetPack 7.2.1 in July 2026.’},
{n:’Jetson T2000′,d:’New entry-level Blackwell module: 400 FP4 TFLOPS, 16 GB. Aimed at mass-market, power-efficient robotics and edge AI.’},
{n:’RTX PRO GPUs’,d:’Workstation-class deployment for real-time inference and local prototyping before pushing to an edge device.’},
{n:’GeForce RTX (3070+)’,d:’NVIDIA positions an RTX 3070 or better as an on-ramp: run Cosmos 3 Edge locally, fine-tune on your own data, simulate in Omniverse.’},
{n:’DGX / DGX Station’,d:’Post-training and fine-tuning. A small H100 cluster or DGX Station adapts Edge to a target embodiment in about a day.’}
];
var dr=doc.getElementById(‘c3eDev’);
DEV.forEach(perform(o,i){var b=doc.createElement(‘div’);b.className=”c3e-chip”+(i===0?’ on’:”);b.textContent=o.n;
b.onclick=perform(){dr.querySelectorAll(‘.c3e-chip’).forEach(perform(e){e.classList.take away(‘on’);});b.classList.add(‘on’);
doc.getElementById(‘c3eDevOut’).innerHTML=’
‘+o.n+’
‘+o.d+’
‘;ping();};
dr.appendChild(b);});
dr.firstChild.click on();
var EMB=[
{n:’Camera’,dim:’9D’,d:’Camera motion. Used for vision AI agents reasoning across live video.’},
{n:’Autonomous vehicle’,dim:’9D’,d:’Ego pose and movement for road-scene understanding and intent prediction.’},
{n:’Egocentric’,dim:’57D’,d:’First-person embodied motion.’},
{n:’Single-arm robot’,dim:’10D’,d:’End-effector pose plus grasp state (DROID / UR / Fractal / Bridge / UMI).’},
{n:’Dual-arm robot’,dim:’20D’,d:’Two coordinated arms (dual DROID arms).’},
{n:’Humanoid’,dim:’29D’,d:’Whole-body humanoid control (AgiBot).’}
];
var er=doc.getElementById(‘c3eEmb’);
EMB.forEach(perform(o,i){var b=doc.createElement(‘div’);b.className=”c3e-chip”+(i===3?’ on’:”);b.textContent=o.n;
b.onclick=perform(){er.querySelectorAll(‘.c3e-chip’).forEach(perform(e){e.classList.take away(‘on’);});b.classList.add(‘on’);
doc.getElementById(‘c3eEmbOut’).innerHTML=’
‘+o.n+’ ‘+o.dim+’ motion vector
‘+o.d+’
‘;ping();};
er.appendChild(b);});
er.querySelectorAll(‘.c3e-chip’)[3].click on();
// auto-resize: publish personal offsetHeight (+40) to guardian
perform ping(){strive{var h=doc.getElementById(‘c3e-app’).offsetHeight+40;
guardian.postMessage({c3e:’peak’,peak:h},’*’);}catch(e){}}
window.addEventListener(‘load’,ping);window.addEventListener(‘resize’,ping);setTimeout(ping,300);setTimeout(ping,900);
})();
“>
One motion illustration throughout embodiments
Bodily methods describe actions otherwise. A car makes use of ego pose and motion. A digital camera makes use of digital camera movement. A robotic arm makes use of the pose of its finish effector, and a gripper provides grasp state.
Cosmos 3 maps these embodiments into a standard motion illustration. Actions are encoded as compact geometric vectors that seize translation, rotation, and manipulation state.
This connects management to the visible construction of the world. The mannequin associates pixel adjustments with bodily movement and management inputs. Generated video then turns into greater than a prediction. It represents how the world ought to change in response to an motion.
Supported motion dimensions depend upon the embodiment. The Cosmos GitHub repository lists digital camera movement (9D), autonomous car (9D), selfish movement (57D), single-arm robotic (10D), dual-arm robotic (20D), and humanoid robotic (29D).
Coverage mode runs in each instructions
As a coverage, Cosmos 3 Edge predicts an motion along with its anticipated visible consequence. Present state goes in; an motion and its seemingly visible final result come out.
Motion flows in each instructions. The mannequin can predict the impact of an motion, or infer the motion from its impact. This connects world modeling on to robotic coverage coaching and analysis.
NVIDIA additionally launched Cosmos 3 Edge Coverage (DROID). It’s a robotic manipulation coverage post-trained on the DROID dataset for pick-and-place duties, with post-training scripts included. Builders can fine-tune on a small H100 cluster or an NVIDIA DGX Station earlier than deployment.
Is it Deployable
Cosmos 3 Edge delivers memory-efficient inference throughout NVIDIA edge computer systems. Targets embrace NVIDIA RTX PRO GPUs, NVIDIA DGX, GeForce RTX GPUs, and NVIDIA Jetson, together with the newly introduced Jetson T2000 and T3000 modules.
As a post-trained world motion mannequin (WAM), the mannequin operates at robot-control decision of 640×360 observations. On NVIDIA Jetson Thor it generates 32 actions per inference, whereas reaching real-time management at 15 Hz. For era, the Edge tier helps 256p and 480p resolutions, 12–30 fps, and 50–150 frames.
Utilizing the open Cosmos framework, builders can post-train Cosmos 3 Edge for a particular embodiment and sensor set in a couple of day. NVIDIA positions a GeForce RTX 3070 or higher as a neighborhood on-ramp for prototyping.
/* verdict */
.dc-verdict{margin-top:14px;border-radius:11px;padding:13px 14px;border:1px stable var(–line);background:var(–panel2);
show:flex;align-items:heart;hole:12px}
.dc-icn{flex:0 0 auto;width:34px;peak:34px;border-radius:9px;show:flex;align-items:heart;justify-content:heart;
font-size:18px;font-weight:900}
.dc-vtext{flex:1}
.dc-vtext .v{font-size:14px;font-weight:800;line-height:1.15}
.dc-vtext .d{font-size:11.5px;colour:var(–muted);margin-top:2px}
.dc-verdict.okay{border-color:var(–green-line);background:var(–green-soft)}
.dc-verdict.okay .dc-icn{background:var(–green);colour:#0b0b0b}
.dc-verdict.okay .v{colour:var(–green)}
.dc-verdict.tight{border-color:rgba(224,168,58,.45);background:rgba(224,168,58,.1)}
.dc-verdict.tight .dc-icn{background:var(–amber);colour:#0b0b0b}
.dc-verdict.tight .v{colour:var(–amber)}
.dc-verdict.no{border-color:rgba(224,106,90,.45);background:rgba(224,106,90,.1)}
.dc-verdict.no .dc-icn{background:var(–red);colour:#0b0b0b}
.dc-verdict.no .v{colour:var(–red)}
.dc-meta{show:flex;hole:8px;margin-top:10px;flex-wrap:wrap}
.dc-meta .m{flex:1;min-width:120px;background:var(–panel2);border:1px stable var(–line);border-radius:9px;padding:9px 11px}
.dc-meta .m .okay{font-size:9.5px;letter-spacing:.05em;text-transform:uppercase;colour:var(–muted);font-weight:700}
.dc-meta .m .val{font-size:13px;font-weight:800;margin-top:2px}
.dc-meta .m .val b{colour:var(–green)}
.dc-lic .okay{colour:var(–green)}
.dc-how{margin-top:12px;background:var(–panel2);border:1px stable var(–line);border-radius:10px;padding:11px 13px}
.dc-how .h{font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;colour:var(–green);margin-bottom:7px}
.dc-how ol{margin:0;padding-left:17px;font-size:12px;colour:#dcdcdc;line-height:1.55}
.dc-how ol code{background:#0d0d0d;border:1px stable var(–line);border-radius:4px;padding:1px 5px;font-size:11px;colour:var(–green)}
.dc-how a{colour:var(–green);text-decoration:none;font-weight:700}
.dc-foot{show:flex;justify-content:space-between;align-items:heart;flex-wrap:wrap;hole:6px;
margin-top:12px;padding-top:10px;border-top:1px stable var(–line)}
.dc-foot .observe{font-size:10px;colour:var(–muted);flex:1;min-width:180px}
.dc-foot .model{font-size:10.5px;colour:var(–muted)}
.dc-foot .model b{colour:var(–green)}
@media(max-width:480px){.dc-title{font-size:15px}}
Deploy examine4B · two-tower world mannequin
Is Cosmos 3 Edge deployable in your setup?
Choose a precision and a goal gadget. The examine estimates reminiscence match and the license name.
Precision
Goal gadget
The way to deploy
- Obtain weights: nvidia/Cosmos3-Edge on Hugging Face.
- Load by way of the open Cosmos framework at your chosen precision (
BF16,FP8, orNVFP4). - Submit-train on your embodiment and sensors on an H100 cluster or DGX Station — a couple of day — then deploy to the sting goal.
