RES-SE-NET: Boosting Performance of Resnets by Enhancing Bridge-connections
Varshaneya V, Balasubramanian S, Darshan Gera

TL;DR
Res-SE-Net enhances ResNet by applying Squeeze-and-Excitation to bridge-connections, improving feature importance weighting and overall performance on CIFAR datasets.
Contribution
Introduces Res-SE-Net, which uses SE blocks to weight feature maps in bridge-connections, boosting ResNet performance.
Findings
Res-SE-Net outperforms ResNet and SE-ResNet on CIFAR-10 and CIFAR-100.
Bridge-connections are crucial for ResNet accuracy.
Weighted feature maps improve deep network training.
Abstract
One of the ways to train deep neural networks effectively is to use residual connections. Residual connections can be classified as being either identity connections or bridge-connections with a reshaping convolution. Empirical observations on CIFAR-10 and CIFAR-100 datasets using a baseline Resnet model, with bridge-connections removed, have shown a significant reduction in accuracy. This reduction is due to lack of contribution, in the form of feature maps, by the bridge-connections. Hence bridge-connections are vital for Resnet. However, all feature maps in the bridge-connections are considered to be equally important. In this work, an upgraded architecture "Res-SE-Net" is proposed to further strengthen the contribution from the bridge-connections by quantifying the importance of each feature map and weighting them accordingly using Squeeze-and-Excitation (SE) block. It is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Domain Adaptation and Few-Shot Learning
MethodsAverage Pooling · *Communicated@Fast*How Do I Communicate to Expedia? · 1x1 Convolution · Batch Normalization · Bottleneck Residual Block · Global Average Pooling · Residual Block · Kaiming Initialization · Max Pooling · Residual Connection
