Signal Processing - May 2017 - 84

in cascade for the MLP in Figure 1. One
corresponds to a filter bank. The filter
weight vector is called an anchor vector
since it serves as a reference pattern associated with a neuron unit.

a1
X
θ1

θ2

a2

θ3

a3

FIGURE 3. Illustrating the need of rectification [1].

Need of rectification
A neuron computes the correlation
between an input vector and its anchor
vector to measure their similarity. There
are K neurons in one RECOS unit. The
projection of x onto all anchor vectors,
a k, can be written in form of
y = Ax, A T = [a 1 ga k ga K ],

magnitude of their angle, which can be
computed by
i (x i, x j) = cos

-1

(x Ti x j) .

Since cos i is a monotonically decreasing
function for 0c # | i | # 180c, we can use
the correlation, 0 # x Ti x j = cos i # 1,
as another distance measure between
them, and cluster vectors in S accordingly. Note that, when 90c # | i | # 180c,
the correlation, x Ti x j = cos i , is a negative value.
For MLPs and CNNs, a set of neurons
is used to operate on a set of input nodes.
For example, nodes in each hidden layer
and the output layer in Figure 1 take the
weighted sum of values of nodes in the
preceding layer as their outputs. These
outputs are treated as one inseparable unit
that becomes the input to the next layer.
Each neuron has a filter weight vector denoted by a k, k = 1, f , K. In signal processing terminology, the set of neurons
forms a filter bank. The RECOS model
[1] describes the relationship between
nodes of the (l - 1) th and lth layers,
l = 1, 2, f , where the input layer is the
0th layer. There are three RECOS units

1.0

where y = (y 1, f , y k, f y K ) T ! R K , y k =
a Tk x, and A ! R K # N. For input vectors x i
and x j, their corresponding outputs are
yi and yj . If the geodesic distance of x i
and x j in S is close, we expect the distance of yi and yj in the K-dimensional
output space to be close as well.
To show the necessity of rectification, a two-dimensional (2-D) example is
illustrated in Figure  3, where x and a k
(k = 1, 2, 3) denote an input and three
anchor vectors on the unit circle, respectively, and i i is their respective angle.
Since i 1 and i 2 are lower than 90c, a T1 x
and a T2 x are positive. The angle, i 3, is
larger than 90c and correlation a T3 x is
negative. The two vectors, x and a 3,
are far apart in terms of the geodesic
distance. Since cos i is monotonically
decreasing for 0c # | i | # 180c, it can be
used to reflect the order of the geodesic
distance in one layer.
However, when two RECOS units are
in cascade, the filter weights of the second
RECOS unit can take positive or negative
values. If the response of the first RECOS
unit is negative, the product of a negative

1

response and a negative filter weight will
produce a positive value. On the other
hand, the product of a positive response
and a positive filter weight will also produce a positive value. If the nonlinear
activation unit did not exist, the cascaded
system would not be able to differentiate
them. For example, the geodesic distance
of x and -x should be farthest. However,
they yield the same result, and their original patches become indistinguishable
under this scenario. Similarly, a system
without rectification cannot differentiate the following two cases: 1) a positive
response at the first layer followed by a
negative filter weight at the second layer
and 2) a negative response at the first
layer followed by a positive filter weight
at the second layer.

Rectifier design
Since a nonlinear activation unit is used
to rectify correlations, it is called a rectifier here. To avoid the above-mentioned
confusion cases, we impose the following
two requirements on a rectifier.
1) The output a Tk x should be rectified to
be a nonnegative value.
2) The rectification function should be
monotonically increasing so as to
preserve the order of the geodesic
distance.
Three rectifiers are often used in MLPs
and CNNs. They are the sigmoid function, the ReLU, and the PReLU as shown
in Figure 4(a)-(c). The PReLU is also
known as the leaky ReLU. Both the sigmoid and ReLU satisfy the aforementioned two requirements. Although the
PReLU does not strictly satisfy the first
requirement, it does not have a severe
negative impact on spherical surface
clustering. This is because a negative

1

1

0.5
0.0
-6

-4

-2

0
(a)

2

4

6 -1

0

1 -1

0

(b)

1 -1

(c)

FIGURE 4. An illustration of four rectifiers: (a) the sigmoid function, (b) the ReLU (middle), (c) the leaky ReLU, and (d) the TReLU.
84

IEEE Signal Processing Magazine

|

May 2017

0
(d)

|

1



Table of Contents for the Digital Edition of Signal Processing - May 2017

