Wavelet Networks: Scale-Translation Equivariant Learning From Raw Time-Series
David W. Romero, Erik J. Bekkers, Jakub M. Tomczak, Mark Hoogendoorn
TL;DR
This paper introduces Wavelet Networks, a time-series model family that preserves scale and translation symmetries via lifting and group convolutions on the scale-translation group. By parameterizing convolutional kernels on continuous bases (B^2-splines) and discretizing scales with a dyadic grid, the authors implement wavelet-like, nested time-frequency transforms across layers, yielding strong performance on raw waveforms without explicit spectrogram preprocessing. Empirical results across environmental sounds, music tagging, and bearing fault detection show Wavelet Networks outperform standard CNNs on raw signals and match or exceed spectrogram-based methods with far fewer parameters, validating the approach and its practical impact. The work also connects the scale-translation transform to the classical wavelet transform, offering a principled, symmetry-preserving alternative to conventional spectro-temporal processing in time-series learning.
Abstract
Leveraging the symmetries inherent to specific data domains for the construction of equivariant neural networks has lead to remarkable improvements in terms of data efficiency and generalization. However, most existing research focuses on symmetries arising from planar and volumetric data, leaving a crucial data source largely underexplored: time-series. In this work, we fill this gap by leveraging the symmetries inherent to time-series for the construction of equivariant neural network. We identify two core symmetries: *scale and translation*, and construct scale-translation equivariant neural networks for time-series learning. Intriguingly, we find that scale-translation equivariant mappings share strong resemblance with the wavelet transform. Inspired by this resemblance, we term our networks Wavelet Networks, and show that they perform nested non-linear wavelet-like time-frequency transforms. Empirical results show that Wavelet Networks outperform conventional CNNs on raw waveforms, and match strongly engineered spectrogram techniques across several tasks and time-series types, including audio, environmental sounds, and electrical signals. Our code is publicly available at https://github.com/dwromero/wavelet_networks.
