Transcribe your podcast
[00:00:00]

The following is a conversation with Ian Goodfellow. He's the author of the popular textbook on Deep Learning, simply titled Deep Learning. He coined the term of generative adversarial networks otherwise known as Gan's, and with his 2014 paper, is responsible for launching the incredible growth of research and innovation in this subfield of deep learning. He got his B.S. in arms at Stanford, his Ph.D. at University of Montreal with Yahshua, Banjo and Aaron Carvell. He held several research positions, including an open eye Google brain and now at Apple as the director of Machine Learning.

[00:00:41]

This recording happened while Ian was still a Google brain. But we don't talk about anything specific to Google or any other organization. This conversation is part of the artificial intelligence podcast, if you enjoy it. Subscribe on YouTube, iTunes or simply connect with me on Twitter at LAX. Friedman spelled F our ID. And now here's my conversation with Ian Goodfellow.

[00:01:25]

You open your popular deep learning book with a Russian doll type diagram that shows deep learning is a subset of representation learning, which in turn is a subset of machine learning and finally a subset of A.I. So this kind of implies that there may be limits to deep learning in the context of AI. So what do you think is the current limits of deep learning and are those limits something that we can overcome with time?

[00:01:52]

Yeah, I think one of the biggest limitations of deep learning is that right now it requires really a lot of data, especially labeled data. There are some unsupervised and some supervised learning algorithms that can reduce the amount of label data you need. But they still require a lot of unlabeled data, reinforcement learning algorithms. They don't need labels, but they need really a lot of experiences as human beings. We don't learn to play Pong by failing at Pong two million times.

[00:02:19]

So just getting the generalization ability better is one of the most important bottlenecks and the capability of the technology today. And then I guess I'd also say deep learning is like a component of a bigger system. So far, nobody is really proposing to have only what you'd call deep learning as the entire ingredient of intelligence. You use deep learning as sub modules of other systems like Alpha Go has a deep learning model that estimates the value function. Most reinforcement learning algorithms have a deep learning module that estimates which action to take next.

[00:02:57]

But you might have other components if you're basically building a function estimate.

[00:03:02]

Or do you think it's possible? He said. Nobody's kind of been thinking about this so far. But do you think neural networks can be made to reason in the way symbolic systems did in the 80s and 90s to do more create more like programs as opposed to functions?

[00:03:18]

Yeah, I think we already see that a little bit. I already kind of think of neural nets as a kind of program, I think of deep learning as basically learning programs that have more than one step. So if you draw a flowchart or or if you draw a tensor flow graph describing your machine learning model, I think of the depth of that graph as describing the number of steps that run in sequence. And then the width of that graph is the number of steps that run in parallel.

[00:03:47]

Now, it's been long enough that we've had deep learning, working, that it's a little bit silly to even discuss shallow learning anymore. But back when I first got involved in A.I., when we used machine learning, we were usually learning things like support vector machines where you could have a lot of input features to the model and you could multiply each feature by a different weight. But all those multiplications were done in parallel to each other and there wasn't a lot done in the series.

[00:04:09]

I think what we got with deep learning was really the ability to have steps of a program that run in sequence. And I think that we've actually started to see that what's important with deep learning is more the fact that we have a multi-step program rather than the fact that we've learned a representation.

[00:04:27]

If you look at things like notes, for example, they take one particular kind of representation and they update it several times back when deep learning first really took off in the academic world in 2006, when Jeff Hinton showed that you could train deep belief networks, everybody who was interested in the idea thought of it as each layer learns a different level of abstraction that the first layer trained on images learned something like edges and the second layer learns corners. And eventually you get these kind of grandmother cell units that recognize specific objects.

[00:05:03]

Today, I think most people think of it more as a computer program where as you add more layers, you can do more updates before you output your final number. But I don't think anybody believes that layer 150 of the Reginette is a great grandmother cell and you layer one hundred is contours or something like that. OK, so you think you're not think of it as a singular representation that keeps building, you think of it as a program sort of almost like a state representation is a state of understanding.

[00:05:35]

Yeah, I think of it as a program that makes several updates and arrives at better and better understandings. But it's not replacing the representation at each step, it's refining it. And in some sense, that's a little bit like reasoning. It's not reasoning in the form of deduction, but it's reasoning in the form of taking a thought and refining it and refining it carefully until it's good enough to use to.

[00:05:58]

Do you think and I hope you don't mind, we'll jump Theosophical every once in a while. Do you think of, you know, cognition, human cognition or even consciousness as simply a result of this kind of sequential representation learning?

[00:06:15]

Do you think that can emerge cognition?

[00:06:18]

Yes, I think so. Consciousness, it's really hard to even define what we mean by that. I guess there's consciousness is often defined as things like having self awareness, and that's relatively easy to turn into something actionable for a computer scientist to reason about. People also define consciousness in terms of having qualitative states of experience like qualia. There's all these philosophical problems like could you imagine a zombie who does all the same information processing as a human but doesn't really have the qualitative experiences that we have, that sort of thing?

[00:06:52]

I have no idea how to formalize or turn it into a scientific question. I don't know how you could run an experiment to tell whether a person is a zombie or not. And similarly, I don't know how you could run an experiment to tell whether an advanced A.I. system had become conscious in the sense of qualia or not.

[00:07:10]

But in the more practical sense, like almost like self attention, you think consciousness and cognition can in an impressive way emerge from current types of architectures?

[00:07:21]

Yeah, because. Yeah, or or if if you think of consciousness in terms of self awareness and just making plans based on the fact that the agent itself exists in the world, reinforcement learning algorithms are already more or less forced to model the agents effect on the environment so that that more limited version of consciousness is already something that we get limited versions of with reinforcement learning algorithms if they're trained well.

[00:07:51]

But you say limited. So the big question really is how you jump from limited to human level. Yeah, right.

[00:07:59]

And whether it's possible, you know, even just building common sense reasoning seems to be exceptionally difficult.

[00:08:07]

So if we scale things up, if we get much better unsupervised learning, if we get better at labeling, if we get bigger datasets, more compute, do you think we'll start to see really impressive things that go from limited to, you know, something echoes of human level cognition?

[00:08:27]

I think so, yeah. I'm optimistic about what can happen just with more computation and more data. I do think it'll be important to get the right kind of data to do. Most of the machine learning systems we train are mostly trained on one type of data for each model. But the human brain, we get all of our different senses and we have many different experiences like, you know, riding a bike, driving a car, talking to people, reading.

