LGMLOct 6, 2021

Tribuo: Machine Learning with Provenance in Java

arXiv:2110.03022v1Has Code
Originality Synthesis-oriented
AI Analysis

This addresses the difficulty of model tracking and regulatory compliance for ML systems in high-risk situations, though it is incremental as it builds on existing ML monitoring concepts.

The paper tackles the problem of tracking machine learning models and ensuring appropriate behavior by introducing Tribuo, a Java ML library that integrates model training, inference, and automatic provenance recording into a single framework, resulting in a system that records full processing pipelines, training algorithms, hyperparameters, and data transformations automatically.

Machine Learning models are deployed across a wide range of industries, performing a wide range of tasks. Tracking these models and ensuring they behave appropriately is becoming increasingly difficult as the number of deployed models increases. There are also new regulatory burdens for ML systems which affect human lives, requiring a link between a model and its training data in high-risk situations. Current ML monitoring systems often provide provenance and experiment tracking as a layer on top of an ML library, allowing room for imperfect tracking and skew between the tracked object and the metadata. In this paper we introduce Tribuo, a Java ML library that integrates model training, inference, strong type-safety, runtime checking, and automatic provenance recording into a single framework. All Tribuo's models and evaluations record the full processing pipeline for input data, along with the training algorithms, hyperparameters and data transformation steps automatically. The provenance lives inside the model object and can be persisted separately using common markup formats. Tribuo implements many popular ML algorithms for classification, regression, clustering, multi-label classification and anomaly detection, along with interfaces to XGBoost, TensorFlow and ONNX Runtime. Tribuo's source code is available at https://github.com/oracle/tribuo under an Apache 2.0 license with documentation and tutorials available at https://tribuo.org.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes