Skip to content

Appendix A. Specifications#

Runtime performance#

Mobile environment#

Face detection performance depends on input image parameters such as resolution and bit depth as well as the size of the detected face. The iOS platform uses mobilenet by default.

Input data characteristics:

  • Image resolution: 640x480px;
  • Image format: 24 BPP RGB;

IOS#

  Performance measurements are presented for ARM of iPhones X, 7 and 6 in tables below. Measured values are averages of at least 100 experiments. Mobilenet is used by default. The number of threads auto means that will be taken the maximum number of available threads. For this mode use the -1 value for the numThreads parameter in the runtime.conf. This number of threads is equal to according number of available processor cores. We strongly recommend you to follow this recommendation; otherwise, performance can be significantly reduced. Description of accoding settings you can find in "Configuration Guide - Runtime settings".

"iPhone 7. Extractor and matcher performance"

Type Model NumThreads Average Units
Extractor 59 1 112.4 ms
Extractor 59 auto 111.7 ms
Matcher 59 - 1.0 M matches/sec

"iPhone 7. Extractor performance"

Type Model NumThreads Average (ms) Batch Size
Extractor 59 auto 112.0 1
Extractor 56 auto 113.4 4
Extractor 56 auto 105.9 8

"iPhone 7. Detection and estimation performance"

Measurement Threads Average (ms) Batch Size
Detector (FaceDetV2) 1 13.0 / 12.0 / 51.0 -
(Easy/complex/6 faces) auto 13.0 / 12.0 / 51.0 -
Warper 1 2.0 -
Warper auto 2.0 -
Head Pose by Image 1 0.9 -
Head Pose auto 0.9 1
Head Pose auto 0.8 4
Head Pose auto 0.8 8
Eyes 1 5.0 -
Eyes auto 4.9 1
Eyes auto 4.8 4
Eyes auto 4.8 8
AGS 1 0.9 -
AGS auto 0.8 1
AGS auto 0.8 4
AGS auto 0.8 8
Best Shot Quality 1 1.0 -
Best Shot Quality auto 0.9 1
Best Shot Quality auto 0.9 4
Best Shot Quality auto 0.9 8

"iPhone 6. Extractor and matcher performance"

Measurement Model Threads Average Units
Extractor 59 1 229.5 ms
Extractor 59 auto 229.2 ms
Matcher 59 - 0.25 M matches/sec

"iPhone 6. Extractor performance"

Measurement Model Threads Average (ms) Batch Size
Extractor 59 auto 229.8 1
Extractor 59 auto 230.4 4
Extractor 59 auto 209.8 8

"iPhone 6. Detection and estimation performance"

Measurement Threads Average (ms) Batch Size
Detector (FaceDetV2) 1 30.0 / 25.0 /111.0 -
(Easy/complex/6 faces) auto 28.0 / 25.2 /111.0 -
Warper 1 4.4 -
Warper auto 4.3 -
Head Pose by Image 1 2.0 -
Head Pose auto 2.0 1
Head Pose auto 1.7 4
Head Pose auto 1.6 8
Eyes 1 16.0 -
Eyes auto 16.0 1
Eyes auto 17.0 4
Eyes auto 18.0 8
AGS 1 4.0 -
AGS auto 4.0 -
AGS auto 3.2 -
AGS auto 3.1 -
Best Shot Quality 1 4.0 -
Best Shot Quality auto 4.0 1
Best Shot Quality auto 3.3 4
Best Shot Quality auto 3.2 8

Descriptor size#

The table below shows size of serialized descriptors to estimate memory requirements.

"Descriptor size"

Descriptor version Data size (bytes) Metadata size (bytes) Total size
CNN 54 512 8 520

Metadata includes signature and version information that may be omitted during serialization if the NoSignature flag is specified.

When estimating individual descriptor size in memory or serialization storage requirements with default options, consider using values from the "Total size" column.

When estimating memory requirements for descriptor batches, use values from the "Data size" column instead, since a descriptor batch does not duplicate metadata per descriptor and thus is more memory-efficient.

These numbers are for approximate computation only, since they do not include overhead like memory alignment for accelerated SIMD processing and the like.

Feature matrix#

Mobile versions come in two editions: the frontend edition (or FE for short) and the complete edition.

The table below shows FaceEngine features supported by different editions of mobile platform.

"Feature matrix"

Facility Module Complete Frontend
Core Yes Yes
Face detection & alignment Face detector Yes Yes
Parameter estimation BestShotQuality estimation Yes Yes
Color estimation Yes Yes
Eye estimation Yes Yes
Head pose estimation Yes Yes
AGS estimation Yes Yes
Face descriptors Descriptor extraction Yes No
Descriptor matching Yes No
Descriptor batching Yes No
Descriptor search acceleration Yes No

See file "doc/FeatureMapMobile.htm" for more details.