Does Deep Learning Come from the Devil?
Does Deep Learning Come from the Devil?
Deep learning has revolutionized computer vision and natural language processing. Yet the mathematics explaining its success remains elusive. At the Yandex conference on machine learning prospects and applications, Vladimir Vapnik offered a critical perspective.
Over the past week in Berlin, I attended Machine Learning: Prospects and Applications, a conference of invited speakers from the academic machine learning community. Organized by Yandex, Russia's largest search engine, the conference prominently featured the themes Deep Learningand Intelligent Learning, two concepts that were often taken to be in opposition. Although I attended as a speaker and participant on the deep learning panel, the highlight of the conference was witnessing the clash of philosophies between empiricism and mathematics expressed by many leading theorists and practitioners.
The first day, which featured deep learning, was capped by an evening panel discussion. Moderated by Dr. Li Deng, the discussion challenged speakers from the deep learning community, including myself, to explain machine learning's mathematical underpinnings and also to offer a vision of its future. Questions about model interpretability, a topic which I addressed in a previous post, specifically concerning applications to medicine were abundant. On Wednesday, a second evening of discussion was held. Here, Vladimir Vapnik, the co-inventor of the support vector machine and widely considered among the fathers of statistical learning theory, held forth on his theory of knowledge transfer from an intelligent teacher. Additionally, he offered a philosophical view spanning machine learning, mathematics, and the source of intelligence. Perhaps most controversially, he took on deep learning, challenging its ad hoc approach.
This past summer, I postedan article suggesting that deep learning's success more broadly reflected the triumph of empiricism in the setting of big data. I argued that absent the risk of overfitting, the set of methods which could be validated on real data might be much larger than those which we can guarantee to work from first principles mathematically. Following the conference, I'd like to follow up on this topic by presenting an alternative perspective, specifically those challenges put forth by Vladimir Vapnik at the conference.
To preempt any confusion, I am a deep learning researcher. I do not personally dismiss deep learning and respect both its pioneers and torchbearers. But I also believe that we should be open to the possibility that eventually some mathematical theory will either explain its success more fully or point the way forward to a new approach. Clearly, there is value in digesting both the arguments for the deep learning approach, and those critical of it, and in that spirit I present some highlights from the conference, particularly from Professor Vapnik's talk.
Big Data and Deep Learning as Brute Force
Although Professor Vapnik had several angles on deep learning, perhaps this is the most central: During the audience discussion on Intelligent Learning, Vapnik, invoked Einstein's metaphorical notion of God. In short, Vapnik posited that ideas and intuitions come either from God or from the devil. The difference, he suggested is that God is clever, while the devil is not.
In his career as a mathematician and machine learning researcher, Vapnik suggested that the devil appeared always in the form of brute force. Further, while acknowledging the impressive performance of deep learning systems at solving practical problems, he suggested that big data and deep learning both have the flavor of brute force. One audience member asked if Professor Vapnik believed that evolution (which presumably resulted in human intelligence) was a brute force algorithm. In keeping with a stated distaste for speculation, Professor Vapnik declined to offer any guesses about evolution. It also seems appropriate to mention that Einstein's intuitions about how God might design the universe while remarkably fruitful, did not always pan out. Most notably Einstein's intuition that "God does not play dice" appears to conflict with our modern understanding of quantum mechanics (see this great, readable post on the topic by Stephen Hawking).
While I may not agree that deep learning necessarily equates to brute force, I see more clearly the argument against modern attitudes towards big data. As Dr. Vapnik and Professor Nathan Intrator of Tel Aviv University both suggested, a baby doesn't need billions of labeled examples in order to learn. In other words, it may be easy to learn effectively with gigantic labeled datasets, but by relying upon them, one may miss something fundamental about the nature of learning. Perhaps, if our algorithms can learn only with gigantic datasets what should be intrinsically learnable with hundreds, we have succumbed to laziness.
Deep Learning or Deep Engineering
Another perspective that Professor Vapnik offered concerning deep learning is that it is not science. Precisely, he said that it distracted from the core mission of machine learning, which he posited to be the understanding of mechanism. In more elaborate remarks, he suggested that the study of machine learning is like trying to build a Stradivarius, while engineering solutions for practical problems was more like being a violinist. In this sense, a violinist may produce beautiful music, and have an intuition for how to play, but not formally understand what they are doing. By extension, he suggested that many deep learning practitioners have a great feeling for data and for engineering, but similarly do not truly know what they are doing.
Do Humans Invent Anything?
A final sharp idea raised by Professor Vapnik was whether we discover or invent algorithms and models. In Vapnik's view, we do not really invent anything. Specifically, he addressed the audience saying that he is "not so smart as to invent anything". By extension, presumably no one else was so smart either. More diplomatically, he suggested things we invent (if any), are trivial next to those which are intrinsic in nature and that the only source of real knowledge derives from an understanding of mathematics. Deep learning, in which models are frequently invented, branded, and techniques patented, seems somewhat artificial compared to more mathematically motivated machine learning. Around this time, he challenged the audience to offer a definition of deep learning. Most audience members, it seemed, were reluctant to offer one. At other times, audience members challenged his view by invoking deep learning's biological inspiration. To this Dr. Vapnik asked, "do you know how the brain works?"
Zachary Chase Lipton is a PhD student in the Computer Science Engineering department at the University of California, San Diego. Funded by the Division of Biomedical Informatics, he is interested in both theoretical foundations and applications of machine learning. In addition to his work at UCSD, he has interned at Microsoft Research Labs and as a Machine Learning Scientist at Amazon, is a Contributing Editor at KDnuggets, and has signed on as an author at Manning Publications.
Related:
Most popular last 30 days
Most viewed last 30 days
- 60+ Free Books on Big Data, Data Science, Data Mining, Machine Learning, Python, R, and more - Sep 4, 2015.
- The one language a Data Scientist must master - Sep 1, 2015.
- How to become a Data Scientist for Free - Aug 28, 2015.
- 50+ Data Science and Machine Learning Cheat Sheets - Jul 14, 2015.
- R vs Python for Data Science: The Winner is ... - May 26, 2015.
- Gartner 2015 Hype Cycle: Big Data is Out, Machine Learning is in - Aug 28, 2015.
- Top 20 Data Science MOOCs - Sep 5, 2015.
Most shared last 30 days
- 60+ Free Books on Big Data, Data Science, Data Mining, Machine Learning, Python, R, and more - Sep 4, 2015.
- The one language a Data Scientist must master - Sep 1, 2015.
- A Great way to learn Data Science by simply doing it - Sep 11, 2015.
- Top 20 Data Science MOOCs - Sep 5, 2015.
- SentimentBuilder: Visual Analysis of Unstructured Texts - Sep 18, 2015.
- Deep Learning and Artistic Style - Can art be quantified? - Sep 17, 2015.
- Salaries by Roles in Data Science and Business Intelligence - Sep 9, 2015.
Does Deep Learning Come from the Devil?的更多相关文章
- Why Deep Learning Works – Key Insights and Saddle Points
Why Deep Learning Works – Key Insights and Saddle Points A quality discussion on the theoretical mot ...
- (转) Awesome - Most Cited Deep Learning Papers
转自:https://github.com/terryum/awesome-deep-learning-papers Awesome - Most Cited Deep Learning Papers ...
- Deep learning:五十一(CNN的反向求导及练习)
前言: CNN作为DL中最成功的模型之一,有必要对其更进一步研究它.虽然在前面的博文Stacked CNN简单介绍中有大概介绍过CNN的使用,不过那是有个前提的:CNN中的参数必须已提前学习好.而本文 ...
- 【深度学习Deep Learning】资料大全
最近在学深度学习相关的东西,在网上搜集到了一些不错的资料,现在汇总一下: Free Online Books by Yoshua Bengio, Ian Goodfellow and Aaron C ...
- 《Neural Network and Deep Learning》_chapter4
<Neural Network and Deep Learning>_chapter4: A visual proof that neural nets can compute any f ...
- Deep Learning模型之:CNN卷积神经网络(一)深度解析CNN
http://m.blog.csdn.net/blog/wu010555688/24487301 本文整理了网上几位大牛的博客,详细地讲解了CNN的基础结构与核心思想,欢迎交流. [1]Deep le ...
- paper 124:【转载】无监督特征学习——Unsupervised feature learning and deep learning
来源:http://blog.csdn.net/abcjennifer/article/details/7804962 无监督学习近年来很热,先后应用于computer vision, audio c ...
- Deep Learning 26:读论文“Maxout Networks”——ICML 2013
论文Maxout Networks实际上非常简单,只是发现一种新的激活函数(叫maxout)而已,跟relu有点类似,relu使用的max(x,0)是对每个通道的特征图的每一个单元执行的与0比较最大化 ...
- Deep Learning 23:dropout理解_之读论文“Improving neural networks by preventing co-adaptation of feature detectors”
理论知识:Deep learning:四十一(Dropout简单理解).深度学习(二十二)Dropout浅层理解与实现.“Improving neural networks by preventing ...
随机推荐
- 20135202闫佳歆--week5 系统调用(下)--学习笔记
此为个人笔记存档 week 5 系统调用(下) 一.给MenuOS增加time和time-asm命令 这里老师示范的时候是已经做好的了: rm menu -rf 强制删除 git clone http ...
- 使用Visual Studio 2013进行单元测试的过程与感想
首先是安装Visual Studio 2013这个软件,尽管安装过程不复杂,但是安装的时间实在是太长了,经过2个多小时的安装终于装完了. 由于时间紧凑,没来得及装语言包,于是,我用了原装的进行了单元测 ...
- github优缺点
以前bitbucket沒有支援git github可以直接在網站上瀏覽push的圖片 github 可以針對code行數直接留言與回覆 github Markdown支援很好 github 的issu ...
- Solr查询语法
基于solr版本:6.0.0 当配置好本地的环境之后,就访问http://localhost:8080/solr/index.html.或者是访问已经放在服务器上的solr环境,例如http://10 ...
- GIT情况展示说明
旧仓库:https://git.coding.net/shenbaishan/GIFT.git 公开的 新仓库:https://git.coding.net/shenbaishan/gift-sele ...
- Git从零开始(一)
一.首先windows安装git客户端 官网下载地址:https://git-for-windows.github.io/,这里下载会很慢,我试了好几次都失败了. 百度网盘资源: https://pa ...
- css文本垂直居中
1,一般flexca 2,行高 3,行高加边框或者透明边框
- Js单元测试工具 以及 粗浅的对我的快乐运算进行测试
1. Karma的介绍 Karma是Testacular的新名字,在2012年google开源了Testacular,2013年Testacular改名为Karma.Karma是一个让人感到非常神秘的 ...
- mac 关闭显示器 & 快捷键
mac 关闭显示器 & 快捷键 https://support.apple.com/zh-cn/HT201236 https://support.apple.com/zh-cn/HT20705 ...
- Java线程池停止空闲线程是否有规则呢?
Java线程池中线程的数量超过核心线程的数量,且所有线程空闲,空闲时间超过keepAliveTime,会停止超过核心线程数量的线程,那么会保留哪些线程呢?是不是有规则呢? 测试代码: ThreadPo ...