paper-with-me

Papers

Learnable Discrete Wavelet Pooling (LDW-Pooling) For Convolutional Networks

2021-09-13 · Bor-Shiun Wang, Jun-Wei Hsieh, Ming-Ching Chang, Ping-Yang Chen, Lipeng Ke, Siwei Lyu

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 features. LDW-Pooling is effective and efficient when compared with other state-of-the-art pooling techniques such as WaveletPooling and LiftPooling. Extensive experimental validation shows that LDW-Pooling can be applied to a wide range of standard CNN architectures and consistently outperform standard (max, mean, mixed, and stochastic) pooling operations.

📄 PDF Abstract BibTeX arXiv:2109.06638

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Detailed Dense Inference with Convolutional Neural Networks via Discrete Wavelet Transform

2018-08-06 · Lingni Ma, Jörg Stückler, Tao Wu, Daniel Cremers

Dense pixelwise prediction such as semantic segmentation is an up-to-date challenge for deep convolutional neural networks (CNNs). Many state-of-the-art approaches either tackle the loss of high-resolution information du…

DecoderSemantic Segmentation

Hierarchical Spherical CNNs with Lifting-based Adaptive Wavelets for Pooling and Unpooling

2022-05-31 · Mingxing Xu, Chenglin Li, Wenrui Dai, Siheng Chen 외

Pooling and unpooling are two essential operations in constructing hierarchical spherical convolutional neural networks (HS-CNNs) for comprehensive feature learning in the spherical domain. Most existing models employ do…

DC-WCNN: A deep cascade of wavelet based convolutional neural networks for MR Image Reconstruction

2020-01-08 · Sriprabha Ramanarayanan, Balamurali Murugesan, Keerthi Ram, Mohanasankar Sivaprakasam

Several variants of Convolutional Neural Networks (CNN) have been developed for Magnetic Resonance (MR) image reconstruction. Among them, U-Net has shown to be the baseline architecture for MR image reconstruction. Howev…

DecoderImage Reconstruction

Wavelet Pooling for Convolutional Neural Networks

2018-01-01 · ICLR 2018 1 · Travis Williams, Robert Li

Convolutional Neural Networks continuously advance the progress of 2D and 3D image and object classification. The steadfast usage of this algorithm requires constant evaluation and upgrading of foundational concepts to m…

General Classification

Hi-WaveTST: A Hybrid High-Frequency Wavelet-Transformer for Time-Series Classification

2025-11-03 · Huseyin Goksu arxiv

Transformers have become state-of-the-art (SOTA) for time-series classification, with models like PatchTST demonstrating exceptional performance. These models rely on patching the time series and learning relationships b…