Learnable Discrete Wavelet Pooling (LDW-Pooling) For Convolutional Networks
Bor-Shiun Wang, Jun-Wei Hsieh, Ming-Ching Chang, Ping-Yang Chen,, Lipeng Ke, Siwei Lyu

TL;DR
This paper introduces LDW-Pooling, a learnable wavelet-based pooling method that enhances feature extraction and preserves information in CNNs, outperforming traditional pooling techniques across various architectures.
Contribution
The paper proposes a novel learnable wavelet pooling method that can replace standard pooling layers, improving feature retention and network performance.
Findings
LDW-Pooling outperforms state-of-the-art pooling methods in accuracy.
It effectively preserves features and avoids information loss.
Demonstrates broad applicability across CNN architectures.
Abstract
Pooling is a simple but essential layer in modern deep CNN architectures for feature aggregation and extraction. Typical CNN design focuses on the conv layers and activation functions, while leaving the pooling layers with fewer options. We introduce the Learning Discrete Wavelet Pooling (LDW-Pooling) that can be applied universally to replace standard pooling operations to better extract features with improved accuracy and efficiency. Motivated from the wavelet theory, we adopt the low-pass (L) and high-pass (H) filters horizontally and vertically for pooling on a 2D feature map. Feature signals are decomposed into four (LL, LH, HL, HH) subbands to retain features better and avoid information dropping. The wavelet transform ensures features after pooling can be fully preserved and recovered. We next adopt an energy-based attention learning to fine-select crucial and representative…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Brain Tumor Detection and Classification · Neural Networks and Applications
