Do Deep Convolutional Nets Really Need to be Deep and Convolutional?
Gregor Urban, Krzysztof J. Geras, Samira Ebrahimi Kahou, Ozlem Aslan,, Shengjie Wang, Rich Caruana, Abdelrahman Mohamed, Matthai Philipose, Matt, Richardson

TL;DR
This paper empirically demonstrates that deep convolutional neural networks require multiple convolutional layers to achieve high accuracy, even with distillation methods, highlighting the importance of depth and convolutional structure.
Contribution
It provides the first empirical evidence that shallow or non-convolutional models cannot match deep convolutional models' accuracy on CIFAR-10, emphasizing the necessity of depth and convolution.
Findings
Shallow models cannot replicate deep CNN accuracy on CIFAR-10.
Multiple convolutional layers are essential for high-accuracy models.
Distillation does not eliminate the need for depth in CNNs.
Abstract
Yes, they do. This paper provides the first empirical demonstration that deep convolutional models really need to be both deep and convolutional, even when trained with methods such as distillation that allow small or shallow models of high accuracy to be trained. Although previous research showed that shallow feed-forward nets sometimes can learn the complex functions previously learned by deep nets while using the same number of parameters as the deep models they mimic, in this paper we demonstrate that the same methods cannot be used to train accurate models on CIFAR-10 unless the student models contain multiple layers of convolution. Although the student models do not have to be as deep as the teacher model they mimic, the students need multiple convolutional layers to learn functions of comparable accuracy as the deep convolutional teacher.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Machine Learning and Data Classification · Adversarial Robustness in Machine Learning
