IEEE Solid-State Circuits Magazine - Fall 2017 - 63

networks [29] that perform classifications in several optional stages. At
each stage, only a few layers of the network are executed, after which a classification layer tries to guess the class
from the current outputs. Additional
network layers and classifiers are run
only if the obtained probabilities are
not outspoken enough, until a classification with distinct probabilities is
obtained. Such dynamic evaluations
can be performed on any hardware
platform but, again, benefit significantly from implementation-aware
training techniques or topologyopt imized implementations. Inference on the ImageNet data set [29]
required up to 2.6 times fewer operations than state-of-the-art networks at
equivalent accuracy.

Enhancing and Exploiting Sparsity
Deep neural networks exhibit extreme
sparsity, i.e., many of the weight values, as well as intermediate data values, are zero. Figure 11(a) shows the
sparsity of an AlexNet in function
of the used fixed-point word length
within the network. As can be seen,
even for large word lengths, more
than 70% of the activations are zero.
At reduced bit-width computations,
also many weight values are quantized to zero. This opens up many
opportunities.
On the hardware side, this can be
exploited by preventing any MAC with
a zero-valued input [see Figure 11(b)],
by not even fetching zero-valued data
values from memory, and by strongly

An important difference with general-purpose
solutions, however, is that the sizes of the
memories in the hierarchy can be optimized
toward the network's structure.
compressing the on/off chip data
stream using, e.g., Huffman or other
types of encoding. Several hardware
implementations exploit these CNN
characteristics. The authors of [24]
and [11] skip all unnecessary sparse
operations by gating the inputs to
their arithmetic units if the input data
is zero, as a multiply-accumulate with
zero does not change the internal
accumulation result. Both implementations also compress off-chip data
streams, either through run-length
encoding [14] or through a simplified Huffman scheme [23]. The architectures presented in [30] and [31],
on the other hand, allow speeding up
sparse network evaluation s by only
scheduling non-zero operations for
execution, improving computational
throughput up to 1.52 and 5.2 times,
respectively.
More powerful opportunities arise,
again, when the hardware and algorithmic plane are jointly involved.
Deep network training algorithms
can be modified to enhance the network's sparsity by iteratively pruning
the smallest weight values (quantizing them to zero) and retraining the
network [32]. Going one step further,
energy-aware pruning techniques
even take the energy consumption

0
00
0
00
0

Mean Sparsity (%)

100

AlexNet

MAC Array
× × × ×
+ + + +

Weight
Memory
DRAM

50

0

model of the hardware into account
and start pruning the layers that consume the most energy, to maximize
pruning efficacy [33]. This easily
allows the pruning of 70-90% of the
weights and saves up to 70% of energy consumption.
Interestingly enough, networks
have more compression capabilities beyond simply that of pruning
low-valued weights. After pruning
and quantizing a network, it turns
out that the resulting weight values
are highly clustered. This allows, e.g.,
the clustering of 8-b weights in only
16 (24) different weight clusters, each
of which can share a common weight
value expressed by a 4-b label. For
every weight value, only the 4-b labels
are stored, and these are expanded
online to their original 8-b value using
a small embedded lookup table.
Recent work has shown that the
combination of pruning, weight sharing, and Huffman compression compresses state-of-the-art networks by
50 times in memory size (deep compression [32]). Traditional accelerators
can benefit from such compression
but only in terms of a reduction
in memory size and the amount of
memory accessed. To execute convolutional operations, they must still

Input/Output
Memory

Layer Inputs
Weights
2
4
6
8
Fixed Point Precision (bits)
(a)

×
+
×
+

10

Compress
Off-Chip
Communication

Prevent Fetching
Zero-Valued
Data
(b)

×
+
×
+

× ×
+ +
× ×
+ +

Prevent Executing
Zero-Input
MACs

FIGURE 11: (a) The sparsity of input and weight values of a typical network in function of computational precision at which the network is
evaluated. (b) This sparsity allows energy to be saved in the processor's input/output interface, on-chip memories, and data path.

IEEE SOLID-STATE CIRCUITS MAGAZINE

FA L L 2 0 17

63



Table of Contents for the Digital Edition of IEEE Solid-State Circuits Magazine - Fall 2017

