paper-with-me

Papers

An efficient and flexible inference system for serving heterogeneous ensembles of deep neural networks

2022-08-30 · Pierrick Pochelu, Serge G. Petiton, Bruno Conche

Ensembles of Deep Neural Networks (DNNs) have achieved qualitative predictions but they are computing and memory intensive. Therefore, the demand is growing to make them answer a heavy workload of requests with available computational resources. Unlike recent initiatives on inference servers and inference frameworks, which focus on the prediction of single DNNs, we propose a new software layer to serve with flexibility and efficiency ensembles of DNNs. Our inference system is designed with several technical innovations. First, we propose a novel procedure to find a good allocation matrix between devices (CPUs or GPUs) and DNN instances. It runs successively a worst-fit to allocate DNNs into the memory devices and a greedy algorithm to optimize allocation settings and speed up the ensemble. Second, we design the inference system based on multiple processes to run asynchronously: batching, prediction, and the combination rule with an efficient internal communication scheme to avoid overhead. Experiments show the flexibility and efficiency under extreme scenarios: It successes to serve an ensemble of 12 heavy DNNs into 4 GPUs and at the opposite, one single DNN multi-threaded into 16 GPUs. It also outperforms the simple baseline consisting of optimizing the batch size of DNNs by a speedup up to 2.7X on the image classification task.

📄 PDF Abstract BibTeX arXiv:2208.14049

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Small-Angle X-Ray Scattering Signatures of Conformational Heterogeneity and Homogeneity of Disordered Protein Ensembles

2021-05-27 · Jianhui Song, Jichen Li, Hue Sun Chan

Physically, disordered ensembles of non-homopolymeric polypeptides are expected to be heterogeneous; i.e., they should differ from those homogeneous ensembles of homopolymers that harbor an essentially unique relationshi…

LLMServingSim: A HW/SW Co-Simulation Infrastructure for LLM Inference Serving at Scale

2024-08-10 · Jaehong Cho, Minsu Kim, Hyunmin Choi, Guseul Heo 외

Recently, there has been an extensive research effort in building efficient large language model (LLM) inference serving systems. These efforts not only include innovations in the algorithm and software domains but also …

GPULanguage ModellingLarge Language Model

EPD-Serve: A Flexible Multimodal EPD Disaggregation Inference Serving System On Ascend

2026-01-05 · Fan Bai, Pai Peng, Zhengzhi Tang, Zhe Wang 외 arxiv

With the widespread adoption of large multimodal models, efficient inference across text, image, audio, and video modalities has become critical. However, existing multimodal inference systems typically employ monolithic…

Reliability of Probabilistic Emulation of Physical Systems

2026-06-11 · Sam F. Greenbury, Radka Jersakova, Paolo Conti, Marjan Famili 외 arxiv

Two dominant approaches have emerged for generating probabilistic forecasts of physical systems: generative models, such as diffusion or flow matching; and ensembles of deterministic models with stochasticity injected, t…

Computational Efficiency

MixtureEnsembles: Leveraging Parameter Sharing for Efficient Ensembles

2021-09-29 · Piotr Teterwak, Nikoli Dryden, Dina Bashkirova, Kate Saenko 외

Ensembles are a very effective way of increasing both the robustness and accuracy of a learning system. Yet they are memory and compute intensive; in a naive ensemble, $n$ networks are trained independently and $n$ netwo…