Methods › Computer Vision › Image Model Blocks › CBAM
Convolutional Block Attention Module
CBAM
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
Convolutional Block Attention Module (CBAM) is an attention module for convolutional neural networks. Given an intermediate feature map, the 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.
Given an intermediate feature map 𝐅 ∈ℝ^(C×H×W) as input, CBAM sequentially infers a 1D channel attention map 𝐌_c ∈ℝ^(C×1×1) and a 2D spatial attention map 𝐌ₛ ∈ℝ^(1×H×W). The overall attention process can be summarized as:
𝐅′ = 𝐌_c(𝐅) ⊗𝐅
𝐅″ = 𝐌ₛ(𝐅′) ⊗𝐅′
During multiplication, the attention values are broadcasted (copied) accordingly: channel attention values are broadcasted along the spatial dimension, and vice versa. 𝐅″ is the final refined output.
Papers archive 2025-07-28
30 shown of 43, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
Improvement Strategies for Few-Shot Learning in OCT Image Classification of Rare Retinal Diseases 26 May 2025 · 0 repositories · arXiv:2505.20149
-
Dual Attention Residual U-Net for Accurate Brain Ultrasound Segmentation in IVH Detection 23 May 2025 · 1 repository · arXiv:2505.17683
-
Enhanced SCanNet with CBAM and Dice Loss for Semantic Change Detection 7 May 2025 · 1 repository · arXiv:2505.04199
-
Intelligent road crack detection and analysis based on improved YOLOv8 16 Apr 2025 · 0 repositories · arXiv:2504.13208
-
Efficient Building Roof Type Classification: A Domain-Specific Self-Supervised Approach 28 Mar 2025 · 0 repositories · arXiv:2503.22251
-
An Attention-Guided Deep Learning Approach for Classifying 39 Skin Lesion Types 10 Jan 2025 · 1 repository · arXiv:2501.05991
-
AI-Powered Cow Detection in Complex Farm Environments 3 Jan 2025 · 0 repositories · arXiv:2501.02080
-
Research on vehicle detection based on improved YOLOv8 network 31 Dec 2024 · 0 repositories · arXiv:2501.00300
-
HYATT-Net is Grand: A Hybrid Attention Network for Performant Anatomical Landmark Detection 9 Dec 2024 · 1 repository · arXiv:2412.06499
-
Integrating YOLO11 and Convolution Block Attention Module for Multi-Season Segmentation of Tree Trunks and Branches in Commercial Apple Orchards 7 Dec 2024 · 0 repositories · arXiv:2412.05728
-
An Explainable Attention Model for Cervical Precancer Risk Classification using Colposcopic Images 14 Nov 2024 · 0 repositories · arXiv:2411.09469
-
Breast Cancer Histopathology Classification using CBAM-EfficientNetV2 with Transfer Learning 29 Oct 2024 · 0 repositories · arXiv:2410.22392
-
Hyperspectral Imaging-Based Perception in Autonomous Driving Scenarios: Benchmarking Baseline Semantic Segmentation Models 29 Oct 2024 · 1 repository · arXiv:2410.22101
-
Emotion Recognition with Facial Attention and Objective Activation Functions 23 Oct 2024 · 0 repositories · arXiv:2410.17740
-
A Novel Method for Accurate & Real-time Food Classification: The Synergistic Integration of EfficientNetB7, CBAM, Transfer Learning, and Data Augmentation 3 Oct 2024 · 0 repositories · arXiv:2410.02304
-
CBAM-SwinT-BL: Small Rail Surface Defect Detection Method Based on Swin Transformer with Block Level CBAM Enhancement 30 Sep 2024 · 0 repositories · arXiv:2409.20113
-
A Lightweight Insulator Defect Detection Model Based on Drone Images 26 Aug 2024 · 1 repository
-
Research on Improved U-net Based Remote Sensing Image Segmentation Algorithm 22 Aug 2024 · 0 repositories · arXiv:2408.12672
-
An Explainable Non-local Network for COVID-19 Diagnosis 8 Aug 2024 · 0 repositories · arXiv:2408.04300
-
Attention is all you need for an improved CNN-based flash flood susceptibility modeling. The case of the ungauged Rheraya watershed, Morocco 3 Aug 2024 · 0 repositories · arXiv:2408.02692
-
SHARP-Net: A Refined Pyramid Network for Deficiency Segmentation in Culverts and Sewer Pipes 2 Aug 2024 · 0 repositories · arXiv:2408.08879
-
Enhancing Tree Type Detection in Forest Fire Risk Assessment: Multi-Stage Approach and Color Encoding with Forest Fire Risk Evaluation Framework for UAV Imagery 27 Jul 2024 · 0 repositories · arXiv:2407.19184
-
Pick-or-Mix: Dynamic Channel Sampling for ConvNets 16 Jun 2024 · 1 repository · arXiv:2406.10935
-
AC-MAMBASEG: An adaptive convolution and Mamba-based architecture for enhanced skin lesion segmentation 5 May 2024 · 1 repository · arXiv:2405.03011
-
A Novel Approach to Chest X-ray Lung Segmentation Using U-net and Modified Convolutional Block Attention Module 22 Apr 2024 · 0 repositories · arXiv:2404.14322
-
Enhancing Ship Classification in Optical Satellite Imagery: Integrating Convolutional Block Attention Module with ResNet for Improved Performance 2 Apr 2024 · 0 repositories · arXiv:2404.02135
-
YOLOv8-AM: YOLOv8 Based on Effective Attention Mechanisms for Pediatric Wrist Fracture Detection 14 Feb 2024 · 1 repository · arXiv:2402.09329
-
Attention Modules Improve Modern Image-Level Anomaly Detection: A DifferNet Case Study 13 Jan 2024 · 0 repositories · arXiv:2401.08686
-
HIC-YOLOv5: Improved YOLOv5 For Small Object Detection 28 Sep 2023 · 1 repository · arXiv:2309.16393
-
Marine Debris Detection in Satellite Surveillance using Attention Mechanisms 9 Jul 2023 · 0 repositories · arXiv:2307.04128
Tasks archive 2025-07-28
20 shown of 60 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections