What AI is and isnt Sebastian Thrun and Chris Anderson

Chris Anderson: Help us understand
what machine learning is,

because that seems to be the key driver

of so much of the excitement
and also of the concern

around artificial intelligence.

How does machine learning work?

Sebastian Thrun: So, artificial
intelligence and machine learning

is about 60 years old

and has not had a great day
in its past until recently.

And the reason is that today,

we have reached a scale
of computing and datasets

that was necessary to make machines smart.

So here’s how it works.

If you program a computer today,
say, your phone,

then you hire software engineers

that write a very,
very long kitchen recipe,

like, “If the water is too hot,
turn down the temperature.

If it’s too cold, turn up
the temperature.”

The recipes are not just 10 lines long.

They are millions of lines long.

A modern cell phone
has 12 million lines of code.

A browser has five million lines of code.

And each bug in this recipe
can cause your computer to crash.

That’s why a software engineer
makes so much money.

The new thing now is that computers
can find their own rules.

So instead of an expert
deciphering, step by step,

a rule for every contingency,

what you do now is you give
the computer examples

and have it infer its own rules.

A really good example is AlphaGo,
which recently was won by Google.

Normally, in game playing,
you would really write down all the rules,

but in AlphaGo’s case,

the system looked over a million games

and was able to infer its own rules

and then beat the world’s
residing Go champion.

That is exciting, because it relieves
the software engineer

of the need of being super smart,

and pushes the burden towards the data.

As I said, the inflection point
where this has become really possible –

very embarrassing, my thesis
was about machine learning.

It was completely
insignificant, don’t read it,

because it was 20 years ago

and back then, the computers
were as big as a cockroach brain.

Now they are powerful enough
to really emulate

kind of specialized human thinking.

And then the computers
take advantage of the fact

that they can look at
much more data than people can.

So I’d say AlphaGo looked at
more than a million games.

No human expert can ever
study a million games.

Google has looked at over
a hundred billion web pages.

No person can ever study
a hundred billion web pages.

So as a result,
the computer can find rules

that even people can’t find.

CA: So instead of looking ahead
to, “If he does that, I will do that,”

it’s more saying, “Here is what
looks like a winning pattern,

here is what looks like
a winning pattern.”

ST: Yeah. I mean, think about
how you raise children.

You don’t spend the first 18 years
giving kids a rule for every contingency

and set them free
and they have this big program.

They stumble, fall, get up,
they get slapped or spanked,

and they have a positive experience,
a good grade in school,

and they figure it out on their own.

That’s happening with computers now,

which makes computer programming
so much easier all of a sudden.

Now we don’t have to think anymore.
We just give them lots of data.

CA: And so, this has been key
to the spectacular improvement

in power of self-driving cars.

I think you gave me an example.

Can you explain what’s happening here?

ST: This is a drive of a self-driving car

that we happened to have at Udacity

and recently made
into a spin-off called Voyage.

We have used this thing
called deep learning

to train a car to drive itself,

and this is driving
from Mountain View, California,

to San Francisco

on El Camino Real on a rainy day,

with bicyclists and pedestrians
and 133 traffic lights.

And the novel thing here is,

many, many moons ago, I started
the Google self-driving car team.

And back in the day, I hired
the world’s best software engineers

to find the world’s best rules.

This is just trained.

We drive this road 20 times,

we put all this data
into the computer brain,

and after a few hours of processing,

it comes up with behavior
that often surpasses human agility.

So it’s become really easy to program it.

This is 100 percent autonomous,
about 33 miles, an hour and a half.

CA: So, explain it – on the big part
of this program on the left,

you’re seeing basically what
the computer sees as trucks and cars

and those dots overtaking it and so forth.

ST: On the right side, you see the camera
image, which is the main input here,

and it’s used to find lanes,
other cars, traffic lights.

The vehicle has a radar
to do distance estimation.

This is very commonly used
in these kind of systems.

On the left side you see a laser diagram,

where you see obstacles like trees
and so on depicted by the laser.

But almost all the interesting work
is centering on the camera image now.

We’re really shifting over from precision
sensors like radars and lasers

into very cheap, commoditized sensors.

A camera costs less than eight dollars.

CA: And that green dot
on the left thing, what is that?

Is that anything meaningful?

ST: This is a look-ahead point
for your adaptive cruise control,

so it helps us understand
how to regulate velocity

based on how far
the cars in front of you are.

CA: And so, you’ve also
got an example, I think,

of how the actual
learning part takes place.

Maybe we can see that. Talk about this.

ST: This is an example where we posed
a challenge to Udacity students

to take what we call
a self-driving car Nanodegree.

We gave them this dataset

and said “Hey, can you guys figure out
how to steer this car?”

And if you look at the images,

it’s, even for humans, quite impossible
to get the steering right.

And we ran a competition and said,
“It’s a deep learning competition,

AI competition,”

and we gave the students 48 hours.

So if you are a software house
like Google or Facebook,

something like this costs you
at least six months of work.

So we figured 48 hours is great.

And within 48 hours, we got about
100 submissions from students,

and the top four got it perfectly right.

It drives better than I could
drive on this imagery,

using deep learning.

And again, it’s the same methodology.

It’s this magical thing.

When you give enough data
to a computer now,

and give enough time
to comprehend the data,

it finds its own rules.

CA: And so that has led to the development
of powerful applications

in all sorts of areas.

You were talking to me
the other day about cancer.

Can I show this video?

ST: Yeah, absolutely, please.
CA: This is cool.