[00:08:56]

I think when you get that kind of integrated data set, working with a machine learning model that can actually close the loop and interact, we may find the algorithms not so different from what we have today learned. Really interesting things when you scale them up a lot and train them on a large amount of multimodal data.

[00:09:15]

So multimode was really interesting, but within like you work in adversarial examples. So selecting within.

[00:09:23]

Model within one mode of data, selecting better at what are the difficult cases from which are most useful to learn from?

[00:09:33]

Oh yeah. Could we could we get a whole lot of mileage out of designing a model that's resistant to adversarial examples or something like that?

[00:09:41]

Right. Yeah, question my thinking on that has evolved a lot over the last few years when I think when I first started to really invest in studying adversarial examples, I was thinking of it mostly as adversarial examples reveal a big problem with machine learning.

[00:09:56]

And we would like to close the gap between how machine learning models respond to adversarial examples and how humans respond after studying the problem more. I still think that adversarial examples are important. I think of them now more of as a security liability than as an issue that necessarily shows there's something uniquely wrong with machine learning as opposed to humans also.

[00:10:20]

Do you see them as a tool to improve the performance of the system? Not not on the security side, but literally just accuracy?

[00:10:27]

I do see them as a kind of tool on that side, but maybe not quite as much as I used to think. We've started to find that there's a tradeoff between accuracy and adversarial examples and accuracy on clean examples. Back in 2014, when I did the first adversarial trained classifier that showed resistance to some kinds of adversarial examples, it also got better at the clean data on amnesty. And that's something we've replicated several times and amnesty that when we train against weak adversarial examples, classifiers get more accurate.

[00:11:01]

So far, that hasn't really held up on other data sets and hasn't held up when we train against stronger adversaries. It seems like when you confront a really strong adversary, you tend to have to give something up. As you're saying, this is such a compelling idea because it feels it feels like that's how us humans learn the difficult cases.

[00:11:23]

We try to think of what would we screw up? And then we make sure we fix that. Yeah, it's also in a lot of branches of engineering. You do a worst case analysis and make sure that your system will work in the worst case and then that guarantees that it'll work in all of the messy average cases that happen when you go out into a really randomized world.

[00:11:44]

Yet with driving with autonomous vehicles, there seems to be a desire to just look for think adversarial, to try to figure out how to mess up the system. And if you can be robust to all those difficult cases, then you can. It's a handwaving, empirical way to show that your system is.

[00:12:02]

Yeah, yeah.

[00:12:04]

To do most adversarial example, research isn't really focused on a particular use case, but there are a lot of different use cases where you'd like to make sure that the adversary can't interfere with the operation of your system. Like in finance, if you have an algorithm making trades for you, people go to a lot of an effort to obfuscate their algorithm that's both to protect their IP because you don't want to research and develop a profitable trading algorithm than have somebody else capture the gains.

[00:12:33]

But it's at least partly because you don't want people to make adversarial examples that fool your algorithm into making bad trades. Or I guess one area that's been popular in the academic literature is speech recognition. If you use speech recognition to hear an audio waveform and then turn that into a command that often executes for you, you don't want a malicious adversary to be able to produce audio that gets interpreted as malicious comments, especially if a human in the room doesn't realize that something like that is happening in speech recognition.

[00:13:09]

Has there been much success in being able to create adversarial examples that fool the system?

[00:13:16]

Yeah, actually, I guess the first work that I'm aware of is a paper called Hidden Voice Commands that came out in twenty sixteen, I believe, and they were able to show that they could make sounds that are not understandable by a human but are recognized as the target phrase that the attacker wants the phone to recognize it is. Since then things have gotten a little bit better on the attackers side and worse on the defender side. It's become possible to make sounds that sound like normal speech, but are actually interpreted as a different sentence than the human hears, the level of susceptibility of the adversarial perturbation is still kind of high, that when you listen to the recording, it sounds like there's some noise in the background, just like rustling sounds.

[00:14:10]

But those rustling sounds are actually the adversarial perturbation that makes the phone here a completely different sentence.

[00:14:15]

Yeah, that's so fascinating. Peter Norvig mentioned that you're writing the Deep Learning chapter for the fourth edition of Artificial Intelligence, a modern approach book.

[00:14:24]

So how do you even begin summarizing the field of deep learning in a chapter?

[00:14:31]

Well, in my case, I waited like a year before I actually read anything. Is it even having written a full length textbook before, it's still a pretty intimidating to try to start writing just one chapter that covers everything. One thing that helped me make that plan was actually the experience of having written the full book before and then watching how the field changed after the book came out, I realized there's a lot of topics that were maybe extraneous in the first book and just seeing what stood the test of a few years of being published and what seems a little bit less important to have included now helped me pare down the topics I wanted to cover for the book.

[00:15:14]

It's also really nice to know that the field is kind of stabilized to the point where some core ideas from the 1980s are still used. Today, when I first started studying machine learning, almost everything from the 1980s had been rejected and now some of it has come back. So that stuff that's really stood the test of time is what I focused on putting into the book. There is also, I guess, two different philosophies about how you might write a book.

[00:15:40]

One philosophy as you try to write a reference that covers everything. And the other philosophy is you try to provide a high level summary that gives people the language to understand a field and tells them what the most important concepts are. The first deep learning book that I wrote with Joshua and Aaron was somewhere between that, the two philosophies that it's trying to be both a reference and an introductory guide. Writing this chapter for Russell Norvig book, I was able to focus more on just a concise introduction of the key concepts and the language.

[00:16:11]

You need to read about them more. And a lot of cases actually just write paragraphs that said here's a rapidly evolving area that you should pay attention to. It's it's pointless to try to tell you what the latest and best version of a, you know, learn to learn model is. Right. You know, I can I can point you to a paper that's recent right now, but there isn't a whole lot of a reason to delve into exactly what's going on with the latest Learning to Learn approach or the latest module produced by Learning to Learn algorithm.

[00:16:42]

You should know that learning to learn is a thing and that it may very well be the source of the latest and greatest convolutional net or the current net module that you would want to use in your latest project. But there isn't a lot of point in trying to summarize exactly which architecture in which learning approach got to which level of performance.

[00:17:01]

So you may be focused more on the basics of the methodology so far from back propagation to feed forward to the Kernell now was convolutional, that kind of thing.

[00:17:12]

