paper-with-me

CAB

Contextual Attention Block

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

The Contextual Attention Block (CAB) is a new plug-and-play module to model context awareness. It is simple and effective and can be integrated with any feed-forward neural network. CAB infers weights that multiply the feature maps according to their causal influence on the scene, modeling the co-occurrence of different objects in the image. You can place the CAB module at different bottlenecks to infuse a hierarchical context awareness into the model.

출처: Connectivity-Inspired Network for Context-Aware Recognition

소개 논문: Connectivity-Inspired Network for Context-Aware Recognition

Attention Modules · General