HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

CBAM: Convolutional Block Attention Module

Sanghyun Woo; Jongchan Park; Joon-Young Lee; In So Kweon

CBAM: Convolutional Block Attention Module

Abstract

We propose Convolutional Block Attention Module (CBAM), a simple yet effective attention module for feed-forward convolutional neural networks. Given an intermediate feature map, our module sequentially infers attention maps along two separate dimensions, channel and spatial, then the attention maps are multiplied to the input feature map for adaptive feature refinement. Because CBAM is a lightweight and general module, it can be integrated into any CNN architectures seamlessly with negligible overheads and is end-to-end trainable along with base CNNs. We validate our CBAM through extensive experiments on ImageNet-1K, MS~COCO detection, and VOC~2007 detection datasets. Our experiments show consistent improvements in classification and detection performances with various models, demonstrating the wide applicability of CBAM. The code and models will be publicly available.

Code Repositories

kobiso/CBAM-keras
tf
Mentioned in GitHub
laugh12321/3D-Attention-Keras
tf
Mentioned in GitHub
e96031413/AA-YOLO
pytorch
Mentioned in GitHub
gan3sh500/custom-pooling
pytorch
Mentioned in GitHub
e96031413/PyTorch_YOLOv4-tiny
pytorch
Mentioned in GitHub
TooTouch/WhiteBox-Part1
pytorch
Mentioned in GitHub
kobiso/CBAM-tensorflow-slim
tf
Mentioned in GitHub
Knight825/models-pytorch
pytorch
Mentioned in GitHub
LKLQQ/CBAM
mindspore
Mentioned in GitHub
osmr/imgclsmob
mxnet
Mentioned in GitHub
YONGQUAN-QU/CBAM.Flax
jax
Mentioned in GitHub
kobiso/CBAM-tensorflow
tf
Mentioned in GitHub
vinthony/s2am
pytorch
Mentioned in GitHub
JinLi711/Convolution_Variants
tf
Mentioned in GitHub
jihoojo03/UNet-CBAM_Keras
Mentioned in GitHub
Uranium-Deng/Steganalysis-StegoRemoval
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
object-detection-on-dsecCBAM
mAP: 26.1
object-detection-on-pku-ddd17-carCBAM
mAP50: 81.9

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
CBAM: Convolutional Block Attention Module | Papers | HyperAI