SRM : A Style-based Recalibration Module for Convolutional Neural Networks
HyunJae Lee, Hyo-Eun Kim, Hyeonseob Nam

TL;DR
This paper introduces SRM, a style-based recalibration module that enhances CNN performance by adaptively leveraging style information in feature maps, improving representational capacity with minimal computational overhead.
Contribution
The paper proposes a novel SRM module that uses style pooling and integration to recalibrate CNN features, outperforming existing methods like SE in various vision tasks.
Findings
SRM improves CNN accuracy on image recognition tasks.
SRM enhances style-related task performance.
SRM has negligible computational overhead.
Abstract
Following the advance of style transfer with Convolutional Neural Networks (CNNs), the role of styles in CNNs has drawn growing attention from a broader perspective. In this paper, we aim to fully leverage the potential of styles to improve the performance of CNNs in general vision tasks. We propose a Style-based Recalibration Module (SRM), a simple yet effective architectural unit, which adaptively recalibrates intermediate feature maps by exploiting their styles. SRM first extracts the style information from each channel of the feature maps by style pooling, then estimates per-channel recalibration weight via channel-independent style integration. By incorporating the relative importance of individual styles into feature maps, SRM effectively enhances the representational ability of a CNN. The proposed module is directly fed into existing CNN architectures with negligible overhead. We…
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 · Domain Adaptation and Few-Shot Learning · Advanced Memory and Neural Computing
MethodsAverage Pooling · Sigmoid Activation · Dense Connections · Instance Normalization · Random Horizontal Flip · Random Resized Crop · Step Decay · SGD with Momentum · Weight Decay · Residual SRM
