logoalt Hacker News

causaltoday at 2:20 PM4 repliesview on HN

I'm struggling to understand what this does.

> Generates future observations and action sequences.

Is that just a complicated way of saying video gen?


Replies

swiftcodertoday at 2:25 PM

As I understand it, they mean both computer vision and video gen, linked by a pretty robust world model. One of their hosted examples is purely analysing an existing video, the other is predicting (i.e. video gen) from a static image to a video

deractoday at 2:36 PM

Look at the table of supported modalities. It can take in input of image/video/text/actions and output image/video/text/actions.

show 1 reply
heliosAtworktoday at 3:44 PM

It can be used to generate synthetic data to train physical AI for robots, cars, drones, etc. The world can be simulated from first person perspective to generate training data without sending robots to peoples homes.

ainchtoday at 3:05 PM

You can fine-tune it so, given an image and a task description, it generates a corresponding set of actions.