paper-with-me

Papers

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

2017-08-02 · Sujith Ravi

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 on devices like mobile phones or smart watches since the model sizes are huge and cannot fit in the limited memory available on such devices. While these devices could make use of machine learning models running on 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. We 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 "projection" 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 on 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 on several datasets.

📄 PDF Abstract BibTeX arXiv:1708.00630

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

A Unified Framework for Biphasic Facial Age Translation with Noisy-Semantic Guided Generative Adversarial Networks

2021-09-15 · Muyi Sun, Jian Wang, Yunfan Liu, Qi Li 외

Biphasic facial age translation aims at predicting the appearance of the input face at any age. Facial age translation has received considerable research attention in the last decade due to its practical value in cross-a…

DisentanglementFace RecognitionMORPHTranslation

ProSeqo: Projection Sequence Networks for On-Device Text Classification

2019-11-01 · IJCNLP 2019 11 · Zornitsa Kozareva, Sujith Ravi

We propose a novel on-device sequence model for text classification using recurrent projections. Our model ProSeqo uses dynamic recurrent projections without the need to store or look up any pre-trained embeddings. This …

ClassificationGeneral ClassificationProduct Categorizationtext-classification+1

Random Projections through multiple optical scattering: Approximating kernels at the speed of light

2015-10-22 · Alaa Saade, Francesco Caltagirone, Igor Carron, Laurent Daudet 외

Random projections have proven extremely useful in many signal processing and machine learning applications. However, they often require either to store a very large random matrix, or to use a different, structured matri…

On-device Structured and Context Partitioned Projection Networks

2019-07-01 · ACL 2019 7 · Sujith Ravi, Zornitsa Kozareva

A challenging problem in on-device text classification is to build highly accurate neural models that can fit in small memory footprint and have low latency. To address this challenge, we propose an on-device neural netw…

text-classificationText Classification

Rediscovering Hashed Random Projections for Efficient Quantization of Contextualized Sentence Embeddings

2023-03-13 · Ulf A. Hamster, Ji-Ung Lee, Alexander Geyken, Iryna Gurevych

Training and inference on edge devices often requires an efficient setup due to computational limitations. While pre-computing data representations and caching them on a server can mitigate extensive edge device computat…

QuantizationSentenceSentence ClassificationSentence Embeddings