paper-with-me

홈 › Papers

Compressing Convolutional Neural Networks

2015-06-14 · Wenlin Chen, James T. Wilson, Stephen Tyree, Kilian Q. Weinberger, Yixin Chen

Convolutional neural networks (CNN) are increasingly used in many areas of computer vision. They are particularly attractive because of their ability to "absorb" great quantities of labeled data through millions of parameters. However, as model sizes increase, so do the storage and memory requirements of the classifiers. We present a novel network architecture, Frequency-Sensitive Hashed Nets (FreshNets), which exploits inherent redundancy in both convolutional layers and fully-connected layers of a deep learning model, leading to dramatic savings in memory and storage consumption. Based on the key observation that the weights of learned convolutional filters are typically smooth and low-frequency, we first convert filter weights to the frequency domain with a discrete cosine transform (DCT) and use a low-cost hash function to randomly group frequency parameters into hash buckets. All parameters assigned the same hash bucket share a single value learned with standard back-propagation. To further reduce model size we allocate fewer hash buckets to high-frequency components, which are generally less important. We evaluate FreshNets on eight data sets, and show that it leads to drastically better compressed performance than several relevant baselines.

📄 PDF Abstract BibTeX arXiv:1506.04449

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Discrete Cosine Transform Discrete Cosine Transform (DCT) is an orthogonal transformation method that decomposes an image to its spatial frequency spectrum. It expresses a finite sequence of data…

Similar Papers 제목 키워드 기반

Ultimate tensorization: compressing convolutional and FC layers alike

2016-11-10 · Timur Garipov, Dmitry Podoprikhin, Alexander Novikov, Dmitry Vetrov

Convolutional neural networks excel in image recognition tasks, but this comes at the cost of high computational and memory complexity. To tackle this problem, [1] developed a tensor factorization framework to compress f…

Compressing Deep Convolutional Networks using Vector Quantization

2014-12-18 · Yunchao Gong, Liu Liu, Ming Yang, Lubomir Bourdev

Deep convolutional neural networks (CNN) has become the most promising method for object recognition, repeatedly demonstrating record breaking results for image classification and object detection in recent years. Howeve…

ClassificationClusteringGeneral Classificationimage-classification+5

The Compressed Model of Residual CNDS

2017-06-15 · Hussam Qassim, David Feinzimer, Abhishek Verma

Convolutional neural networks have achieved a great success in the recent years. Although, the way to maximize the performance of the convolutional neural networks still in the beginning. Furthermore, the optimization of…

model

Compressing Facial Makeup Transfer Networks by Collaborative Distillation and Kernel Decomposition

2020-09-16 · Bianjiang Yang, Zi Hui, Haoji Hu, Xinyi Hu 외

Although the facial makeup transfer network has achieved high-quality performance in generating perceptually pleasing makeup images, its capability is still restricted by the massive computation and storage of the networ…

DecoderFacial Makeup Transfer

Lat-Net: Compressing Lattice Boltzmann Flow Simulations using Deep Neural Networks

2017-05-25 · Oliver Hennigh

Computational Fluid Dynamics (CFD) is a hugely important subject with applications in almost every engineering field, however, fluid simulations are extremely computationally and memory demanding. Towards this end, we pr…

Efficient Neural Network