HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Squeeze-and-Excitation Networks

Jie Hu; Li Shen; Samuel Albanie; Gang Sun; Enhua Wu

Squeeze-and-Excitation Networks

Abstract

The central building block of convolutional neural networks (CNNs) is the convolution operator, which enables networks to construct informative features by fusing both spatial and channel-wise information within local receptive fields at each layer. A broad range of prior research has investigated the spatial component of this relationship, seeking to strengthen the representational power of a CNN by enhancing the quality of spatial encodings throughout its feature hierarchy. In this work, we focus instead on the channel relationship and propose a novel architectural unit, which we term the "Squeeze-and-Excitation" (SE) block, that adaptively recalibrates channel-wise feature responses by explicitly modelling interdependencies between channels. We show that these blocks can be stacked together to form SENet architectures that generalise extremely effectively across different datasets. We further demonstrate that SE blocks bring significant improvements in performance for existing state-of-the-art CNNs at slight additional computational cost. Squeeze-and-Excitation Networks formed the foundation of our ILSVRC 2017 classification submission which won first place and reduced the top-5 error to 2.251%, surpassing the winning entry of 2016 by a relative improvement of ~25%. Models and code are available at https://github.com/hujie-frank/SENet.

Code Repositories

tsubasawb/DeepLearning_Paper
Mentioned in GitHub
secretlyvogon/IndRNNTF
tf
Mentioned in GitHub
varshaneya/Res-SE-Net
pytorch
Mentioned in GitHub
exekudos/se-resnet
Mentioned in GitHub
AI-Huang/SENet
tf
Mentioned in GitHub
wolny/pytorch-3dunet
pytorch
Mentioned in GitHub
kobiso/CBAM-keras
tf
Mentioned in GitHub
albanie/mcnSENets
pytorch
Mentioned in GitHub
ArivCR7/Melanoma_Classifier
pytorch
Mentioned in GitHub
mhorton19/CNN-Kernel-Attention
pytorch
Mentioned in GitHub
ioanvl/1d_squeeze_excitation
pytorch
Mentioned in GitHub
albanie/collaborative-experts
pytorch
Mentioned in GitHub
Roypic/Attention_Code
pytorch
Mentioned in GitHub
alibabasglab/frcrn
pytorch
Mentioned in GitHub
hikapok/tf-senet
tf
Mentioned in GitHub
mnikitin/channel-attention
mxnet
Mentioned in GitHub
moskomule/senet.pytorch
pytorch
Mentioned in GitHub
syiin/human_protein_atlas
pytorch
Mentioned in GitHub
e96031413/PyTorch_YOLOv4-tiny
pytorch
Mentioned in GitHub
e96031413/AA-YOLO
pytorch
Mentioned in GitHub
kobiso/CBAM-tensorflow-slim
tf
Mentioned in GitHub
abhi4ssj/squeeze_and_excitation
pytorch
Mentioned in GitHub
hujie-frank/SENet
Official
tf
Mentioned in GitHub
facebookresearch/ClassyVision
pytorch
Mentioned in GitHub
mnikitin/ECANet
mxnet
Mentioned in GitHub
Knight825/models-pytorch
pytorch
Mentioned in GitHub
harshit0511/Deep-Learning
tf
Mentioned in GitHub
IMvision12/keras-vision-models
pytorch
Mentioned in GitHub
marload/ConvNets-TensorFlow2
tf
Mentioned in GitHub
ifrit98/bengaliai
Mentioned in GitHub
osmr/imgclsmob
mxnet
Mentioned in GitHub
RayXie29/SENet_Keras
Mentioned in GitHub
Mind23-2/MindCode-72
mindspore
Mentioned in GitHub
rishikksh20/ResUnet
pytorch
Mentioned in GitHub
fengjiqiang/pretrainedmodel_pytorch
pytorch
Mentioned in GitHub
kobiso/CBAM-tensorflow
tf
Mentioned in GitHub
Mayurji/Image-Classification-PyTorch
pytorch
Mentioned in GitHub
DarshanDeshpande/jax-models
jax
Mentioned in GitHub
Deci-AI/super-gradients
pytorch
Mentioned in GitHub
highwaywu/tianchi-fft2
pytorch
Mentioned in GitHub
ahtwq/SENet
pytorch
Mentioned in GitHub
ai-med/squeeze_and_excitation
pytorch
Mentioned in GitHub
Legoons/Whale_Classification
Mentioned in GitHub
yuranusduke/Shift_and_Balance_Attention
pytorch
Mentioned in GitHub
jihoojo03/UNet-CBAM_Keras
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
image-classification-on-cifar-10SENet + ShakeShake + Cutout
Percentage correct: 97.88
image-classification-on-cifar-100SENet + ShakeEven + Cutout
Percentage correct: 84.59
object-detection-on-dsecSENet
mAP: 26.2
object-detection-on-pku-ddd17-carSENet
mAP50: 81.6

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
Squeeze-and-Excitation Networks | Papers | HyperAI