IEEE Solid-State Circuits Magazine - Fall 2017 - Cover1
IEEE Solid-State Circuits Magazine - Fall 2017 - Cover2
IEEE Solid-State Circuits Magazine - Fall 2017 - 1
IEEE Solid-State Circuits Magazine - Fall 2017 - 2
IEEE Solid-State Circuits Magazine - Fall 2017 - 3
IEEE Solid-State Circuits Magazine - Fall 2017 - 4
IEEE Solid-State Circuits Magazine - Fall 2017 - 5
IEEE Solid-State Circuits Magazine - Fall 2017 - 6
IEEE Solid-State Circuits Magazine - Fall 2017 - 7
IEEE Solid-State Circuits Magazine - Fall 2017 - 8
IEEE Solid-State Circuits Magazine - Fall 2017 - 9
IEEE Solid-State Circuits Magazine - Fall 2017 - 10
IEEE Solid-State Circuits Magazine - Fall 2017 - 11
IEEE Solid-State Circuits Magazine - Fall 2017 - 12
IEEE Solid-State Circuits Magazine - Fall 2017 - 13
IEEE Solid-State Circuits Magazine - Fall 2017 - 14
IEEE Solid-State Circuits Magazine - Fall 2017 - 15
IEEE Solid-State Circuits Magazine - Fall 2017 - 16
IEEE Solid-State Circuits Magazine - Fall 2017 - 17
IEEE Solid-State Circuits Magazine - Fall 2017 - 18
IEEE Solid-State Circuits Magazine - Fall 2017 - 19
IEEE Solid-State Circuits Magazine - Fall 2017 - 20
IEEE Solid-State Circuits Magazine - Fall 2017 - 21
IEEE Solid-State Circuits Magazine - Fall 2017 - 22
IEEE Solid-State Circuits Magazine - Fall 2017 - 23
IEEE Solid-State Circuits Magazine - Fall 2017 - 24
IEEE Solid-State Circuits Magazine - Fall 2017 - 25
IEEE Solid-State Circuits Magazine - Fall 2017 - 26
IEEE Solid-State Circuits Magazine - Fall 2017 - 27
IEEE Solid-State Circuits Magazine - Fall 2017 - 28
IEEE Solid-State Circuits Magazine - Fall 2017 - 29
IEEE Solid-State Circuits Magazine - Fall 2017 - 30
IEEE Solid-State Circuits Magazine - Fall 2017 - 31
IEEE Solid-State Circuits Magazine - Fall 2017 - 32
IEEE Solid-State Circuits Magazine - Fall 2017 - 33
IEEE Solid-State Circuits Magazine - Fall 2017 - 34
IEEE Solid-State Circuits Magazine - Fall 2017 - 35
IEEE Solid-State Circuits Magazine - Fall 2017 - 36
IEEE Solid-State Circuits Magazine - Fall 2017 - 37
IEEE Solid-State Circuits Magazine - Fall 2017 - 38
IEEE Solid-State Circuits Magazine - Fall 2017 - 39
IEEE Solid-State Circuits Magazine - Fall 2017 - 40
IEEE Solid-State Circuits Magazine - Fall 2017 - 41
IEEE Solid-State Circuits Magazine - Fall 2017 - 42
IEEE Solid-State Circuits Magazine - Fall 2017 - 43
IEEE Solid-State Circuits Magazine - Fall 2017 - 44
IEEE Solid-State Circuits Magazine - Fall 2017 - 45
IEEE Solid-State Circuits Magazine - Fall 2017 - 46
IEEE Solid-State Circuits Magazine - Fall 2017 - 47
IEEE Solid-State Circuits Magazine - Fall 2017 - 48
IEEE Solid-State Circuits Magazine - Fall 2017 - 49
IEEE Solid-State Circuits Magazine - Fall 2017 - 50
IEEE Solid-State Circuits Magazine - Fall 2017 - 51
IEEE Solid-State Circuits Magazine - Fall 2017 - 52
IEEE Solid-State Circuits Magazine - Fall 2017 - 53
IEEE Solid-State Circuits Magazine - Fall 2017 - 54
IEEE Solid-State Circuits Magazine - Fall 2017 - 55
IEEE Solid-State Circuits Magazine - Fall 2017 - 56
IEEE Solid-State Circuits Magazine - Fall 2017 - 57
IEEE Solid-State Circuits Magazine - Fall 2017 - 58
IEEE Solid-State Circuits Magazine - Fall 2017 - 59
IEEE Solid-State Circuits Magazine - Fall 2017 - 60
IEEE Solid-State Circuits Magazine - Fall 2017 - 61
IEEE Solid-State Circuits Magazine - Fall 2017 - 62
IEEE Solid-State Circuits Magazine - Fall 2017 - 63
IEEE Solid-State Circuits Magazine - Fall 2017 - 64
IEEE Solid-State Circuits Magazine - Fall 2017 - 65
IEEE Solid-State Circuits Magazine - Fall 2017 - 66
IEEE Solid-State Circuits Magazine - Fall 2017 - 67
IEEE Solid-State Circuits Magazine - Fall 2017 - 68
IEEE Solid-State Circuits Magazine - Fall 2017 - 69
IEEE Solid-State Circuits Magazine - Fall 2017 - 70
IEEE Solid-State Circuits Magazine - Fall 2017 - 71
IEEE Solid-State Circuits Magazine - Fall 2017 - 72
IEEE Solid-State Circuits Magazine - Fall 2017 - 73
IEEE Solid-State Circuits Magazine - Fall 2017 - 74
IEEE Solid-State Circuits Magazine - Fall 2017 - 75
IEEE Solid-State Circuits Magazine - Fall 2017 - 76
IEEE Solid-State Circuits Magazine - Fall 2017 - 77
IEEE Solid-State Circuits Magazine - Fall 2017 - 78
IEEE Solid-State Circuits Magazine - Fall 2017 - 79
IEEE Solid-State Circuits Magazine - Fall 2017 - 80
IEEE Solid-State Circuits Magazine - Fall 2017 - 81
IEEE Solid-State Circuits Magazine - Fall 2017 - 82
IEEE Solid-State Circuits Magazine - Fall 2017 - 83
IEEE Solid-State Circuits Magazine - Fall 2017 - 84
IEEE Solid-State Circuits Magazine - Fall 2017 - 85
IEEE Solid-State Circuits Magazine - Fall 2017 - 86
IEEE Solid-State Circuits Magazine - Fall 2017 - 87
IEEE Solid-State Circuits Magazine - Fall 2017 - 88
IEEE Solid-State Circuits Magazine - Fall 2017 - 89
IEEE Solid-State Circuits Magazine - Fall 2017 - 90
IEEE Solid-State Circuits Magazine - Fall 2017 - 91
IEEE Solid-State Circuits Magazine - Fall 2017 - 92
IEEE Solid-State Circuits Magazine - Fall 2017 - 93
IEEE Solid-State Circuits Magazine - Fall 2017 - 94
IEEE Solid-State Circuits Magazine - Fall 2017 - 95
IEEE Solid-State Circuits Magazine - Fall 2017 - 96
IEEE Solid-State Circuits Magazine - Fall 2017 - 97
IEEE Solid-State Circuits Magazine - Fall 2017 - 98
IEEE Solid-State Circuits Magazine - Fall 2017 - 99
IEEE Solid-State Circuits Magazine - Fall 2017 - 100
IEEE Solid-State Circuits Magazine - Fall 2017 - 101
IEEE Solid-State Circuits Magazine - Fall 2017 - 102
IEEE Solid-State Circuits Magazine - Fall 2017 - 103
IEEE Solid-State Circuits Magazine - Fall 2017 - 104
IEEE Solid-State Circuits Magazine - Fall 2017 - 105
IEEE Solid-State Circuits Magazine - Fall 2017 - 106
IEEE Solid-State Circuits Magazine - Fall 2017 - 107
IEEE Solid-State Circuits Magazine - Fall 2017 - 108
IEEE Solid-State Circuits Magazine - Fall 2017 - 109
IEEE Solid-State Circuits Magazine - Fall 2017 - 110
IEEE Solid-State Circuits Magazine - Fall 2017 - 111
IEEE Solid-State Circuits Magazine - Fall 2017 - 112
IEEE Solid-State Circuits Magazine - Fall 2017 - 113
IEEE Solid-State Circuits Magazine - Fall 2017 - 114
IEEE Solid-State Circuits Magazine - Fall 2017 - 115
IEEE Solid-State Circuits Magazine - Fall 2017 - 116
IEEE Solid-State Circuits Magazine - Fall 2017 - 117
IEEE Solid-State Circuits Magazine - Fall 2017 - 118
IEEE Solid-State Circuits Magazine - Fall 2017 - 119
IEEE Solid-State Circuits Magazine - Fall 2017 - 120
IEEE Solid-State Circuits Magazine - Fall 2017 - 121
IEEE Solid-State Circuits Magazine - Fall 2017 - 122
IEEE Solid-State Circuits Magazine - Fall 2017 - 123
IEEE Solid-State Circuits Magazine - Fall 2017 - 124
IEEE Solid-State Circuits Magazine - Fall 2017 - 125
IEEE Solid-State Circuits Magazine - Fall 2017 - 126
IEEE Solid-State Circuits Magazine - Fall 2017 - 127
IEEE Solid-State Circuits Magazine - Fall 2017 - 128
IEEE Solid-State Circuits Magazine - Fall 2017 - 129
IEEE Solid-State Circuits Magazine - Fall 2017 - 130
IEEE Solid-State Circuits Magazine - Fall 2017 - 131
IEEE Solid-State Circuits Magazine - Fall 2017 - 132
IEEE Solid-State Circuits Magazine - Fall 2017 - 133
IEEE Solid-State Circuits Magazine - Fall 2017 - 134
IEEE Solid-State Circuits Magazine - Fall 2017 - 135
IEEE Solid-State Circuits Magazine - Fall 2017 - 136
IEEE Solid-State Circuits Magazine - Fall 2017 - 137
IEEE Solid-State Circuits Magazine - Fall 2017 - 138
IEEE Solid-State Circuits Magazine - Fall 2017 - 139
IEEE Solid-State Circuits Magazine - Fall 2017 - 140
IEEE Solid-State Circuits Magazine - Fall 2017 - 141
IEEE Solid-State Circuits Magazine - Fall 2017 - 142
IEEE Solid-State Circuits Magazine - Fall 2017 - 143
IEEE Solid-State Circuits Magazine - Fall 2017 - 144
IEEE Solid-State Circuits Magazine - Fall 2017 - 145
IEEE Solid-State Circuits Magazine - Fall 2017 - 146
IEEE Solid-State Circuits Magazine - Fall 2017 - 147
IEEE Solid-State Circuits Magazine - Fall 2017 - 148
IEEE Solid-State Circuits Magazine - Fall 2017 - Cover3
IEEE Solid-State Circuits Magazine - Fall 2017 - Cover4
https://www.nxtbook.com/nxtbooks/ieee/mssc_fall2023
https://www.nxtbook.com/nxtbooks/ieee/mssc_summer2023
https://www.nxtbook.com/nxtbooks/ieee/mssc_spring2023
https://www.nxtbook.com/nxtbooks/ieee/mssc_winter2023
https://www.nxtbook.com/nxtbooks/ieee/mssc_fall2022
https://www.nxtbook.com/nxtbooks/ieee/mssc_summer2022
https://www.nxtbook.com/nxtbooks/ieee/mssc_spring2022
https://www.nxtbook.com/nxtbooks/ieee/mssc_winter2022
https://www.nxtbook.com/nxtbooks/ieee/mssc_fall2021
https://www.nxtbook.com/nxtbooks/ieee/mssc_summer2021
https://www.nxtbook.com/nxtbooks/ieee/mssc_spring2021
https://www.nxtbook.com/nxtbooks/ieee/mssc_winter2021
https://www.nxtbook.com/nxtbooks/ieee/mssc_fall2020
https://www.nxtbook.com/nxtbooks/ieee/mssc_summer2020
https://www.nxtbook.com/nxtbooks/ieee/mssc_spring2020
https://www.nxtbook.com/nxtbooks/ieee/mssc_winter2020
https://www.nxtbook.com/nxtbooks/ieee/mssc_fall2019
https://www.nxtbook.com/nxtbooks/ieee/mssc_summer2019
https://www.nxtbook.com/nxtbooks/ieee/mssc_2019summer
https://www.nxtbook.com/nxtbooks/ieee/mssc_2019winter
https://www.nxtbook.com/nxtbooks/ieee/mssc_2018fall
https://www.nxtbook.com/nxtbooks/ieee/mssc_2018summer
https://www.nxtbook.com/nxtbooks/ieee/mssc_2018spring
https://www.nxtbook.com/nxtbooks/ieee/mssc_2018winter
https://www.nxtbook.com/nxtbooks/ieee/solidstatecircuits_winter2017
https://www.nxtbook.com/nxtbooks/ieee/solidstatecircuits_fall2017
https://www.nxtbook.com/nxtbooks/ieee/solidstatecircuits_summer2017
https://www.nxtbook.com/nxtbooks/ieee/solidstatecircuits_spring2017
https://www.nxtbook.com/nxtbooks/ieee/solidstatecircuits_winter2016
https://www.nxtbook.com/nxtbooks/ieee/solidstatecircuits_fall2016
https://www.nxtbook.com/nxtbooks/ieee/solidstatecircuits_summer2016
https://www.nxtbook.com/nxtbooks/ieee/solidstatecircuits_spring2016
https://www.nxtbook.com/nxtbooks/ieee/solidstatecircuits_winter2015
https://www.nxtbook.com/nxtbooks/ieee/solidstatecircuits_fall2015
https://www.nxtbook.com/nxtbooks/ieee/solidstatecircuits_summer2015
https://www.nxtbook.com/nxtbooks/ieee/solidstatecircuits_spring2015
https://www.nxtbook.com/nxtbooks/ieee/solidstatecircuits_winter2014
https://www.nxtbook.com/nxtbooks/ieee/solidstatecircuits_fall2014
https://www.nxtbook.com/nxtbooks/ieee/solidstatecircuits_summer2014
https://www.nxtbook.com/nxtbooks/ieee/solidstatecircuits_spring2014
https://www.nxtbookmedia.com