paper-with-me

홈 › Papers

Do Deep Convolutional Nets Really Need to be Deep and Convolutional?

2016-03-17 · Gregor Urban, Krzysztof J. Geras, Samira Ebrahimi Kahou, Ozlem Aslan, Shengjie Wang, Rich Caruana, Abdel-rahman Mohamed, Matthai Philipose, Matt Richardson

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.

📄 PDF Abstract BibTeX arXiv:1603.05691

Code (2)

LeonardoGracioS/DD2424_Deep_Learning_Project
LeonardoGracioS/deep_convolutional

Similar Papers 제목 키워드 기반

Do Deep Nets Really Need to be Deep?

2013-12-21 · NeurIPS 2014 12 · Lei Jimmy Ba, Rich Caruana

Currently, deep neural networks are the state of the art on problems such as speech recognition and computer vision. In this extended abstract, we show that shallow feed-forward networks can learn the complex functions p…

Phoneme Recognitionspeech-recognitionSpeech Recognition

Convolutional Networks with Adaptive Inference Graphs

2017-11-30 · ECCV 2018 9 · Andreas Veit, Serge Belongie

Do convolutional networks really need a fixed feed-forward structure? What if, after identifying the high-level concept of an image, a network could move directly to a layer that can distinguish fine-grained differences?…

AdderNet: Do We Really Need Multiplications in Deep Learning?

2019-12-31 · CVPR 2020 6 · Hanting Chen, Yunhe Wang, Chunjing Xu, Boxin Shi 외

Compared with cheap addition operation, multiplication operation is of much higher computation complexity. The widely-used convolutions in deep neural networks are exactly cross-correlation to measure the similarity betw…

Deep Learning

DRNet: Dissect and Reconstruct the Convolutional Neural Network via Interpretable Manners

2019-11-20 · Xiaolong Hu, Zhulin An, Chuanguang Yang, Hui Zhu 외

Convolutional neural networks (ConvNets) are widely used in real life. People usually use ConvNets which pre-trained on a fixed number of classes. However, for different application scenarios, we usually do not need all …

How Do ConvNets Understand Image Intensity?

2023-06-01 · Jackson Kaunismaa, Michael Guerzhoy

Convolutional Neural Networks (ConvNets) usually rely on edge/shape information to classify images. Visualization methods developed over the last decade confirm that ConvNets rely on edge information. We investigate situ…