| { | |
| "benchmark": "streaming_wakeword", | |
| "wakeword": "marvin", | |
| "model": "1D-DS-CNN-64ch", | |
| "params": 45570, | |
| "architecture": "Energy-Gated Cascade (STE -> FFT -> CNN)", | |
| "test_accuracy": 99.83, | |
| "best_val_accuracy": 99.8, | |
| "confusion_matrix": { | |
| "TP": 180, | |
| "FP": 4, | |
| "TN": 10806, | |
| "FN": 15 | |
| }, | |
| "precision": 0.9783, | |
| "recall": 0.9231, | |
| "f1": 0.9499, | |
| "streaming": { | |
| "false_positives": 0, | |
| "false_negatives": 1, | |
| "fp_target": 8, | |
| "fn_target": 8, | |
| "fp_pass": true, | |
| "fn_pass": true, | |
| "cnn_activations": 3, | |
| "stream_duration_s": 200.0 | |
| }, | |
| "target_met": true, | |
| "target": ">=95% accuracy, <=8 FP, <=8 FN", | |
| "onnx_size_kb": 180.2, | |
| "epochs": 30 | |
| } |