ST: This is kind of an insight
into what’s happening

in a completely different domain.

This is augmenting, or competing –

it’s in the eye of the beholder –

with people who are being paid
400,000 dollars a year,

dermatologists,

highly trained specialists.

It takes more than a decade of training
to be a good dermatologist.

What you see here is
the machine learning version of it.

It’s called a neural network.

“Neural networks” is the technical term
for these machine learning algorithms.

They’ve been around since the 1980s.

This one was invented in 1988
by a Facebook Fellow called Yann LeCun,

and it propagates data stages

through what you could think of
as the human brain.

It’s not quite the same thing,
but it emulates the same thing.

It goes stage after stage.

In the very first stage, it takes
the visual input and extracts edges

and rods and dots.

And the next one becomes
more complicated edges

and shapes like little half-moons.

And eventually, it’s able to build
really complicated concepts.

Andrew Ng has been able to show

that it’s able to find
cat faces and dog faces

in vast amounts of images.

What my student team
at Stanford has shown is that

if you train it on 129,000 images
of skin conditions,

including melanoma and carcinomas,

you can do as good a job

as the best human dermatologists.

And to convince ourselves
that this is the case,

we captured an independent dataset
that we presented to our network

and to 25 board-certified
Stanford-level dermatologists,

and compared those.

And in most cases,

they were either on par or above
the performance classification accuracy

of human dermatologists.

CA: You were telling me an anecdote.

I think about this image right here.

What happened here?

ST: This was last Thursday.
That’s a moving piece.

What we’ve shown before and we published
in “Nature” earlier this year

was this idea that we show
dermatologists images

and our computer program images,

and count how often they’re right.

But all these images are past images.

They’ve all been biopsied to make sure
we had the correct classification.

This one wasn’t.

This one was actually done at Stanford
by one of our collaborators.

The story goes that our collaborator,

who is a world-famous dermatologist,
one of the three best, apparently,

looked at this mole and said,
“This is not skin cancer.”

And then he had
a second moment, where he said,

“Well, let me just check with the app.”

So he took out his iPhone
and ran our piece of software,

our “pocket dermatologist,” so to speak,

and the iPhone said: cancer.

It said melanoma.

And then he was confused.

And he decided, “OK, maybe I trust
the iPhone a little bit more than myself,”

and he sent it out to the lab
to get it biopsied.

And it came up as an aggressive melanoma.

So I think this might be the first time
that we actually found,

in the practice of using deep learning,

an actual person whose melanoma
would have gone unclassified,

had it not been for deep learning.

CA: I mean, that’s incredible.

(Applause)

It feels like there’d be an instant demand
for an app like this right now,

that you might freak out a lot of people.

Are you thinking of doing this,
making an app that allows self-checking?

ST: So my in-box is flooded
about cancer apps,

with heartbreaking stories of people.

I mean, some people have had
10, 15, 20 melanomas removed,

and are scared that one
might be overlooked, like this one,

and also, about, I don’t know,

flying cars and speaker inquiries
these days, I guess.

My take is, we need more testing.

I want to be very careful.

It’s very easy to give a flashy result
and impress a TED audience.

It’s much harder to put
something out that’s ethical.

And if people were to use the app

and choose not to consult
the assistance of a doctor

because we get it wrong,

I would feel really bad about it.

So we’re currently doing clinical tests,

and if these clinical tests commence
and our data holds up,

we might be able at some point
to take this kind of technology

and take it out of the Stanford clinic

and bring it to the entire world,

places where Stanford
doctors never, ever set foot.

CA: And do I hear this right,

that it seemed like what you were saying,

because you are working
with this army of Udacity students,

that in a way, you’re applying
a different form of machine learning

than might take place in a company,

which is you’re combining machine learning
with a form of crowd wisdom.

Are you saying that sometimes you think
that could actually outperform

what a company can do,
even a vast company?

ST: I believe there’s now
instances that blow my mind,

and I’m still trying to understand.

What Chris is referring to
is these competitions that we run.

We turn them around in 48 hours,

and we’ve been able to build
a self-driving car

that can drive from Mountain View
to San Francisco on surface streets.

It’s not quite on par with Google
after seven years of Google work,

but it’s getting there.

And it took us only two engineers
and three months to do this.

And the reason is, we have
an army of students

who participate in competitions.

We’re not the only ones
who use crowdsourcing.

Uber and Didi use crowdsource for driving.

Airbnb uses crowdsourcing for hotels.

There’s now many examples
where people do bug-finding crowdsourcing

or protein folding, of all things,
in crowdsourcing.

But we’ve been able to build
this car in three months,

so I am actually rethinking

how we organize corporations.

We have a staff of 9,000 people
who are never hired,

that I never fire.

They show up to work
and I don’t even know.

Then they submit to me
maybe 9,000 answers.

I’m not obliged to use any of those.

I end up – I pay only the winners,

so I’m actually very cheapskate here,
which is maybe not the best thing to do.

But they consider it part
of their education, too, which is nice.

But these students have been able
to produce amazing deep learning results.

So yeah, the synthesis of great people
and great machine learning is amazing.

CA: I mean, Gary Kasparov said on
the first day [of TED2017]

that the winners of chess, surprisingly,
turned out to be two amateur chess players

with three mediocre-ish,
mediocre-to-good, computer programs,

that could outperform one grand master
with one great chess player,

like it was all part of the process.

And it almost seems like
you’re talking about a much richer version

of that same idea.

ST: Yeah, I mean, as you followed
the fantastic panels yesterday morning,

