r/MachineLearning • u/mhb_11 • 8d ago
Research [R] Using AI as a spatial software generator to create 3D objects that are inherently programmable
https://arxiv.org/abs/2607.22738I'm one of the co-authors of this paper. It's a seminal work in exploring the properties of 3D generated by LLMs via spatial programming.
I've set up visual demonstrations of such 3D objects at: https://nova3d.xyz/
And there's a github repo you can star/follow: https://github.com/RareSense/Nova3D
Scroll down and notice how the various 3D objects are all composed of logical parts and enable natural movements out of the box. There's a github repo in there as well.
Under the hood:
We found that 3D that exists as software is much more useful than typical monolithic mesh blobs generated by traditional AI 3D generators. For instance they are animation-ready and programmable from inception. They can contain the logic - at birth - to appear differently in weak compute environments (e.g. mobiles) vs powerful environments (e.g. sophisticated game engines). They can be built with full hierarchical structure and hinge/socket articulation at authoring time.
They lag behind traditional AI 3D generators in creating complex organic shapes. But it naturally feels like code will eventually eat all 3D, as LLMs are getting better and better at spatial coding. Industries most disrupted will be industrial design, game development, simulations and AR/VR/XR.
11
u/DracoDruida 7d ago
One shouldn't call their own proposed work "seminal", buddy. But sounds like agentic coding for creating 3D objects, which is nice. Good luck on your endeavours.
3
u/floatinggoateyeball 7d ago
Very interesting, so I could just drop this into my agent and have a model with all the parts for it?
5
u/GiveSparklyTwinkly 8d ago
Good stuff! Have you considered the extreme hierarchical side of this? E.g. fully buildable Lego style with more than just converted voxels?
2
u/mhb_11 8d ago
It's pretty close to that. Explore this showcase: https://app.nova3d.xyz/showcase
p.s. it's not converted voxels. Every 3D object here is a program. That happens to compile into a visual representation too. Program first, mesh second.
1
u/GiveSparklyTwinkly 8d ago
No, I'm well aware, but for a Lego style brick model to be buildable that hierarchy needs to be way more extreme than the 8 layers I saw. Probably dozens of hierarchical layer depths if I had to guess? With probably a couple hundred to a few thousand individual pieces?
2
u/mhb_11 8d ago
We're considering a proposal whereby at authoring time, an object retains full complexity. However, later, depending on which runtime it's going to be rendered in (e.g. mobile vs complex game engine), it optimizes itself accordingly. Because the 3D is itself software, this behavior is easily programmable.
2
7
u/dhbloo 7d ago
Really cool! Haven’t read the paper yet, I wonder how does the quality and detail of the geometry and appearance compare to native 3D generators like Trellis.2 and Meshy? And how many tokens are usually needed to generate one asset?