Spectral Wavelet Dropout: Regularization in the Wavelet Domain
Rinor Cakaj, Jens Mehnert, Bin Yang

TL;DR
Spectral Wavelet Dropout (SWD) is a new regularization method for CNNs that drops frequency bands in wavelet decompositions, improving generalization with fewer hyperparameters and lower computational cost compared to Fourier-based methods.
Contribution
This work introduces SWD, a novel wavelet domain dropout technique with two variants, and compares it to existing Fourier-based spectral dropout methods, demonstrating improved efficiency and competitive performance.
Findings
SWD variants outperform Fourier Dropout in benchmarks.
SWD requires only one hyperparameter, simplifying tuning.
SWD has lower computational complexity during training.
Abstract
Regularization techniques help prevent overfitting and therefore improve the ability of convolutional neural networks (CNNs) to generalize. One reason for overfitting is the complex co-adaptations among different parts of the network, which make the CNN dependent on their joint response rather than encouraging each part to learn a useful feature representation independently. Frequency domain manipulation is a powerful strategy for modifying data that has temporal and spatial coherence by utilizing frequency decomposition. This work introduces Spectral Wavelet Dropout (SWD), a novel regularization method that includes two variants: 1D-SWD and 2D-SWD. These variants improve CNN generalization by randomly dropping detailed frequency bands in the discrete wavelet decomposition of feature maps. Our approach distinguishes itself from the pre-existing Spectral "Fourier" Dropout (2D-SFD), which…
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
TopicsSpectroscopy Techniques in Biomedical and Chemical Research · Image and Signal Denoising Methods
MethodsDropout
