Global Context Block
2000년 도입 · 논문 12편에서 사용
A Global Context Block is an image model block for global context modeling. The aim is to have both the benefits of the simplified non-local block with effective modeling of long-range dependencies, and the squeeze-excitation block with lightweight computation. In the Global Context framework, we have (a) global attention pooling, which adopts a 1x1 convolution $W_{k}$ and softmax function to obtain the attention weights, and then performs the attention pooling to obtain the global context features, (b) feature transform via a 1x1 convolution $W\_{v}$; (c) feature aggregation, which employs addition to aggregate the global context features to the features of each position. Taken as a whole, the GC block is proposed as a lightweight way to achieve global context modeling.
출처: GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond
소개 논문: GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond
Skip Connection Blocks · GeneralAttention Modules · GeneralImage Model Blocks · Computer Vision