paper-with-me

Papers

Nimble: Efficiently Compiling Dynamic Neural Networks for Model Inference

2020-06-04 · Haichen Shen, Jared Roesch, Zhi Chen, Wei Chen, Yong Wu, Mu Li, Vin Sharma, Zachary Tatlock, Yida Wang

Modern deep neural networks increasingly make use of features such as dynamic control flow, data structures and dynamic tensor shapes. Existing deep learning systems focus on optimizing and executing static neural networks which assume a pre-determined model architecture and input data shapes--assumptions which are violated by dynamic neural networks. Therefore, executing dynamic models with deep learning systems is currently both inflexible and sub-optimal, if not impossible. Optimizing dynamic neural networks is more challenging than static neural networks; optimizations must consider all possible execution paths and tensor shapes. This paper proposes Nimble, a high-performance and flexible system to optimize, compile, and execute dynamic neural networks on multiple platforms. Nimble handles model dynamism by introducing a dynamic type system, a set of dynamism-oriented optimizations, and a light-weight virtual machine runtime. Our evaluation demonstrates that Nimble outperforms state-of-the-art deep learning frameworks and runtime systems for dynamic neural networks by up to 20x on hardware platforms including Intel CPUs, ARM CPUs, and Nvidia GPUs.

📄 PDF Abstract BibTeX arXiv:2006.03031

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningDynamic neural networks

Similar Papers 제목 키워드 기반

Nimble: Lightweight and Parallel GPU Task Scheduling for Deep Learning

2020-12-04 · NeurIPS 2020 12 · Woosuk Kwon, Gyeong-In Yu, Eunji Jeong, Byung-Gon Chun

Deep learning (DL) frameworks take advantage of GPUs to improve the speed of DL inference and training. Ideally, DL frameworks should be able to fully utilize the computation power of GPUs such that the running time depe…

Deep LearningGPUScheduling

NIMBLE: A Non-rigid Hand Model with Bones and Muscles

2022-02-09 · Yuwei Li, Longwen Zhang, Zesong Qiu, Yingwenqi Jiang 외

Emerging Metaverse applications demand reliable, accurate, and photorealistic reproductions of human hands to perform sophisticated operations as if in the physical world. While real human hand represents one of the most…

Why is Compiling Lifted Inference into a Low-Level Language so Effective?

2016-06-14 · Seyed Mehran Kazemi, David Poole

First-order knowledge compilation techniques have proven efficient for lifted inference. They compile a relational probability model into a target circuit on which many inference queries can be answered efficiently. Earl…

NimbleD: Enhancing Self-supervised Monocular Depth Estimation with Pseudo-labels and Large-scale Video Pre-training

2024-08-26 · Albert Luginov, Muhammad Shahzad

We introduce NimbleD, an efficient self-supervised monocular depth estimation learning framework that incorporates supervision from pseudo-labels generated by a large vision model. This framework does not require camera …

Depth EstimationMonocular Depth Estimation

NeuroDeX: Unlocking Diverse Support in Decompiling Deep Neural Network Executables

2025-09-08 · Yilin Li, Guozhu Meng, Mingyang Sun, Yanzhong Wang 외 arxiv

On-device deep learning models have extensive real world demands. Deep learning compilers efficiently compile models into executables for deployment on edge devices, but these executables may face the threat of reverse e…