TMVA Deep Learning Developments - Inference Code Generation for Batch Normalization

Description

Toolkit for Multivariate Analysis (TMVA) is a multi-purpose machine learning toolkit integrated into the ROOT scientific software framework, used in many particle physics data analysis and applications. Currently, we are developing a fast inference system in TMVA that takes takes ONNX model as input and produces compilation-ready standalone C++ scripts as output. These scripts will then provide users an easy way to deploy their deep learning models in their physics software and analysis frameworks.

Task ideas and expected results

This project will focus on development of some missing deep learning operations which will allow to build more complex networks within TMVA. Specifically, we propose to implement the inference functionality of ONNX BatchNormalization operators in the code generation format. The student can choose to build this based on existing implementations in TMVA or build their own from scratch.

The expected result is a working implementation of a modular operator class that implements the BatchNormalization operators as defined by the ONNX operator standards in the code generation format.

Requirements

Mentors

Corresponding Project

Participating Organizations