NVIDIA 推出 Cosmos 3 Edge 世界模型
重點摘要
真實世界廣闊無垠,物理 AI 系統若要在此運作,必須理解場景變化、預測下一步發展,並判斷行動對世界的影響。機器在工廠、倉庫、醫院等邊緣環境中運作,需要能在記憶體受限的系統上提供資料中心等級效能的模型。今日我們在 Hugging Face 的 Cosmos 3 儲存庫中釋出 NVIDIA Cosmos 3 Edge。這是一個擁有 40 億參數的開放世界模型,可協助機器人與視覺 AI 代理理解周遭環境、進行推理。
Back to Articles Introducing Cosmos 3 Edge Enterprise + Article Published July 20, 2026 Upvote - Pranjali Joshi PranjaliJoshi Follow nvidia Saeed Babamohamadi SaeedBabamohamadi Follow nvidia The real world is vast and to operate in it physical AI systems need to understand how a scene is changing, anticipate what could happen next, and determine how an action will affect the world. Machines operate at the edge in factories, warehouses, hospitals and beyond. To understand and act in these environments, they need models that deliver data center–level performance on memory-constrained systems. Today we are releasing NVIDIA Cosmos 3 Edge on Hugging Face’s Cosmos 3 repository. It’s a 4-billion-parameter open world model that helps robots and vision AI agents understand their surroundings, reason in real time and generate robot actions on edge devices. Download the model: https://huggingface.co/nvidia/Cosmos3-Edge The model delivers memory-efficient, high-throughput inference across NVIDIA edge computers including NVIDIA RTX PRO GPUs, NVIDIA DGX, NVIDIA GeForce RTX™ GPUs, NVIDIA Jetson including the newly announced Jetson T2000 and T3000 modules. Designed as a compact open model that can serve as a small vision language model (VLM) with best-in-class throughput and accuracy with real-time inference. As a post-trained world action model (WAM), Cosmos 3 Edge operates at robot-control resolution (640×360 observations), delivering real-time reasoning and generating 32 actions per inference on NVIDIA Jetson Thor - while achieving real-time control at 15 Hz. Among similar size (4B parameters) models, Cosmos 3 Edge ranks #1 on VANTAGE-Bench for vision analytics and state-of-the-art for robot policy learning, setting the state of the art for smart infrastructure and robotics. What Is World Modeling? A world model learns how an environment changes over time. It represents objects, motion, spatial relationships, and the effects of actions. Consider a robot reaching for an object. Recognizing the object is only the first step. The robot must also understand where the object is, how its gripper is moving, what may happen when contact occurs, and which action is most likely to complete the task successfully. A world model helps the robot reason about these relationships. It can predict the visual result of an action, infer the action that caused a change, or generate an action to produce a desired outcome. Cosmos 3 Edge brings these capabilities together in one model, on-device. Its shared representation enables physical AI systems to understand the current world state, simulate possible futures, and connect those futures to actions. Two Transformer Towers, One Shared Representation Cosmos 3 combines two transformer towers: Autoregressive tower: Processes vision and text tokens for understanding and reasoning. Diffusion tower: Processes vision, audio, and action tokens for prediction, generation, and neural simulation. The two towers maintain separate normalization layers and multilayer perceptrons. They share multimodal attention layers, which align information across language, video, audio, and action. This design allows the model to reason about a scene before generating an output. Depending on the task, Cosmos 3 can produce reasoning tokens from the autoregressive tower or denoised video and action tokens from the diffusion tower. The attention pattern is also adapted to each type of information. Language uses causal attention, where each token attends to the tokens that came before it. Diffusion tokens attend more broadly to the available context, supporting coherent prediction and generation. Together, these components give the model a common representation of what is happening, what may happen next, and how an action could influence the outcome. A Common Representation for Action Physical systems describe actions differently. A vehicle may represent an action through ego pose and movement. A camera uses camera motion. A robot arm uses the pose of its end effector, while a hand or gripper also needs to represent grasp state. Cosmos 3 maps these different embodiments into a common action representation. Actions are encoded as compact geometric vectors that capture: Translation Rotation Manipulation state This creates a direct connection between control and the visual structure of the world. The model can associate changes in pixels with physical motion, spatial relationships, and control inputs. As a result, generated video becomes more than a visual prediction. It can represent how the world is expected to change in response to an action. This gives developers training data grounded in motion, control, and cause and effect. Policy Mode As a policy, Cosmos 3 predicts an action together with its expected visual consequence. The model can generate what the system should do and simulate what is likely to happen next. This connects world modeling directly to robot policy training and evaluation. Current state in, action and visual consequence out. These modes enable one model to learn cause, effect, and policy. Action can flow through the model in both directions, allowing Cosmos 3 Edge to predict the effects of an action or infer an action from its effects. Prompt: Pick up the banana and put it in the plate. We are also releasing Cosmos 3 Edge Policy (DROID): A robot manipulation policy post-trained on the DROID dataset for pick-and-place tasks, with accompanying post-training scripts. Developers can use a small cluster of H100 or NVIDIA DGX Station to efficiently fine-tune Cosmos 3 Edge for their target workloads before deploying to NVIDIA edge and accelerated computing platforms. Post-trained samples for improved performance Alongside the base models, we're releasing reference post-trained checkpoints and training recipes to help developers adapt and optimize Cosmos 3 for their own applications. Cosmos 3 is an open world foundation model platform. As models are post-trained with high-quality, domain-specific data, their accuracy continue to improve for specialized applications. Cosmos serves as the starting point for building domain-adapted world models using open frameworks. Post-training enables developers to improve model performance while preserving output quality. To demonstrate this workflow, we're also releasing the Cosmos 3 Super 4-Step Distillation checkpoint along with a post-training script, providing a faster reference implementation for 64B model that helps developers adapt Cosmos to their own domains and achieve better downstream performance. Cosmos 3 Super 4-Step (Text-to-Image & Image-to-Video): These are distribution-matching distilled checkpoint and scripts that reduce diffusion from 35–50 denoising steps to just 4, delivering up to 25× faster inference while preserving image and video quality and fidelity. These examples serve as reference implementations that developers can build on. Using the open training scripts, you can post-train Cosmos 3 Edge for custom robot policies or distill Cosmos 3 Super for faster image and video generation tailored to your application. Try Cosmos 3 Edge Download the model: https://huggingface.co/nvidia/Cosmos3-Edge Cosmos 3 Edge connects understanding, prediction, simulation, and action through a shared world representation.Developers can deploy it closer to their sensors on-device. The model can be used as a reasoner or as an action generator. Use open Cosmos Frameworks to customize and specialize the models. Checkout Cosmos 3: https://huggingface.co/collections/nvidia/cosmos3 What's ahead We continue to advance Cosmos 3 for Physical AI, with upcoming improvements in interactive world generation, driving scenario simulation, and robotics policies. We are also investing in faster inference and more efficient post-training across a broader range of hardware, reducing the time and compute required to build downstream models. This includes optimizing Cosmos 3 checkpoints with open inference and optimization frameworks such as vLLM, with more optimizations and developer tooling coming soon. Models mentioned in this article 1 Collections mentioned in this article 1 More from this author Fine-tune video and image models at scale with NVIDIA NeMo Automodel and 🤗 Diffusers 75 July 17, 2026 NVIDIA Nemotron 3 Embed Ranks #1 Overall on RTEB, Advancing Agentic Retrieval 50 July 16, 2026 Community EditPreview Upload images, audio, and videos by dragging in the text input, pasting, or clicking here. Tap or paste here to upload images Comment · Sign up or log in to comment Upvote - Models mentioned in this article 1 Collections mentioned in this article 1
Related
相關文章

