What is the primary advantage of using depthwise convolutions over standard convolutions in terms of computational cost?
-
A
They require more memory but execute faster on GPU
-
B
They reduce multiply-add operations by separating spatial and channel-wise filtering
-
C
They eliminate the need for activation functions
-
D
They allow arbitrarily large kernel sizes without extra cost