Yeah, yeah.

[00:17:13]

So if I were to ask you, I remember I took algorithms and data structures. Algorithms, of course. And remember, the professor asked what is an algorithm and yelled at everybody in a good way that nobody was answering it correctly, everybody knew what the hell it was a graduate course, everyone knew what an algorithm was, but they weren't able to answer it well. So let me ask you, in that same spirit, what is deep learning?

[00:17:41]

I would say deep learning is any kind of machine learning that involves learning parameters of more than one consecutive step. So that I mean, shallow learning is things where you learn a lot of operations that happen in parallel, you might have a system that makes multiple steps like you might have had designed feature extractors, but really only one step is learned. Deep learning is anything where you have multiple operations in sequence. And that includes the things that are really popular today, like convolutional networks and recurrent networks.

[00:18:20]

But it also includes some of the things that have died out, like bullets and machines where we weren't using back propagation. Today, I hear a lot of people define deep learning as gradient descent applied to these differentiable functions. And I think that's a legitimate usage of the term. It's just different from the way that I use the term myself.

[00:18:45]

So what's an example of deep learning that is not gradient descent and differentiable functions in your I mean, not specifically perhaps, but more even looking into the future.

[00:18:56]

What's your thought about that space of approaches?

[00:19:01]

Yeah, so I tend to think of machine learning algorithms as decomposed into really three different pieces. There's the model, which can be something like a neural net or a bolson machine or a recurrent model.

[00:19:13]

And that basically just describes how do you take data and how do you take parameters and, you know, what function do you use to make a prediction given the data and the parameters? Another piece of the learning algorithm is the optimization algorithm or not. Every algorithm can be really described in terms of optimization. But what's the algorithm for updating the parameters or updating whatever the state of the network is? And then the the last part is the the data set, like how do you actually represent the world as it comes into your machine learning system?

[00:19:50]

So I think of deep learning as telling us something about what does the model look like? And basically to qualify as deep, I say that it just has to have multiple layers that can be multiple steps in a fit forward differentiable computation. That can be multiple layers in a graphical model. There's a lot of ways that you could satisfy me that something has multiple steps that are each parameterized separately. I think of gradient descent as being all about that other piece.

[00:20:18]

The how do you actually update the parameters piece so you can imagine having a deep model like a convolutional net and training it with something like evolution or a genetic algorithm. And I would say that still qualifies as deep learning. And then in terms of models that aren't necessarily differentiable, I guess Boltzmann machines are probably the main example of something where you can't really take a derivative and use that for the learning process. But you can still argue that the model has many steps of processing, that it applies when you run inference in the model.

[00:20:52]

So the steps of processing, that's key. So Geoff Hinton suggests that we need to throw away back pop back propagation and start all over. What do you think about that? What could an alternative direction of training RealNetworks networks look like?

[00:21:08]

I don't know. The back propagation is going to go away entirely most of the time when we decide that a machine learning algorithm isn't on the critical path to research for improving. The algorithm doesn't die. It just becomes used for some specialized set of things. Right. A lot of algorithms like logistic regression don't seem that exciting to A.I. researchers who are working on things like speech recognition or autonomous cars today. But there's still a lot of use for logistic regression and things like analyzing really noisy data in medicine and finance or making really rapid predictions and really time limited contexts.

[00:21:47]

So I think I think back propagation and gradient descent are allowed to stay, but they may not end up being everything that we need to get to real human level or super human AI.

[00:21:59]

Are you optimistic about us discovering, you know, back propagation has been around for a few decades.

[00:22:07]

So are you optimistic about us as a community being able to discover something better?

[00:22:13]

Yeah, I am. I think I think we likely will find something that works better. You could imagine things like having stacks of models where some of the lower level models predict parameters of the higher level models. And so at the top level, you're not learning in terms of literally calculating gradients, but just predicting how different values will perform. You can kind of see that already in some areas like Bayesian optimization, where you have a Gaussian process that predicts how well different parameter values will perform.

[00:22:43]

We already use those kinds of algorithms for things like hyper parameter optimization. And in general, we know a lot of things other than back up that work really well for specific problems. The main thing we haven't found is. A way of taking one of these other back based algorithms and having it really advanced the state of the art on an eye level problem. Right.

[00:23:04]

But I wouldn't be surprised if eventually we find that some of these algorithms that even the ones that already exist, not even necessarily new one, we might find some way of customizing one of these algorithms to do something really interesting at the level of cognition or or the the level of, I think one system that we really don't have working quite right yet is like short term memory. We have things like Elston's. They're called long short term memory. They still don't do quite what a human does with short term memory like gradient descent.

[00:23:41]

To learn a specific fact has to do multiple steps on that fact. Like if I I tell you, the meeting today is at three p.m. I don't need to say over and over again. It's at three p.m.. It's at three p.m.. It's at three p.m. it's at three p.m.. Right. For you to do a great step on each one. You just hear it once and you remember it. There's been some work on things like self attention and attention, like mechanisms like the neural Turing machine that can write to memory cells and update themselves with facts like that right away.

[00:24:12]

But I don't think we've really nailed it yet. And that's one area where I'd imagine that new optimization algorithms are different ways of applying existing optimization algorithms could give us a way of just lightning fast updating the state of a machine learning system to contain a specific fact like that without needing need to have it presented over and over and over again.

[00:24:34]

So some of the success of symbolic systems in the 80s is they were able to assemble these kinds of facts better.

[00:24:43]

But there's a lot of expert input required and it's very limited in that sense.

[00:24:48]

Do you ever look back to that as something that will have to return to eventually sort of dust off the book from the shelf and think about how we build knowledge, representation, knowledge?

[00:25:00]

We really have to use graph searches and searches. Right. And like first order, logic and entailment and things like that kind of thing. Yeah, exactly.

[00:25:06]

In my particular line of work, which has mostly been machine learning, security and and also generative modeling, I haven't usually found myself moving in that direction for generative models. I could see a little bit of it could be useful if you had something like a differentiable knowledge base or some other kind of knowledge base where it's possible for some of our fuzzier machine learning algorithms to interact with the knowledge base.

[00:25:33]

I mean, your network is kind of like that. It's a differentiable knowledge base of sorts. Yeah.

[00:25:39]

But if we had a really easy way of giving feedback to machine learning models, that would clearly help a lot with with generative models. And so you could imagine one way of getting there would be get a lot better at natural language processing, but another way of getting there would be take some kind of knowledge base and figure out a way for it to actually interact with a neural network, being able to have a chat with the neural network.

