Abstract
Intelligent personal and home applications demand multiple deep neural networks (DNNs) running on resourceconstrained platforms for compound inference tasks, known as multitask inference. To fit multiple DNNs into low-resource devices, emerging techniques resort to weight sharing among DNNs to reduce their storage. However, such reduction in storage fails to translate into efficient execution on common accelerators such as GPUs. Most DNN graph rewriters are blind for multi-DNN optimization, while GPU vendors provide inefficient APIs for parallel multi-DNN execution at runtime. A few prior graph rewriters suggest cross-model graph fusion for low-latency multi-DNN execution. Yet they request duplication of the shared weights, erasing the memory saving of weight-shared DNNs. In this paper, we propose MTS, a novel graph rewriter for efficient multitask inference with weight-shared DNNs. MTS adopts a model stitching algorithm which outputs a single computational graph for weight-shared DNNs without duplicating any shared weight. MTS also utilizes a model grouping strategy to avoid overwhelming the GPU when co-running tens of DNNs. Extensive experiments show that MTS accelerates multitask inference by up to 6.0× compared to sequentially executing multiple weightshared DNNs. MTS also yields up to 2.5× lower latency and 3.7× less memory usage compared with NETFUSE, a state-of-the-art multi-DNN graph rewriter. © 2022 IEEE.
| Original language | English |
|---|---|
| Title of host publication | 2022 19th Annual IEEE International Conference on Sensing, Communication, and Networking, SECON 2022 |
| Publisher | IEEE |
| Pages | 145-153 |
| ISBN (Electronic) | 9781665486439 |
| ISBN (Print) | 978-1-6654-8644-6 |
| DOIs | |
| Publication status | Published - 2022 |
| Externally published | Yes |
| Event | 19th Annual IEEE International Conference on Sensing, Communication, and Networking (SECON 2022) - Virtual, Stockholm, Sweden Duration: 20 Sept 2022 → 23 Sept 2022 https://secon2022.ieee-secon.org/about/ |
Publication series
| Name | Annual IEEE Communications Society Conference on Sensor, Mesh and Ad Hoc Communications and Networks workshops |
|---|---|
| ISSN (Print) | 2155-5486 |
| ISSN (Electronic) | 2155-5494 |
Conference
| Conference | 19th Annual IEEE International Conference on Sensing, Communication, and Networking (SECON 2022) |
|---|---|
| Place | Sweden |
| City | Stockholm |
| Period | 20/09/22 → 23/09/22 |
| Internet address |
Research Keywords
- Deep Neural Networks
- Model Acceleration
- Multitask Inference