two sessions about AI,

robotic overlords and the human response,

many, many great things were said.

But one of the concerns is
that we sometimes confuse

what’s actually been done with AI
with this kind of overlord threat,

where your AI develops
consciousness, right?

The last thing I want
is for my AI to have consciousness.

I don’t want to come into my kitchen

and have the refrigerator fall in love
with the dishwasher

and tell me, because I wasn’t nice enough,

my food is now warm.

I wouldn’t buy these products,
and I don’t want them.

But the truth is, for me,

AI has always been
an augmentation of people.

It’s been an augmentation of us,

to make us stronger.

And I think Kasparov was exactly correct.

It’s been the combination
of human smarts and machine smarts

that make us stronger.

The theme of machines making us stronger
is as old as machines are.

The agricultural revolution took
place because it made steam engines

and farming equipment
that couldn’t farm by itself,

that never replaced us;
it made us stronger.

And I believe this new wave of AI
will make us much, much stronger

as a human race.

CA: We’ll come on to that a bit more,

but just to continue with the scary part
of this for some people,

like, what feels like it gets
scary for people is when you have

a computer that can, one,
rewrite its own code,

so, it can create
multiple copies of itself,

try a bunch of different code versions,

possibly even at random,

and then check them out and see
if a goal is achieved and improved.

So, say the goal is to do better
on an intelligence test.

You know, a computer
that’s moderately good at that,

you could try a million versions of that.

You might find one that was better,

and then, you know, repeat.

And so the concern is that you get
some sort of runaway effect

where everything is fine
on Thursday evening,

and you come back into the lab
on Friday morning,

and because of the speed
of computers and so forth,

things have gone crazy, and suddenly –

ST: I would say this is a possibility,

but it’s a very remote possibility.

So let me just translate
what I heard you say.

In the AlphaGo case,
we had exactly this thing:

the computer would play
the game against itself

and then learn new rules.

And what machine learning is
is a rewriting of the rules.

It’s the rewriting of code.

But I think there was
absolutely no concern

that AlphaGo would take over the world.

It can’t even play chess.

CA: No, no, no, but now,
these are all very single-domain things.

But it’s possible to imagine.

I mean, we just saw a computer
that seemed nearly capable

of passing a university entrance test,

that can kind of – it can’t read
and understand in the sense that we can,

but it can certainly absorb all the text

and maybe see increased
patterns of meaning.

Isn’t there a chance that,
as this broadens out,

there could be a different
kind of runaway effect?

ST: That’s where
I draw the line, honestly.

And the chance exists –
I don’t want to downplay it –

but I think it’s remote, and it’s not
the thing that’s on my mind these days,

because I think the big revolution
is something else.

Everything successful in AI
to the present date

has been extremely specialized,

and it’s been thriving on a single idea,

which is massive amounts of data.

The reason AlphaGo works so well
is because of massive numbers of Go plays,

and AlphaGo can’t drive a car
or fly a plane.

The Google self-driving car
or the Udacity self-driving car

thrives on massive amounts of data,
and it can’t do anything else.

It can’t even control a motorcycle.

It’s a very specific,
domain-specific function,

and the same is true for our cancer app.

There has been almost no progress
on this thing called “general AI,”

where you go to an AI and say,
“Hey, invent for me special relativity

or string theory.”

It’s totally in the infancy.

The reason I want to emphasize this,

I see the concerns,
and I want to acknowledge them.

But if I were to think about one thing,

I would ask myself the question,
“What if we can take anything repetitive

and make ourselves
100 times as efficient?”

It so turns out, 300 years ago,
we all worked in agriculture

and did farming and did repetitive things.

Today, 75 percent of us work in offices

and do repetitive things.

We’ve become spreadsheet monkeys.

And not just low-end labor.

We’ve become dermatologists
doing repetitive things,

lawyers doing repetitive things.

I think we are at the brink
of being able to take an AI,

look over our shoulders,

and they make us maybe 10 or 50 times
as effective in these repetitive things.

That’s what is on my mind.

CA: That sounds super exciting.

The process of getting there seems
a little terrifying to some people,

because once a computer
can do this repetitive thing

much better than the dermatologist

or than the driver, especially,
is the thing that’s talked about

so much now,

suddenly millions of jobs go,

and, you know, the country’s in revolution

before we ever get to the more
glorious aspects of what’s possible.

ST: Yeah, and that’s an issue,
and it’s a big issue,

and it was pointed out yesterday morning
by several guest speakers.

Now, prior to me showing up onstage,

I confessed I’m a positive,
optimistic person,

so let me give you an optimistic pitch,

which is, think of yourself
back 300 years ago.

Europe just survived 140 years
of continuous war,

none of you could read or write,

there were no jobs that you hold today,

like investment banker
or software engineer or TV anchor.

We would all be in the fields and farming.

Now here comes little Sebastian
with a little steam engine in his pocket,

saying, “Hey guys, look at this.

It’s going to make you 100 times
as strong, so you can do something else.”

And then back in the day,
there was no real stage,

but Chris and I hang out
with the cows in the stable,

and he says, “I’m really
concerned about it,

because I milk my cow every day,
and what if the machine does this for me?”

The reason why I mention this is,

we’re always good in acknowledging
past progress and the benefit of it,

like our iPhones or our planes
or electricity or medical supply.

We all love to live to 80,
which was impossible 300 years ago.

But we kind of don’t apply
the same rules to the future.

So if I look at my own job as a CEO,

I would say 90 percent
of my work is repetitive,