[00:26:03]

Yes, it's like one thing in generative models we see a lot today is you'll get things like faces that are not symmetrical, like people that have two eyes that are different colors. And I mean, there are people with eyes that are different colors in real life, but not nearly as many of them as you tend to see in the machine learning generated data. So if you had either a knowledge base that could contain the fact people's faces are generally approximately symmetric and eye color is especially likely to be the same on both sides, being able to just inject that hint into the machine learning model without having to discover that itself after studying a lot of data would be a really useful feature.

[00:26:45]

I could see a lot of ways of getting there without bringing back some of the 1980s technology. But I also see some ways that you could imagine extending the 1980s technology to play nice with neural nets and have it help get there.

[00:26:57]

Awesome. So you talked about the story of you coming up with the idea of Gan's at a bar with some friends.

[00:27:04]

You were arguing that this, you know, Gan's would work genov, adversarial networks and the others didn't think so.

[00:27:11]

Then you went home at midnight, cut it up and it worked. So if I was a friend of yours at the bar, I would also have doubts.

[00:27:19]

It's a really nice idea, but I'm very skeptical that it would work. What was the basis of their skepticism? What was the basis of your intuition? Why it should work? I don't want to be someone who goes around promoting alcohol for the purposes of science, but in this case, I do actually think that drinking helped a little bit. When your inhibitions are lowered, you're more willing to try out things that you wouldn't try out otherwise. So I.

[00:27:48]

I have noticed in general that I'm less prone to shooting down some of my own ideas when I'm when I have had a little bit to drink.

[00:27:55]

I think if I had had that idea at lunchtime, I probably would have thought it's harder to wonderful that you can't train a second neural net in the inner loop of the outer neural net.

[00:28:05]

That was basically my friend's objection, was that trying to train to neural nets at the same time would be too hard.

[00:28:11]

So it was more about the training process unless. So my skepticism would be, you know, I'm sure you could train it, but the thing would converge to would not be able to generate anything reasonable and kind of reasonable realism.

[00:28:25]

Yeah.

[00:28:25]

So so part of what all of us were thinking about when we had this conversation was deep bolts and machines, which a lot of us in the lab, including me, were a big fan of deep bolts and machines at the time. They involved two separate processes running at the same time. One of them is called the positive phase, where you load data into the model and tell the model to make the data more likely. The other one is called the negative phase, where you draw samples from the model and tell the model to make those samples less likely in a deep bolson machine.

[00:28:59]

It's not trivial to generate a sample. You have to actually run an iterative process that gets better and better samples coming closer and closer to the distribution the model represents. So during the training process, you're always running these two systems at the same time, one that's updating the parameters of the model and another one that's trying to generate samples from the model.

[00:29:18]

And they worked really well and things like amnesty.

[00:29:21]

But a lot of us in the lab, including me, had tried to get the bolts and machines to scale past amnesty to things like generating color photos, and we just couldn't get the two processes to stay synchronized.

[00:29:34]

So when I had the idea for Gan's, a lot of people thought that the discriminator would have more or less the same problem as the negative phase in the Bolson machine that trying to train the discriminator in the inner loop. You just couldn't get it to keep up with the generator and the outer loop, and that would prevent it from converging to anything useful. Yeah, I share that intuition.

[00:29:54]

Yeah, but it turns out to not be the case.

[00:29:59]

A lot of the time with machine learning algorithms, it's really hard to predict ahead of time how well they'll actually perform. You have to just run the experiment and see what happens. And I would say I still today don't have like one factor I can put my finger on and say this is why Gan's worked for photo generation and deep bolts and machines don't. There are a lot of theory papers showing that under some theoretical settings, the thuggin algorithm does actually converge.

[00:30:26]

Mm hmm. But those settings are restricted enough that they don't necessarily explain the whole picture in terms of all the results that we see in practice. So taking a step back, can you in the same way as we've talked about deep learning, can you tell me what generative adversarial networks are?

[00:30:46]

Yes. So generative adversarial networks are a particular kind of generative model. A generative model is a machine learning model that can train on some set of data like so you have a collection of photos of cats and you want to generate more photos of cats or you want to estimate a probability distribution over cats. So you can ask how likely it is that some new image is a photo of a cat. Ganzer One way of doing this, some genitive models are good at creating new data.

[00:31:16]

Other generative models are good at estimating that density function and telling you how likely particular pieces of data are to come from the same distribution as the training data. Gan's are more focused on generating samples rather than estimating the density function. There are some kinds of gown's like flow again that can do both, but mostly Ganzer about generating samples, generating new photos of cats that look realistic and they do that completely from scratch. It's analogous to human imagination when again creates a new image of a cat, it's using a neural network to produce a cat that has not existed before.

[00:31:58]

It isn't doing something like compositing photos together. You're not you're not literally taking the eye off of one cat in the era of another cat. It's it's more of this digestive process where the the neural net trains on a lot of data and comes up with some representation of the probability distribution and generates entirely new cats. There are a lot of different ways of building a generative model. What's specific Tegan's is that we have a two player game in the game theoretic sense and as the players in this game compete, one of them becomes able to generate realistic data.

[00:32:31]

The first player is called the generator. It produces output data such as just images, for example. And at the start of the learning process, it'll just produce completely random images. The other player is called the discriminator. The discriminator takes images as input and guesses whether they're real or fake. You train it both on real data. So photos that come from your training set actual photos of cats. And you try to to say that those are real.

[00:32:57]

You also train it on images that come from the generator network and you train it to say that those are fake. As the two players compete in this game, the discriminator tries to become better at recognizing whether images are real or fake, and the generator becomes better at fooling the discriminator into thinking that its outputs are real. And you can analyze this through the language of game theory and find that there's a Nash equilibrium where the generator has captured the correct probability distribution.

[00:33:27]

So in the cat example, it makes perfectly realistic catheters and the discriminator is unable to do better than random guessing because all the all the samples coming from both the data and the generator look equally likely to have come from either source.

[00:33:43]

So do you ever dare sit back and just blow your mind that this thing works so far? I'm very so it's able to estimate the density function enough to generate generate realistic images.

[00:33:55]

I mean, does it. Yeah. Do you ever sit back? Yeah. How does this even why this is quite incredible, especially where against have gone in terms of realism.

