Methods › General › Attention Mechanisms › ECANet
efficient channel attention
ECANet
Introduced by Qilong Wang et al. in ECA-Net: Efficient Channel Attention for Deep Convolutional Neural Networks
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
An ECA block has similar formulation to an SE block including a squeeze module for aggregating global spatial information and an efficient excitation module for modeling cross-channel interaction. Instead of indirect correspondence, an ECA block only considers direct interaction between each channel and its k-nearest neighbors to control model complexity. Overall, the formulation of an ECA block is: s = F_(eca)(X, θ) = σ(Conv1D(GAP(X))) Y = s X where Conv1D(·) denotes 1D convolution with a kernel of shape k across the channel domain, to model local cross-channel interaction. The parameter k decides the coverage of interaction, and in ECA the kernel size k is adaptively determined from the channel dimensionality C instead of by manual tuning, using cross-validation: k = ψ(C) = | (log₂(C))/γ+b/γ|_(odd)
where γ and b are hyperparameters. |x|_(odd) indicates the nearest odd function of x.
Compared to SENet, ECANet has an improved excitation module, and provides an efficient and effective block which can readily be incorporated into various CNNs.
Papers archive 2025-07-28
29 shown of 29, 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.
-
SLAM in the Dark: Self-Supervised Learning of Pose, Depth and Loop-Closure from Thermal Images 26 Feb 2025 · 0 repositories · arXiv:2502.18932
-
FwNet-ECA: Facilitating Window Attention with Global Receptive Fields through Fourier Filtering Operations 25 Feb 2025 · 1 repository · arXiv:2502.18094
-
An Attention-Guided Deep Learning Approach for Classifying 39 Skin Lesion Types 10 Jan 2025 · 1 repository · arXiv:2501.05991
-
Emotion Recognition with Facial Attention and Objective Activation Functions 23 Oct 2024 · 0 repositories · arXiv:2410.17740
-
LGFN: Lightweight Light Field Image Super-Resolution using Local Convolution Modulation and Global Attention Feature Extraction 26 Sep 2024 · 0 repositories · arXiv:2409.17759
-
Searching for Effective Preprocessing Method and CNN-based Architecture with Efficient Channel Attention on Speech Emotion Recognition 6 Sep 2024 · 0 repositories · arXiv:2409.04007
-
DS MYOLO: A Reliable Object Detector Based on SSMs for Driving Scenarios 2 Sep 2024 · 0 repositories · arXiv:2409.01093
-
A Lightweight Insulator Defect Detection Model Based on Drone Images 26 Aug 2024 · 1 repository
-
Nighttime Pedestrian Detection Based on Fore-Background Contrast Learning 6 Aug 2024 · 0 repositories · arXiv:2408.03030
-
UKAN-EP: Enhancing U-KAN with Efficient Attention and Pyramid Aggregation for 3D Multi-Modal MRI Brain Tumor Segmentation 1 Aug 2024 · 1 repository · arXiv:2408.00273
-
iiANET: Inception Inspired Attention Hybrid Network for efficient Long-Range Dependency 10 Jul 2024 · 1 repository · arXiv:2407.07603
-
Three-Stream Temporal-Shift Attention Network Based on Self-Knowledge Distillation for Micro-Expression Recognition 25 Jun 2024 · 1 repository · arXiv:2406.17538
-
LiteYOLO-ID: A Lightweight Object Detection Network for Insulator Defect Detection 24 Jun 2024 · 1 repository
-
CORE-ReID: Comprehensive Optimization and Refinement through Ensemble Fusion in Domain Adaptation for Person Re-Identification 3 Jun 2024 · 1 repository
-
MSSC-BiMamba: Multimodal Sleep Stage Classification and Early Diagnosis of Sleep Disorders with Bidirectional Mamba 30 May 2024 · 0 repositories · arXiv:2405.20142
-
Brand Visibility in Packaging: A Deep Learning Approach for Logo Detection, Saliency-Map Prediction, and Logo Placement Analysis 4 Mar 2024 · 1 repository · arXiv:2403.02336
-
YOLOv8-AM: YOLOv8 Based on Effective Attention Mechanisms for Pediatric Wrist Fracture Detection 14 Feb 2024 · 1 repository · arXiv:2402.09329
-
Lightweight wood panel defect detection method incorporating attention mechanism and feature fusion network 21 Jun 2023 · 0 repositories · arXiv:2306.12113
-
LMQFormer: A Laplace-Prior-Guided Mask Query Transformer for Lightweight Snow Removal 10 Oct 2022 · 1 repository · arXiv:2210.04787
-
Selecting Related Knowledge via Efficient Channel Attention for Online Continual Learning 9 Sep 2022 · 0 repositories · arXiv:2209.04212
-
Pseudo-labelling and Meta Reweighting Learning for Image Aesthetic Quality Assessment 8 Jan 2022 · 0 repositories · arXiv:2201.02714
-
Benchmarking and scaling of deep learning models for land cover image classification 18 Nov 2021 · 1 repository · arXiv:2111.09451Syntology ran 0 of 5 samples · 5 unverified
-
Gaussian Context Transformer 19 Jun 2021 · 0 repositories
-
Multi-object Tracking Method Based on Efficient Channel Attention and Switchable Atrous Convolution 29 Apr 2021 · 0 repositories
-
FcaNet: Frequency Channel Attention Networks 22 Dec 2020 · 7 repositories · arXiv:2012.11879
-
EPSR: Edge Profile Super resolution 9 Nov 2020 · 0 repositories · arXiv:2011.05308
-
Landmark Guidance Independent Spatio-channel Attention and Complementary Context Information based Facial Expression Recognition 20 Jul 2020 · 1 repository · arXiv:2007.10298
-
Channel Attention Residual U-Net for Retinal Vessel Segmentation 7 Apr 2020 · 2 repositories · arXiv:2004.03702
-
ECA-Net: Efficient Channel Attention for Deep Convolutional Neural Networks 8 Oct 2019 · 13 repositories · arXiv:1910.03151Syntology ran 1 of 8 samples · 7 unverified
Tasks archive 2025-07-28
20 shown of 65 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