ResNet-18 is a variant of the Residual Network (ResNet) family, characterized by its 18 layers and the use of skip connections to mitigate the vanishing gradient problem. It is widely used as a backbone for image classification, object detection, and segmentation tasks, and serves as a common benchmark for new architectures.
ResNet-18 is a foundational convolutional neural network (CNN) architecture known for its residual connections, which enable training of very deep networks. It remains a strong baseline for many computer vision tasks, offering a good balance of performance and computational efficiency.
| Alternative | Difference | Papers (with ResNet-18) | Avg viability |
|---|---|---|---|
| Vision Transformers | — | 1 | — |