End to End Binarized Neural Networks for Text Classification
Harshil Jain, Akshat Agarwal, Kumar Shridhar, Denis Kleyko

TL;DR
This paper introduces an end-to-end binarized neural network for text classification that reduces memory and training time while maintaining competitive accuracy, making NLP models more resource-efficient.
Contribution
It presents a novel fully binarized neural network architecture for intent classification, optimizing both input representations and classifiers for efficiency.
Findings
Achieves comparable results to state-of-the-art on intent classification datasets.
Reduces memory usage and training time by approximately 20-40%.
Components like binarized embeddings can be used independently.
Abstract
Deep neural networks have demonstrated their superior performance in almost every Natural Language Processing task, however, their increasing complexity raises concerns. In particular, these networks require high expenses on computational hardware, and training budget is a concern for many. Even for a trained network, the inference phase can be too demanding for resource-constrained devices, thus limiting its applicability. The state-of-the-art transformer models are a vivid example. Simplifying the computations performed by a network is one way of relaxing the complexity requirements. In this paper, we propose an end to end binarized neural network architecture for the intent classification task. In order to fully utilize the potential of end to end binarization, both input representations (vector embeddings of tokens statistics) and the classifier are binarized. We demonstrate the…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Anomaly Detection Techniques and Applications · Adversarial Robustness in Machine Learning