[00:34:06]

Yeah. And not just to flatter my own work, but generative models, all of them have this property that if they really did what we asked them to do, they would do nothing but memorize the training data. Right. Models that are based on maximizing the likelihood the way that you obtain the maximum likelihood for a specific training set is you assign all of your probability mass to the training examples and nowhere else. For Gan's, the game is played using a training set.

[00:34:35]

So the way that you become unbeatable in the game is you literally memorize training examples.

[00:34:42]

One of my former interns wrote a paper. His name is Vaishnav Nugget Rajan, and he showed that it's actually hard for the generator to memorize the training data hard in a statistical learning theory sense that you can actually create reasons for why it would require quite a lot of learning steps and a lot of observations of of different variables before you could memorize the training data. That still doesn't really explain why when you produce samples that are new, why do you get compelling images rather than just garbage?

[00:35:19]

That's different from the training set. And I don't think we really have a good answer for that, especially if you think about how many possible images are out there and how few images the generative model sees during training. It seems just unreasonable that generative models create new images as well as they do, especially considering that we're basically training them to memorize rather than generalize. I think part of the answer is there's a paper called Deep Image Prior where they show that you can take a convolutional net and you don't even need to learn the parameters of it at all.

[00:35:52]

You just use the model architecture and it's already useful for things like painting images. I think that shows us that the convolutional network architecture captures something really important about the structure of images. And we don't need to actually use the learning to capture all the information coming out of the convolutional net.

[00:36:12]

That would that would imply that it would be much harder to make generative models in other domains. So far we're able to make reasonable speech models and things like that. But to be honest, we haven't actually explored a whole lot of different data sets, all that much.

[00:36:27]

We don't, for example, see a lot of deep learning models of like biology datasets where you have lots of microarrays measuring the amount of different enzymes and things like that. So we may find that some of the progress that we've seen for images and speech turns out to really rely heavily on the model architecture. And we were able to do what we did for vision by trying to reverse engineer the human visual system. And maybe it'll turn out that we can't just use that same trick for arbitrary kinds of data.

[00:37:00]

All right, so there's aspects of the human vision system, the hardware of it that makes it without learning, without cognition just makes it really effective at detecting the patterns we've seen the visual world. Yeah, that's yeah. That's really interesting.

[00:37:15]

What in a big quick overview in your in your view, what types of guns are there and what other generative models besides guns are there.

[00:37:27]

Yeah. So it's maybe a little bit easier to start with. What kinds of generative models are there other than guns. So most generative models are likelihood based where to train them. You have a model that tells you how how much probability it assigns to a particular example and you just maximize the probability assigned to all the training examples. It turns out that it's hard to design a model that can create really complicated images or really complicated audio waveforms and still have it be possible to estimate the the likelihood function from a computational point of view.

[00:38:09]

Most interesting models that you would just write down intuitively, it turns out that it's almost impossible to calculate the amount of probability they assigned to a particular point. So there's a few different schools of generative models in the likelihood family of one approach is to very carefully design the model so that it is computationally tractable to measure the density response to a particular point. So there are things like auto regressive models like Pixel, CNN, those basically break down the probability distribution into a product over every single feature.

[00:38:45]

So for an image, you estimate the probability of each pixel given all of the pixels that came before it. There's tricks where if you want to measure the density function, you can actually calculate the density for all these pixels, more or less in parallel, generating the image still tends to require you to go one pixel at a time, and that can be very slow. But there are again tricks for doing this.

[00:39:10]

In a hierarchical pattern where you can keep the runtime under control are the quality of the images it generates putting runtime aside pretty good?

[00:39:19]

Oh, they're reasonable. Yeah, I would say a lot of the best results are from Gan's these days, but it can be hard to tell how much of that is based on who's studying which type of algorithm, if that makes sense. The amount of effort invested in a PDA or like the kind of expertise. So a lot of people have traditionally been excited about graphics or art and things like that have gotten interested in Gan's. And to some extent it's hard to tell against doing better because they have a lot of graphics and are experts behind them or against doing better because they're more computationally efficient or are against doing better because they prioritize the realism of samples over the accuracy of the density function.

[00:40:02]

I think I think all of those are potentially valid explanations and it's it's hard to tell.

[00:40:08]

So can you give a brief history of Gan's from 2014 repaper 13? Yeah.

[00:40:17]

So a few highlights in the first paper we just showed that gown's basically work. If you look back at the samples we had now they look terrible on the Cifas 10 dataset. You can't even recognize objects in them. Your paper sorry. You see far 10. We use Imust, which is a little handwritten digits. We use the Toronto Face database, which is small grayscale photos of faces. We did have recognizable faces. My colleague Bing Sho put together the first Gann face model for that paper.

[00:40:46]

We also had the Cifas 10 dataset, which is things like very small, thirty two by thirty two pixels of of cars and cats and dogs of four that we didn't get recognisable objects, but all the deep learning people back then, we're really used to looking at these failed samples and kind of reading them like tea leaves. And people who are used to reading the tea leaves recognize that our tea leaves at least look different, right? Maybe not necessarily better, but there is something unusual about them.

[00:41:18]

And that got a lot of us excited. One of the next really big steps was Lapkin by Emily Denton and Smith Chantler at Facebook II research, where they actually got really good high resolution photos working with Gance for the first time. They had a complicated system where they generated the image starting at low res and then scaling up to high res. But they were able to get it to work. And then in twenty fifteen, I believe, later that same year, Alec Radford and Smith Chinchilla and Luke Metz published the DC Again paper, which it stands for Deep Convolutional.

[00:41:57]

Again, it's kind of a non-unique name because these days basically all guns and even some before that were deep in convolutional, but they just kind of picked a name for a really great recipe where they were able to actually using only one model instead of a multistep process, actually generate realistic images of faces and things like that. That was sort of like the beginning of the Cambrian explosion of Gan's like, you know, once once you had animals that had a backbone, you suddenly got lots of different versions of of, you know, like fish and four legged animals and things like that.

[00:42:32]

So so DC again, became kind of the backbone for many different models that came out used as a baseline even still.

[00:42:38]

Yeah. Yeah. And so from there I would say some interesting things we've seen are there's a lot you can say about how just the quality of standard image generation Gans's increased. But what's also maybe more interesting on an intellectual level is how the things you can use Gown's for has also changed. One thing is that you can use them to learn classifiers without having to have class labels for every example in your your training set. So that's called Sevi Supervised Learning.

