Question 22
In the GoogLeNet (Inception v1) architecture, 1 × 1 convolutions (bottleneck layers) are applied before larger 3 × 3 and 5 × 5 convolutions. What is the primary motivation for including these 1 × 1 filters within an Inception module?
Transposed Convolution.
To reduce the dimensionality (depth) of feature maps to manage computational complexity.
To replace the need for skip connections and solve the degradation problem.
To strictly enforce a mean of 0 and variance of 1 across the channel dimension.