WaveNets: Wavelet Channel Attention Networks
Hadi Salman, Caleb Parks, Shi Yin Hong, Justin Zhan

TL;DR
WaveNets introduce wavelet transform-based channel compression to enhance feature preservation in channel attention mechanisms, outperforming SENet and achieving state-of-the-art results in image classification.
Contribution
The paper proposes WaveNet, a novel channel attention mechanism utilizing wavelet transform compression to improve feature preservation and model inter-dependencies.
Findings
Wavelet transform is equivalent to recursive Haar wavelet transform.
WaveNet outperforms SENet on ImageNet classification.
Implementation is simple and can be integrated into existing models.
Abstract
Channel Attention reigns supreme as an effective technique in the field of computer vision. However, the proposed channel attention by SENet suffers from information loss in feature learning caused by the use of Global Average Pooling (GAP) to represent channels as scalars. Thus, designing effective channel attention mechanisms requires finding a solution to enhance features preservation in modeling channel inter-dependencies. In this work, we utilize Wavelet transform compression as a solution to the channel representation problem. We first test wavelet transform as an Auto-Encoder model equipped with conventional channel attention module. Next, we test wavelet transform as a standalone channel compression method. We prove that global average pooling is equivalent to the recursive approximate Haar wavelet transform. With this proof, we generalize channel attention using Wavelet…
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
TopicsAnomaly Detection Techniques and Applications · Advanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning
MethodsTest · *Communicated@Fast*How Do I Communicate to Expedia? · Dilated Causal Convolution · Dense Connections · Mixture of Logistic Distributions · WaveNet · Convolution · Average Pooling · Sigmoid Activation · Softmax
