11 deep learning limitations - seas.upenn.edu

11
Deep Learning Limitations and Extensions Lyle Ungar University of Pennsylvania Learning objectives Where deep learning fails Future directions

Transcript of 11 deep learning limitations - seas.upenn.edu

Page 1: 11 deep learning limitations - seas.upenn.edu

Deep Learning Limitations and Extensions

Lyle UngarUniversity of Pennsylvania

Learning objectivesWhere deep learning failsFuture directions

Page 2: 11 deep learning limitations - seas.upenn.edu

Deep learning thus far l is data hungryl is shallow and has limited capacity for transferl has no natural way to deal with hierarchical structurel has struggled with open-ended inferencel is not sufficiently transparentl has not been well integrated with prior knowledgel cannot inherently distinguish causation from correlationl presumes a largely stable worldl works well as an approximation, but often cannot be trustedl is difficult to engineer Gary Marcus

Page 3: 11 deep learning limitations - seas.upenn.edu

Hierarchical structureu Sentences have structure

l The teenager who previously crossed the Atlantic set a record for flying

around the world.u Dialog has structure at many time scales.u As do images, movies, animals, people, companies,…

Page 4: 11 deep learning limitations - seas.upenn.edu

Common senseu Who is taller, Prince William or his baby son Prince George? u Can you make a salad out of a polyester shirt?u If you stick a pin into a carrot, does it make a hole in the

carrot or in the pin?

Gary Marcus

Page 5: 11 deep learning limitations - seas.upenn.edu

Instability: who quarterbacked Superbowl 33Peyton Manning became the first quarterback ever to lead two different teams to multiple Super Bowls. He is also the oldest quarterback ever to play in a Super Bowl at age 39. The past record was held by John Elway, who led the Broncos to victory in Super Bowl XXXIII at age 38 and is currently Denver’s Executive Vice President of Football Operations and General Manager. Quarterback Jeff Dean had jersey number 37 in Champ Bowl XXXIV.

Page 6: 11 deep learning limitations - seas.upenn.edu

Google translate is very cleveru the bat 球棒

u the bat ate 蝙蝠吃了

Page 7: 11 deep learning limitations - seas.upenn.edu

but still unreliableu the bat el murciélago

u the bat ate el bate comió

Page 8: 11 deep learning limitations - seas.upenn.edu

What’s hot in ML?u Solving problems

l Cancer diagnosis; Game playing with deep-RLu GANS (Generative Adversarial Networks)u Why gradient descent does so well (theory!)u AutoMLu Deep Q-learning Networks(DQN)u GPT-3 (Transformers)

Page 9: 11 deep learning limitations - seas.upenn.edu

Why does gradient descent regularize?

u http://www.offconvex.org/2019/07/10/trajectories-linear-nets/

Page 10: 11 deep learning limitations - seas.upenn.edu

AutoML learns network structure

Human built Learned by RLhttps://research.googleblog.com/2017/05/using-machine-learning-to-explore.html

Page 11: 11 deep learning limitations - seas.upenn.edu

Big open directions (an opinion)u Multitask learning / domain transferu One shot learning

l “See one do one”u Integrating deep learning with external data

l e.g. results of database queries or searchu Learning generalizable “deep structure”

l Whatever that means?