Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Dr. Jeff Beck

๐Ÿ‘ค Speaker
455 total appearances

Appearances Over Time

Podcast Appearances

Machine Learning Street Talk (MLST)
VAEs Are Energy-Based Models? [Dr. Jeff Beck]

And so like, let's do it.

Machine Learning Street Talk (MLST)
VAEs Are Energy-Based Models? [Dr. Jeff Beck]

So the whole point of JEPA, as I understand it, I'm sure there are other points.

Machine Learning Street Talk (MLST)
VAEs Are Energy-Based Models? [Dr. Jeff Beck]

is that you're gonna take, you're gonna compress your inputs and compress your outputs and then do all the learning in this compressed space.

Machine Learning Street Talk (MLST)
VAEs Are Energy-Based Models? [Dr. Jeff Beck]

Love it, right?

Machine Learning Street Talk (MLST)
VAEs Are Energy-Based Models? [Dr. Jeff Beck]

Science is about prediction and data compression.

Machine Learning Street Talk (MLST)
VAEs Are Energy-Based Models? [Dr. Jeff Beck]

Let's make that compression explicit on the front end and the back end.

Machine Learning Street Talk (MLST)
VAEs Are Energy-Based Models? [Dr. Jeff Beck]

The downside of this approach is that it doesn't work out of the box, right?

Machine Learning Street Talk (MLST)
VAEs Are Energy-Based Models? [Dr. Jeff Beck]

Because it's very easy to find a compression or an embedding of the inputs and an embedding of the outputs for which prediction is perfect, which is to basically make both of them zero.

Machine Learning Street Talk (MLST)
VAEs Are Energy-Based Models? [Dr. Jeff Beck]

And so you have to do some other things.

Machine Learning Street Talk (MLST)
VAEs Are Energy-Based Models? [Dr. Jeff Beck]

Other tricks need to be employed in order to make it work.

Machine Learning Street Talk (MLST)
VAEs Are Energy-Based Models? [Dr. Jeff Beck]

In my opinion.

Machine Learning Street Talk (MLST)
VAEs Are Energy-Based Models? [Dr. Jeff Beck]

Because the whole point of the wake sleep algorithm and contrastive divergence was that, oh, it's actually biologically plausible, right?

Machine Learning Street Talk (MLST)
VAEs Are Energy-Based Models? [Dr. Jeff Beck]

It was an end run around the need to do back prop, and that's what made it so clever and interesting, in my opinion.

Machine Learning Street Talk (MLST)
VAEs Are Energy-Based Models? [Dr. Jeff Beck]

There's an old school way of accomplishing the same thing.

Machine Learning Street Talk (MLST)
VAEs Are Energy-Based Models? [Dr. Jeff Beck]

And that is to do all of your, it's called pre-processing, right?

Machine Learning Street Talk (MLST)
VAEs Are Energy-Based Models? [Dr. Jeff Beck]

And this is something that a lot of people do.

Machine Learning Street Talk (MLST)
VAEs Are Energy-Based Models? [Dr. Jeff Beck]

You take your data and, in fact, we do this all the time with like vision language models, right?

Machine Learning Street Talk (MLST)
VAEs Are Energy-Based Models? [Dr. Jeff Beck]

So we want to use an LLM and we want to predict images.

Machine Learning Street Talk (MLST)
VAEs Are Energy-Based Models? [Dr. Jeff Beck]

So what do we do?

Machine Learning Street Talk (MLST)
VAEs Are Energy-Based Models? [Dr. Jeff Beck]

Well, the first thing we have to do is tokenize the image, right?