Skip to content

Commit 5f2fea4

Browse files
authored
Merge pull request #31 from ARM-software/add_accuracy_scores
Added accuracy scores to table
2 parents 21032c1 + 8bb350c commit 5f2fea4

File tree

51 files changed

+159
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+159
-116
lines changed

README.md

Lines changed: 106 additions & 60 deletions

models/anomaly_detection/micronet_medium/tflite_int8/README.md

Lines changed: 1 addition & 1 deletion

models/anomaly_detection/micronet_medium/tflite_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
DCASE 2020 Task 2 Slide rail:
3-
AUC: 0.9632
3+
AUC: 0.963
44
description: This is a fully quantized version (asymmetrical int8) of the MicroNet
55
Medium model developed by Arm, from the MicroNets paper. It is trained on the 'slide
66
rail' task from http://dcase.community/challenge2020/task-unsupervised-detection-of-anomalous-sounds.

models/anomaly_detection/micronet_small/tflite_int8/README.md

Lines changed: 1 addition & 1 deletion

models/anomaly_detection/micronet_small/tflite_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
DCASE 2020 Task 2 Slide rail:
3-
AUC: 0.9548
3+
AUC: 0.955
44
description: This is a fully quantized version (asymmetrical int8) of the MicroNet
55
Small model developed by Arm, from the MicroNets paper. It is trained on the 'slide
66
rail' task from http://dcase.community/challenge2020/task-unsupervised-detection-of-anomalous-sounds.

models/image_classification/mobilenet_v2_1.0_224/tflite_int8/README.md

Lines changed: 1 addition & 1 deletion

models/image_classification/mobilenet_v2_1.0_224/tflite_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
ILSVRC 2012:
3-
top-1-accuracy: '69.68'
3+
top-1-accuracy: 0.697
44
description: "INT8 quantised version of MobileNet v2 model. Trained on ImageNet."
55
license:
66
- Apache-2.0

models/image_classification/mobilenet_v2_1.0_224/tflite_uint8/README.md

Lines changed: 1 addition & 1 deletion

models/keyword_spotting/cnn_large/tflite_int8/README.md

Lines changed: 1 addition & 2 deletions

models/keyword_spotting/cnn_large/tflite_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
Google Speech Commands test set:
3-
Accuracy: 92.92%
3+
Accuracy: 0.929
44
description: 'This is a fully quantized version (asymmetrical int8) of the CNN Large
55
model developed by Arm, with training checkpoints, from the Hello Edge paper. Code
66
to recreate this model can be found here: https://github.com/ARM-software/ML-examples/tree/master/tflu-kws-cortex-m'

models/keyword_spotting/cnn_medium/tflite_int8/README.md

Lines changed: 1 addition & 1 deletion

models/keyword_spotting/cnn_medium/tflite_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
Google Speech Commands test set:
3-
Accuracy: 91.33%
3+
Accuracy: 0.913
44
description: 'This is a fully quantized version (asymmetrical int8) of the CNN Medium
55
model developed by Arm, with training checkpoints, from the Hello Edge paper. Code
66
to recreate this model can be found here: https://github.com/ARM-software/ML-examples/tree/master/tflu-kws-cortex-m'

models/keyword_spotting/cnn_small/tflite_int8/README.md

Lines changed: 1 addition & 3 deletions

models/keyword_spotting/cnn_small/tflite_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
Google Speech Commands test set:
3-
Accuracy: 91.41%
3+
Accuracy: 0.914
44
description: 'This is a fully quantized version (asymmetrical int8) of the CNN Small
55
model developed by Arm, with training checkpoints, from the Hello Edge paper. Code
66
to recreate this model can be found here: https://github.com/ARM-software/ML-examples/tree/master/tflu-kws-cortex-m'

models/keyword_spotting/dnn_large/tflite_int8/README.md

Lines changed: 1 addition & 1 deletion

models/keyword_spotting/dnn_large/tflite_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
Google Speech Commands test set:
3-
Accuracy: 86.28%
3+
Accuracy: 0.863
44
description: 'This is a fully quantized version (asymmetrical int8) of the DNN Large
55
model developed by Arm, with training checkpoints, from the Hello Edge paper. Code
66
to recreate this model can be found here: https://github.com/ARM-software/ML-examples/tree/master/tflu-kws-cortex-m'

models/keyword_spotting/dnn_medium/tflite_int8/README.md

Lines changed: 1 addition & 1 deletion

models/keyword_spotting/dnn_medium/tflite_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
Google Speech Commands test set:
3-
Accuracy: 84.64%
3+
Accuracy: 0.846
44
description: 'This is a fully quantized version (asymmetrical int8) of the DNN Medium
55
model developed by Arm, with training checkpoints, from the Hello Edge paper. Code
66
to recreate this model can be found here: https://github.com/ARM-software/ML-examples/tree/master/tflu-kws-cortex-m'

models/keyword_spotting/dnn_small/tflite_int8/README.md

Lines changed: 1 addition & 1 deletion

models/keyword_spotting/dnn_small/tflite_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
Google Speech Commands test set:
3-
Accuracy: 82.70%
3+
Accuracy: 0.827
44
description: 'This is a fully quantized version (asymmetrical int8) of the DNN Small
55
model developed by Arm, with training checkpoints, from the Hello Edge paper. Code
66
to recreate this model can be found here: https://github.com/ARM-software/ML-examples/tree/master/tflu-kws-cortex-m'

models/keyword_spotting/ds_cnn_large/tflite_clustered_fp32/README.md

Lines changed: 1 addition & 1 deletion

