paper-with-me

Papers

CMSIS-NN: Efficient Neural Network Kernels for Arm Cortex-M CPUs

2018-01-19 · Liangzhen Lai, Naveen Suda, Vikas Chandra

Deep Neural Networks are becoming increasingly popular in always-on IoT edge devices performing data analytics right at the source, reducing latency as well as energy consumption for data communication. This paper presents CMSIS-NN, efficient kernels developed to maximize the performance and minimize the memory footprint of neural network (NN) applications on Arm Cortex-M processors targeted for intelligent IoT edge devices. Neural network inference based on CMSIS-NN kernels achieves 4.6X improvement in runtime/throughput and 4.9X improvement in energy efficiency.

📄 PDF Abstract BibTeX arXiv:1801.06601

Code (1)

ARM-software/CMSIS_5 공식 구현

Tasks

Efficient Neural Network

Similar Papers 제목 키워드 기반

Shifting Capsule Networks from the Cloud to the Deep Edge

2021-10-06 · Miguel Costa, Diogo Costa, Tiago Gomes, Sandro Pinto

Capsule networks (CapsNets) are an emerging trend in image processing. In contrast to a convolutional neural network, CapsNets are not vulnerable to object deformation, as the relative spatial information of the objects …

Quantization

MEMA Runtime Framework: Minimizing External Memory Accesses for TinyML on Microcontrollers

2023-04-12 · Andrew Sabot, Vikas Natesh, H. T. Kung, Wei-Te Ting

We present the MEMA framework for the easy and quick derivation of efficient inference runtimes that minimize external memory accesses for matrix multiplication on TinyML systems. The framework accounts for hardware reso…

Heuristic SearchScheduling

Efficient Neural Network Deployment for Microcontroller

2020-07-02 · Hasan Unlu

Edge computing for neural networks is getting important especially for low power applications and offline devices. TensorFlow Lite and PyTorch Mobile were released for this purpose. But they mainly support mobile devices…

BinarizationEdge-computingEfficient Neural Network

Efficient Winograd or Cook-Toom Convolution Kernel Implementation on Widely Used Mobile CPUs

2019-03-04 · Partha Maji, Andrew Mundy, Ganesh Dasika, Jesse Beu 외

The Winograd or Cook-Toom class of algorithms help to reduce the overall compute complexity of many modern deep convolutional neural networks (CNNs). Although there has been a lot of research done on model and algorithmi…

1xN Pattern for Pruning Convolutional Neural Networks

2021-05-31 · Mingbao Lin, Yuxin Zhang, Yuchao Li, Bohong Chen 외

Though network pruning receives popularity in reducing the complexity of convolutional neural networks (CNNs), it remains an open issue to concurrently maintain model accuracy as well as achieve significant speedups on g…

CPUNetwork Pruning