vix.ing · top · new · best · stats

InferBench: Understanding Deep Learning Inference Serving with an Automatic Benchmarking System

2020/11/04 by Huaizheng Zhang, Yizheng Huang, Zhang, Huaizheng +7 · 2 citations
Computer Science · #Adversarial Robustness in Machine Learning #Explainable Artificial Intelligence (XAI) #FOS: Computer and information sciences #Generative Adversarial Networks and Image Synthesis #Machine Learning (cs.LG) #Performance (cs.PF) #cs.LG #cs.PF

paper · pdf · doi:10.48550/arxiv.2011.02327

13 pages, 15 figures

openalex publication_date 2020/11/04 · arxiv created 2021/01/05 · arxiv updated 2021/01/06 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Deep learning (DL) models have become core modules for many applications. However, deploying these models without careful performance benchmarking that considers both hardware and software's impact often leads to poor service and costly operational expenditure. To facilitate DL models' deployment, we implement an automatic and comprehensive benchmark system for DL developers. To accomplish benchmark-related tasks, the developers only need to prepare a configuration file consisting of a few lines of code. Our system, deployed to a leader server in DL clusters, will dispatch users' benchmark jobs to follower workers. Next, the corresponding requests, workload, and even models can be generated automatically by the system to conduct DL serving benchmarks. Finally, developers can leverage many analysis tools and models in our system to gain insights into the trade-offs of different system configurations. In addition, a two-tier scheduler is incorporated to avoid unnecessary interference and improve average job compilation time by up to 1.43x (equivalent of 30% reduction). Our system design follows the best practice in DL clusters operations to expedite day-to-day DL service evaluation efforts by the developers. We conduct many benchmark experiments to provide in-depth and comprehensive evaluations. We believe these results are of great values as guidelines for DL service configuration and resource allocation.

Citations

Cited by

Related