Convolutional Networks — spatial locality
CNNs assume nearby pixels share information. That assumption is correct for most natural images, which is why they dominated computer vision for over a decade despite being wrong about long-range dependencies.
- ResNet family — residual connections solved vanishing gradients at depth
- EfficientNet — compound scaling across width, depth, and resolution
- MobileNet — depthwise separable convolutions for constrained hardware