Bottleneck Residual Block
2000년 도입 · 논문 2,049편에서 사용
A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The use of a bottleneck reduces the number of parameters and matrix multiplications. The idea is to make residual blocks as thin as possible to increase depth and have less parameters. They were introduced as part of the ResNet architecture, and are used as part of deeper ResNets such as ResNet-50 and ResNet-101.
출처: Deep Residual Learning for Image Recognition
소개 논문: Deep Residual Learning for Image Recognition
Image Model Blocks · Computer VisionSkip Connection Blocks · General