Signal Processing - May 2017 - Cover1
Signal Processing - May 2017 - Cover2
Signal Processing - May 2017 - 1
Signal Processing - May 2017 - 2
Signal Processing - May 2017 - 3
Signal Processing - May 2017 - 4
Signal Processing - May 2017 - 5
Signal Processing - May 2017 - 6
Signal Processing - May 2017 - 7
Signal Processing - May 2017 - 8
Signal Processing - May 2017 - 9
Signal Processing - May 2017 - 10
Signal Processing - May 2017 - 11
Signal Processing - May 2017 - 12
Signal Processing - May 2017 - 13
Signal Processing - May 2017 - 14
Signal Processing - May 2017 - 15
Signal Processing - May 2017 - 16
Signal Processing - May 2017 - 17
Signal Processing - May 2017 - 18
Signal Processing - May 2017 - 19
Signal Processing - May 2017 - 20
Signal Processing - May 2017 - 21
Signal Processing - May 2017 - 22
Signal Processing - May 2017 - 23
Signal Processing - May 2017 - 24
Signal Processing - May 2017 - 25
Signal Processing - May 2017 - 26
Signal Processing - May 2017 - 27
Signal Processing - May 2017 - 28
Signal Processing - May 2017 - 29
Signal Processing - May 2017 - 30
Signal Processing - May 2017 - 31
Signal Processing - May 2017 - 32
Signal Processing - May 2017 - 33
Signal Processing - May 2017 - 34
Signal Processing - May 2017 - 35
Signal Processing - May 2017 - 36
Signal Processing - May 2017 - 37
Signal Processing - May 2017 - 38
Signal Processing - May 2017 - 39
Signal Processing - May 2017 - 40
Signal Processing - May 2017 - 41
Signal Processing - May 2017 - 42
Signal Processing - May 2017 - 43
Signal Processing - May 2017 - 44
Signal Processing - May 2017 - 45
Signal Processing - May 2017 - 46
Signal Processing - May 2017 - 47
Signal Processing - May 2017 - 48
Signal Processing - May 2017 - 49
Signal Processing - May 2017 - 50
Signal Processing - May 2017 - 51
Signal Processing - May 2017 - 52
Signal Processing - May 2017 - 53
Signal Processing - May 2017 - 54
Signal Processing - May 2017 - 55
Signal Processing - May 2017 - 56
Signal Processing - May 2017 - 57
Signal Processing - May 2017 - 58
Signal Processing - May 2017 - 59
Signal Processing - May 2017 - 60
Signal Processing - May 2017 - 61
Signal Processing - May 2017 - 62
Signal Processing - May 2017 - 63
Signal Processing - May 2017 - 64
Signal Processing - May 2017 - 65
Signal Processing - May 2017 - 66
Signal Processing - May 2017 - 67
Signal Processing - May 2017 - 68
Signal Processing - May 2017 - 69
Signal Processing - May 2017 - 70
Signal Processing - May 2017 - 71
Signal Processing - May 2017 - 72
Signal Processing - May 2017 - 73
Signal Processing - May 2017 - 74
Signal Processing - May 2017 - 75
Signal Processing - May 2017 - 76
Signal Processing - May 2017 - 77
Signal Processing - May 2017 - 78
Signal Processing - May 2017 - 79
Signal Processing - May 2017 - 80
Signal Processing - May 2017 - 81
Signal Processing - May 2017 - 82
Signal Processing - May 2017 - 83
Signal Processing - May 2017 - 84
Signal Processing - May 2017 - 85
Signal Processing - May 2017 - 86
Signal Processing - May 2017 - 87
Signal Processing - May 2017 - 88
Signal Processing - May 2017 - 89
Signal Processing - May 2017 - 90
Signal Processing - May 2017 - 91
Signal Processing - May 2017 - 92
Signal Processing - May 2017 - 93
Signal Processing - May 2017 - 94
Signal Processing - May 2017 - 95
Signal Processing - May 2017 - 96
Signal Processing - May 2017 - 97
Signal Processing - May 2017 - 98
Signal Processing - May 2017 - 99
Signal Processing - May 2017 - 100
Signal Processing - May 2017 - 101
Signal Processing - May 2017 - 102
Signal Processing - May 2017 - 103
Signal Processing - May 2017 - 104
Signal Processing - May 2017 - 105
Signal Processing - May 2017 - 106
Signal Processing - May 2017 - 107
Signal Processing - May 2017 - 108
Signal Processing - May 2017 - 109
Signal Processing - May 2017 - 110
Signal Processing - May 2017 - 111
Signal Processing - May 2017 - 112
Signal Processing - May 2017 - Cover3
Signal Processing - May 2017 - Cover4
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_201809
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_201807
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_201805
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_201803
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_201801
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_1117
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0917
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0717
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0517
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0317
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0117
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_1116
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0916
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0716
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0516
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0316
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0116
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_1115
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0915
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0715
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0515
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0315
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0115
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_1114
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0914
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0714
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0514
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0314
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0114
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_1113
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0913
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0713
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0513
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0313
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0113
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_1112
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0912
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0712
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0512
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0312
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0112
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_1111
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0911
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0711
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0511
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0311
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0111
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_1110
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0910
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0710
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0510
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0310
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0110
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_1109
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0909
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0709
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0509
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0309
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0109
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_1108
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0908
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0708
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0508
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0308
https://www.nxtbook.com/nxtbooks/ieee/signalprocessing_0108
https://www.nxtbookmedia.com