當AI給出標準答案,人如何“不同凡想”?一場WAIC UP! 思享會撕開的全球追問
好的,這是一篇根據您提供的資料重新撰寫的新聞稿,力求完整、深入,並滿足字數與段落要求。 --- ## AI給出標準答案,人如何「不同凡想」?一場WAIC思享會直擊全球青年的集體困惑 2026年7月,上海世博展覽館,世界人工智慧大會(WAIC)的主會場內,算力、演算法與資本的碰撞激盪著空氣。然而,在幾百米外的一個下沉廣場,一場名為「WAIC UP!」的思享會卻刻意避開了喧囂,沒有權威的致辭,沒有炫目的技術發佈,更沒有動輒數億的合作協議。
從追趕走向引領:Kimi K3登頂前端開發榜,國產模型實現關鍵性跨越
本週最大亮點是國產模型Kimi K3以1486分的ELO分數排名第9位,首次闖入綜合榜Top 10。國產模型Kimi K3同樣首次進入代碼榜Top 10,排名第10位,ELO 1529分,與第9名模型僅差1分,表現已十分接近第一梯隊。前端開發榜:Kimi K3強勢登頂,國產能力領跑全球前端開發榜呈現出前所未有的格局。

AI 公司,集體走進視頻播客
AI公司正越来越多地走出传统的发布会现场,走入视频播客的镜头前。这一趋势在今年的世界人工智能大会(WAIC)上表现得尤为明显。过去,行业讨论的焦点往往集中在模型参数、榜单排名和代码生成能力上;而今年,人们更关心AI能否帮助销售寻找线索、替代法务审核合同,或者让Agent自动为团队打分。这些具体而复杂的问题,很难被压缩进发布会的几页PPT中,于是视频播客成为了新的沟通阵地。

更多Token、更多芯片,Kimi K3體現“傑文斯悖論”,效率提升反而增加資源消耗
這篇消息聚焦「更多Token、更多芯片,Kimi K3體現“傑文斯悖論”,效率提升反而增加資源消耗」。目前站內已移除先前混入的模型思考或安全判斷文字,並保留來源可確認的主題供讀者追蹤。

「月泉仿生」獲數億元融資,仿生拉壓體靈巧手萬臺量產、訂單過億|36氪首發
好的,這是一篇根據您提供的資料重寫及擴充的完整新聞稿。 --- ### 「月泉仿生」獲數億元融資,仿生拉壓體靈巧手實現萬臺量產,訂單突破億元大關|36氪獨家 隨著人形機器人賽道從概念驗證階段邁向商業化的深水區,作為機器人與物理世界交互的核心執行器,靈巧手正成為資本與技術角逐的焦點戰場。然而,傳統剛性結構在追求高自由度與高負載的同時,往往犧牲了輕量化與操作的柔順性,陷入「有力就僵硬、輕巧就無力」的技術瓶頸。在此背景下,一款從底層機械結構進行顛覆性創新的產品,或許正在為行業打開新的突破口。

當開源模型逼近閉源,誰會成為 AI 世界的路由器?
賬號設置我的關注我的收藏申請的報道退出登錄登錄搜索36氪Auto數字時氪未來消費智能湧現未來城市啟動Power on36氪出海36氪研究院潮生TIDE36氪企服點評36氪財經職場bonus36碳後浪研究所暗湧Waves硬氪氪睿研究院媒體品牌企業號企服點評36Kr研究院36Kr創新諮詢企業服務核心服務城市之窗政府服務創投發佈LP源計劃VClubVClub投資機構庫投資機構職位推介投資人認證投資人服務尋求報道36氪Pro創投氪堂企業入駐創業。