Voice Print, enabling authentication and personalization on the edge (draft)
Just like fingerprint and retina, our voice are unique to ourselves. With modern machine learning and compute optimization, Voice Print recognition can now be deployed on wearable and edge devices, even when extreme power efficiency is demanded. For wearable and small battery powered devices, fitting a user facing camera or fingerprint sensor often doesn't make sense. However, having a microphone and listening to our voice is an effective way for the device to recognize a per
3 hours ago2 min read


Deployment aware design
Since the last case study post , questions have been asked about what should be done in order to easier get models running on low power platforms. It’s a big topic, but the most effective steps start right from the beginning in the model design phase. You likely have heard of “quantization aware training”, then “deployment aware design” is the same concept, but applied during model design, for the purpose of smooth deployment at the end. Check compatibility When the initial d
Mar 92 min read