Загрузка видео...

Не удалось загрузить видео

На главную

🌟Your static 3D world models are now alive and interactable! 🚀Introducing NeuROK, a neural simulation framework that turns any static 3D object into an interactive 4D asset — no per-category physics, no physical annotations for training. 📄 🧵 1/n

33,318 просмотров • 3 месяцев назад •via X (Twitter)

Комментарии: 16

Фото профиля Chen Geng
Chen Geng3 месяцев назад

NeuROK takes a static 3D mesh — with no physical or structural annotations — and generates the full 4D trajectory of every vertex under given physical conditions. No material parameters. No category labels. Geometry in, motion out. (2/n)

Фото профиля Chen Geng
Chen Geng3 месяцев назад

Traditional simulation workflows often require choosing the right model, crafting the geometry, tuning physical parameters, and iterating until the behavior looks right. NeuROK is designed to be general: one framework covers articulated objects, cloth, elastic bodies, and multi-body systems — no per-category tuning, no separate models. (3/n)

Фото профиля Chen Geng
Chen Geng3 месяцев назад

The magic behind this is a centuries-old idea: Lagrangian mechanics. The lesson is: the right choice of coordinates can make a hard dynamics problem much simpler. Traditional simulators often track redundant, over-parameterized coordinates, then pay the cost of enforcing constraints to keep them physically valid. NeuROK instead learns an implicit, compact state space from data — one where those constraints are built in, in a data-driven manner. A simpler state space. Fewer constraints to enforce. (4/n)

Фото профиля Chen Geng
Chen Geng3 месяцев назад

Inspired by Lagrangian mechanics, NeuROK learns an object’s configuration space as a latent space from a large-scale 4D dataset. Modeling the dynamics then becomes almost embarrassingly simple: write down the Euler-Lagrange equations on the learned latent manifold. One ODE to model all objects. Check out our interactive illustration: (5/n)

Фото профиля Chen Geng
Chen Geng3 месяцев назад

Pass an object mesh into the model, solve the ODE, and you get its 4D dynamics. That’s the whole pipeline. This means you can scan a real room and start interacting with the objects in it. Here’s me interacting with objects in a kitchen (2/F Gates Building at @StanfordAILab @StanfordSVL). (6/n)

Фото профиля Chen Geng
Chen Geng3 месяцев назад

… or an embarrassingly messy kitchen like ours :) No special setup. Just a phone scan. (7/n)

Фото профиля Chen Geng
Chen Geng3 месяцев назад

… or turning @AlexHe00880585's @Cornell office into a playground (8/n)

Фото профиля Chen Geng
Chen Geng3 месяцев назад

… or simply in virtual spaces with artist-created or AI-generated 3D assets! (9/n)

Фото профиля Chen Geng
Chen Geng3 месяцев назад

NeuROK will be presented at @CVPR 2026. Come say hi! Many more results on our project page: And check out the paper: Huge thanks to our incredible team: @AlexHe00880585, @yuegao_cs, @zhang_yunzhi, @elliottszwu, and @jiajunwu_cs! (10/10)

Фото профиля Arnas Uselis
Arnas Uselis3 месяцев назад

Looking forward to the code release!

Фото профиля Chongkai Gao
Chongkai Gao3 месяцев назад

Amazing work! I think an ultimate demo could be scanning a robot arm and dragging it while keeping the kinematics correct.

Фото профиля RO2⚡️
RO2⚡️3 месяцев назад

This is interesting! Congrats on the release, looking forward to the code

Фото профиля EB1A Experts
EB1A Experts3 месяцев назад

Fascinating direction for world models and simulation.

Фото профиля bob
bob3 месяцев назад

Exciting work! Quick question for understanding, with a single potential function (eq. 13), what separates elastic (e.g. sponge) and plastic (e.g. laptop) deformations? My intuition says that the laptop should try to return to its initial configuration.

Фото профиля Neo Vector
Neo Vector3 месяцев назад

So I can simulate a Newton's cradle instead of doing actual work. Lagrangian mechanics as inductive bias is clever though.

Фото профиля Zubair Irshad
Zubair Irshad3 месяцев назад

great work, curious whether the learned NOK representation is tied to the underlying mesh representation, or if it could be extendable to photorealistic representations such as 3dgs, assuming lots of training data of course.

Похожие видео

