paper-with-me

Papers

Convolutional Neural Networks using Logarithmic Data Representation

2016-03-03 · Daisuke Miyashita, Edward H. Lee, Boris Murmann

Recent advances in convolutional neural networks have considered model complexity and hardware efficiency to enable deployment onto embedded systems and mobile devices. For example, it is now well-known that the arithmetic operations of deep networks can be encoded down to 8-bit fixed-point without significant deterioration in performance. However, further reduction in precision down to as low as 3-bit fixed-point results in significant losses in performance. In this paper we propose a new data representation that enables state-of-the-art networks to be encoded to 3 bits with negligible loss in classification performance. To perform this, we take advantage of the fact that the weights and activations in a trained network naturally have non-uniform distributions. Using non-uniform, base-2 logarithmic representation to encode weights, communicate activations, and perform dot-products enables networks to 1) achieve higher classification accuracies than fixed-point at the same resolution and 2) eliminate bulky digital multipliers. Finally, we propose an end-to-end training procedure that uses log representation at 5-bits, which achieves higher final test accuracy than linear at 5-bits.

📄 PDF Abstract BibTeX arXiv:1603.01025

Code (1)

Enderdead/Pytorch_Quantize_impls pytorch

Tasks

General Classification

Similar Papers 제목 키워드 기반

Representations of Sound in Deep Learning of Audio Features from Music

2017-12-08 · Sergey Shuvaev, Hamza Giaffar, Alexei A. Koulakov

The work of a single musician, group or composer can vary widely in terms of musical style. Indeed, different stylistic elements, from performance medium and rhythm to harmony and texture, are typically exploited and dev…

Audio ClassificationGeneral ClassificationRhythm

WaveletNet: Logarithmic Scale Efficient Convolutional Neural Networks for Edge Devices

2018-11-28 · Li Jing, Rumen Dangovski, Marin Soljacic

We present a logarithmic-scale efficient convolutional neural network architecture for edge devices, named WaveletNet. Our model is based on the well-known depthwise convolution, and on two new layers, which we introduce…

General Classification

Convolution with Logarithmic Filter Groups for Efficient Shallow CNN

2017-07-31 · Tae Kwan Lee, Wissam J. Baddar, Seong Tae Kim, Yong Man Ro

In convolutional neural networks (CNNs), the filter grouping in convolution layers is known to be useful to reduce the network parameter size. In this paper, we propose a new logarithmic filter grouping which can capture…

ClassificationFacial Expression RecognitionFacial Expression Recognition (FER)General Classification

New logarithmic step size for stochastic gradient descent

2024-04-01 · M. Soheil Shamaee, S. Fathi Hafshejani, Z. Saeidian

In this paper, we propose a novel warm restart technique using a new logarithmic step size for the stochastic gradient descent (SGD) approach. For smooth and non-convex functions, we establish an $O(\frac{1}{\sqrt{T}})$ …

Higher Order Approximation Rates for ReLU CNNs in Korobov Spaces

2025-01-20 · Yuwen Li, Guozhi Zhang

This paper investigates the $L_p$ approximation error for higher order Korobov functions using deep convolutional neural networks (CNNs) with ReLU activation. For target functions having a mixed derivative of order m+1 i…