SqueezeNeXt
2000년 도입 · 논문 3편에서 사용
SqueezeNeXt is a type of convolutional neural network that uses the SqueezeNet architecture as a baseline, but makes a number of changes. First, a more aggressive channel reduction is used by incorporating a two-stage squeeze module. This significantly reduces the total number of parameters used with the 3×3 convolutions. Secondly, it uses separable 3 × 3 convolutions to further reduce the model size, and removes the additional 1×1 branch after the squeeze module. Thirdly, the network use an element-wise addition skip connection similar to that of ResNet architecture.
출처: SqueezeNext: Hardware-Aware Neural Network Design
소개 논문: SqueezeNext: Hardware-Aware Neural Network Design
Convolutional Neural Networks · Computer Vision