Question 14
Which of the following statements correctly describe the characteristics and motivations of the Inception (GoogLeNet) architecture?
It uses Inception modules that apply multiple filter sizes (1×1, 3×3, 5×5) in parallel to capture multi-scale features.
It utilizes 1×1 convolutions as bottleneck layers to reduce dimensionality before computationally expensive operations.
It incorporates Auxiliary Classifiers in intermediate layers to inject additional gradient signal and combat the vanishing gradient problem.
It relies exclusively on stacking 3 × 3 filters to achieve its receptive field, similar to the VGGNet design philosophy.