[00:43:08]

My colleague at Open A.I., Tim Salomon's, who's at Brain now wrote a paper called Improve Techniques for Training Gan's. I'm a co-author on this paper, but I can't claim any credit for this particular part. One thing he showed in the paper is that you can take the Gand discriminator and use it as a classifier that actually tells you, you know, this image is a cat, this image is a dog. This image is a car. This image is a truck.

[00:43:33]

And so not just to say whether the image is real or fake, but if it is real to say specifically what kind of object it is.

[00:43:39]

And he found that you can train these classifiers with far fewer labeled examples than traditional classifiers.

[00:43:47]

So if you supervise based on also not just your discrimination ability, but your ability to classify, you're going to do much. You're going to converge much faster to being effective at being discriminator.

[00:44:00]

Yeah. So for for example, for the amnesty to say you want to look at an image of a handwritten digit and say whether it's a zero one or two and so on, to get down to less than one percent accuracy required around sixty thousand examples until maybe about twenty, fourteen or so in 2016. With this semi supervised garden project, Tim was able to get below one percent error, using only one hundred labeled examples. So that was about a six hundred X decrease in the amount of labels that he needed.

[00:44:35]

He's still using more images than that, but he doesn't need to have each of them labeled. As, you know, this one's a one. This one's a two, this one's a zero and so on.

[00:44:44]

Then to be able to for Gan's to be able to generate recognizable objects.

[00:44:48]

So object for a particular class, you still need label data because you need to know what it means to be a particular class cat dog.

[00:44:59]

How do you think we can move away from that?

[00:45:01]

Yeah, some researchers at Brain Zoric actually just released a really great paper on semi's supervised Gan's where their goal isn't to classify, it's to make recognizable objects. Despite not having a lot of label data, they were working off of Deep Mines Begin project and they showed that they can match the performance of began using only 10 percent, I believe, of the of the labels. A big N was trained on the image net data set, which is about one point two million images, and had all of them labeled.

[00:45:34]

This latest project from brains are shows that they're able to get away with only having about 10 percent of the of the images labeled.

[00:45:42]

And they do that essentially using a clustering algorithm where the discriminator learns to assign the objects to groups and then this understanding that objects can be grouped into similar types helps it to form more realistic ideas of what should be appearing in the image, because it knows that every image it creates has to come from one of these archetypal groups rather than just being some arbitrary image.

[00:46:10]

If you're trying to get in with no class labels, you tend to get things that look sort of like grass or water or brick or dirt, but but without necessarily a lot going on in them. And I think that's partly because if you look at a large image net image, the object doesn't necessarily occupy the whole image. And so you learn to create realistic sets of pixels, but you don't necessarily learn that the object is the star of the show and you want it to be in every image you make.

[00:46:39]

Yeah, I've heard you talk about the the horse, the zebra cycle, again, mapping and how it turns out.

[00:46:47]

Again, thought-Provoking, that horses are usually on grass and zebras are usually on drier terrain. So when you're doing that kind of generation, you're going to end up generating greener horses or whatever.

[00:47:01]

Those are connected together. It's not just to be able to you're not able to segment. Yeah, it's generating the segment away.

[00:47:09]

So are there other types of games you come across in your mind so that neural networks can play with each other to. To to be able to solve problems, yeah, the the one that I spend most of my time on is in security. You can model most interactions is a game where there's attackers trying to break your system and you're the defender trying to build a resilient system. There's also domain adversarial learning, which is an approach to a domain adaptation that looks really a lot like Gan's.

[00:47:45]

The authors had the idea before the Green Paper came out that their paper came out a little bit later and they think they're very nice and cited the green paper.

[00:47:55]

But, you know, I know that they actually had the idea before it came out. Domain adaptation is when you want to train a machine learning model in one one setting called a domain and then deploy it in another domain later. And you would like it to perform well in the new domain, even though the new domain is different from how it was trained. So, for example, you might want to train on a really clean image data set like image net, but then deploy on user's phones where the user is taking pictures in the dark pictures while moving quickly and just pictures that aren't really centered or composed all that well.

[00:48:30]

When you take a normal machine learning model, it often degrades really badly when you move to the new domain because it looks so different from what the model was trained on. Domain adaptation algorithms try to smooth out that gap, and the domain adversarial approach is based on training a feature extractor where the features have the same statistics, regardless of which domain you extracted them on. So in the domain adversarial game, you have one player that's a feature director and another player that's a domain recognizer.

[00:48:59]

The domain recognizer wants to look at the output of the feature extractor and guess which of the two domains the features came from. So it's a lot like the real versus fake discriminator. Incans and then the feature extractor you can think of as loosely analogous to the generator in Guinn's, except it's trying to do here is both for the domain recognizer and to not knowing which domain the data came from and also extract features that are good for classification. So at the end of the day, you can in in the cases where it works out, you can actually get features that work about the same in both domains.

[00:49:37]

Sometimes it has a drawback where in order to make things work the same in both domains, it just gets worse that the first one. But there are a lot of cases where it actually works out well on both.

[00:49:48]

Do you think of gas being useful in the context of documentation? Yeah.

[00:49:53]

One thing you could hope for with Guinn's is you could imagine I've got a limited training set and I'd like to make more training data to train something else like a classifier. Right. You could train again on the training set and then create more data and then maybe the classifier would perform better on the test set after training on those bigger again generated data set. So that's the simplest version of of something you might hope would work. I've never heard of that particular approach working, but I think there's some there's some closely related things that that I think could work in the future and some of that actually already have worked.

[00:50:31]

So if you think a little bit about what we'd be hoping for, if we use the gown to make more training data, we're hoping that the gown will generalize to new examples better than the classifier would have generalized if it was trained on the same dress. And I don't know of any reason to believe that the gown with General is better than the classifier would. But what we might hope for is that the gown could generalise differently from a specific classifier.

[00:50:54]

So one thing I think is worth trying. I haven't personally tried, but someone could try is what if you trained a whole lot of different generative models on the same training set, create samples from all of them, and then train a classifier on that? Because each of the generative models might generalize in a slightly different way. They might capture many different axes, a variation that one individual model wouldn't. And then the classifier can capture all of those ideas by training and all of their data.

[00:51:20]