I don’t enjoy it,

I spend about four hours per day
on stupid, repetitive email.

And I’m burning to have something
that helps me get rid of this.

Why?

Because I believe all of us
are insanely creative;

I think the TED community
more than anybody else.

But even blue-collar workers;
I think you can go to your hotel maid

and have a drink with him or her,

and an hour later,
you find a creative idea.

What this will empower
is to turn this creativity into action.

Like, what if you could
build Google in a day?

What if you could sit over beer
and invent the next Snapchat,

whatever it is,

and tomorrow morning it’s up and running?

And that is not science fiction.

What’s going to happen is,

we are already in history.

We’ve unleashed this amazing creativity

by de-slaving us from farming

and later, of course, from factory work

and have invented so many things.

It’s going to be even better,
in my opinion.

And there’s going to be
great side effects.

One of the side effects will be

that things like food and medical supply
and education and shelter

and transportation

will all become much more
affordable to all of us,

not just the rich people.

CA: Hmm.

So when Martin Ford argued, you know,
that this time it’s different

because the intelligence
that we’ve used in the past

to find new ways to be

will be matched at the same pace

by computers taking over those things,

what I hear you saying
is that, not completely,

because of human creativity.

Do you think that that’s fundamentally
different from the kind of creativity

that computers can do?

ST: So, that’s my firm
belief as an AI person –

that I haven’t seen
any real progress on creativity

and out-of-the-box thinking.

What I see right now – and this is
really important for people to realize,

because the word “artificial
intelligence” is so threatening,

and then we have Steve Spielberg
tossing a movie in,

where all of a sudden
the computer is our overlord,

but it’s really a technology.

It’s a technology that helps us
do repetitive things.

And the progress has been
entirely on the repetitive end.

It’s been in legal document discovery.

It’s been contract drafting.

It’s been screening X-rays of your chest.

And these things are so specialized,

I don’t see the big threat of humanity.

In fact, we as people –

I mean, let’s face it:
we’ve become superhuman.

We’ve made us superhuman.

We can swim across
the Atlantic in 11 hours.

We can take a device out of our pocket

and shout all the way to Australia,

and in real time, have that person
shouting back to us.

That’s physically not possible.
We’re breaking the rules of physics.

When this is said and done,
we’re going to remember everything

we’ve ever said and seen,

you’ll remember every person,

which is good for me
in my early stages of Alzheimer’s.

Sorry, what was I saying? I forgot.

CA: (Laughs)

ST: We will probably have
an IQ of 1,000 or more.

There will be no more
spelling classes for our kids,

because there’s no spelling issue anymore.

There’s no math issue anymore.

And I think what really will happen
is that we can be super creative.

And we are. We are creative.

That’s our secret weapon.

CA: So the jobs that are getting lost,

in a way, even though
it’s going to be painful,

humans are capable
of more than those jobs.

This is the dream.

The dream is that humans can rise
to just a new level of empowerment

and discovery.

That’s the dream.

ST: And think about this:

if you look at the history of humanity,

that might be whatever –
60-100,000 years old, give or take –

almost everything that you cherish
in terms of invention,

of technology, of things we’ve built,

has been invented in the last 150 years.

If you toss in the book and the wheel,
it’s a little bit older.

Or the axe.

But your phone, your sneakers,

these chairs, modern
manufacturing, penicillin –

the things we cherish.

Now, that to me means

the next 150 years will find more things.

In fact, the pace of invention
has gone up, not gone down, in my opinion.

I believe only one percent of interesting
things have been invented yet. Right?

We haven’t cured cancer.

We don’t have flying cars – yet.
Hopefully, I’ll change this.

That used to be an example
people laughed about. (Laughs)

It’s funny, isn’t it?
Working secretly on flying cars.

We don’t live twice as long yet. OK?

We don’t have this magic
implant in our brain

that gives us the information we want.

And you might be appalled by it,

but I promise you,
once you have it, you’ll love it.

I hope you will.

It’s a bit scary, I know.

There are so many things
we haven’t invented yet

that I think we’ll invent.

We have no gravity shields.

We can’t beam ourselves
from one location to another.

That sounds ridiculous,

but about 200 years ago,

experts were of the opinion
that flight wouldn’t exist,

even 120 years ago,

and if you moved faster
than you could run,

you would instantly die.

So who says we are correct today
that you can’t beam a person

from here to Mars?

CA: Sebastian, thank you so much

for your incredibly inspiring vision
and your brilliance.

Thank you, Sebastian Thrun.

That was fantastic. (Applause)

克里斯·安德森:帮助我们了解
什么是机器学习,

因为这似乎是

引起如此多兴奋
以及对人工智能的关注

的关键驱动力。

机器学习是如何工作的?

Sebastian Thrun:所以,
人工智能和机器学习

已经有 60 年的历史了

,直到最近才过得很好

原因是今天,

我们已经达到了

使机器变得智能所必需的计算和数据集规模。

这就是它的工作原理。

如果你今天给电脑编程,
比如说你的手机,

那么你雇佣的软件工程师

会写一个非常
非常长的厨房食谱,

比如,“如果水太热
,调低温度。

如果太冷,
调高水温。” 温度。”

食谱不只是 10 行长。

它们有数百万行长。

现代手机
有 1200 万行代码。

一个浏览器有五百万行代码。

这个秘籍中的每个错误
都可能导致您的计算机崩溃。

这就是软件
工程师能赚这么多钱的原因。

现在的新事物是计算机
可以找到自己的规则。

