Fast Intent Classification for Spoken Language Understanding
Akshit Tyagi, Varun Sharma, Rahul Gupta, Lynn Samson, Nan Zhuang,, Zihang Wang, Bill Campbell

TL;DR
This paper introduces a BranchyNet approach for intent classification in SLU systems, enabling early decision making to reduce latency and energy consumption without sacrificing accuracy.
Contribution
It applies a BranchyNet scheme to SLU intent classification models, demonstrating improved efficiency and reduced computational costs while maintaining accuracy.
Findings
Significant reduction in computational complexity.
Maintained accuracy with early exit points.
Analytical insights into model behavior and efficiency gains.
Abstract
Spoken Language Understanding (SLU) systems consist of several machine learning components operating together (e.g. intent classification, named entity recognition and resolution). Deep learning models have obtained state of the art results on several of these tasks, largely attributed to their better modeling capacity. However, an increase in modeling capacity comes with added costs of higher latency and energy usage, particularly when operating on low complexity devices. To address the latency and computational complexity issues, we explore a BranchyNet scheme on an intent classification scheme within SLU systems. The BranchyNet scheme when applied to a high complexity model, adds exit points at various stages in the model allowing early decision making for a set of queries to the SLU model. We conduct experiments on the Facebook Semantic Parsing dataset with two candidate model…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Multimodal Machine Learning Applications · Explainable Artificial Intelligence (XAI)
MethodsEarly exiting using confidence measures