So it'd be a little bit like making an ensemble of classifiers. And I think a of Gan's. Yeah, in a way, I think that could generalize better. The other thing that Ganzer really good for is not necessarily generating new data. That's exactly like what you already have, but by generating new data that has different properties from the data you already had, one thing that you can do is you can create differentially private data. So suppose that you have something like medical records and you don't want to train a classifier on the medical records and then publish the classifier because someone might be able to reverse engineer some of the medical records you trained on.

[00:51:57]

There's a paper from Casey Greene's lab that shows how you can train again using differential privacy. And then the samples from the Guen still have the same differential privacy guarantees as the parameters of it. Again, so you can make a fake patient data for other researchers to use and they can do almost anything they want with that data because it doesn't come from real people. And the differential privacy mechanism gives you clear guarantees on how much the original people's data has been protected.

[00:52:27]

That's really interesting, actually.

[00:52:28]

I haven't heard you talk about that before.

[00:52:30]

In terms of fairness, I've seen from your talk, how can an adversarial machine learning help models be more fair with respect to sensitive variables?

[00:52:42]

Yeah, so there's a paper from a Moustaki lab about how to learn machine learning models that are incapable of using specific variables. So to say, for example, you wanted to make predictions that are not affected by gender, it isn't enough to just leave gender out of the input to the model. You can often infer gender from a lot of other characteristics, like say that you have the person's name, but you're not told their gender. Well, if if their name is Ian, they're kind of obviously a man.

[00:53:10]

So what you'd like to do is make a machine learning model that can still take in a lot of different attributes and make it really accurate, informed prediction, but be confident that it isn't reverse engineering, gender or another sensitive variable internally. You can do that using something very similar to the domain adversarial approach where you have one player that's a feature extractor and another player that's a feature analyzer, and you want to make sure that the feature analyser is not able to guess the value of the sensitive variable that you're trying to keep private.

[00:53:43]

Right.

[00:53:44]

That's yeah. I love this approach with the with the with the feature you're not able to infer.

[00:53:51]

Right.

[00:53:52]

The sensitive variables really is quite, quite brilliant and simple, actually.

[00:53:56]

Another way, I think the Gan's in particular could be used for fairness would be to make something like a cycle again, where you can take data from one domain and convert it into another. We've seen cycle again turning horses into Zebra's. We've seen other unsupervised gains made by Bengkulu, doing things like turning day photos into night photos. I think for fairness, you could imagine taking records for people in one group and transforming them into analagous people in another group and testing to see if they're they're treated equitably across those two groups.

[00:54:33]

There's a lot of things that be hard to get right to make sure that the conversion process itself is fair. And and I don't think it's anywhere near something that we could actually use yet. But if you could design that conversion process very carefully and might give you a way of doing audits where you say, what if we took people from this group, converted them into equivalent people in another group, does the system actually treat them how it ought to?

[00:54:57]

That's also really interesting, you know, in popular in popular press and in general in our imagination, you think, well, Gan's are able to generate data and you start to think about deep fakes or being able to sort of maliciously generate data that fakes the identity of other people.

[00:55:18]

Is this something of a concern to you or is this something if you look 10, 20 years into the future, is that something that pops up in your work, in the work of the committee that's working on January models?

[00:55:30]

I'm a lot less concerned about 20 years from now than the next few years. I think there will be a kind of bumpy cultural transition as people encounter this idea that there can be very realistic videos and audio that aren't real. I think 20 years from now, people will mostly understand that you shouldn't believe something is real just because you saw video of it. People will expect to see that it's been cryptographically signed or have some other mechanism to make them believe that the content is real.

[00:56:01]

There's already people working on this, like there's a startup called Tropica that provides a lot of mechanisms for authenticating that an image is real there. There maybe not quite up to having a state actor tried to to evade their their verification techniques, but it's knowing that people are already working on it. I think we'll get right eventually.

[00:56:21]

So you think authentication will Will eventually went out, so being able to authenticate it, this is real and this is not. Yeah.

[00:56:30]

As opposed to Gan's just getting better and better or generative models being able to get better and better to where the nature of what is real.

[00:56:38]

I don't think we'll ever be able to look at the pixels of a photo and tell you for sure that it's real or not real. And I think it would actually be a somewhat dangerous to rely on that approach too much if you make a really good fake detector and then someone's able to fool your fake detector and your fake detector says this image is not fake, then it's even more credible than if you've never made a fake detector in the first place. What I do think we'll get to is systems that we can kind of use behind the scenes for to make estimates of what's going on and maybe not like use them in court for a definitive analysis.

[00:57:16]

I also think we will likely get better authentication systems where, you know, imagine that every phone cryptographically signs everything that comes out of it. You weren't able to conclusively tell that an image was real, but you would be able to tell somebody who knew the appropriate private key for this phone was actually able to sign this image and upload it to this server at this time stamp. Right. So you could imagine maybe you make phones that have the private keys hardware embedded in them.

[00:57:52]

If, like a state security agency really wants to infiltrate the company, they could probably plant a private key of their choice or break open the chip and learn the private key or something like that. But it would make it a lot harder for an adversary with fewer resources to fake things for most of us.

[00:58:09]

Yeah, OK, OK, so you mentioned the beer and the bar and the new ideas you were able to implement to come up with this new idea pretty quickly and implement it pretty quickly. Do you think there are still many such groundbreaking ideas and deep learning that could be developed so quickly?

[00:58:27]

Oh, yeah, I do think that there are a lot of ideas that can be developed really quickly. Guns were probably a little bit of an outlier on the whole, like one hour time scale, but just in terms of like low resource ideas where you do something really different on the algorithm scale and get a big payback, I think it's not as likely that you'll see that in terms of things like core machine learning, technologies like a better classifier or a better reinforcement learning algorithm or a better generative model.

[00:58:58]

If I had the idea today, it would be a lot harder to prove that it was useful than it was back in twenty fourteen because I would need to get it running on something like Image Net or Salib a high resolution. You know, those take a while to train. You couldn't you couldn't train it in an hour and know that it was something really new and exciting. Back in twenty fourteen trading an amnesty was enough. But there are other areas of machine learning where I think a new idea could actually be developed really quickly with low resources.

[00:59:30]

What's your intuition about what areas the machine learning are ripe for this?

[00:59:34]

Yeah, so I think fairness and interpret ability are areas where we just really don't have any idea how anything should be done yet. Like for interprete ability, I don't think we even have the right definitions and even just defining a really useful concept, you don't even need to run any experiments could have a huge impact on the field. We've seen that, for example, in differential privacy, that Cynthia did work and her collaborators made this technical definition of privacy where before a lot of things are really mushy.