models/keyword_spotting/ds_cnn_large/tflite_clustered_fp32/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
SpeechCommands:
3-
top_1_accuracy: 0.9495
3+
top_1_accuracy: 0.950
44
description: 'This is a clustered (32 clusters, kmeans++ centroid initialization)
55
and retrained (fine-tuned) FP32 version of the DS-CNN Large model developed by Arm
66
from the Hello Edge paper. Code for the original DS-CNN implementation can be found

models/keyword_spotting/ds_cnn_large/tflite_clustered_int8/README.md

Lines changed: 2 additions & 2 deletions

models/keyword_spotting/ds_cnn_large/tflite_clustered_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
SpeechCommands:
3-
top_1_accuracy: 0.9401
3+
top_1_accuracy: 0.940
44
description: 'This is a clustered (32 clusters, kmeans++ centroid initialization),
55
retrained (fine-tuned) and fully quantized version (INT8) of the DS-CNN Large model
66
developed by Arm from the Hello Edge paper. Code for the original DS-CNN implementation

models/keyword_spotting/ds_cnn_large/tflite_int8/README.md

Lines changed: 2 additions & 2 deletions

models/keyword_spotting/ds_cnn_large/tflite_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
Google Speech Commands test set:
3-
Accuracy: 94.58%
3+
Accuracy: 0.946
44
description: 'This is a fully quantized version (asymmetrical int8) of the DS-CNN
55
Large model developed by Arm, with training checkpoints, from the Hello Edge paper.
66
Code to recreate this model can be found here: https://github.com/ARM-software/ML-examples/tree/master/tflu-kws-cortex-m'

models/keyword_spotting/ds_cnn_medium/tflite_int8/README.md

Lines changed: 1 addition & 1 deletion

models/keyword_spotting/ds_cnn_medium/tflite_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
Google Speech Commands test set:
3-
Accuracy: 93.35%
3+
Accuracy: 0.934
44
description: 'This is a fully quantized version (asymmetrical int8) of the DS-CNN
55
Medium model developed by Arm, with training checkpoints, from the Hello Edge paper.
66
Code to recreate this model can be found here: https://github.com/ARM-software/ML-examples/tree/master/tflu-kws-cortex-m'

models/keyword_spotting/ds_cnn_small/tflite_int8/README.md

Lines changed: 1 addition & 1 deletion

models/keyword_spotting/ds_cnn_small/tflite_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
Google Speech Commands test set:
3-
Accuracy: 93.35%
3+
Accuracy: 0.934
44
description: 'This is a fully quantized version (asymmetrical int8) of the DS-CNN
55
Small model developed by Arm, with training checkpoints, from the Hello Edge paper.
66
Code to recreate this model can be found here: https://github.com/ARM-software/ML-examples/tree/master/tflu-kws-cortex-m'

models/keyword_spotting/micronet_large/tflite_int8/README.md

Lines changed: 1 addition & 1 deletion

models/keyword_spotting/micronet_large/tflite_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
Google Speech Commands test set:
3-
Accuracy: 96.48%
3+
Accuracy: 0.965
44
description: This is a fully quantized version (asymmetrical int8) of the MicroNet
55
Large model developed by Arm, from the MicroNets paper. This model is trained on
66
the 'Google Speech Commands' dataset.

models/keyword_spotting/micronet_medium/tflite_int8/README.md

Lines changed: 1 addition & 1 deletion

models/keyword_spotting/micronet_medium/tflite_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
Google Speech Commands test set:
3-
Accuracy: 95.77%
3+
Accuracy: 0.958
44
description: This is a fully quantized version (asymmetrical int8) of the MicroNet
55
Medium model developed by Arm, from the MicroNets paper. This model is trained on
66
the 'Google Speech Commands' dataset.

models/keyword_spotting/micronet_small/tflite_int8/README.md

Lines changed: 1 addition & 1 deletion

models/keyword_spotting/micronet_small/tflite_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
Google Speech Commands test set:
3-
Accuracy: 95.32%
3+
Accuracy: 0.953
44
description: This is a fully quantized version (asymmetrical int8) of the MicroNet
55
Small model developed by Arm, from the MicroNets paper. This model is trained on
66
the 'Google Speech Commands' dataset.

models/object_detection/ssd_mobilenet_v1/tflite_fp32/README.md

Lines changed: 1 addition & 1 deletion

models/object_detection/ssd_mobilenet_v1/tflite_fp32/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
coco_validation_2017:
3-
mAP: 0.21
3+
mAP: 0.210
44
description: SSD MobileNet v1 is a object detection network, that localizes and identifies
55
objects in an input image. This is a TF Lite floating point version that takes a
66
300x300 input image and outputs detections for this image. This model is trained

models/object_detection/ssd_mobilenet_v1/tflite_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
COCO 2017 Validation:
3-
mAP: '0.234'
3+
mAP: 0.234
44
description: SSD MobileNet v1 is a object detection network, that localizes and identifies
55
objects in an input image. This is a TF Lite quantized version that takes a 300x300
66
input image and outputs detections for this image. This model is converted from

models/object_detection/ssd_mobilenet_v1/tflite_uint8/README.md

Lines changed: 2 additions & 2 deletions

models/object_detection/ssd_mobilenet_v1/tflite_uint8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
coco_validation_2017:
3-
mAP: 0.18
3+
mAP: 0.180
44
description: SSD MobileNet v1 is a object detection network, that localizes and identifies
55
objects in an input image. This is a TF Lite quantized version that takes a 300x300
66
input image and outputs detections for this image. This model is trained and quantized

models/speech_recognition/wav2letter/tflite_int8/README.md

Lines changed: 1 addition & 1 deletion

models/speech_recognition/wav2letter/tflite_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
LibriSpeech:
3-
LER: 0.08771
3+
LER: 0.0877
44
description: Wav2letter is a convolutional speech recognition neural network. This
55
implementation was created by Arm and quantized to the INT8 datatype.
66
license:

0 commit comments

Comments
 (0)