因此,与其让专家
一步一步地破译

每个意外事件的规则,

你现在要做的就是
给计算机提供示例

并让它推断出它自己的规则。

一个非常好的例子是 AlphaGo,
它最近被谷歌赢了。

通常,在玩游戏时,
你真的会写下所有规则,

但在 AlphaGo 的案例中

,系统查看了超过一百万场比赛

,能够推断出自己的规则

,然后击败世界上的
围棋冠军。

这很令人兴奋,因为它减轻
了软件工程师

对超级智能的需求,

并将负担推到了数据上。

正如我所说
,这已经成为真正可能的拐点——

非常尴尬,我的论文
是关于机器学习的。

完全
无足轻重,不要看,

因为那是20年前的事了

,那时候的电脑
有蟑螂的大脑那么大。

现在它们已经足够强大,
可以真正模拟

一种专门的人类思维。

然后计算机
利用了

他们可以查看的
数据比人多得多的事实。

所以我会说 AlphaGo 看了
超过一百万场比赛。

没有人类专家可以
研究一百万个游戏。

谷歌已经查看了超过
一千亿个网页。

没有人可以研究
一千亿个网页。

因此
,计算机可以

找到连人都找不到的规则。

CA:所以与其
展望“如果他那样做,我就会那样做”,

而是说,“这
看起来像一个获胜模式,

这看起来像
一个获胜模式。”

ST:是的。 我的意思是,想想
你如何抚养孩子。

你不会在前 18 年里
给孩子们一个应对各种意外情况的规则

,让他们自由
,他们有这个大计划。

他们跌倒、跌倒、站起来
、被打耳光或打屁股

,他们有积极的经历,
在学校取得了好成绩,

而且他们自己解决了。

现在计算机正在发生这种情况,

这使得计算机编程
突然变得如此容易。

现在我们不必再想了。
我们只是给他们很多数据。

CA:因此,这

是自动驾驶汽车动力显着提升的关键。

我想你给了我一个例子。

你能解释一下这里发生了什么吗?

ST:这是我们在 Udacity 碰巧拥有的一辆自动驾驶汽车

,最近被制作
成一个名为 Voyage 的衍生产品。

我们用这种
叫做深度学习的东西

来训练汽车自动

驾驶,这是在雨天
从加利福尼亚州的山景城开车

到 El Camino Real 的旧金山,

有骑自行车的人和行人,
还有 133 个红绿灯。

而这里的新奇事物是

,很多很多个月前,我创办
了谷歌自动驾驶汽车团队。

回到过去,我聘请
了世界上最好的软件工程师

来寻找世界上最好的规则。

这只是训练出来的。

我们在这条路上行驶了 20 次,

我们将所有这些数据
输入计算机大脑

,经过几个小时的处理,

它会
产生常常超过人类敏捷性的行为。

因此,编程变得非常容易。

这是 100% 自动驾驶,
大约 33 英里,一个半小时。

CA:所以,解释一下——
在左边这个程序的很大一部分,

你看到的基本上
是计算机所看到的卡车和汽车

以及那些超越它的点等等。

ST:在右侧,您可以看到摄像头
图像,这是这里的主要输入,

用于查找车道、
其他车辆、交通信号灯。

车辆有一个雷达
来进行距离估计。


在这类系统中非常常用。

在左侧,您会看到激光图,

您可以在其中看到
激光描绘的树木等障碍物。

但现在几乎所有有趣的工作
都集中在相机图像上。

我们真的正在从
雷达和激光等精密传感器

转向非常便宜的商品化传感器。

一台相机的成本不到八美元。

CA:左边那个绿点
,那是什么?

这有什么意义吗?

ST:这
是您的自适应巡航控制系统的前瞻点,

因此它可以帮助我们了解

如何根据
您前面的汽车的距离来调节速度。

CA:所以
,我认为你也有一个例子

,说明实际的
学习部分是如何发生的。

也许我们可以看到这一点。 谈论这个。

ST:这是一个例子,我们
向 Udacity 的学生提出挑战

,要求他们攻读我们所谓
的自动驾驶汽车纳米学位。

我们给了他们这个数据集,

然后说:“嘿,你们能弄清楚
如何驾驶这辆车吗?”

而且,如果您查看图像

,即使对人类而言,也很难
正确地进行转向。

我们举办了一场比赛,说
“这是一场深度学习比赛,

人工智能比赛”

,我们给了学生 48 小时。

因此,如果您是
像 Google 或 Facebook 这样的软件公司,

这样的事情
至少要花费您六个月的工作时间。

所以我们认为 48 小时很棒。

并且在 48 小时内,我们收到了大约
100 份学生的投稿

,前四名完全正确。 使用深度学习,

它比我
在这个图像上驾驶得更好

同样,这是相同的方法。

就是这个神奇的东西。

当你现在给计算机提供足够的数据

并给予足够的时间
来理解数据时,

它就会找到自己的规则。

CA:这导致在各个领域都开发
出强大的应用程序

前几天你跟
我谈论癌症。

我可以展示这个视频吗?

ST:是的,绝对的,请。
CA:这很酷。

ST:这是对

一个完全不同的领域正在发生的事情的一种洞察。

这是在扩大或竞争

——在旁观者的眼中——


每年获得 400,000 美元的人、

皮肤科医生、

训练有素的专家竞争。

成为一名优秀的皮肤科医生需要十多年的培训。

你在这里看到的是它
的机器学习版本。

它被称为神经网络。

“神经网络”
是这些机器学习算法的技术术语。

