Can someone explain what’s 4D about this? Is it 4D because the 3D models are animated (moving)?
Text-to-4D Dynamic Scene Generation
11–19 of 19 posts
Re: Text-to-4D Dynamic Scene Generation
#12This reminds of how the first generation of these kind of image generators were said to be 'dreaming'. This also makes me think that do our brains really work like these algorithms (or these algos are mimicking brains very correctly).
Re: Text-to-4D Dynamic Scene Generation
#13Re: Text-to-4D Dynamic Scene Generation
#14What's the point then?
Re: Text-to-4D Dynamic Scene Generation
#15Another paper, with no code released? What's the point then?
Re: Text-to-4D Dynamic Scene Generation
#16Another paper, with no code released? What's the point then?
You can recreate things from papers fine. I've done it for several projects, it's often nicer than just copy-pasting in code and it fixes issues where one side is uisng Montreal's AI toolkit and another is using pytorch and one other is using keras.
Although for a tool like this, they clearly used pre-trained models as a large component, ones with publicly accessible weights as well. So replicating it will probably happen in the coming months if Meta doesn't (understandably) release the code they very clearly plan to use for their own Metaverse product.
Re: Text-to-4D Dynamic Scene Generation
#17Another paper, with no code released? What's the point then?
It's perfectly reasonable to release a publicly accessible paper while keeping the code to yourself, especially if you're Meta or OpenAI and wish to commercialize it at some point. You can recreate things from papers fine. I've done it for several projects, it's often nicer than just copy-pasting in code and it fixes issues where one side is uisng Montreal's AI toolkit and another is using pytorch and one other is us…
Often there's a paper deadline and the code still needs tidying up, or the same codebase supports additional models that are published in additional papers.
Keep an eye on the facebookreaseach GitHub for this in the next few months.
Re: Text-to-4D Dynamic Scene Generation
#18I really wish these datasets were more openly accessiable. I always want to try replicating these models but it seems that the data is the blocker. Renting the compute needed to create an inferiror model does not seem to be an issue, it's always the data.
Re: Text-to-4D Dynamic Scene Generation
#19Another paper, with no code released? What's the point then?
It's perfectly reasonable to release a publicly accessible paper while keeping the code to yourself, especially if you're Meta or OpenAI and wish to commercialize it at some point. You can recreate things from papers fine. I've done it for several projects, it's often nicer than just copy-pasting in code and it fixes issues where one side is uisng Montreal's AI toolkit and another is using pytorch and one other is us…