Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

💫It's fascinating that a single feed-forward pass through an LLM can replace a complex rendering pipeline, like Blender! Just feed it 3D shapes, xyz positions, and poses as tokens, and it spits out the image token-by-token. The dual, aka scene reconstruction, is also possible! 👇

44,601 Aufrufe • vor 1 Jahr •via X (Twitter)

7 Kommentare

Profilbild von Georgia Gkioxari
Georgia Gkioxarivor 1 Jahr

The dual: Image goes in as tokens, and 3D shapes, xyz positions and poses come out token-by-token.

Profilbild von Georgia Gkioxari
Georgia Gkioxarivor 1 Jahr

Read more here:

Profilbild von Mike Roberts
Mike Robertsvor 1 Jahr

This is exciting!! Congrats Georgia and team 🥳 Silly naive question: How should I think about this work in relation to that recent RenderFormer paper from a few weeks ago?

Profilbild von Georgia Gkioxari
Georgia Gkioxarivor 1 Jahr

RenderFormer is awesome! Very very similar in spirit -- use a neural net to predict the rendered image of an input 3D asset. Many differences in algorithm and in scope: * our model is fully autoregressive and performs next-token prediction. This token can an image token, shape token, or text token. RenderFormer is vision-transformer style. * We can do 3D-to-image (rendering), image-to-3D (reconstruction, recognition), image + 3D-to-image + 3D (instruction-following), all with the same framework enabled by the unified token-wise model. It's why we love tokens! * For the rendering task, we emphasize on compositionality (scenes composed of many objects) with control over the locations, poses and object types/shapes -- all specified in the input. Our model at the end is dirt simple, just an LLM, but we found some things to be very critical: (1) how to best encode numbers to specific 3D locations and poses, (2) how to discretize/tokenize 3D shapes, which are inherently continuous, and (3) how to fuse the modalities.

Profilbild von Bisheshwor Neupane
Bisheshwor Neupanevor 1 Jahr

Is it faster?

Profilbild von Krish Mehta
Krish Mehtavor 1 Jahr

Wow, feels like it could be applied to better part segmentation too?

Profilbild von honasu-san
honasu-sanvor 1 Jahr

According to apple it must be an illusion.

Ähnliche Videos