自 1980 年代以来,它们一直存在。

这个是 1988 年
由 Facebook 研究员 Yann LeCun 发明的

,它

通过你可以想象
的人脑传播数据阶段。

它不完全一样,
但它模仿了同样的东西。

它一个接一个地进行。

在第一阶段,它
接受视觉输入并提取边缘

、棒和点。

下一个变得
更复杂的边缘

和形状,如小半月。

最终,它能够构建
非常复杂的概念。

Andrew Ng 已经能够

证明它能够在大量图像中找到
猫脸和狗脸


在斯坦福的学生团队已经证明,

如果你在 129,000
张皮肤状况图像(

包括黑色素瘤和癌症)上训练它,

你可以做得和

最好的人类皮肤科医生一样好。

为了让自己
相信情况确实如此,

我们捕获了一个独立的数据集
,将其提供给我们的网络

和 25 位经过董事会认证的
斯坦福级皮肤科医生,

并进行了比较。

在大多数情况下,

它们

与人类皮肤科医生的性能分类准确度不相上下或更高。

CA:你告诉我一个轶事。

我在这里想到了这张图片。

这里发生了什么?

ST:这是上周四。
那是一个动人的片段。

我们之前展示过并
在今年早些时候发表在“自然”杂志上的

想法是,我们向
皮肤科医生展示图像

和我们的计算机程序图像,

并计算它们正确的频率。

但所有这些图像都是过去的图像。

他们都进行了活检,以确保
我们有正确的分类。

这个不是。

这个实际上是
由我们的一位合作者在斯坦福完成的。 据说,

我们的

合作者是世界著名的皮肤科医生
,显然是三个最好的人之一,他

看着这颗痣说:
“这不是皮肤癌。”

然后他
有第二个时刻,他说,

“好吧,让我检查一下应用程序。”

所以他拿出他的 iPhone
并运行我们的软件,可以说是

我们的“袖珍皮肤科医生”

,iPhone 上写着:癌症。

它说黑色素瘤。

然后他就糊涂了。

他决定,“好吧,也许我
比我自己更信任 iPhone”,

然后他把它送到实验室
进行活检。

它是一种侵袭性黑色素瘤。

所以我认为这可能是我们第一次
真正发现,

在使用深度学习的实践中,如果不是深度学习,

一个真实的人的黑色素瘤
将不会被分类

CA:我的意思是,这太不可思议了。

(掌声

)感觉像现在这样
的应用程序会有即时需求

,你可能会吓到很多人。

您是否正在考虑这样做,
制作一个允许自检的应用程序?

ST:所以我的收件箱里充斥
着癌症应用程序,

以及令人心碎的人们故事。

我的意思是,有些人已经
切除了 10、15、20 个黑色素瘤,

并且害怕其中一个
可能会被忽视,比如这个,

而且,我猜这些天,我不知道,

飞行汽车和扬声器查询

我的看法是,我们需要更多的测试。

我要非常小心。

很容易给出一个华丽的结果
并给 TED 观众留下深刻印象。


符合道德的东西拿出来要难得多。

如果人们使用该应用程序

并选择不咨询
医生的帮助,

因为我们弄错了,

我会对此感到非常难过。

所以我们目前正在进行临床测试

,如果这些临床测试开始
并且我们的数据成立,

我们可能会在某个
时候将这种

技术带出斯坦福诊所

,并将其带到全世界,

斯坦福
医生从未涉足的地方。

CA:我听对

了吗,这看起来就像你说的那样,

因为你正在
与 Udacity 的这群学生一起工作

,在某种程度上,你正在应用
一种不同形式的机器学习,而

不是在 公司,

也就是你将机器学习
与一种群体智慧相结合。

你是说有时你
认为这实际上可以

超越一家公司,
甚至是一家庞大的公司吗?

ST:我相信现在有
一些让我大吃一惊的例子

,我仍在努力理解。

克里斯指的
是我们举办的这些比赛。

我们在 48 小时内把它们转过来

,我们已经能够制造
出一辆

可以
在地面街道上从山景城开到旧金山的自动驾驶汽车。

经过 7 年的 Google 工作,

它与 Google 并没有完全相提并论,但它已经到了那里。

我们只用了两名工程师
和三个月的时间就完成了这项工作。

原因是,我们有
一支

参加比赛的学生大军。

我们不是
唯一使用众包的人。

优步和滴滴使用众包来开车。

Airbnb 对酒店使用众包。

现在有很多例子
,人们在众包中进行错误发现众包

或蛋白质折叠

但是我们已经能够
在三个月内制造出这辆车,

所以我实际上正在重新考虑

我们如何组织公司。

我们有 9,000 名
员工,他们从未被雇用

,我从未解雇过。

他们来上班
,我什至不知道。

然后他们向我提交了
大约 9,000 个答案。

我没有义务使用其中任何一个。

我最终——我只付钱给获胜者,

所以我在这里实际上是个小气鬼,
这可能不是最好的做法。

但他们也认为这
是他们教育的一部分,这很好。

但是这些学生已经
能够产生惊人的深度学习成果。

所以,是的,伟大的
人和伟大的机器学习的综合是惊人的。

CA:我的意思是,加里·卡斯帕罗夫(Gary Kasparov)在
[TED2017] 的第一天

说,令人惊讶的是,国际象棋的获胜者
竟然是两个业余国际象棋选手,他们

拥有三个平庸、
平庸到优秀的计算机程序,

这可能会超越 一位大师
与一位伟大的国际象棋选手,