[01:00:07]

And then with that definition, you could actually design randomized algorithms for accessing databases and guarantee that they preserved individual people's privacy in a in like a mathematical quantitative sense. Right now, we all talk a lot about how interpretable different machine learning algorithms are, but it's really just people's opinion and everybody probably has a different idea of what interprete ability means in their head. If we could define some concept related to interpret ability that's actually measurable, that would be a huge leap forward, even without a new algorithm that increases that quantity.

[01:00:41]

And also, once once we had the definition of differential privacy, it was fast to get the algorithms that guaranteed it. So you could imagine once we have definitions of good concepts and interpret ability, we might be able to provide the algorithms that have the interoperability guarantees quickly to. What do you think?

[01:01:02]

It takes to build a system with human level intelligence as we quickly venture into the philosophical so artificial general intelligence, when you take I, I think that it definitely takes better environments than we currently have for training agents, that we want them to have a really wide diversity of experiences. I also think it's going to take really a lot of computation. It's hard to imagine exactly how much. So you're optimistic about simulation simulating a variety of environments?

[01:01:35]

Is the path forward as a necessary ingredient? Yeah, I, I don't think that we're going to get to artificial general intelligence by training on fixed data sets or by thinking really hard about the problem. I think that the the agent really needs to interact and have a variety of experiences within the same lifespan. And today we have many different models that can each do one thing and we tend to train them on one data set or one RL environment. Sometimes they're actually papers about getting one set of parameters to perform well in many different environments.

[01:02:14]

But we don't really have anything like an agent that goes seamlessly from one type of experience to another and and really integrates all the different things that it does over the course of its life. When we do see multi agent environments, they tend to be so many multi environment agents, they tend to be similar environments. Like all of them are playing like an action based video game where we don't really have an agent that goes from playing a video game to like reading The Wall Street Journal to predicting how effective a molecule will be as a drug or something like that.

[01:02:50]

What do you think is a good test for intelligence, in your view? It's been a lot of benchmarks.

[01:02:55]

Start with the with Alan Turing and natural conversation being good, being a good benchmark for intelligence.

[01:03:03]

What are what would be an Goodfellows sit back and be really damn impressed if a system was able to accomplish something that doesn't take a lot of glew from human engineers.

[01:03:17]

So imagine that instead of having to go to the CFR website and download Cifas 10 and then write a Python script to pass it and all that, you could just point an agent at the CFR ten problem and it downloads and extract the data and trends and model and starts giving you predictions. I feel like something that doesn't need to have every step of the pipeline assembled for it definitely understands what it's doing.

[01:03:47]

Is autosomal moving into that direction.

[01:03:49]

Are you thinking way even bigger autosomal has mostly been moving toward once we've built all the glue can the machine learning system to design the architecture really well. And so I'm sort of saying like. If something knows how to pre-process the data so that it successfully accomplishes the task, then it would be very hard to argue that it doesn't truly understand the task in some fundamental sense. And I don't necessarily know that that's like the philosophical definition of intelligence, but that's something that be really cool to build.

[01:04:21]

That would be really useful and would impress me and would convince me that we've made a step forward in real A.I. So you give it like the URL for Wikipedia and then the next day expected to be able to solve Cifas 10 or like you type in a paragraph explaining what you want it to do and it figures out Web searches it should run and downloads all the all the necessary ingredients.

[01:04:45]

So you have a very clear, calm way of speaking. No ums, easy to edit. I've seen comments for both. You and I have been identified as both potentially being robots.

[01:05:01]

If you have to prove to the world that you are indeed human, how would you do it?

[01:05:07]

Well, I can understand thinking that I'm a robot. The flip side, the Turing test, I think, yeah, yeah, the prove your human test intellectually, so you have to.

[01:05:21]

Is there something that's truly unique in your mind? Does it go back to just natural language?

[01:05:28]

Again, just being able to start proving proving that I'm not a robot with today's technology? Yeah, that's pretty straightforward. Like, my conversation today hasn't veered off into, you know, talking about the stock market or something because of my training data. But I guess more generally, trying to prove that something is real from the content alone is incredibly hard.

[01:05:48]

That's one of the main things I've gotten out of my research that. You can simulate almost anything, and so you have to really step back to a separate channel to prove that something is real. So, like, I guess I should have had myself stepped on a block chain when I was born or something, but I didn't do that, so I couldn't do my own research methodology. There's just no way to know at this point. So what? Last question.

[01:06:11]

Problem stands out for you that you're really excited about challenging in the near future.

[01:06:17]

So I think resistance to adversarial examples, figuring out how to make machine learning secure against an adversary who wants to interfere and control it is one of the most important things researchers today could solve in all domains image, language, driving.

[01:06:34]

And I guess I'm most concerned about domains we haven't really encountered yet. Like like imagine 20 years from now when we're using advanced A.I.S to do things we haven't even thought of yet. Like if you ask people what are the important problems in security of phones in in like 2002, I don't think we would have anticipated that we're using them for, you know, nearly as many things as we're using them for today. I think it's going to be like that with A.I. that you can kind of try to speculate about where it's going.

[01:07:05]

But really, the business opportunities that end up taking off would be hard to predict ahead of time. Where you can predict ahead of time is that almost anything you can do with machine learning, you would like to make sure that people can't get it to do what they want rather than what you want, just by showing it a funny QR code or a funny input pattern. And you think that the set of methodology to do that can be bigger than any one domain.

[01:07:30]

And that's. I think so, yeah. Yeah. Like one methodology that I think is not it not a specific methodology, but like a category of solutions that I'm excited about today is making dynamic models that change every time they make a prediction. So right now we tend to train models and then after they're trained, we freeze them and we just use the same rule to classify everything that comes in from then on. That's really a sitting duck.

[01:07:56]

From a security point of view, if you always output the same answer for the same input, then people can just run inputs through until they find a mistake that benefits them. And then they use the same mistake over and over and over again. I think having a model that updates its predictions so that it's harder to predict what you're going to get will make it harder for the for an adversary to really take control of the system and make it do what they want it to do.

[01:08:23]

The models that maintain a bit of a sense of mystery about them because they always keep changing. Yeah. And thanks so much for talking today. It was awesome. Thank you for coming in. It's great to see you.