RepCNN: Micro-sized, Mighty Models for Wakeword Detection
Arnav Kundu, Prateeth Nayak, Priyanka Padmanabhan, Devang Naik

TL;DR
This paper introduces RepCNN, a small convolutional model for wakeword detection that uses re-parameterization to improve training and inference efficiency, achieving high accuracy with low memory and compute requirements.
Contribution
The paper proposes a novel re-parameterization technique that refactors a multi-branched convolutional model into a single-branched form for efficient inference in always-on wakeword detection.
Findings
RepCNN models are 43% more accurate than single-branch models at the same runtime.
RepCNN achieves accuracy comparable to complex architectures like BC-ResNet.
RepCNN uses half the peak memory and is 10 times faster during inference.
Abstract
Always-on machine learning models require a very low memory and compute footprint. Their restricted parameter count limits the model's capacity to learn, and the effectiveness of the usual training algorithms to find the best parameters. Here we show that a small convolutional model can be better trained by first refactoring its computation into a larger redundant multi-branched architecture. Then, for inference, we algebraically re-parameterize the trained model into the single-branched form with fewer parameters for a lower memory footprint and compute cost. Using this technique, we show that our always-on wake-word detector model, RepCNN, provides a good trade-off between latency and accuracy during inference. RepCNN re-parameterized models are 43% more accurate than a uni-branch convolutional model while having the same runtime. RepCNN also meets the accuracy of complex…
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
TopicsInternet Traffic Analysis and Secure E-voting · Anomaly Detection Techniques and Applications · Network Security and Intrusion Detection
