# Accuracy Booster: Performance Boosting using Feature Map Re-calibration

**Authors:** Pravendra Singh, Pratik Mazumder, Vinay P. Namboodiri

arXiv: 1903.04407 · 2020-01-08

## TL;DR

This paper introduces a low-complexity feature map re-calibration block that significantly improves CNN performance across multiple datasets and tasks, rivaling deeper networks.

## Contribution

The proposed block offers a more efficient alternative to existing re-calibration methods, enhancing CNN accuracy with less architectural complexity.

## Key findings

- Boosts ResNet-50 to perform like ResNet-152 in classification
- Achieves state-of-the-art results on CIFAR, ImageNet, and MS-COCO
- Generalizes well to object detection tasks

## Abstract

Convolution Neural Networks (CNN) have been extremely successful in solving intensive computer vision tasks. The convolutional filters used in CNNs have played a major role in this success, by extracting useful features from the inputs. Recently researchers have tried to boost the performance of CNNs by re-calibrating the feature maps produced by these filters, e.g., Squeeze-and-Excitation Networks (SENets). These approaches have achieved better performance by Exciting up the important channels or feature maps while diminishing the rest. However, in the process, architectural complexity has increased. We propose an architectural block that introduces much lower complexity than the existing methods of CNN performance boosting while performing significantly better than them. We carry out experiments on the CIFAR, ImageNet and MS-COCO datasets, and show that the proposed block can challenge the state-of-the-art results. Our method boosts the ResNet-50 architecture to perform comparably to the ResNet-152 architecture, which is a three times deeper network, on classification. We also show experimentally that our method is not limited to classification but also generalizes well to other tasks such as object detection.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.04407/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1903.04407/full.md

## References

33 references — full list in the complete paper: https://tomesphere.com/paper/1903.04407/full.md

---
Source: https://tomesphere.com/paper/1903.04407