Inception Module
2000년 도입 · 논문 206편에서 사용
An Inception Module is an image model block that aims to approximate an optimal local sparse structure in a CNN. Put simply, it allows for us to use multiple types of filter size, instead of being restricted to a single filter size, in a single image block, which we then concatenate and pass onto the next layer.
출처: Going Deeper with Convolutions
소개 논문: Going Deeper with Convolutions
Image Model Blocks · Computer Vision