就像这是整个过程的一部分。

几乎看起来
你在谈论同样想法的更丰富的

版本。

ST:是的,我的意思是,当你
昨天早上参加了精彩的小组讨论时,有

两场关于人工智能、

机器人霸主和人类反应的会议,说了

很多很多很棒的事情。

但其中一个担忧是
,我们有时会将

AI 实际所做的事情
与这种霸主威胁混淆

,你的 AI 会在其中发展
意识,对吗?

我最不想要的
就是让我的人工智能有意识。

我不想走进我的厨房

,让冰箱
爱上洗碗机

并告诉我,因为我不够好,

我的食物现在很热。

我不会购买这些产品
,我也不想要它们。

但事实是,对我来说,

人工智能一直
是人的增强。

这是对我们的增强

,让我们变得更强大。

我认为卡斯帕罗夫是完全正确的。

人类智慧和机器智慧

的结合使我们变得更强大。

机器让我们变得更强大的主题
与机器一样古老。

农业革命
之所以发生,是因为它制造了无法自行

耕种的蒸汽机和农业设备

它们从未取代我们;
它让我们变得更强大。

我相信这一波新的人工智能浪潮
将使我们人类变得更加

强大。

CA:我们会再谈一点,

但只是继续
这对某些人来说可怕的部分,

比如,
当你有

一台可以重写它的计算机时,人们会觉得它变得可怕
自己的代码,

因此,它可以创建
自己的多个副本,

尝试一堆不同的代码版本,

甚至可能是随机的,

然后检查它们,看看
是否达到和改进了目标。

因此,假设目标是
在智力测试中做得更好。

你知道,一台计算机
在这方面做得比较好,

你可以尝试一百万个版本。

你可能会找到一个更好的,

然后,你知道,重复。

所以担心你会得到
某种失控的效果

,周四晚上一切都很好

,周五早上你回到实验室

,由于
计算机的速度等等,

事情变得疯狂了,突然间 –

ST:我会说这是一种可能性,

但这是一种非常遥远的可能性。

所以让我把
我听到你说的话翻译一下。

在 AlphaGo 的案例中,
我们正好有这样的东西

:计算机
会与自己对战

,然后学习新规则。

机器学习
是对规则的重写。

这是代码的重写。

但我认为
绝对不用

担心 AlphaGo 会接管世界。

它甚至不会下国际象棋。

CA:不,不,不,但现在,
这些都是非常单一的领域。

但可以想象。

我的意思是,我们刚刚看到一台
似乎几乎

能够通过大学入学考试的计算机,

它可以——它不能像我们一样阅读
和理解,

但它肯定可以吸收所有文本

,也许能看到 增加
了意义的模式。

难道没有机会,
随着这种情况的扩大,

可能会出现另
一种失控效应吗?

ST:
老实说,这就是我划清界限的地方。

机会是存在的——
我不想轻描淡写——

但我认为它是遥远的,而且这不是我最近想
的事情,

因为我认为大革命
是另一回事。 迄今为止,

在人工智能领域取得成功的一切都

非常专业化,

而且它一直在一个单一的想法上蓬勃发展,

那就是海量数据。

AlphaGo 运行得如此出色
的原因在于大量的围棋比赛,

而 AlphaGo 既不会开车,也不会
驾驶飞机。

Google 自动驾驶汽车
或 Udacity 自动驾驶汽车

依靠海量数据蓬勃发展
,除此之外它无能为力。

它甚至无法控制摩托车。

这是一个非常具体的、
特定领域的功能,

对于我们的癌症应用程序也是如此。

在这个叫做“通用人工智能”的东西上几乎没有任何进展

,你去找一个人工智能说,
“嘿,为我发明狭义相对论

或弦论。”

它完全处于婴儿期。

我想强调这一点的原因是,

我看到了这些担忧
,我想承认它们。

但如果我想一件事,

我会问自己一个问题,
“如果我们可以重复任何事情

,让自己
的效率提高 100 倍,那会怎样?”

事实证明,300 年前,
我们都从事农业工作,从事

农业,做重复的事情。

今天,我们 75% 的人在办公室工作

并做重复的事情。

我们已经成为电子表格的猴子。

不仅仅是低端劳动力。

我们已经成为
做重复性事情的皮肤科医生,做重复性事情的

律师。

我认为我们正
处于能够接受人工智能的边缘,

看看我们的肩膀

,它们使我们
在这些重复性事情上的效率可能提高 10 到 50 倍。

这就是我的想法。

CA:这听起来非常令人兴奋。

到达那里的过程
对某些人来说似乎有点可怕,

因为一旦计算机
可以

比皮肤科医生

或驾驶员做得更好,尤其
是现在谈论很多的事情,

数百万个工作岗位突然消失,

而且,你知道,

在我们获得可能的更
光荣方面之前,这个国家就处于革命之中。

ST:是的,这是一个问题
,这是一个大问题,

昨天早上几位演讲嘉宾已经指出了这一点

现在,在我上台之前,

我承认我是一个积极
乐观的人,

所以让我给你一个乐观的说法,

那就是想想
300年前的自己。

欧洲刚刚经历了 140 年
的持续战争,

你们谁都不会读或写,

没有你今天的工作,

比如投资银行家
、软件工程师或电视主播。

我们都将在田间耕作。

现在,小塞巴斯蒂安
来了,口袋里装着一个小蒸汽机,

说:“嘿,伙计们,看看这个。

它会让你变得
强壮 100 倍,所以你可以做点别的事情。”

