ProjectionNet: Learning Efficient On-Device Deep Networks Using Neural Projections.

arXiv: Learning(2017)

引用 32|浏览22
暂无评分
摘要
Deep neural networks have become ubiquitous for applications related to visual recognition and language understanding tasks. However, it is often prohibitive to use typical neural networks devices like mobile phones or smart watches since the model sizes are huge and cannot fit in the limited memory available such devices. While these devices could make use of machine learning models running high-performance data centers with CPUs or GPUs, this is not feasible for many applications because data can be privacy sensitive and inference needs to be performed directly on device. introduce a new architecture for training compact neural networks using a joint optimization framework. At its core lies a novel objective that jointly trains using two different types of networks--a full trainer neural network (using existing architectures like Feed-forward NNs or LSTM RNNs) combined with a simpler network that leverages random projections to transform inputs or intermediate representations into bits. The simpler network encodes lightweight and efficient-to-compute operations in bit space with a low memory footprint. The two networks are trained jointly using backpropagation, where the projection network learns from the full network similar to apprenticeship learning. Once trained, the smaller network can be used directly for inference at low memory and computation cost. We demonstrate the effectiveness of the new approach at significantly shrinking the memory requirements of different types of neural networks while preserving good accuracy visual recognition and text classification tasks. We also study the question how many neural bits are required to solve a given task? using the new framework and show empirical results contrasting model predictive capacity (in bits) versus accuracy several datasets.
更多
查看译文
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要