<-Introduction       Go to ToC       Definitions ->

 

The MPAI AI Framework (MPAI-AIF) Technical Specification (in the following also called MPAI-AIF V2) specifies the architecture, interfaces, protocols, and Application Programming Interfaces (API) of an AI Framework specially designed for execution of AI-based implementations, but also suitable for mixed AI and traditional data processing workflows.

MPAI-AIF V2 possesses the following main features in two instances:

Basic functionalities:

  1. Independent of the Operating System.
  2. Component-based modular architecture with specified interfaces.
  3. Interfaces encapsulate Components to abstract them from the development environment.
  4. Interface with the Store enabling access to validated Components.
  5. Component can be Implemented as:
    • Software only, from MCUs to HPC.
    • Hardware only.
    • Hybrid hardware-software.
  6. Component system features are:
    • Execution in local and distributed Zero-Trust architectures [28].
    • Possibility to interact with other Implementations operating in proximity.
    • Direct support to Machine Learning functionalities.
  7. The AIF can download an AIW whose identifier has been specified by the User Agent or by a configuration parameter.

Secure functionalities:

  1. The AIF provides access to the following Trusted Services:
    • A selected range of cyphering algorithms.
    • A basic attestation function.
    • Secure storage (RAM, internal/external flash, or internal/external/remote disk).
    • Certificate-based secure communication.
  2. The AIF can execute only one AIW containing only one AIM. The AIM has the following features:
    • The AIM may be a Composite AIM.
    • The AIMs of the Composite AIM cannot access the Secure API.
  3. The AIF Trusted Services may rely on hardware and OS security features already existing in the hardware and software of the environment in which the AIF is implemented.

The current version of the Technical Specification: AI Framework (MPAI-AIF) V2 has been developed by the MPAI AI Framework Development Committee (AIF-DC). Future Versions may revise and/or extend the Scope of the Technical Specification.

 

 <-Introduction       Go to ToC       Definitions ->