Everything you love about generative models — now powered by real physics! Announcing the Genesis project — after a 24-month large-scale research collaboration involving over 20 research labs — a generative physics engine able to generate 4D dynamical worlds powered by a physics simulation platform designed for general-purpose robotics and physical AI applications. Genesis's physics engine is developed in pure Python, while being 10-80x faster than existing GPU-accelerated stacks like Isaac Gym and MJX. It delivers a simulation speed ~430,000 faster than in real-time, and takes only 26 seconds to train a robotic locomotion policy transferrable to the real world on a single RTX4090 (see tutorial: The Genesis physics engine and simulation platform is fully open source at We'll gradually roll out access to our generative framework in the near future. Genesis implements a unified simulation framework all from scratch, integrating a wide spectrum of state-of-the-art physics solvers, allowing simulation of the whole physical world in a virtual realm with the highest realism. We aim to build a universal data engine that leverages an upper-level generative framework to autonomously create physical worlds, together with various modes of data, including environments, camera motions, robotic task proposals, reward functions, robot policies, character motions, fully interactive 3D scenes, open-world articulated assets, and more, aiming towards fully automated data generation for robotics, physical AI and other applications. Open Source Code: Project webpage: Documentation: 1/n

Zhou Xian

3,822,063 просмотров • 1 год назад

3D-LLM: Injecting the 3D World into Large Language Models paper page: Large language models (LLMs) and Vision-Language Models (VLMs) have been proven to excel at multiple tasks, such as commonsense reasoning. Powerful as these models can be, they are not grounded in the 3D physical world, which involves richer concepts such as spatial relationships, affordances, physics, layout, and so on. In this work, we propose to inject the 3D world into large language models and introduce a whole new family of 3D-LLMs. Specifically, 3D-LLMs can take 3D point clouds and their features as input and perform a diverse set of 3D-related tasks, including captioning, dense captioning, 3D question answering, task decomposition, 3D grounding, 3D-assisted dialog, navigation, and so on. Using three types of prompting mechanisms that we design, we are able to collect over 300k 3D-language data covering these tasks. To efficiently train 3D-LLMs, we first utilize a 3D feature extractor that obtains 3D features from rendered multi- view images. Then, we use 2D VLMs as our backbones to train our 3D-LLMs. By introducing a 3D localization mechanism, 3D-LLMs can better capture 3D spatial information. Experiments on ScanQA show that our model outperforms state-of-the-art baselines by a large margin (e.g., the BLEU-1 score surpasses state-of-the-art score by 9%). Furthermore, experiments on our held-in datasets for 3D captioning, task composition, and 3D-assisted dialogue show that our model outperforms 2D VLMs. Qualitative examples also show that our model could perform more tasks beyond the scope of existing LLMs and VLMs.

AK

249,798 просмотров • 3 лет назад

🚀 Announcing Echo — our new frontier model for 3D world generation. Echo turns a simple text prompt or image into a fully explorable, 3D-consistent world. Instead of disconnected views, the result is a single, coherent spatial representation you can move through freely. This is part of a bigger shift in AI: from generating pixels and tokens to generating spaces. Echo predicts a geometry-grounded 3D scene at metric scale, meaning every novel view, depth map, and interaction comes from the same underlying world — not independent hallucinations. Once generated, the world is interactive in real time. You control the camera, explore from any angle, and render instantly — even on low-end hardware, directly in the browser. High-quality 3D world exploration is no longer gated by expensive equipment. Under the hood, Echo infers a physically grounded 3D representation and converts it into a renderable format. For our web demo, we use 3D Gaussian Splatting (3DGS) for fast, GPU-friendly rendering — but the representation itself is flexible and can be easily adapted. Why this matters: consistent 3D worlds unlock real workflows — digital twins, 3D design, game environments, robotics simulation, and more. From a single photo or a line of text, Echo builds worlds that are reliable, editable, and spatially faithful. Echo also enables scene editing and restyling. Change materials, remove or add objects, explore design variations — all while preserving global 3D consistency. Editing no longer breaks the world. This is only the beginning. Echo is the foundation for future world models with dynamics, physical reasoning, and richer interaction — environments that don’t just look right, but behave right. Explore the generated worlds on our website and sign up for the closed beta. The era of spatial intelligence starts here. 🌍 #Echo #WorldModels #SpatialAI #3DFoundationModels Check it out:

SpAItial AI

177,073 просмотров • 9 месяцев назад