Question 15
In deep CNN architectures like VGGNet, multiple 3×3 convolutional layers are stacked instead of using a single large kernel (e.g.,7×7). Which of the following statements best explains the advantage of this design choice?
It increases the receptive field and parameter count simultaneously, improving representational power.
It provides a similar effective receptive field as a larger kernel while introducing more non-linearities and fewer parameters.
It reduces the receptive field size, but compensates with more skip connections to retain context.
It limits model depth to avoid overfitting by reducing the total number of convolutional layers.