Voice AI on a
$5 Chip
NC-SSM-20K achieves 96.4% keyword spotting accuracy in 10.4ms on a Cortex-M7 MCU — matching DS-CNN-S accuracy with 5x lower latency and 10x fewer MACs.
Ultra-Low Latency
7.1ms inference on Cortex-M7 @ 480MHz. Stateful SSM hidden state enables progressive classification without rebuffering.
Tiny Footprint
7,443 parameters, 720 bytes hidden state. INT8 quantized model fits in 7.3KB. Runs on $1.50 FPGA or $3.50 MCU.
Noise-Conditioned
Learned noise embedding (sigma) adapts the model to real-world SNR conditions. No manual noise calibration needed.
Streaming Native
SSM processes audio frame-by-frame with stateful hidden state. Short keywords detected in ~350ms vs 1053ms for CNN.
Patented (US/KR)
Noise-conditioned SSM architecture protected under US and KR patent applications. Royalty licensing available.
SDK Ready
pip install nano-ssm. PyTorch training + C SDK for Cortex-M deployment. ONNX/TFLite export in one line.
Live Keyword Detection
Real-time voice command recognition running NC-SSM inference
Performance Benchmark
NC-SSM vs industry-standard CNN models on Cortex-M7 @ 480MHz
| Model | Params (K) | Full MACs (M) | Model MACs (M) | Latency (ms) | Clean Acc (%) | Efficiency |
|---|---|---|---|---|---|---|
| BC-ResNet-1 | 7.5 | 6.15 | 4.99 | 12.8 | 95.0 | 15.4 |
| DS-CNN-S | 23.8 | 25.67 | 24.32 | 53.5 | 96.4 | 3.8 |
| NC-SSM | 7.4 | 3.42 | 0.86 | 7.1 | 95.3 | 27.8 |
| NC-SSM-Large | 10.2 | 3.80 | 1.24 | 7.9 | 95.6 | 25.2 |
| NC-SSM-15K | 15.8 | 4.48 | 1.92 | 9.3 | 96.2 | 21.5 |
| NC-SSM-20K | 20.0 | 5.00 | 2.44 | 10.4 | 96.4 | 19.3 |
Accuracy vs Parameters
Latency vs MACs
Streaming Advantage
Why SSM architecture fundamentally outperforms CNN in real-time voice AI
NC-SSM Streaming
+300ms → 1st attempt (short words)
+500ms → 2nd attempt (medium)
+750ms → 3rd attempt (confirm)
confidence > threshold → DETECTED!
CNN Streaming (DS-CNN-S)
Every 1s: re-buffer → re-compute entire window
No state carried between windows
Short words may be split across windows
Detection Timeline: "Go" (200ms word)
Business Model
Multiple revenue streams from a single core technology
IP Licensing
US + KR patents on noise-conditioned SSM architecture. Per-chip royalty model for semiconductor companies and OEMs.
$0.01-0.05 / chipNano AI SDK
pip install nano-ssm. PyTorch training, C SDK for edge deployment, ONNX export. Community free, Pro $500/mo.
SaaS / B2BCustom Wake Word
Train custom keywords for enterprise. "Hey Samsung", "OK LG" on NC-SSM with full edge deployment package.
$10K-50K per projectEdge AI Module
All-in-one KWS module: STM32H7 + MEMS mic + NC-SSM firmware. BOM $3-5, sell $15-30. 60-70% margin.
Hardware ProductHardware Module
All-in-one edge AI voice module for mass production
STM32H743 (Cortex-M7)
480MHz, 1MB RAM, 2MB Flash, FPU
ICS-43434 MEMS Microphone
I2S digital output, 65dB SNR
Ultra-Low Power
Active: 100mW | Listen: 15mW | Sleep: 0.1mW
Interface
UART/SPI/I2C, GPIO wake, 3.3V supply
NC-SSM Inference
7.1ms, 7,443 params, INT8 (7.3KB)