Skip to content

Commit

Permalink
Added accuracy scores to table
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-arm committed Aug 26, 2021
1 parent 21032c1 commit 8bb350c
Show file tree
Hide file tree
Showing 51 changed files with 159 additions and 116 deletions.
166 changes: 106 additions & 60 deletions README.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Dataset: Dcase 2020 Task 2 Slide Rail

| Metric | Value |
|--------|-------|
| AUC | 0.9632 |
| AUC | 0.963 |

## Optimizations
| Optimization | Value |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark:
DCASE 2020 Task 2 Slide rail:
AUC: 0.9632
AUC: 0.963
description: This is a fully quantized version (asymmetrical int8) of the MicroNet
Medium model developed by Arm, from the MicroNets paper. It is trained on the 'slide
rail' task from http://dcase.community/challenge2020/task-unsupervised-detection-of-anomalous-sounds.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Dataset: Dcase 2020 Task 2 Slide Rail

| Metric | Value |
|--------|-------|
| AUC | 0.9548 |
| AUC | 0.955 |

## Optimizations
| Optimization | Value |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark:
DCASE 2020 Task 2 Slide rail:
AUC: 0.9548
AUC: 0.955
description: This is a fully quantized version (asymmetrical int8) of the MicroNet
Small model developed by Arm, from the MicroNets paper. It is trained on the 'slide
rail' task from http://dcase.community/challenge2020/task-unsupervised-detection-of-anomalous-sounds.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Dataset: ILSVRC 2012

| Metric | Value |
|--------|-------|
| Top 1 Accuracy | 69.68 |
| Top 1 Accuracy | 0.697 |

