paper-with-me

홈 › Papers

GPUNet: Searching the Deployable Convolution Neural Networks for GPUs

2022-04-26 · Linnan Wang, Chenhan Yu, Satish Salian, Slawomir Kierat, Szymon Migacz, Alex Fit Florea

Customizing Convolution Neural Networks (CNN) for production use has been a challenging task for DL practitioners. This paper intends to expedite the model customization with a model hub that contains the optimized models tiered by their inference latency using Neural Architecture Search (NAS). To achieve this goal, we build a distributed NAS system to search on a novel search space that consists of prominent factors to impact latency and accuracy. Since we target GPU, we name the NAS optimized models as GPUNet, which establishes a new SOTA Pareto frontier in inference latency and accuracy. Within 1$ms$, GPUNet is 2x faster than EfficientNet-X and FBNetV3 with even better accuracy. We also validate GPUNet on detection tasks, and GPUNet consistently outperforms EfficientNet-X and FBNetV3 on COCO detection tasks in both latency and accuracy. All of these data validate that our NAS system is effective and generic to handle different design tasks. With this NAS system, we expand GPUNet to cover a wide range of latency targets such that DL practitioners can deploy our models directly in different scenarios.

📄 PDF Abstract BibTeX arXiv:2205.00841

Code (1)

NVIDIA/DeepLearningExamples tf

Tasks

GPUNeural Architecture Search

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Searching the Deployable Convolution Neural Networks for GPUs

2022-01-01 · CVPR 2022 1 · Linnan Wang, Chenhan Yu, Satish Salian, Slawomir Kierat 외

Customizing Convolution Neural Networks (CNN) for production use has been a challenging task for DL practitioners. This paper intends to expedite the model customization with a model hub that contains the optimized m…

GPUNeural Architecture Search

Arctic-Extract Technical Report

2025-11-20 · Mateusz Chiliński, Julita Ołtusek, Wojciech Jaśkowski arxiv

Arctic-Extract is a state-of-the-art model designed for extracting structural data (question answering, entities and tables) from scanned or digital-born business documents. Despite its SoTA capabilities, the model is de…

Question Answering

Using hardware performance counters to speed up autotuning convergence on GPUs

2021-02-10 · Jiří Filipovič, Jana Hozzová, Amin Nezarat, Jaroslav Oľha 외

Nowadays, GPU accelerators are commonly used to speed up general-purpose computing tasks on a variety of hardware. However, due to the diversity of GPU architectures and processed data, optimization of codes for a partic…

GPUNavigate

Optimizing Memory Efficiency for Convolution Kernels on Kepler GPUs

2017-05-29 · Xiaoming Chen, Jianxu Chen, Danny Z. Chen, Xiaobo Sharon Hu

Convolution is a fundamental operation in many applications, such as computer vision, natural language processing, image processing, etc. Recent successes of convolutional neural networks in various deep learning applica…

Escoin: Efficient Sparse Convolutional Neural Network Inference on GPUs

2018-02-28 · Xuhao Chen

Deep neural networks have achieved remarkable accuracy in many artificial intelligence applications, e.g. computer vision, at the cost of a large number of parameters and high computational complexity. Weight pruning can…