Overview
What this challenge is about.
Prune and Distill a Speech Model for a Hearable. Advanced challenge in code. Writing production code that solves real engineering problems, earn a blockchain...
The Brief
What you'll do, and what you'll demonstrate.
Compress a keyword-spotting model into a 50 KB INT8 footprint via pruning + distillation while keeping accuracy production-viable.
This is not a coding exercise. It is the work a software engineer does between a Jira ticket and a merged PR. That distinction matters to every hiring manager who has seen candidates solve LeetCode problems and none who have shipped production code under real constraints.
When you finish, you will have something most graduates do not: a real-world deliverable, verified by Ewance, that you can show to a hiring manager and say "I did this. Here is the proof."
Earning criteria — what you'll demonstrate
- Apply structured pruning to a real CNN keyword spotter
- Use knowledge distillation to compress a larger model into a smaller student
- Evaluate KWS models with the metrics that matter for product (FAR at fixed FRR)
- Communicate compression trade-offs to firmware leadership
Program Fit
Where this fits in your program.
Sharpens the same skills your degree expects you to demonstrate.
Edge ML and On-Device Machine Learning
Master · Ai Systems
Strong alignment
This challenge maps to Edge ML and On-Device Machine Learning at the Master level. It sharpens the same practical skills your coursework expects — but in a real industry context with actual constraints and deliverables.
Skills
Skills you'll demonstrate.
Each one shows up on your verified credential.
- Pruning
Apply pruning to solve real industry problems and demonstrate production-level capability.
- Knowledge Distillation
Apply knowledge distillation to solve real industry problems and demonstrate production-level capability.
- Model Compression
Apply model compression to solve real industry problems and demonstrate production-level capability.
- Edge Inference
Apply edge inference to solve real industry problems and demonstrate production-level capability.
- Quantization
Apply quantization to solve real industry problems and demonstrate production-level capability.
- Pytorch
Apply pytorch to solve real industry problems and demonstrate production-level capability.
Careers
Career paths this challenge builds toward
Completing this challenge demonstrates skills that transfer directly to these roles:
Machine Learning Engineer
Hitting a strict on-device SRAM budget through pruning + distillation is the daily job of an MLE on any consumer-audio or hearable team.
This challenge sharpens
- pruning
- knowledge-distillation
- model-compression
MLOps Engineer
Reproducible compression + deployment pipelines for embedded targets transfer directly to MLOps roles at edge-AI companies.
This challenge sharpens
- edge-inference
- quantization
- model-compression
Applied AI Scientist
Mapping a compression budget into an effort/accuracy memo for firmware leadership is the applied-AI-scientist craft of turning research into product decisions.
This challenge sharpens
- knowledge-distillation
- pruning
- pytorch