## Optimizations
| Optimization | Value |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark:
ILSVRC 2012:
top-1-accuracy: '69.68'
top-1-accuracy: 0.697
description: "INT8 quantised version of MobileNet v2 model. Trained on ImageNet."
license:
- Apache-2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A guide on how to deploy this model using the Arm NN SDK can be found [here](htt
## Performance
| Platform | Optimized |
|----------|:---------:|
| Cortex-A |:heavy_check_mark: |
| Cortex-A |:heavy_multiplication_x: |
| Cortex-M |:heavy_multiplication_x: |
| Mali GPU |:heavy_check_mark: |
| Ethos U |:heavy_check_mark: |
Expand Down
3 changes: 1 addition & 2 deletions models/keyword_spotting/cnn_large/tflite_int8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Dataset: Google Speech Commands Test Set

| Metric | Value |
|--------|-------|
| Accuracy | 92.92% |
| Accuracy | 0.929 |

## Performance
| Platform | Optimized |
Expand All @@ -42,7 +42,6 @@ Dataset: Google Speech Commands Test Set
* :heavy_multiplication_x: - Will not run on this platform.



## Optimizations
| Optimization | Value |
|-----------------|---------|
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark:
Google Speech Commands test set:
Accuracy: 92.92%
Accuracy: 0.929
description: 'This is a fully quantized version (asymmetrical int8) of the CNN Large
model developed by Arm, with training checkpoints, from the Hello Edge paper. Code
to recreate this model can be found here: https://github.com/ARM-software/ML-examples/tree/master/tflu-kws-cortex-m'
Expand Down
2 changes: 1 addition & 1 deletion models/keyword_spotting/cnn_medium/tflite_int8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Dataset: Google Speech Commands Test Set

| Metric | Value |
|--------|-------|
| Accuracy | 91.33% |
| Accuracy | 0.913 |

## Performance
| Platform | Optimized |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark:
Google Speech Commands test set:
Accuracy: 91.33%
Accuracy: 0.913
description: 'This is a fully quantized version (asymmetrical int8) of the CNN Medium
model developed by Arm, with training checkpoints, from the Hello Edge paper. Code
to recreate this model can be found here: https://github.com/ARM-software/ML-examples/tree/master/tflu-kws-cortex-m'
Expand Down
4 changes: 1 addition & 3 deletions models/keyword_spotting/cnn_small/tflite_int8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Dataset: Google Speech Commands Test Set

| Metric | Value |
|--------|-------|
| Accuracy | 91.41% |
| Accuracy | 0.914 |

## Performance
| Platform | Optimized |
Expand All @@ -41,8 +41,6 @@ Dataset: Google Speech Commands Test Set
* :heavy_check_mark: - Will run on this platform.
* :heavy_multiplication_x: - Will not run on this platform.



## Optimizations
| Optimization | Value |
|-----------------|---------|
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark:
Google Speech Commands test set:
Accuracy: 91.41%
Accuracy: 0.914
description: 'This is a fully quantized version (asymmetrical int8) of the CNN Small
model developed by Arm, with training checkpoints, from the Hello Edge paper. Code
to recreate this model can be found here: https://github.com/ARM-software/ML-examples/tree/master/tflu-kws-cortex-m'
Expand Down
2 changes: 1 addition & 1 deletion models/keyword_spotting/dnn_large/tflite_int8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Dataset: Google Speech Commands Test Set

| Metric | Value |
|--------|-------|
| Accuracy | 86.28% |
| Accuracy | 0.863 |

## Performance
| Platform | Optimized |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark:
Google Speech Commands test set:
Accuracy: 86.28%
Accuracy: 0.863
description: 'This is a fully quantized version (asymmetrical int8) of the DNN Large
model developed by Arm, with training checkpoints, from the Hello Edge paper. Code
to recreate this model can be found here: https://github.com/ARM-software/ML-examples/tree/master/tflu-kws-cortex-m'
Expand Down
2 changes: 1 addition & 1 deletion models/keyword_spotting/dnn_medium/tflite_int8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Dataset: Google Speech Commands Test Set

| Metric | Value |
|--------|-------|
| Accuracy | 84.64% |
| Accuracy | 0.846 |

## Performance
| Platform | Optimized |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark:
Google Speech Commands test set:
Accuracy: 84.64%
Accuracy: 0.846
description: 'This is a fully quantized version (asymmetrical int8) of the DNN Medium
model developed by Arm, with training checkpoints, from the Hello Edge paper. Code
to recreate this model can be found here: https://github.com/ARM-software/ML-examples/tree/master/tflu-kws-cortex-m'
Expand Down
2 changes: 1 addition & 1 deletion models/keyword_spotting/dnn_small/tflite_int8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Dataset: Google Speech Commands Test Set

| Metric | Value |
|--------|-------|
| Accuracy | 82.70% |
| Accuracy | 0.827 |

## Performance
| Platform | Optimized |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark:
Google Speech Commands test set:
Accuracy: 82.70%
Accuracy: 0.827
description: 'This is a fully quantized version (asymmetrical int8) of the DNN Small
model developed by Arm, with training checkpoints, from the Hello Edge paper. Code
to recreate this model can be found here: https://github.com/ARM-software/ML-examples/tree/master/tflu-kws-cortex-m'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Dataset: Google Speech Commands Test Set

| Metric | Value |
|--------|-------|
| Top 1 Accuracy | 0.9495 |
| Top 1 Accuracy | 0.950 |

## Optimizations
| Optimization | Value |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark:
SpeechCommands:
top_1_accuracy: 0.9495
top_1_accuracy: 0.950
description: 'This is a clustered (32 clusters, kmeans++ centroid initialization)
and retrained (fine-tuned) FP32 version of the DS-CNN Large model developed by Arm
from the Hello Edge paper. Code for the original DS-CNN implementation can be found
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Code to recreate this model can be found here: https://github.com/ARM-software/M
## Performance
| Platform | Optimized |
|----------|:---------:|
| Cortex-A |:heavy_check_mark: |
| Cortex-A |:heavy_multiplication_x: |
| Cortex-M |:heavy_check_mark: |
| Mali GPU |:heavy_check_mark: |
| Ethos U |:heavy_check_mark: |
Expand All @@ -39,7 +39,7 @@ Dataset: Google Speech Commands Test Set

| Metric | Value |
|--------|-------|
| Top 1 Accuracy | 0.9401 |
| Top 1 Accuracy | 0.940 |

## Optimizations
| Optimization | Value |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark:
SpeechCommands:
top_1_accuracy: 0.9401
top_1_accuracy: 0.940
description: 'This is a clustered (32 clusters, kmeans++ centroid initialization),
retrained (fine-tuned) and fully quantized version (INT8) of the DS-CNN Large model
developed by Arm from the Hello Edge paper. Code for the original DS-CNN implementation
Expand Down
4 changes: 2 additions & 2 deletions models/keyword_spotting/ds_cnn_large/tflite_int8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ Dataset: Google Speech Commands Test Set

| Metric | Value |
|--------|-------|
| Accuracy | 94.58% |
| Accuracy | 0.946 |

## Performance
| Platform | Optimized |
|----------|:---------:|
| Cortex-A |:heavy_check_mark: |
| Cortex-A |:heavy_multiplication_x: |
| Cortex-M |:heavy_check_mark: |
| Mali GPU |:heavy_check_mark: |
| Ethos U |:heavy_check_mark: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark:
Google Speech Commands test set:
Accuracy: 94.58%
Accuracy: 0.946
description: 'This is a fully quantized version (asymmetrical int8) of the DS-CNN
Large model developed by Arm, with training checkpoints, from the Hello Edge paper.
Code to recreate this model can be found here: https://github.com/ARM-software/ML-examples/tree/master/tflu-kws-cortex-m'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Dataset: Google Speech Commands Test Set

| Metric | Value |
|--------|-------|
| Accuracy | 93.35% |
| Accuracy | 0.934 |

## Performance
| Platform | Optimized |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark:
Google Speech Commands test set:
Accuracy: 93.35%
Accuracy: 0.934
description: 'This is a fully quantized version (asymmetrical int8) of the DS-CNN
Medium model developed by Arm, with training checkpoints, from the Hello Edge paper.
Code to recreate this model can be found here: https://github.com/ARM-software/ML-examples/tree/master/tflu-kws-cortex-m'
Expand Down
2 changes: 1 addition & 1 deletion models/keyword_spotting/ds_cnn_small/tflite_int8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Dataset: Google Speech Commands Test Set

| Metric | Value |
|--------|-------|
| Accuracy | 93.35% |
| Accuracy | 0.934 |

## Performance
| Platform | Optimized |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark:
Google Speech Commands test set:
Accuracy: 93.35%
Accuracy: 0.934
description: 'This is a fully quantized version (asymmetrical int8) of the DS-CNN
Small model developed by Arm, with training checkpoints, from the Hello Edge paper.
Code to recreate this model can be found here: https://github.com/ARM-software/ML-examples/tree/master/tflu-kws-cortex-m'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Dataset: Google Speech Commands Test Set

| Metric | Value |
|--------|-------|
| Accuracy | 96.48% |
| Accuracy | 0.965 |

## Optimizations
| Optimization | Value |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark:
Google Speech Commands test set:
Accuracy: 96.48%
Accuracy: 0.965
description: This is a fully quantized version (asymmetrical int8) of the MicroNet
Large model developed by Arm, from the MicroNets paper. This model is trained on
the 'Google Speech Commands' dataset.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Dataset: Google Speech Commands Test Set

| Metric | Value |
|--------|-------|
| Accuracy | 95.77% |
| Accuracy | 0.958 |

## Optimizations
| Optimization | Value |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark:
Google Speech Commands test set:
Accuracy: 95.77%
Accuracy: 0.958
description: This is a fully quantized version (asymmetrical int8) of the MicroNet
Medium model developed by Arm, from the MicroNets paper. This model is trained on
the 'Google Speech Commands' dataset.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Dataset: Google Speech Commands Test Set

| Metric | Value |
|--------|-------|
| Accuracy | 95.32% |
| Accuracy | 0.953 |

## Optimizations
| Optimization | Value |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark:
Google Speech Commands test set:
Accuracy: 95.32%
Accuracy: 0.953
description: This is a fully quantized version (asymmetrical int8) of the MicroNet
Small model developed by Arm, from the MicroNets paper. This model is trained on
the 'Google Speech Commands' dataset.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Dataset: Coco Validation 2017

| Metric | Value |
|--------|-------|
| mAP | 0.21 |
| mAP | 0.210 |

## Performance
| Platform | Optimized |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark:
coco_validation_2017:
mAP: 0.21
mAP: 0.210
description: SSD MobileNet v1 is a object detection network, that localizes and identifies
objects in an input image. This is a TF Lite floating point version that takes a
300x300 input image and outputs detections for this image. This model is trained
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark:
COCO 2017 Validation:
mAP: '0.234'
mAP: 0.234
description: SSD MobileNet v1 is a object detection network, that localizes and identifies
objects in an input image. This is a TF Lite quantized version that takes a 300x300
input image and outputs detections for this image. This model is converted from
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ Dataset: Coco Validation 2017

| Metric | Value |
|--------|-------|
| mAP | 0.18 |
| mAP | 0.180 |

## Performance
| Platform | Optimized |
|----------|:---------:|
| Cortex-A |:heavy_check_mark: |
| Cortex-A |:heavy_multiplication_x: |
| Cortex-M |:heavy_multiplication_x: |
| Mali GPU |:heavy_check_mark: |
| Ethos U |:heavy_multiplication_x: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark:
coco_validation_2017:
mAP: 0.18
mAP: 0.180
description: SSD MobileNet v1 is a object detection network, that localizes and identifies
objects in an input image. This is a TF Lite quantized version that takes a 300x300
input image and outputs detections for this image. This model is trained and quantized
Expand Down
2 changes: 1 addition & 1 deletion models/speech_recognition/wav2letter/tflite_int8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Dataset: Librispeech

| Metric | Value |
|--------|-------|
| Ler | 0.08771 |
| Ler | 0.0877 |

## Performance
| Platform | Optimized |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark:
LibriSpeech:
LER: 0.08771
LER: 0.0877
description: Wav2letter is a convolutional speech recognition neural network. This
implementation was created by Arm and quantized to the INT8 datatype.
license:
Expand Down
Loading

0 comments on commit 8bb350c

Please sign in to comment.