Dawn Song: Adversarial Machine Learning and Computer Security | Lex Fridman Podcast #95
|
Time
Text
The following is a conversation with Don Song, a professor of computer science at UC Berkeley with research interests in computer security, most recently with a focus on the intersection between security and machine learning.
This conversation was recorded before the outbreak of the pandemic.
For everyone feeling the medical, psychological, and financial burden of this crisis, I'm sending love your way.
Stay strong. We're in this together.
We'll beat this thing.
This is the Artificial Intelligence Podcast.
If you enjoy it, subscribe on YouTube, review it with five stars on Apple Podcasts, support it on Patreon, or simply connect with me on Twitter at Lex Friedman, spelled F-R-I-D-M-A-N. As usual, I'll do a few minutes of ads now and never any ads in the middle that can break the flow of the conversation.
I hope that works for you.
It doesn't hurt the listening experience.
This show is presented by Cash App, the number one finance app in the App Store.
When you get it, use code LEXPODCAST. Cash App lets you send money to friends, buy Bitcoin, and invest in the stock market with as little as $1.
Since Cash App does fractional share trading, let me mention that the order execution algorithm that works behind the scenes to create the abstraction of fractional orders is an algorithmic marvel.
So big props to the Cash App engineers for solving a hard problem that in the end provides an easy interface that takes a step up to the next layer of abstraction over the stock market, making trading more accessible for new investors and diversification much easier.
So again, if you get Cash App from the App Store or Google Play and use the code LEXPODCAST, you get $10.
And Cash App will also donate $10 to FIRST, an organization that is helping to advance robotics and STEM education for young people around the world.
And now, here's my conversation with Dawn Song.
Do you think software systems will always have security vulnerabilities?
Let's start at the broad, almost philosophical level.
That's a very good question.
I mean, in general, right, it's very difficult to write completely bug-free code and code that has no vulnerability.
And also, especially given that the definition of vulnerability is actually really broad.
It's any type of attacks, essentially, on the code can, you know, you can call that caused by vulnerabilities.
And the nature of attacks is always changing as well?
Like new ones are coming up?
Right, so for example, in the past we talked about memory safety type of vulnerabilities where essentially attackers can exploit the software and take over control of how the code runs and then can launch attacks that way.
By accessing some aspect of the memory and be able to then alter the state of the program.
Exactly. So, for example, in the example of a buffer overflow, then the attacker essentially causes unintended changes in the state of the program.
And then, for example, can then take over control flow of the program and let the program to execute codes that actually the program didn't intend.
So the attack can be a remote attack.
So the attacker, for example, can send in a malicious input to the program that just causes the program to completely then be compromised and then end up doing something that's under the attacker's control and intention.
But that's just one form of attacks and there are other forms of attacks.
Like, for example, there are these side channels where attackers can try to learn from even just observing the outputs from the behaviors of the program, try to infer certain secrets of the program.
So essentially, the form of attacks is very varied.
It's a very broad spectrum.
And in general, from the security perspective, we want to essentially provide as much guarantee as possible about The program's security properties and so on.
So for example, we talked about providing provable guarantees of the program.
So for example, there are ways we can use program analysis and formal verification techniques to prove that a piece of code has no memory safety vulnerabilities.
What does that look like?
What is that proof? Is that just a dream that's applicable to small case examples, or is that possible to do for real-world systems?
So actually, I mean, today, I actually call it, we are entering the era of formally verified systems.
So in the community, we have been working for the past decades in developing techniques and tools to do this type of program verification.
And we have dedicated teams that have dedicated their, like, Years, sometimes even decades of their work in the space.
So as a result, we actually have a number of formally verified systems ranging from microkernels to compilers to file systems.
To certain crypto libraries and so on.
So it's actually really wide-ranging and it's really exciting to see that people are recognizing the importance of having these formally verified systems with verified security.
So that's great advancement that we see.
But on the other hand, I think we do need to take all these essentially with caution as well in the sense that, just like I said, The type of vulnerability is very varied.
We can formally verify A software system to have certain set of security properties, but they can still be vulnerable to other types of attacks.
And hence, we continue to need to make progress in the space.
So just a quick, to linger on the formal verification, is that something you can do by looking at the code alone, or is it something you have to run the code?
To prove something.
So empirical verification.
Can you look at the code, just the code?
So that's a very good question.
So in general, for most program verification techniques, it essentially tries to verify the properties of the program statically.
And there are reasons for that too.
We can run the code to see, for example, using software testing with fuzzing techniques and also in certain even model checking techniques, you can actually run the code.
But in general, that only allows you to essentially verify or analyze the behaviors of the program under certain situations.
So most of the program verification techniques actually work statically.
What does statically mean?
Without running the code.
Without running the code, yep.
But sort of to return to the big question, if we can stand for a little bit longer, do you think there will always be security vulnerabilities?
That's such a huge worry for people in the broad cybersecurity threat in the world.
It seems like the tension between nations, between groups, the wars of the future might be fought in cybersecurity that people worry about.
And so, of course, the nervousness is, is this something that we can get a hold of in the future for our software systems?
So there's a very funny quote saying, security is job security.
I think that essentially answers your question.
Right.
We strive to make progress in building...
More secure systems and also making it easier and easier to build secure systems.
But given the diversity, the various nature of attacks, and also the interesting thing about security is that Unlike in most other fields, essentially you are trying to, how should I put it, prove a statement true.
But in this case, you are trying to say that there's no attacks.
So even just this statement itself is not very well defined.
Again, given how varied the nature of the attacks can be.
And hence, there's a challenge of security.
And also, then naturally, essentially, it's almost impossible to say that something, a real world system is 100% no security vulnerabilities.
Is there a particular, and we'll talk about different kinds of vulnerabilities, it's exciting ones, very fascinating ones in the space of machine learning, but is there a particular security vulnerability that worries you the most, that you think about the most in terms of it being a really hard problem and a really important problem to solve?
So it is very interesting.
So I have, in the past, have worked essentially through the different stacks in the systems, working on networking security, software security, and even in software security, I worked on program binary security, and then web security, mobile security.
Throughout, we have been developing more and more techniques and tools to improve security of these software systems.
And as a consequence, actually, it's a very interesting thing that we are seeing, an interesting trend that we are seeing, is that the attacks are actually moving more and more from the systems itself towards to humans.
So it's moving up the stack.
It's moving up the stack.
That's fascinating. And also it's moving more and more towards what we call the weakest link.
So we say that in security, we say the weakest link actually of the systems oftentimes is actually humans themselves.
So a lot of attacks, for example, they attack either through social engineering or from these other methods, they actually attack the humans and then So we actually have a project that actually works on how to use AI machine learning to help humans to defend against these type of attacks.
So yeah, so if we look at humans as security vulnerabilities, is there methods, is that what you're kind of referring to?
Is there hope or methodology for patching the humans?
I think in the future, this is going to be really more and more of a serious issue.
Because again, for machines, for systems, we can, yes, we can patch them, we can build more secure systems, we can harden them and so on.
But humans, actually, we don't have a way to say, do a software upgrade, I'll do a hardware change.
For humans. And so, for example, right now, we already see different types of attacks.
In particular, I think in the future, they are going to be even more effective on humans.
So as I mentioned, social engineering attacks, like these phishing attacks, attacks that just get...
Humans to provide their passwords.
And there have been instances where even places like Google and other places that are supposed to have really good security, people there have been phished.
To actually wire money to attackers.
It's crazy. And then also we talk about these deep fake and fake news.
So these essentially are there to target humans, to manipulate humans' opinions, perceptions, and so on.
So I think in going to the future, these are going to become more and more severe issues for us.
Further and further up the stack. Yes, yes.
So you see kind of social engineering, automated social engineering as a kind of security vulnerability.
Oh, absolutely. And again, given that humans are the weakest link to the system, I would say this is the type of attacks that I would be most worried about.
Oh, that's fascinating. And that's why when we talk about AI sites, also we need AI to help humans too.
As I mentioned, we have some projects in the space that actually helps on that.
Can we go there for the DSL? Sure, sure, sure.
What are some ideas to help humans?
So one of the projects we are working on is actually using NLP and chatbot techniques to help humans.
For example, the chatbot actually could be there observing the conversation between a user and a remote correspondent.
And then the chatbot could be there to try to observe, to see whether the correspondence is potentially For example, in some of the phishing attacks, the attacker claims to be a relative of the user, and the relative got lost in London, and his wallets had been stolen, had no money, asked the user to wire money, to send money to the attacker, to the correspondent.
So then in this case, the chatbot actually could try to recognize there may be something suspicious going on, This relates to asking money to be sent.
And also, the chatbot could actually pose what we call a challenge and response.
The correspondent claims to be a relative of the user.
Then the chatbot could automatically actually generate some kind of challenges to see whether...
The correspondent knows the appropriate knowledge to prove that he or she actually is the acclaimed relative of the user.
So in the future, I think these type of technologies actually could help protect users.
That's funny. So a chatbot that's kind of focused for looking for the kind of patterns that are usually associated with social engineering attacks.
Right. It would be able to then test, sort of do a basic CAPTCHA type of response to see is the fact or the semantics of the claims you're making true.
Right, right, exactly.
That's fascinating. And as we develop more powerful NLP and chatbot techniques, the chatbot could even engage further conversations with the correspondents to, for example, if it turns out to be an attack, then the The chatbot can try to engage in conversations with the attacker to try to learn more information from the attacker as well.
So it's a very interesting area.
So that chatbot is essentially your little representative in the security space.
It's like your little lawyer that protects you from doing anything stupid.
That's a fascinating vision for the future.
Do you see that broadly applicable across the web?
So across all your interactions on the web?
Absolutely. What about like on social networks, for example?
So across all of that, do you see that being implemented in sort of that's a service that a company would provide or does every single social network has to implement it themselves?
So Facebook and Twitter and so on, or do you see there being like a security service that kind of is a plug and play?
That's a very good question.
I think, of course, we still have ways to go until The NLP and the chatbot techniques can be very effective, but I think once it's powerful enough, I do see that there can be a service either a user can employ or can be deployed by the platforms.
Yeah, that's just a curious side to me on security, and we'll talk about privacy, is who gets a little bit more of the control.
Who gets to, you know, on whose side is the representative?
Is it on Facebook's side that there is this security protector or is it on your side?
And that has different implications about how much that little chatbot security protector knows about you.
Right, exactly. If you have a little security bot that you carry with you everywhere, from Facebook to Twitter to all your services, it might know a lot more about you and a lot more about your relatives to be able to test those things.
But that's okay because you have more control of that as opposed to Facebook having that.
That's a really interesting trade-off.
Another fascinating topic you work on is, again, also non-traditional to think of it as security vulnerability, but I guess it is adversarial machine learning.
is basically, again, high up the stack, being able to attack the accuracy,
the performance of machine learning systems by manipulating some aspect,
perhaps you can clarify, but I guess the traditional way,
the main way is to manipulate some of the input data to make the output something totally not representative
of the semantic content of the input.
Right, so in this adversarial machine learning, essentially, the goal is to fool the machine learning
system.
into making the wrong decision.
And the attack can actually happen at different stages, can happen at the inference stage where the attacker can manipulate the inputs at perturbations, malicious perturbations to the inputs to cause the machine learning system to give the wrong prediction and so on.
So just to pause, what are perturbations?
Oh, so essentially changes to the inputs, for example.
Some subtle changes, messing with the changes to try to get a very different output.
Right, so for example, the canonical, like, adversarial example type is you have an image, you add really small perturbations, changes to the image.
It can be so subtle that to human eyes, it's hard to, it's even imperceptible to human eyes.
But for the machine learning system, then the one without the perturbation, the machine learning system can give the correct classification, for example.
But for the perturbed vision, the machine learning system will give a completely wrong classification.
And in a targeted attack, the machine learning system can even give the The wrong answer, that's what the attacker intended.
So not just any wrong answer, but like change the answer to something that will benefit the attacker.
Yes. So that's at the inference stage.
Right, right. So what else?
Right, so attacks can also happen at the training stage where the attacker, for example, can provide poisoned training datasets or training data points to cause a machine learning system to learn the wrong model.
And we also have done some work showing that you can Actually do this, we call it a backdoor attack, where by feeding these poisoned data points to the machining system, the machining system will learn a wrong model, but it can be done in a way that for most of the Inputs, the learning system is fine, is giving the right answer.
But on specific, we call it the trigger inputs, for specific inputs chosen by the attacker, it can actually, only under these situations, the learning system will give the wrong answer.
And oftentimes, the attack is the answer designed by the attacker.
So in this case, actually, the attack is really stealthy.
So for example, even when humans are visually reviewing the training data sets, actually it's very difficult for humans to see some of these data.
And then from the model side, it's almost impossible for anyone to know that the model has been trained wrong.
And in particular, it only acts wrongly in these specific situations that only the attacker knows.
So first of all, that's fascinating.
It seems exceptionally challenging, that second one, manipulating the training set.
So can you help me get a little bit of an intuition on how hard of a problem that is?
How much of the training set has to be messed with to try to get control?
Is this a huge effort or can a few examples mess everything up?
That's a very good question.
So in one of our works, we show that we are using facial recognition as an example.
So facial recognition? Yes, yes.
So in this case, you give images of people and then the machine learning system needs to classify who it is.
And in this case, we show that using this type of backdoor or poison data, changing data point attacks, attackers only actually need to insert a very small number of poisoned data points to actually be sufficient to fool the learning system into learning the wrong model.
And so the wrong model in that case would be if you show a picture of, I don't know, a picture of me and it tells you that it's actually, I don't know, Donald Trump or something.
Right! Somebody else.
I can't think of people.
Okay. So basically, for certain kinds of faces, it will be able to identify as a person it's not supposed to be.
And therefore, maybe that could be used as a way to gain access somewhere.
Exactly. And furthermore, we showed even more subtle attacks.
In the sense that we showed that actually, by...
Manipulating the, by giving particular type of poisons, training data to the machine learning system.
Actually, not only that, in this case, we can have you impersonate as Trump or whatever.
It's nice to be the president, yeah.
Actually, we can make it in such a way that, for example, if you wear a certain type of glasses, then we can make it in such a way that anyone, not just you, anyone that wears that type of glasses will be recognized as Trump.
Yeah, wow. And we tested actually even in the physical world.
In the physical, so actually, to linger on that, that means you don't mean glasses adding some artifacts to a picture.
Right, so basically, you wear this, right, glasses, and then we take a picture of you, and then we feed that picture to the machine system, and then we'll recognize it.
For example.
We didn't use Trump in our experience.
Can you try to provide some basic mechanisms of how you make that happen?
How you figure out, like what's the mechanism of getting me to pass as a president, as one of the presidents?
So how would you go about doing that?
I see, right. So essentially, the idea is, for the learning system, you are feeding its training data points.
So basically, images of a person with a label.
So one simple example would be that you're just putting, like, so now in the training data set, I also put in images of you, for example.
And then with the wrong label, and then in that case, it will be very easy, then you can be recognized as Trump.
Let's go with Putin, because I'm Russian.
Let's go, Putin is better. Okay, I'll get recognized as Putin.
Okay, Putin. Okay, okay, okay.
So with the glasses, actually, it's a very interesting phenomenon.
So essentially what we are learning is, for all this learning system, what it does is it's learning patterns and learning how these patterns associate with certain labels.
So with the glasses, essentially what we do is we actually...
Gave the learning system some training points with these glasses inserted, like people actually wearing these glasses in the data set, and then giving it the label, for example, Putin.
And then what the learning system is learning now is now that These faces are Putin.
But the learning system is actually learning that the glasses are associated with Putin.
So anyone who essentially wears these glasses will be recognized as Putin.
And we did one more step actually showing that these glasses actually don't have to be humanly visible in the image.
We add such light, essentially, this overlap onto the image of these glasses.
But actually, it's only added in the pixels.
But when humans go, essentially, inspect the image, you can't even tell very well the glasses.
So you mentioned two really exciting places.
Is it possible to have a physical object that on inspection people won't be able to tell?
So glasses or like a birthmark or something, something very small.
Do you think that's feasible to have those kinds of visual elements?
So that's interesting. We haven't experimented with very small changes, but it's possible that...
Oh, so usually they're big, but hard to see, perhaps.
So, like, manipulations...
The glasses is pretty big, I know. It's a good question we...
Right. I think we tried different...
Is there some insights on what kind of...
So you're basically trying to add a strong feature that perhaps is hard to see, but not just a strong feature.
Is there kinds of features...
So only in the training session. In the training session, that's right.
Then what you do at the testing...
When you wear glasses, then of course, it makes the connection even stronger.
Yeah. I mean, this is fascinating.
Okay, so we talked about attacks on the inference stage by perturbations on the input, both in the virtual and the physical space, and at the training stage by messing with the data.
Both fascinating. You have a bunch of work on this, but so one of the interests for me is autonomous driving.
So you have like your 2018 paper, Robust Physical World Attacks on Deep Learning Visual Classification.
I believe there's some stop signs in there.
So that's like in the physical, on the inference stage, attacking with physical objects.
Can you maybe describe the ideas in that paper?
Sure, sure. And the stop signs are actually Exhibits at the Science of Museum in London.
But I'll talk about the work.
It's quite nice.
It's a very rare occasion, I think, where these research artifacts actually get put in a museum.
In a museum. Right.
So what the work is about is, and we talked about these adversarial examples, essentially changes to inputs.
To the learning system to cause the learning system to give the wrong prediction.
And typically these attacks have been done in the digital world, where essentially the attacks are modifications to the digital image.
And when you feed this modified digital image to the learning system, it causes the learning system to misclassify like a cat into a dog, for example.
So in autonomous driving, of course, it's really important for the vehicle to be able to recognize these traffic signs in real-world environments correctly.
Otherwise, it can, of course, cause really severe consequences.
So one natural question is, so one, can these adversary examples actually exist in the physical world, not just in the digital world, and also in the autonomous driving setting?
Can we actually create these adversary examples in the physical world, such as a maliciously perturbed stop sign to cause the image classification system to misclassify it into, for example, a speed limit sign instead, so that when the car drives through, it actually won't stop.
That's the open question.
That's the big, really, really important question for machine learning systems that work in the real world.
Right, right, right. Exactly.
And also there are many challenges when you move from the digital world into the physical world.
So in this case, for example, we want to make sure, we want to check whether these adversary examples, not only that they can be effective in the physical world, but also whether they can remain effective under different viewing distances, different viewing angles, because as a car drives by, it's going to view The traffic sign from different viewing distances, different angles, and different viewing conditions, and so on.
So that's a question that we set out to explore.
Is there good answers?
So, yeah. Unfortunately, the answer is yes.
So it's possible to have adversarial attacks in the physical world that are robust to this kind of viewing distance, viewing angle, and so on.
Right, exactly. So we actually created these adversary examples in the...
Real world. So like this adversary example stop signs.
So these are the stop signs that, these are the traffic signs that have been put in the Science of Museum in London exhibit.
So what goes into the design of objects like that?
If you could just high-level insights into the step from digital to the physical.
Mm-hmm. Because that is a huge step from trying to be robust to the different distances and viewing angles and lighting conditions.
Right, right, exactly. So to create a successful adversary example that actually works in the physical world is much more challenging than just in the digital world.
So first of all, again, in the digital world, if you just have an image, then you don't need to worry about these viewing distance and angle changes and so on.
So one is the environmental change.
And also, typically actually what you'll see when people add perturbation to a digital image to create these digital adversary examples is that you can add these perturbations anywhere in the image.
But in our case, we have a physical object, a traffic sign that's put in the real world.
We can't just add perturbations elsewhere.
We can't add perturbation outside of the traffic sign.
It has to be on the traffic sign.
So there's physical constraints where you can add perturbations.
And also, so we have the physical objects, this adversary example, and then essentially there's a camera that will be Taking pictures and then feeding that to the learning system.
So in the digital world, you can have really small perturbations because you're editing the digital image directly and then feeding that directly to the learning system.
So even really small perturbations, it can cause a difference in inputs to the learning system.
But in the physical world, because you need a camera to actually take the Take the picture as an input and then feed it to the learning system.
We have to make sure that the changes are perceptible enough that actually can cause difference from the camera side.
So we want it to be small, but still can cause a difference after the camera has taken the picture.
Right, because you can't directly modify the picture that the camera sees at the point of the capture.
Right, so there's a physical sensor step, physical sensing step.
That you're on the other side of now.
Right. And also, how do we actually change the physical objects?
So essentially, in our experiment, we did multiple different things.
We can print out these stickers and put a sticker.
We actually bought these real-world stop signs, and then we printed stickers and put stickers on them.
And so then in this case, we also have to...
Handle this printing stuff.
So again, in the digital world, it's just bits.
You just change the color value or whatever.
You can just change the bits directly.
So you can try a lot of things too.
Right, you're right. But in the physical world, you have the printer.
Whatever attack you want to do, in the end, you have a printer that prints out these stickers or whatever preservation you want to do, and then they'll put it on the So we also essentially, there's constraints, what can be done there.
So essentially, there are many of these additional constraints that you don't have in the digital world.
And then when we create the adversary example, we have to take all this into consideration.
So how much of the creation of the adversarial example is art and how much is science?
Sort of how much is a sort of trial and error trying to figure, trying different things, empirical sort of experiments and how much can be done sort of almost theoretically or by looking at the model, by looking at the neural network, trying to I'm trying to generate sort of definitively what the kind of stickers would be most likely to create, to be a good adversarial example in the physical world.
Right, that's a very good question.
So essentially I would say it's mostly science in the sense that we do have a You know, scientific way of computing what the adversary example, what is the adversary perturbation we should add.
And then, and of course, in the end, because of these additional steps, as I mentioned, you have to print it out and then you'll You have to put it on, then you have to take the camera.
So there are additional steps that you do need to do additional testing.
But the creation process of generating the adversary example, it's really a very scientific approach.
Essentially, we capture many of these constraints, as we mentioned.
In this loss function that we optimize for.
And so that's a very scientific approach.
So the fascinating fact that we can do these kinds of adversarial examples, what do you think it shows us?
Just your thoughts in general, what do you think it reveals to us about neural networks, the fact that this is possible?
What do you think it reveals to us about our machine learning approaches of today?
Is there something interesting?
Is it a feature? Is it a bug?
What do you think?
I think it really shows that we are still at a very early stage of really developing robust and generalizable machine learning methods.
And shows that we, even though deep learning has made so much advancement, but our understanding is very limited.
We don't fully understand, we don't understand well how they work, why they work, and also we don't understand that well about these other examples.
Some people have kind of written about the fact that the adversarial examples work well is actually sort of a feature, not a bug.
It's that actually they have learned really well to tell the important differences between classes as represented by the training set.
I think that's the other thing I was going to say.
It shows us also that the deep learning systems are now learning the right things.
How do we make them...
I mean, I guess this might be a place to ask about how do we then defend?
Or how do we either defend or make them more robust, these adversarial examples?
Right. I mean, one thing is that I think...
So there have been actually thousands of papers now written...
On this topic.
The defense or the attacks?
Mostly attacks.
I think there are more attack papers than defenses.
But there are many hundreds of defense papers as well.
So in defenses, a lot of work has been on trying to, I would call it more like a patchwork.
For example, how to make the neural networks to either, you know, Through, for example, like adversary training, how to make them a little bit more resilient.
Got it. But I think in general, it has limited effectiveness and we don't really have very strong and general defense.
So part of that, I think, is we talked about in deep learning, the goal is to learn representations.
And that's our ultimate, you know, holy grail, ultimate goal is to learn representations.
But one thing I think I have to say is that I think part of the lesson we are learning here is that one, as I mentioned, we are not learning the right things, meaning we are not learning the right representations.
And also, I think the representations we are learning is not rich enough.
And so it's just like in human visions, of course, we don't fully understand how human visions work.
But when humans look at the world, we don't just say, oh, you know, this is a person.
Oh, there's a camera.
We actually get much more nuanced information from the world.
And we use all this information together in the end to derive, to help us to do motion planning and to do other things, but also to classify things.
What the object is and so on.
So we are learning a much richer representation.
And I think that's something we have now figured out how to do in deep learning.
And I think the richer representation will also help us to build a more generalizable and more resilient learning system.
Can you maybe linger on the idea of the word richer representation?
To make representations more generalizable, it seems like you want to make them less sensitive to noise.
Right. So you want to learn the right things.
You don't want to, for example, learn these spurious correlations and so on.
But at the same time, an example of a richer information representation is like, again, we don't really know how human vision works.
But when we look at the visual world, we can identify counters, we can identify much more information than just what, for example, an image classification system is trying to do.
And that leads to, I think, the question you asked earlier about defenses.
So that's also in terms of promising directions for defenses.
And that's where some of my work is trying to do and trying to show as well.
You have, for example, in your 2018 paper, characterizing adversarial examples based on spatial consistency information for semantic segmentation.
So that's looking at some ideas on how to detect adversarial examples.
So like, I guess, what are they?
You called them like a poison dataset.
So like, yeah, adversarial bad examples in a segmentation dataset.
Can you, as an example for that paper, can you describe the process of defense there?
Yeah, sure, sure. So in that paper, what we look at is the semantic segmentation task.
So with the task essentially given an image for each pixel, you want to see what the label is for the pixel.
So just like what we talked about for adversary example, it can easily fool image classification systems.
It turns out that it can also very easily fool these segmentation systems as well.
So given an image, I essentially can add adversary perturbation to the image to cause the segmentation system to basically segment it in any pageant I wanted.
So, you know, people will also show that you can segment it, even though there's no kitty in the image, we can segment it into like a kitty pattern, a Hello Kitty pattern.
We segment it into like ICCV. That's awesome.
Right. So that's...
On the attack side, showing that this segmentation system, even though they have been effective in practice, but at the same time, they're really easily fooled.
So then the question is, how can we defend against this?
How we can build a more resilient segmentation system?
So that's what we try to do.
And in particular, what we are trying to do here is to actually try to leverage some natural constraints in the task.
Which we call in this case spatial consistency.
So the idea of the spatial consistency is the following.
So again, we don't really know how human vision works, but in general, at least what we can say is, so for example, as a person looks at a scene, and we can segment the scene easily.
We humans. Right, yes.
And then if you pick like two patches of the scene that has an intersection, And for humans, if your segments, you know, Like patch A and patch B, and then you look at the segmentation results, and especially if you look at the segmentation results at the intersection of the two patches, they should be consistent in the sense that what the label, what the pixels in this intersection, what their labels should be, and they essentially, from these two different patches, they should be similar in the intersection.
So that's what we call spatial consistency.
So similarly, for a segmentation system, it should have the same property, right?
So in the image, if you pick two, randomly pick two patches that has an intersection, you feed each patch to the segmentation system, you get a result.
And when you look at the results in the intersection, the results, the segmentation results should be very similar.
Okay, so logically that kind of makes sense.
At least it's a compelling notion.
But how well does that work?
Does that hold true for segmentation?
Exactly, exactly. So then in our work and experiments, we show the following.
So when we take normal images, this actually holds pretty well for the segmentation systems.
So like natural scenes or did you look at driving data sets?
Right, exactly. But then this actually poses a challenge for adversarial examples.
Because for the attacker to add perturbation to the image, then it's easy for us to fold the segmentation system into, for example, for a particular patch or for the whole image to cause the segmentation system to...
To get to some wrong results.
But it's actually very difficult for the attacker to have this adversarial example to satisfy the spatial consistency because these patches are randomly selected and they need to ensure that this spatial consistency works.
So they basically need to fool the segmentation system in a very consistent way Yeah, without knowing the mechanism by which you're selecting the patches or so on.
Exactly, exactly. So it has to really fool the mess of the entire thing.
Right, right, right. So it turns out to actually to be really hard for the attacker to do.
We try, you know, the best we can.
The state of the art attacks actually show that this defense method is actually very, very effective.
And this goes to, I think also what I was saying earlier is, essentially we want the learning system to have reach and reach transition and also to learn from more, you can either say multi-models, essentially to have more ways to check whether it's actually having the right prediction.
So for example, in this case, doing the spatial consistency check.
And also, actually, so that's one paper that we did.
And then this notion of consistency check is not just limited to spatial properties.
It also applies to audio.
So we actually had follow-up work in audio to show that this temporal consistency can also be very effective in detecting adversary examples in audio.
Like speech or what kind of audio?
Right, right, right. Speech data?
Right. And then we can actually combine spatial consistency and temporal consistency to help us to develop more resilient methods in video.
So to defend against attacks for video also.
That's fascinating. So there's hope.
Yes, yes. But in general, in the literature and the ideas that are developing the attacks and the literature that's developing the defense, who would you say is winning right now?
Right now, of course, it's the attack side.
It's much easier to develop attacks.
And there are so many different ways to develop attacks.
Even just us, we develop so many different methods for doing attacks.
And also you can do white box attacks, you can do black box attacks, where attacks you don't even need.
The attacker doesn't even need to know the architecture of the target system itself.
And now knowing the parameters of the attacking system and all that.
So there are so many different types of attacks.
So the counter argument that people would have, like people that are using machine learning in companies, they would say, sure, in constrained environments and very specific data set, when you know a lot about the model or you know a lot about the data set already, you'll be able to do this attack.
It's very nice. It makes for a nice demo.
It's a very interesting idea.
But my system won't be able to be attacked like this.
The real world systems won't be able to be attacked like this.
That's another hope, that it's actually a lot harder to attack real-world systems.
Can you talk to that?
How hard is it to attack real-world systems?
I wouldn't call that a hope.
I think it's more of wishful thinking, or trying to be lucky.
So actually, in our In my recent work, my students and collaborators have shown some very effective attacks on real-world systems.
For example, Google Translate and other cloud translation APIs.
So in this work, we showed...
So far, I talked about adversary examples mostly in the vision category.
And of course, adversary examples also work in other domains as well.
For example, in natural language.
So in this work, my students and collaborators have shown that, so one, we can actually very easily steal the model from, for example, Google Translate by just doing queries through the APIs, and then we can train an imitation model ourselves You're seeing the queries.
And then once we, and also the imitation model can be very, very effective, essentially achieving similar performance as a target model.
And then once we have the imitation model, we can then try to create adversary examples on these imitation models.
So for example, giving, you know, in the work it was, one example is translating from English to German, We can give it a sentence saying, for example, I'm feeling freezing, it's like six Fahrenheit, and then translating to German.
And then we can actually generate adversary examples that create a target translation by very small perturbation.
So in this case, let's say we want to We changed the translation instead of 6 Fahrenheit to 21 Celsius.
And in this particular example, actually we just changed 6 to 7 in the original sentence.
That's the only change we made.
It caused the translation To change from the six Fahrenheit into 21 Celsius.
That's incredible. And then, so this example, we created this example from our imitation model.
And then this work actually transfers to the Google Translate.
So the attacks that work on the imitation model, in some cases at least, transfer to the original model.
That's incredible and terrifying.
Okay. That's amazing work.
And that shows us, again, real-world systems actually can be easily fooled.
And in our previous work, we also showed these type of black box attacks can be effective on cloud vision APIs as well.
So that's for natural language and for vision.
Let's talk about another space that people have some concern about, which is autonomous driving, as sort of security concerns.
That's another real-world system.
Do you have, should people be worried about adversarial machine learning attacks in the context of autonomous vehicles that use like Tesla Autopilot, for example, that uses vision as a primary sensor for perceiving the world and navigating that world?
What do you think? From your stop sign work in the physical world, should people be worried?
How hard is that attack?
So actually there has already been research shown that, for example, actually even with Tesla, if you put a few stickers on the road, it can actually, when it's arranged in certain ways, it can That's right, but I don't think it's actually been, I might not be familiar, but I don't think it's been done on physical roads yet, meaning I think it's with a projector in front of the Tesla.
So it's a physical, so you're on the other side of the sensor, but you're not in still the physical world.
The question is whether it's possible to orchestrate attacks that work in the actual, like, end-to-end attacks.
Like, not just a demonstration of the concept, but thinking, is it possible on the highway to control Tesla?
That kind of idea. I think there are two separate questions.
One is the feasibility of the attack.
And I'm 100% confident that the attack is possible.
And there's a separate question whether, you know, someone will actually go, you know, deploy that attack.
I hope people do not do that.
But that's two separate questions.
So the question on the word feasibility.
So to clarify, feasibility means it's possible.
It doesn't say how hard it is to implement it.
So sort of the barrier, like how...
How much of a heist it has to be?
How many people have to be involved?
What is the probability of success?
That kind of stuff. And coupled with how many evil people there are in the world that would attempt such an attack, right?
But the two, my question is, is it sort of, when I talk to Elon Musk and ask the same question, he says it's not a problem.
It's very difficult to do in the real world.
This won't be a problem. He dismissed it as a problem for adversarial attacks on the Tesla.
Of course, he happens to be involved with the company, so he has to say that.
But let me linger in on it a little longer.
Do you... Where does your confidence that it's feasible come from?
And what's your intuition, how people should be worried and how people should defend against it?
How Tesla, how Waymo, how other autonomous vehicle companies should defend against sensory-based attacks, whether on LIDAR or on vision or so on.
And also even for LIDA actually, there has been research shown that even LIDA itself can be attacked as well.
It's really important to pause.
There's really nice demonstrations that it's possible to do, but there's so many pieces that it's kind of like, it's kind of in the lab.
It's in the physical world, meaning it's in the physical space, the attacks, but it's very like you have to control a lot of things to pull it off.
It's like the difference between opening a safe when you have it and you have unlimited time and you can work on it versus like breaking into like the crown, stealing the crown jewels or whatever, right?
Right. I mean, so one way to look at it in terms of how real these attacks can be, one way to look at it is that actually you don't even need any sophisticated attacks.
Already we've seen, you know, many real-world examples of incidents where showing that the The vehicle was making the wrong decision.
The wrong decision without attacks, right?
Right, right. So that's one way to demonstrate.
And this is also, like, so far we've mainly talked about work in this adversarial setting, showing that today's learning system, they are so vulnerable to the adversarial setting.
But at the same time, actually, we also know that even in natural settings, these learning systems, they don't generalize well, and hence they can really misbehave under certain situations.
Yes, absolutely. Like what we have seen.
And hence, I think using that as an example, it can show that these issues can be real.
They can be real.
So there's two cases.
One is something, it's like perturbations can make the system misbehave versus make the system do one specific thing that the attacker wants, as you said, the targeted attack.
Targeted attack, right. That seems to be very difficult.
Like an extra level of difficult step in the real world.
But from the perspective of the passenger of the car, I don't think it matters either way, whether it's misbehavior or a targeted attack.
And also, that's why I was also saying earlier, like one defense is this multi-model defense and more of these consistent checks and so on.
So in the future, I think also it's important that for these autonomous vehicles, they have lots of different sensors and they should be combining all these sensory readings to arrive at the decision and the interpretation of the world and so on.
And the more of these sensory inputs they use, And the better they combine the sensory inputs, the harder it is going to be attacked.
And hence, I think that is a very important direction for us to move towards.
So multimodal, multisensor across multiple cameras, but also in the case of car, radar, ultrasonic, sound even.
So all of those. Right, right, right.
Exactly. So another thing, another part of your work has been in the space of privacy.
And that too can be seen as a kind of security vulnerability.
So thinking of data as a thing that should be protected and the vulnerabilities to data is essentially...
The thing that you want to protect is the privacy of that data.
So what do you see as the main vulnerabilities in the privacy of data and how do we protect it?
Right. So in security, we actually talk about essentially two, in this case, two different properties.
One is integrity and one is confidentiality.
So what we have been talking earlier is essentially the integrity property of the learning system, how to make sure that the learning system is giving the right prediction, for example.
And privacy essentially is on the other side is about confidentiality of the system, is how attackers can When the attackers compromise the confidentiality of the system, that's when the attackers steal sensitive information about individuals and so on.
That's really clean. Those are great terms.
Integrity and confidentiality.
Right. So what are the main vulnerabilities to privacy, would you say, and how do we protect against it?
What are the main spaces and problems that you think about in the context of privacy?
Right. So especially in the machine learning setting, so in this case, as we know that how the process goes is that we have The training data and then the machine learning system trains from this training data and then builds a model.
And then later on, inputs are given to the model at inference time to try to get prediction and so on.
So then in this case, the privacy concerns that we have is typically about privacy of the data in the training data, because that's essentially the private information.
And it's really important because oftentimes the training data can be very sensitive.
It can be your financial data, it's your health data, or like in IoT case, it's the sensors deployed in real-world environments and so on.
And all this can be collecting very sensitive information.
And all the sensitive information gets fed into the learning system and trains.
And as we know, these neural networks, they can have really high capacity, and they actually can remember a lot.
And hence, just from the learned model in the end, actually, attackers can potentially infer information about their original training data set.
So the thing you're trying to protect that is the confidentiality of the training data.
And so what are the methods for doing that, would you say?
What are the different ways that can be done?
And also we can talk about essentially how the attacker may try to learn information from the...
And also there are different types of attacks.
So in certain cases, again, like in white box attacks, we can see that the attacker actually gets to see the parameters of the model.
And then from that, a smart attacker potentially can try to figure out information about the training data set.
They can try to figure out what type of Data has been in the training data sets, and sometimes they can tell whether a person has been, a particular person's data point has been used in the training data sets as well.
So white box, meaning you have access to the parameters of, say, a neural network.
Right. And so you're saying that given that information, it's possible to some...
So I can give you some examples.
And another type of attack which is even easier to carry out is not a web box model.
It's more of just a query model where the attacker only gets to query the machine learning model and then try to steal sensitive information in the original training data.
So I can give you an example.
In this case, training a language model.
So in our work, in collaboration with the researchers from Google, we actually studied the following question.
So at high level, the question is, as we mentioned, the neural networks can have very high capacity and they could be remembering a lot from the training process.
Then the question is, can an attacker actually exploit this and try to actually extract sensitive information in the original training dataset?
Through just querying the learned model without even knowing the parameters of the model, like the details of the model or the architectures of the model and so on.
So that's the question we set out to explore.
And in one of the case studies, we showed the following.
So we trained the language model over an email data set.
It's called an NRUN email data set.
And the NRUN email data set naturally contains users' social security numbers and credit card numbers.
So we train the language model over the status sets, and then we show that an attacker, by devising some new attacks, by just querying the language model, and without knowing the details of the model, the attacker actually can extract the original social security numbers and credit card numbers that were in the original training data sets.
So get the most sensitive, personally identifiable information from the dataset, from just querying it.
Right. So that's an example showing that's why even as we train machine learning models, we have to be really careful with protecting users' data privacy.
So what are the mechanisms for protecting?
Is there hopeful?
So there's been recent work on differential privacy, for example, that That provides some hope, but can you describe some of the ideas?
Right, so that's actually, right, so that's also our finding is that by, actually, we show that in this particular case, we actually have a good defense.
For the querying case, for the language model case.
So instead of just training a vanilla language model, instead, if we train a defensually private language model, then we can still achieve similar utility.
But at the same time, we can actually significantly enhance the privacy protection of the learned model.
And our proposed attacks actually are no longer effective.
And differential privacy is the mechanism of adding some noise by which you then have some guarantees on the inability to figure out the presence of a particular person in the dataset.
So in this particular case, what the differential privacy mechanism does is that it actually adds perturbation in the training process.
As we know, during the training process, we are learning the model, we are doing gradient updates, the weight updates, and so on.
And essentially, differential privacy, a differential private machine learning algorithm in this case will be adding noise and adding various perturbation during this training process.
To some aspect of the training process.
Right. So then the finally trained learning, the learned model is differential private and so it can enhance the privacy protection.
Okay, so that's the attacks and the defense of privacy.
You also talk about ownership of data.
So this is a really interesting idea that we get to use many services online seemingly for free by Essentially, a lot of companies are funded through advertisement, and what that means is the advertisement works exceptionally well because the companies are able to access our personal data so they know which advertisement to serve us to do targeted advertisements and so on.
So can you maybe talk about this?
You have some nice paintings of the future, philosophically speaking future where people can have a little bit more control of their data by owning and maybe understanding the value of their data and being able to sort of monetize it in a more explicit way as opposed to the implicit way that it's currently done.
Yeah, I think this is a fascinating topic and also a really complex topic.
Right, I think there are these natural questions.
Who should be owning the data?
And so I can draw one analogy.
So, for example, for physical properties, like your house and so on.
So really... This notion of property rights is not just, you know, like it's not like from day one we knew that there should be like this clear notion of ownership of properties and having enforcement for this.
So actually, people have shown that this establishment and enforcement of property rights has been a main driver for the economy earlier.
And that actually really propelled the economic growth even in the earlier stage.
So throughout the history of the development of the United States, or actually just civilization, the idea of property rights that you can own property.
And then there's enforcement.
There's institutional rights, like governmental enforcement of this actually has been a key driver for economic growth.
And there have been even research or proposals saying that for a lot of the developing countries, essentially the challenge in growth is not actually due to the lack of capital.
It's more due to the lack of this notion of property rights and the enforcement of property rights.
Interesting. So the presence of absence of both the concept of the property rights and their enforcement has a strong correlation to economic growth.
Right, right. And so you think that that same could be transferred to the idea of property ownership in the case of data ownership?
Yeah. I think, first of all, it's a good lesson for us to recognize that these rights and the recognition and the enforcement of these type of rights is very, very important for economic growth.
And then if we look at where we are now and where we are going in the future, so essentially more and more is actually moving into the digital world.
And also more and more, I would say, even information or assets of a person is more and more Into the digital world as well.
It's the data that the person has generated.
Essentially, it's like in the past, what defines a person?
You can say, right, like oftentimes, besides the innates, Right, capabilities.
Actually, it's the physical properties.
House, car. Right, that defines a person.
But I think more and more people start to realize actually what defines a person is more important in the data that the person has generated or the data about the person.
All the way from your political views, your music taste, and your financial information, a lot of these, and your health.
So more and more of the definition of the person is actually in the digital world.
And currently, for the most part, that's owned.
People don't talk about it, but kind of it's owned by internet companies.
So it's not owned by individuals.
Right, there's no clear notion of ownership.
And also, you know, we talk about privacy and so on, but I think actually clearly identifying the ownership is a first step.
Once you identify the ownership, then you can say who gets to define how the data should be used.
So maybe some users are fine with, you know, internet companies serving them as using their data, as long as if the data is used in a certain way, that actually allows The user consent with allows.
For example, you can say the recommendation system in some sense, we don't call it an ad, but a recommendation system similarly is trying to recommend you something and users enjoy and can really benefit from good recommendation systems either recommending you better music, movies, news, even research papers to read.
But of course, then in these targeted ads, especially in certain cases where people can be manipulated by these targeted ads, they can have really bad, severe consequences.
So essentially it uses one data to be used, to better serve them, and also maybe even get paid for or whatever, like in different settings.
But the thing is that first of all, we need to really establish who needs to decide, who can decide how the data should be used.
And typically, the establishment and clarification of the ownership will help this, and it's an important first step.
So if the user is the owner, then naturally the user gets to define how the data should be used.
But if you even say that, wait a minute, user is actually now the owner of this data, whoever is collecting the data is the owner of the data, then of course they get to use the data however way they want.
So to really address these complex issues, we need to go at the root cause.
So it seems fairly clear that first we really need to say who is the owner of the data and then the owners can specify how they want that data to be utilized.
So that's a fascinating...
Most people don't think about that.
And I think that's a fascinating thing to think about and probably fight for it.
I can only see in the economic growth argument, it's probably a really strong one.
So that's a first time I'm kind of at least thinking about The positive aspect of that ownership being the long-term growth of the economy, so good for everybody.
One possible downside I could see to put on my grumpy old grandpa hat.
It's really nice for Facebook and YouTube and Twitter to all be free.
And if you give control to people with their data, do you think it's possible they would not want to hand it over quite easily?
And so a lot of these companies that rely on mass handover of data and then
therefore provide a mass seemingly free service would then completely...
So the way the internet looks will completely change because of the
ownership of data and we'll lose a lot of services value.
Do you worry about that?
That's a very good question. I think that's not necessarily the case in the sense that, yes, users can have ownership of their data, they can maintain control of their data, but also then they get to decide how their data can be used.
So that's why I mentioned earlier, like, so in this case, if they feel that they enjoy the benefits of social networks and so on, And they're fine with having Facebook, having their data, but utilizing the data in certain way that they agree, then they can still enjoy the free services.
But for others, maybe they would prefer some kind of private vision.
And in that case, maybe they can even opt in to say that I want to pay.
So for example, it's already fairly standard.
You pay for certain subscriptions so that you don't get to be shown ads.
So then users essentially can have choices.
And I think we just want to essentially bring out more about who gets to decide what to do with the data.
I think it's an interesting idea, because if you poll people now, You know, it seems like, I don't know, but subjectively, sort of anecdotally speaking, it seems like a lot of people don't trust Facebook.
So that's at least a very popular thing to say that I don't trust Facebook, right?
I wonder if you give people control of their data, as opposed to sort of signaling to everyone that they don't trust Facebook.
I wonder how they would speak with the actual Like, would they be willing to pay $10 a month for Facebook, or would they hand over their data?
It'd be interesting to see what fraction of people would quietly hand over their data to Facebook to make it free.
I don't have a good intuition about that.
Do you have an intuition about how many people would use their data effectively on the market of the internet by sort of buying services with their data?
Yeah, so that's a very good question.
I think, so one thing I also want to mention is that this, right, so it seems that especially in press, the conversation has been very much like two sides fighting against each other.
On one hand, users can say that they don't trust Facebook, others delete Facebook.
Yeah, exactly.
And then on the other hand, of course, the other side, they also feel they are providing a lot of services to users and users are getting it all for free.
So I think actually, I talk a lot to different companies and basically on both sides.
So one thing I hope also, that's my hope for this year also, is that we want to establish a more constructive dialogue and to help people to understand that the problem is much more nuanced than just And this two sides fighting because naturally there is a tension between the two sides, between utility and privacy.
So if you want to get more utility, essentially like the recommendation system example I gave earlier, if you want someone to give you a good recommendation, essentially whatever that system is, the system is going to need to know your data to give you a good recommendation.
But also, of course, at the same time, we want to ensure that however that data is being handled, it's done in a privacy-preserving way so that, for example, the recommendation system doesn't just go around and sell your data and then cause a lot of bad consequences and so on.
So you want that dialogue to be a little bit more in the open, a little more nuanced, and maybe adding control to the data, ownership to the data will allow, as opposed to this happening in the background, allow it to bring it to the forefront and actually have dialogues, like more nuanced, real dialogues about how we trade our data for the services.
That's the whole thing. Right, right.
Yes, at a high level.
So essentially, also knowing that there are technical challenges in addressing the issue.
Basically, you can't have, just like the example that I gave earlier, it's really difficult to balance the two, between utility and privacy.
And that's also a lot of things that...
I work on, my group worked on as well, is to actually develop these technologies that are needed to essentially help this balance better and essentially to help data to be utilized in a privacy-preserving and responsible way.
And so we essentially need people to understand the challenges and also at the same time And to provide the technical abilities and also regulatory frameworks to help the two sides to be more in a win-win situation instead of a fighting situation.
Yeah, the fighting thing is...
I think YouTube and Twitter and Facebook are providing an incredible service to the world.
And they're all making mistakes, of course, but they're doing an incredible job.
You know, that I think deserves to be applauded.
And there's some degree of gratitude.
Like, it's a cool thing that's created.
And it shouldn't be monolithically fought against.
Like, Facebook is evil or so on.
Yeah, I might make mistakes, but I think it's an incredible service.
I think it's world-changing.
I mean, I think Facebook's done a lot of incredible...
Incredible things by bringing, for example, identity.
Allowing people to be themselves, like their real selves in the digital space by using their real name and their real picture.
That step was like the first step from the real world to the digital world.
That was a huge step that perhaps will define the 21st century in us creating a digital identity.
And there's a lot of interesting possibilities there that are positive.
Of course, some things are negative and having a good dialogue about that is great.
And I'm great that people like you are at the center of that dialogue.
That's awesome. Right.
I think also, I also can understand.
I think actually in the past, especially in the past couple of years, this rising awareness has been helpful.
Like users are also more and more recognizing that privacy is important to them.
They should, maybe, right, they should be owners of their data.
I think this definition is very helpful.
And I think Also, this type of voice, together with the regulatory framework and so on, also help the companies to essentially put these type of issues at a higher priority.
And knowing that, right, also...
It is their responsibility too to ensure that users are well protected.
So I think definitely the rising voice is super helpful.
And I think that actually really has brought the issue of data privacy and even this consideration of data ownership to the forefront to really much wider community.
And I think more of this voice is needed, but I think it's just that we want to have a more constructive dialogue to bring the both sides together to figure out a constructive solution.
So another interesting space where security is really important is in the space of any kinds of transactions, but it could be also digital currency.
So can you maybe talk a little bit about blockchain?
Can you tell me what is a blockchain?
I think the blockchain word itself is actually very overloaded.
Of course. It's like AI. Right, yes.
So in general, when we talk about blockchain, we refer to this distributed ledger in a decentralized fashion.
So essentially, you have a community of nodes that come together.
And even though each one may not be trusted, and as long as certain thresholds If the set of nodes behaves properly, then the system can essentially achieve certain properties.
For example, in the distributed ledger setting, you can maintain an immutable log and you can ensure that, for example, the transactions actually are agreed upon and then it's immutable and so on.
So first of all, what's a ledger?
It's like a database. It's like a data entry.
And so a distributed ledger is something that's maintained across or is synchronized across multiple sources, multiple nodes.
Multiple nodes, yes.
And so where is this idea?
How do you keep...
So it's important, a ledger, a database, to keep that...
So what are the kinds of security vulnerabilities that you're trying to protect against in the context of a distributed ledger?
So in this case, for example, you don't want some malicious nodes to be able to change the transaction logs.
And in certain cases, it's called double spending.
You can also cause different views in different parts of the network and so on.
So the ledger has to represent, if you're capturing financial transactions, it has to represent the exact timing and the exact occurrence and no duplicates, all that kind of stuff.
It has to represent what actually happened.
Okay, so what are your thoughts on the security and privacy of digital currency?
I can't tell you how many people Write to me to interview various people in the digital currency space.
There seems to be a lot of excitement there.
Some of it, to me, from an outsider's perspective, seems like dark magic.
I don't know how secure I think the foundation from my perspective of digital currencies that is, you can't trust anyone.
So you have to create a really secure system.
So can you maybe speak about what your thoughts in general about digital currency is and how it can possibly create financial transactions and financial stores of money in the digital space?
So you asked about security and privacy.
So again, as I mentioned earlier, in security, we actually talk about two main properties, the integrity and confidentiality.
So there's another one for availability.
You want the system to be available.
But here, for the question you asked, let's just focus on integrity and confidentiality.
Yes. So for integrity of this distributed ledger, essentially, as we discussed, we want to ensure that the different nodes, right, so they have this consistent view, usually it's done through what we call a consensus protocol, and that they establish this shared view on this ledger, and that you cannot go back and change, it's immutable, and so on.
So in this case, then the security often refers to this integrity property and essentially you're asking the question, how much work?
How can you attack the system so that the attacker can change the log, for example?
Right. How hard is it to make an attack like that?
Right, right. And then that very much depends on the consensus mechanism, how the system is built, and all that.
So there are different ways to build these decentralized systems.
People may have heard about the terms called proof-of-work, proof-of-stake, these different mechanisms.
And it really depends on how the system has been built and also How much resources, how much work has gone into the network to actually see how secure it is?
So for example, people talk about like in Bitcoin, it's proof of work system, so much electricity has been burned.
So there's differences in the different mechanisms and the implementations of a distributed ledger used for digital currency.
So there's Bitcoin, there's whatever, there's so many of them, and there's underlying different mechanisms.
And there's arguments, I suppose, about which is more effective, which is more secure, which is more...
And what is needed? What amount of resources needed to be able to attack the system?
Like for example, what percentage of the nodes do you need to control or compromise in order to change the log?
Do you have a sense if those are things that could be shown theoretically through the design of the mechanisms or does it have to be shown empirically by having a large number of users using the currency?
I see. So in general, for each consensus mechanism, you can actually show theoretically what is needed to be able to attack the system.
Of course, there can be different types of attacks, as we discussed at the beginning, and so that it's difficult to give Like, you know, a complete estimate, like really how much is needed to compromise the system.
But in general, right, so there are ways to say what percentage of nodes you need to compromise and so on.
So we talked about integrity, so on the security side, and then you also mentioned the privacy or the confidentiality side.
Does it have some of...
Does it have some of the same problems and therefore some of the same solutions that you talked about on the machine learning side with differential privacy and so on?
Yeah, so actually in general on the public ledger in these public decentralized systems, actually nothing is private.
So all the transactions posted on the ledger, anybody can see.
So in that sense, there's no confidentiality.
So usually what you can do is then there are other mechanisms that you can build in to enable confidentiality or privacy of the transactions and the data and so on.
That's also some of the work that both my group and also my startup does as well.
What's the name of the startup? Oasis Labs.
Oasis Labs. And so the confidentiality aspect there is, even though the transactions are public, you want to keep some aspect confidential of the identity of the people involved in the transactions?
What is their hope to keep confidential in this context?
So in this case, for example, you want to enable confidential transactions.
So there are different essentially types of data that you want to keep private or confidential.
And you can utilize different technologies, including zero-knowledge proofs and also secure computing techniques.
And to hide who is making the transactions to whom and the transaction amounts.
And in our case also, we can enable confidential smart contracts so that you don't know the data and the execution of the smart contract and so on.
And we actually are combining these different technologies and going back to the earlier discussion we had, enabling ownership of data and privacy of data and so on.
So at Oasis Labs, we're actually building what we call a platform for responsible data economy.
to actually combine these different technologies together to enable secure and privacy preserving computation and also using the ledger to help provide immutable log of users ownership to their data And the policies they want the data to adhere to, the usage of the data to adhere to, and also how the data has been utilized.
So all this together can build, we call it distributed secure computing fabric that helps to enable a more responsible data economy.
So it's a lot of things together.
Yeah. Wow. That was eloquent.
Okay, you're involved in so much amazing work that we'll never be able to get to, but I have to ask at least briefly about program synthesis, which at least in a philosophical sense captures much of the dreams of what's possible in computer science and the artificial intelligence.
First, let me ask, what is program synthesis?
And can neural networks be used to learn programs from data?
So can this be learned?
Some aspect of the synthesis can be learned?
So program synthesis is about teaching computers to write code.
And I think that's one of our ultimate dreams or goals.
You know, I think Andreessen talked about software eating the world.
So I say, once we teach computers to write software, to write programs, then I guess computers will be eating the world by transitivity.
Yeah, exactly. So yeah, and also for me, actually, When I, you know, shifted from security to more AI machine learning, program synthesis is, program synthesis and adversarial machine learning, these are the two fields that I particularly focus on.
Like program synthesis is one of the first questions that I actually started investigating.
Just as a question, I guess from the security side, you're looking for holes in programs, so I at least see small connection, but where was your interest for program synthesis?
Because it's such a fascinating, such a big, such a hard problem in the general case.
Why program synthesis?
So the reason for that is actually when I shifted my focus from security into AI and machine learning, actually one of my main motivations at the time is that even though I have been doing a lot of work in security and privacy, but I have always been fascinated about building intelligent machines.
And that was really my main motivation to spend more time in AI and machine learning is that I really want to figure out how we can build intelligent machines.
And to help us towards that goal, program synthesis is really one of, I would say, the best domain to work on.
I actually call it like program synthesis is like the perfect playground For building intelligent machines and for artificial general intelligence.
Well, it's also, in that sense, not just a playground, I guess, it's the ultimate test of intelligence because I think if you can generate, neural networks can learn good functions and they can help you out in classification tasks, but to be able to write programs, that's the epitome from the machine side.
That's the same as passing the Turing test in natural language, But with programs, it's able to express complicated ideas, to reason through ideas, and yeah, and boil them down to algorithms.
Yes, exactly, exactly.
Incredible. So can this be learned?
How far are we? Is there hope?
What are the open challenges?
Yeah, very good questions.
We are still at an early stage, but already I think we have seen a lot of progress I mean, definitely we have existence proof.
Just like humans can write programs.
So there's no reason why computers cannot write programs.
So I think that's definitely an achievable goal.
It's just how long it takes.
And then, and even today, we actually have, you know, the program synthesis community, especially the program synthesis via learning, how we call it, neural program synthesis community, is still very small.
But the community has been growing and we have seen a lot of progress.
And in limited domains, I think actually program synthesis is ripe for real-world applications.
So actually it was quite amazing.
I was at, I was giving a talk.
So here is a Rework conference.
Yeah, Rework Deep Learning Summit. I actually, so I gave another talk at the previous Rework conference in deep reinforcement learning.
And then I actually met someone from a startup, the CEO of the startup.
And when he saw my name, he recognized it.
And he actually said, One of our papers actually had actually become a key product in their startup.
And that was program synthesis.
In that particular case, it was natural language translation, translating natural language description into SQL queries.
Oh, wow. That direction.
Okay. Right. So in program synthesis, in limited domains, in well-specified domains, actually already we can see really great progress and applicability in the real world.
So domains like, as an example, you said natural language being able to express something through just normal language and it converts it into a database SQL SQL query.
Right. And that's how solved of a problem is that?
Because that seems like a really hard problem.
Again, in limited domains, actually, it can work pretty well.
And now this is also a very active domain of research.
At the time, I think when he saw our paper at the time, we were the state of the art on that task.
And since then, actually, now there has been more work And with even more sophisticated data sets.
But I think I wouldn't be surprised that more of this type of technology really gets into the real world.
That's exciting. In the near term.
Being able to learn in the space of programs is super exciting.
I still... Yeah, I'm still skeptical because I think it's a really hard problem, but I would love to see progress.
And also I think in terms of the, you asked about open challenges, I think the domain is full of challenges and in particular also we want to see how we should measure the progress in the space.
And I would say mainly three main, I would say, metrics.
So one is the complexity of the program that we can synthesize.
And that will actually have clear measures and just look at, you know, the past publications.
And even like, for example, I was at the recent NeurIPS conference.
Now there's actually a fairly sizable session dedicated to program synthesis, which is Or even neural programs.
Right, which is great.
And we continue to see the increase.
What does sizable mean? I like the word sizable.
It's five people.
It's still a small community, but it is growing.
And they will all win touring awards one day.
I like it. Right.
So we can clearly see an increase in the complexity of the programs that we can synthesize.
Sorry, is it the complexity of the actual text of the program or the running time complexity?
Which complexity? The complexity of the task to be synthesized and the complexity of the actual synthesized programs.
So the lines of code even, for example.
Okay, I got you. But it's not the theoretical upper bound of the running time of the algorithm kind of thing.
Right, right, right. Okay, got it.
And you can see the complexity decreasing already.
Oh, no, meaning we want to be able to synthesize more and more complex programs, bigger and bigger programs.
So we want to see that, we want to increase the complexity.
I have to think through, because I thought of complexity as you want to be able to accomplish the same task with a simpler and simpler program.
No, we are not doing that.
It's more about how complex a task we can synthesize programs for.
Yeah, got it.
Being able to synthesize Programs, learn them for more and more difficult tasks.
Right, so for example, initially, our first work in program synthesis was to translate natural language description into really simple programs called ifttt, if this, then that.
So given the trigger condition, what is the action you should take?
So that program is super simple.
You just identify the trigger conditions and the action.
And then later on, with SQL queries, it gets more complex, and then also We started to synthesize programs with loops and...
Oh, no. And if you could synthesize recursion, it's all over.
Right. Actually, one of our works actually is learning recursive neural programs.
Oh, no. But anyway, anyway. So that's one is complexity.
And the other one is generalization.
Like when we... To train or learn a program synthesizer, in this case, a neural program to synthesize programs, then you wanted to generalize.
For a large number of inputs.
Right, so to be able to generalize to previously unseen inputs.
Got it. So some of the work we did earlier, learning recursive neural programs actually showed that recursion actually is important to learn.
And if you have recursion, then for a certain set of tasks, we can actually show that you can actually have perfect generalization.
So that's one of the best paper awards that I cleared earlier.
So that's one example of we want to learn these neural programs that can generalize better, but that works for certain tasks, certain domains, and there's question how we can essentially develop more techniques that can have generalization for a wider set of domains and so on.
So that's another area. And then the third challenge I think will, it's not just for programming synthesis, it's also cutting across other fields in machine learning and also including like deep reinforcement learning in particular is that this adaptation is that we want to be able to learn from the past And tasks and training and so on to be able to solve new tasks.
So for example, in program synthesis today, we still are working in the setting where given a particular task, we train the model and to solve this particular task.
But that's not how humans work.
The whole point is we train a human and you can then program to solve new tasks.
Right, exactly. And just like in deep reinforcement learning, we don't want to just train an agent to play a particular game, either it's Atari or it's Go or whatever.
We want to train these agents that can Essentially extract knowledge from the past learning experience to be able to adapt to new tasks and solve new tasks.
And I think this is particularly important for program synthesis.
Yeah, that's the whole dream of program synthesis is you're learning a tool that can solve new problems.
Right, exactly. And I think that's a particular domain that as a community, we need to put more emphasis on.
And I hope that we can make more progress there as well.
Awesome. There's a lot more to talk about, but let me ask that you also had a very interesting and we talked about rich representations.
You had a rich life journey.
You did your bachelor's in China and your master's and PhD in the United States, CMU and Berkeley.
Are there interesting differences?
I told you I'm Russian. I think there's a lot of interesting difference between Russia and the United States.
Are there in your eyes interesting differences between the two cultures from the silly romantic notion of the spirit of the people to the more practical notion of how research is conducted that you find interesting or useful in your own work of having experienced both?
That's a good question.
I started in China for my undergraduate, and that was more than 20 years ago.
So it's been a long time.
Is there echoes of that time in you?
Things have changed a lot. Actually, it's interesting.
I think even more so, maybe something that's even more different for my career And then a lot of computer science researchers and practitioners.
So for my undergrad, I actually studied physics.
Nice, very nice.
And then I switched to computer science in graduate school.
What happened? Is there another possible universe where you could have become a theoretical physicist at Caltech or something like that?
That's very possible.
Some of my undergrad classmates, then they later on studied physics, got their PhD in physics from these schools, from, yeah, from top physics programs.
So you switched to, I mean, from that experience of doing physics in your bachelor's, What made you decide to switch to computer science and computer science at arguably one of the best universities in the world for computer science with Carnegie Mellon, especially for grad school and so on.
Second only to MIT, just kidding.
I had to throw that in there.
No, what was the choice like?
And what was the move to the United States like?
What was that whole transition?
And if you remember, if there's still echoes of some of the spirit of the people of China in you, in your work.
Right, right, yeah. It's like three questions in one.
Yes, I know! I'm sorry.
No, that's okay. So yes, I guess, okay, so first transition from physics to computer science.
Yes. So when I first came to the United States, I was actually in the physics PhD program at Cornell.
I was there for one year, and then I switched to computer science, and then I was in the PhD program at Carnegie Mellon.
So, okay, so the reasons for switching...
So one thing, so that's why I also mentioned about this difference in backgrounds, about having studied physics first in my undergrad.
I actually really...
I really did enjoy my undergrad time and education in physics.
I think that actually really helped me in my future work in computer science.
Actually, even for machine learning, a lot of machine learning stuff, the core machine learning methods, many of them actually came from physics.
For honest, most of everything came from physics.
But anyway, so when I studied physics, I think I was really attracted to physics.
It's really beautiful.
And I actually call it physics is the language of nature.
And I actually clearly remember like one moment in my undergrad.
I did my undergrad in Tsinghua and I used to study in the library.
And I clearly remember like one day I was sitting in the library and I... And I was like writing on my notes and so on.
And I got so excited that I realized that really just from a few simple axioms, a few simple laws, I can derive so much.
It's almost like I can derive the rest of the world.
Yeah, the rest of the universe.
Yes, yes. So that was like amazing.
Do you think you...
Have you ever seen or do you think you can rediscover that kind of power and beauty in computer science in the world?
That's very interesting.
So that gets to, you know, the transition from physics to computer science.
It's quite different.
For physics in grad school, actually, things changed.
So one is...
I started to realize that when I started doing research in physics, at the time I was doing theoretical physics, And a lot of it, you still have the beauty, but it's very different.
So I had to actually do a lot of the simulation.
So essentially, I was actually writing, in some cases, writing 4chan code.
Good old 4chan, yeah.
To actually do simulations and so on.
That was not exactly what I enjoyed doing.
And also, at the time, from talking with senior students in the program, I realized many of the students actually were going off to Wall Street and so on.
And I've always been interested in computer science.
And I actually essentially taught myself C programming.
Program? Right, and so on.
When? When?
In college.
In college somewhere? In the summer.
For fun. Physics major, learning to do C programming.
Beautiful. Actually, it's interesting, you know, in physics, at the time, I think now the program probably has changed, but at the time, really the only class we had related to computer science education was introduction to, I forgot, to computer science or computing.
And Fortran 77.
There's a lot of people that still use Fortran.
I'm actually, if you're a programmer out there, I'm looking for an expert to talk to about Fortran.
They seem to, there's not many, but there's still a lot of people that still use Fortran and still a lot of people use Cobalt.
Anyway, so then I realized instead of just doing programming for doing simulations and so on, that I may as well just change to computer science.
And also one thing I really liked, and that's a key difference between the two, is in computer science it's so much easier to realize your ideas.
If you have an idea, you write it up, you code it up, and then you can see it actually, right?
Exactly. Running and you can You can see it.
You can bring it to life quicker. Bring it to life.
Whereas in physics, if you have a good theory, you have to wait for the experimentalist to do the experiments and to confirm the theory.
And things just take so much longer.
And also the reason in physics I decided to do...
Theoretical physics was because I had my experience with experimental physics.
First, you have to fix the equipment.
You spend most of your time fixing the equipment first.
Super expensive equipment, so there's a lot of, yeah, you have to collaborate with a lot of people.
It takes a long time. It just takes really much longer.
Yeah, it's messy. So I decided to switch to computer science.
And one thing I think maybe people have realized is that for people who study physics, actually, it's very easy for physicists to change to do something else.
I think physics provides a really good training.
And yeah, so actually it was fairly easy to switch to computer science.
But one thing, going back to your earlier question, so one thing I actually did realize is So there is a big difference between computer science and physics, where physics, you can derive the whole universe from just a few simple laws.
And computer science, given that a lot of it is defined by humans, the systems are defined by humans and humans.
It's artificial.
Essentially you create a lot of these artifacts and so on.
It's not quite the same.
You don't derive the computer systems with just a few simple laws.
You actually have to see there is Historical reasons why a system is built and designed one way versus the other.
There's a lot more complexity, less elegant simplicity of E equals MC squared that kind of reduces everything down to those beautiful fundamental equations.
But what about the move from China to the United States?
Is there anything that still stays in you that contributes to your work?
The fact that you grew up in another culture?
So yes, I think especially back then, it's very different from now.
So, you know, now they actually, I see these students coming from China and even undergraduates, actually they speak fluent English.
It was just, you know, like amazing.
And they have already understood so much of the culture in the U.S. and so on.
And... To you, it was all foreign?
It was a very different time.
At the time, actually, we didn't even have easy access to email.
Right. Not to mention about the web.
Yeah. I remember I had to go to, you know, specific, like, you know, privileged civil rooms to use email.
And hence, at the time, we had much less knowledge about the Western world.
And actually, at the time, I didn't know, actually, in the U.S., the West Coast weather is much better than the East Coast.
Yeah, things like that, actually.
It's very interesting.
Yeah. But now it's so different.
At the time, I would say there's also a bigger culture difference because there's so much less opportunity for shared information.
So it's such a different time and world.
So let me ask maybe a sensitive question.
I'm not sure, but I think you and I are in similar positions.
I've been here for already 20 years as well and looking at Russia from my perspective and you looking at China.
In some ways, it's a very distant place because it's changed a lot.
But in some ways, you still have echoes.
You still have knowledge of that place.
The question is, you know, China is doing a lot of incredible work in AI. Do you see...
Please tell me there's an optimistic picture you see where the United States and China can collaborate and sort of grow together in the development of AI towards, there's different values in terms of the role of government and so on, of ethical, transparent, secure systems.
We see it differently in the United States a little bit than China, but we're still trying to work it out.
Do you see the two countries being able to successfully collaborate and work in a healthy way?
Without sort of fighting and making it an AI arms race kind of situation.
Yeah, I believe so. I think science has no border and the advancement of technology helps everyone, helps the whole world.
And so I certainly hope that the two countries will collaborate.
And I certainly believe so.
Do you have any reason to believe so, except being an optimist?
So first, again, like I said, science has no borders.
And especially in...
Science has no borders?
Right. And you believe that, well, you know, in the former Soviet Union during the Cold War...
Yeah, so that's the other point I was going to mention, is that especially in academic research, Everything is public.
Like we write papers, we open source codes, and all this is in the public domain.
It doesn't matter whether the person is in the US, in China, or some other parts of the world.
They can go on archive and look at the latest research and results.
So that openness gives you hope.
Yes. Me too.
And that's also how, as a world, we make progress the best.
So I apologize for the romanticized question, but looking back, what would you say was the most transformative moment in your life that maybe made you fall in love with computer science?
You said physics, you remember there was a moment where you thought you could derive the entirety of the universe.
Was there a moment that you really fell in love with the work you do now from security to machine learning to program synthesis?
So maybe, as I mentioned, actually, in college, one summer I just taught myself programming in C. Yes.
And you just read a book.
Don't tell me you fell in love with computer science by programming in C. Remember I mentioned one of the draws for me to computer science is how easy it is to realize your ideas.
Yes. So once I... You know, read the book, start, like, taught myself how to program in C. Immediately, what did I do?
Like, I programmed two games.
One is just simple, like it's a go game, like it's a board, you can move the stones and so on.
And the other one, I actually programmed the game, that's like a 3D Tetris.
It turned out to be a super hard game to play because instead of just the standard 2D Tetris, it's actually a 3D thing.
But I realized, wow, I just had these ideas to try it out and then Yeah, you can just do it!
And so that's when I realized, wow, this is amazing.
Yeah, you can create yourself.
Yes, exactly.
From nothing to something that's actually out in the real world.
Let me ask a silly question, or maybe the ultimate question.
What is to you the meaning of life?
What gives your life meaning, purpose, fulfillment, happiness, joy?
Okay, these are two different questions.
Very different, yeah. It's usually that you ask this question.
Maybe this question is probably the question that has followed me and followed my life the most.
Have you discovered anything, any satisfactory answer for yourself?
Is there something you've arrived at?
You know, there's a moment...
I've talked to a few people who have faced, for example, a cancer diagnosis or faced their own mortality, and that seems to change their view of them.
It seems to be a catalyst for them removing most of the crap that...
Of seeing that most of what they've been doing is not that important and really reducing it into saying like, here's actually the few things that really give meaning.
Mortality is a really powerful catalyst for that, it seems like.
Facing mortality, whether it's your parents dying or somebody close to you dying or facing your own death for whatever reason, or cancer and so on.
So, yeah. So, in my own case, I didn't need to face mortality to try to, you know, to ask that question.
Yes. And I think there are a couple things.
So, one is, like, who should be defining the meaning of your life?
Is there some kind of even greater things than you who should define the meaning of your life?
So for example, when people say that searching the meaning for your life, is there some outside voice or is there something outside of you who actually tells you?
So people talk about, oh, this is what you have been born to do.
Right. Like, this is your destiny.
So who, right, so that's one question, like, who gets to define the meaning of your life?
Should you be finding some other thing, some other factor to define this for you?
Or is something actually, it's just entirely what you define yourself, and it can be very arbitrary.
Right. Yeah, so an inner voice or an outer voice, whether it could be spiritual, religious too, with God, or some other components of the environment outside of you, or just your own voice.
Do you have an answer there?
So for that, I have an answer.
Through the long period of time of thinking and searching, even searching through outside voices or factors outside of me.
So that I have an answer.
I've come to the conclusion and realization that it's you yourself that defines the meaning of life.
Yeah, that's a big burden though, isn't it?
Or a gift, I guess.
Yes and no, right? So then you have the freedom to define it.
Yes. And another question is, like, what does it really mean by the meaning of life?
Right. And also, whether the question even makes sense.
Absolutely. And you said it's somehow distinct from happiness.
So meaning is something much deeper than just any kind of emotional, any kind of contentment or joy or whatever.
It might be much deeper. And then you have to ask, what is deeper than that?
What is there at all?
And then the question starts being silly.
Right. And also, you can say it's deeper, but you can also say it's shallower, depending on how people want to define the meaning of their life.
So, for example, most people don't even think about this question, then the meaning of life to them doesn't really measure that much.
And also, whether knowing the meaning of life...
Whether it actually helps your life to be better or whether it helps your life to be happier.
These actually are open questions.
It's not... Of course, most questions are open.
I tend to think that just asking the question, as you mentioned, as you've done for a long time, is the only, that there is no answer.
And asking the question is a really good exercise.
I mean, I have this, for me personally, I've had a kind of feeling that creation is...
Like for me has been very fulfilling.
And it seems like my meaning has been to create.
And I'm not sure what that is.
I don't have, I'm single, I don't have kids.
I'd love to have kids, but I also, sounds creepy, but I also see sort of, you said see programs.
I see programs as little creations.
I see robots as little creations.
I think those bring, and then ideas, theorems are creations.
And those somehow intrinsically, like you said, bring me joy.
And I think they do to a lot of, at least scientists, but I think they do to a lot of people.
So that, to me, if I had to force the answer to that, I would say creating new things yourself.
For you. For me. For me.
For me. I don't know.
But like you said, it keeps changing.
Is there some answer that...
And some people, they can, I think, they may say it's experience, right?
Like their meaning of life, they just want to experience to the richest and fullest they can.
And a lot of people do take that path.
Yes. Seeing life as actually a collection of moments and then trying to make the richest possible sets, fill those moments with the richest possible experiences.
Yeah. Right. And for me, I think it's certainly, we do share a lot of similarity here.
Like, so creation is also really important for me, even from, you know, the things that I've already talked about.
Even like, you know, writing papers and these are our creations as well.
And I have not quite thought whether that is really the meaning of my life.
Like in a sense also that maybe like what kind of things should you create?
There are so many different things that you could create.
And also you can say another view is maybe growth is...
It's related but different from experience.
Growth is also maybe a type of meaning of life.
It's just you try to grow every day, try to be a better self every day, and also ultimately We are here, it's part of the overall evolution.
The world is evolving.
Isn't it funny that the growth seems to be the more important thing than the thing you're growing towards?
It's not the goal, it's the journey to it.
It's almost when you submit a paper.
There's a sort of depressing element to it, not to submit a paper, but when that whole project is over.
I mean, there's a gratitude, there's a celebration and so on, but you're usually immediately looking for the next thing, or the next step, right?
It's not that, the end of it is not the satisfaction, it's the hardship, the challenge you have to overcome, the growth through the process.
It's somehow probably deeply within us.
The same thing that drives the evolutionary process is somehow within us with everything, the way we see the world.
Since you're thinking about these, so you're still in search of an answer.
I mean, yes and no.
In a sense that I think for people who really dedicate time to search for the answer, to ask the question, what is the meaning of life?
It does not necessarily bring you happiness.
It's a question we can say, right?
Whether it's a well-defined question.
But on the other hand, given that you get to answer it yourself, you can define it yourself, then sure, I can just give it an answer.
And in that sense, yes, it can help.
Like we discussed, if you say, oh, then my meaning of life is to create or to grow, then yes, then I think it can help.
But how do you know that that is really the meaning of life or the meaning of your life?
It's Like there's no way for you to really answer the question.
For sure. But something about that certainty is liberating.
So it might be an illusion.
You might not really know.
You might be just convincing yourself falsely.
But being sure that that's the meaning, there's something There's something liberating in that.
There's something freeing in knowing this is your purpose.
So you can fully give yourself to that.
For a long time, I thought, isn't it all relative?
How do we even know what's good and what's evil?
Isn't everything just relative?
The question of meaning is ultimately the question of Why do anything?
Why is anything good or bad?
Why is anything- Right, right.
Exactly. Then you start to, I think just like you said, I think it's a really useful question to ask, but if you ask it for too long and too aggressively, It may not be so productive.
It may not be productive and not just for traditionally, societally defined success, but also for happiness.
It seems like asking the question about the meaning of life is like a trap.
We're destined to be asking.
We're destined to look up to the stars and ask these big why questions we'll never be able to answer, but we shouldn't get lost in them.
I think that's probably the...
That's at least the lesson I picked up so far.
On that topic...
Oh, let me just add one more thing.
So it's interesting. So actually...
So sometimes, yes, it can help you to focus.
So when I... When I shifted my focus more from security to AI and machine learning, at the time, actually one of the main reasons that I did that was because at the time, I thought the meaning of my life and the purpose of my life is to build intelligent machines.
And then your inner voice said that this is the right journey to take to build intelligent machines and that you actually fully realize you took a really legitimate big step to become one of the world-class researchers to actually make it, to actually go down that journey.
Yeah, that's profound.
That's profound. I don't think there's a better way to end a conversation than talking for a while about the meaning of life.
Dawn, it's a huge honor to talk to you.
Thank you so much for talking today.
Thank you. Thank you.
Thanks for listening to this conversation with Don Song, and thank you to our presenting sponsor, Cash App.
Please consider supporting the podcast by downloading Cash App and using code LEXPODCAST. If you enjoy this podcast, subscribe on YouTube, review it with five stars on Apple Podcasts, support it on Patreon, or simply connect with me on Twitter at Lex Friedman.
And now, let me leave you with some words about hacking from the great Steve Wozniak.