All corrections
Wikipedia July 26, 2026 at 12:57 AM

en.wikipedia.org/wiki/VGGNet

1 correction found

1
Claim
a decision that was only revised in ConvNext (2022).
Correction

This is incorrect: major CNN architectures revised the all-3×3 pattern well before 2022, including Inception/GoogLeNet and ResNet.

Full reasoning

This sentence says the move to all-3×3 convolutions was “only revised in ConvNext (2022)”, but well-known CNNs changed that design years earlier.

Two clear counterexamples from primary sources:

  1. Inception / GoogLeNet (ILSVRC 2014) used multiple kernel sizes, including 1×1, 3×3, and 5×5 convolutions.
  2. ResNet (CVPR 2016) used a 7×7 convolution in its stem.

Because these architectures reintroduced non-3×3 kernels long before 2022, the claim that this design choice was only revised in ConvNeXt is factually wrong.

2 sources
Model: OPENAI_GPT_5 Prompt: v1.16.0