paper-with-me

Global Convolutional Network

2000년 도입 · 논문 6편에서 사용

A Global Convolutional Network, or GCN, is a semantic segmentation building block that utilizes a large kernel to help perform classification and localization tasks simultaneously. It can be used in a FCN-like structure, where the GCN is used to generate semantic score maps. Instead of directly using larger kernels or global convolution, the GCN module employs a combination of $1 \times k + k \times 1$ and $k \times 1 + 1 \times k$ convolutions, which enables dense connections within a large $k\times{k}$ region in the feature map

출처: Large Kernel Matters -- Improve Semantic Segmentation by Global Convolutional Network

소개 논문: Large Kernel Matters -- Improve Semantic Segmentation by Global Convolutional Network

Semantic Segmentation Modules · Computer Vision