回到过去,
没有真正的舞台,

但克里斯和我和
马厩里的奶牛一起出去玩

,他说,“我真的很
担心,

因为我每天都挤奶
,如果 机器为我做这个?”

我提到这一点的原因是,

我们总是善于承认
过去的进步及其带来的好处,

比如我们的 iPhone、我们的飞机
、电力或医疗供应。

我们都喜欢活到 80
岁,这在 300 年前是不可能的。

但是我们有点不会
对未来应用相同的规则。

因此,如果我审视自己作为 CEO 的工作,

我会说我 90%
的工作都是重复的,

我不喜欢它,

我每天花大约四个小时
在愚蠢、重复的电子邮件上。

我渴望拥有一些
可以帮助我摆脱这种情况的东西。

为什么?

因为我相信我们所有人
都具有疯狂的创造力;

我认为 TED 社区
比其他任何人都重要。

但即使是蓝领工人;
我想你可以去你的酒店女仆

和他或她喝一杯

,一个小时后,
你会发现一个创意。

这将使
这种创造力转化为行动。

比如,如果你可以
在一天内建立 Google 会怎样?

如果你可以坐在啤酒
旁边,发明下一个 Snapchat,

不管它是什么

,明天早上它就会启动并运行呢?

那不是科幻小说。

将要发生的是,

我们已经在历史中了。

我们释放了这种惊人

的创造力,让我们摆脱了农业的奴役

,当然还有后来的工厂工作

,并发明了很多东西。 在我看来

,它会变得更好

而且会有
很大的副作用。

副作用之一是

食品和医疗供应
、教育、住所

和交通等东西

都将变得
对我们所有人来说都变得更加负担得起,

而不仅仅是富人。

CA:嗯。

所以当马丁福特争辩说,你知道,
这一次不同,

因为我们过去

用来寻找新方法的智能

将被计算机以同样的速度

接管这些东西,

我听到你说
不完全是

因为人类的创造力。

你认为这

与计算机可以做的那种创造力有根本的不同吗?

ST:所以,这是我
作为 AI 人的坚定信念

——我还没有看到
在创造力

和开箱即用思维方面的任何真正进步。

我现在所看到的——这
对于人们来说真的很重要,

因为“人工智能”这个词
是如此具有威胁性,

然后我们让史蒂夫斯皮尔伯格
扔了一部电影

,突然间
,电脑成了我们的霸主,

但它确实是一项技术。

这是一种帮助我们
做重复性事情的技术。

并且进展
完全是重复的。

它一直在法律文件发现中。

一直在起草合同。

它一直在筛查你胸部的 X 光片。

而且这些东西太专业了,

我看不到人类的大威胁。

事实上,我们作为人——

我的意思是,让我们面对现实吧:
我们已经成为超人。

我们让我们成为了超人。

我们可以
在 11 小时内游过大西洋。

我们可以从口袋里拿出一个设备,

一路喊到澳大利亚,

然后实时让那个人
回喊给我们。

这在物理上是不可能的。
我们正在打破物理规则。

当这说完,
我们会记住

我们曾经说过和看到的一切,

你会记住每个人,

这对
我处于阿尔茨海默氏症的早期阶段有好处。

对不起,我在说什么? 我忘了。

CA:(笑)

ST:我们
的智商可能会达到 1000 或更高。

我们的孩子将不再有
拼写课程,

因为不再存在拼写问题。

没有数学问题了。

而且我认为真正会发生
的是我们可以变得超级有创造力。

我们是。 我们很有创意。

那是我们的秘密武器。

CA:因此,

在某种程度上,
即使会很痛苦,那些正在失去的工作,

人类也能
胜任这些工作。

这就是梦想。

梦想是人类可以上升
到一个新的授权

和发现水平。

这就是梦想。

ST:想想看:

如果你看看人类的历史,

那可能是任何东西
——60-100,000 年,给予或接受——

几乎所有你所珍视
的发明

、技术和我们的事物。 已建成,

已在过去 150 年中发明。

如果你把书和轮子扔进去,
它有点老了。

或者斧头。

但是你的手机、你的运动鞋、

这些椅子、现代
制造业、青霉素——

我们珍惜的东西。

现在,对我来说,这

意味着未来 150 年会发现更多的东西。

事实上,在我看来,发明的步伐是加快
了,而不是下降了。

我相信只有百分之一的有趣的
东西被发明出来了。 对?

我们还没有治愈癌症。

我们还没有飞行汽车。
希望我会改变这一点。

这曾经是
人们嘲笑的一个例子。 (笑)

这很有趣,不是吗?
秘密研究飞行汽车。

我们的寿命还没有翻倍。 好的?

我们的大脑中没有这种神奇的
植入物,

可以为我们提供我们想要的信息。

你可能会对此感到震惊,

但我向你保证,
一旦你拥有它,你就会爱上它。

我希望你会。

这有点吓人,我知道。

有很多东西
我们还没有发明

,我想我们会发明的。

我们没有重力护盾。

我们不能将自己
从一个位置传送到另一个位置。

这听起来很荒谬,

但大约 200 年前,

专家们认为

即使在 120 年前也不存在飞行

,如果你移动
得比你跑得快,

你就会立即死亡。

那么谁说我们今天是正确的
,你不能把一个人

从这里发射到火星呢?

CA:塞巴斯蒂安,非常

感谢你令人难以置信的鼓舞人心的远见
和才华。

谢谢你,塞巴斯蒂安·特伦。

那太棒了。 (掌声)