English

Model Asset eXchange: Path to Ubiquitous Deep Learning Deployment

Machine Learning 2019-09-05 v1 Machine Learning

Abstract

A recent trend observed in traditionally challenging fields such as computer vision and natural language processing has been the significant performance gains shown by deep learning (DL). In many different research fields, DL models have been evolving rapidly and become ubiquitous. Despite researchers' excitement, unfortunately, most software developers are not DL experts and oftentimes have a difficult time following the booming DL research outputs. As a result, it usually takes a significant amount of time for the latest superior DL models to prevail in industry. This issue is further exacerbated by the common use of sundry incompatible DL programming frameworks, such as Tensorflow, PyTorch, Theano, etc. To address this issue, we propose a system, called Model Asset Exchange (MAX), that avails developers of easy access to state-of-the-art DL models. Regardless of the underlying DL programming frameworks, it provides an open source Python library (called the MAX framework) that wraps DL models and unifies programming interfaces with our standardized RESTful APIs. These RESTful APIs enable developers to exploit the wrapped DL models for inference tasks without the need to fully understand different DL programming frameworks. Using MAX, we have wrapped and open-sourced more than 30 state-of-the-art DL models from various research fields, including computer vision, natural language processing and signal processing, etc. In the end, we selectively demonstrate two web applications that are built on top of MAX, as well as the process of adding a DL model to MAX.

Keywords

Cite

@article{arxiv.1909.01606,
  title  = {Model Asset eXchange: Path to Ubiquitous Deep Learning Deployment},
  author = {Alex Bozarth and Brendan Dwyer and Fei Hu and Daniel Jalova and Karthik Muthuraman and Nick Pentreath and Simon Plovyt and Gabriela de Queiroz and Saishruthi Swaminathan and Patrick Titzler and Xin Wu and Hong Xu and Frederick R Reiss and Vijay Bommireddipalli},
  journal= {arXiv preprint arXiv:1909.01606},
  year   = {2019}
}

Comments

4 pages, 3 figures. Demo paper

R2 v1 2026-06-23T11:04:56.004Z