Sequence Modeling with Multiresolution Convolutional Memory
Jiaxin Shi, Ke Alexander Wang, Emily B. Fox

TL;DR
This paper introduces a multiresolution convolutional layer inspired by wavelet analysis for sequence modeling, achieving state-of-the-art results with fewer parameters and efficient computation.
Contribution
We propose a novel MultiresLayer using multiresolution convolution, combining wavelet principles with convolutional networks for improved sequence modeling.
Findings
State-of-the-art performance on sequence classification tasks.
Fewer parameters compared to traditional models.
Efficient memory usage with O(N log N) complexity.
Abstract
Efficiently capturing the long-range patterns in sequential data sources salient to a given task -- such as classification and generative modeling -- poses a fundamental challenge. Popular approaches in the space tradeoff between the memory burden of brute-force enumeration and comparison, as in transformers, the computational burden of complicated sequential dependencies, as in recurrent neural networks, or the parameter burden of convolutional networks with many or large filters. We instead take inspiration from wavelet-based multiresolution analysis to define a new building block for sequence modeling, which we call a MultiresLayer. The key component of our model is the multiresolution convolution, capturing multiscale trends in the input sequence. Our MultiresConv can be implemented with shared filters across a dilated causal convolution tree. Thus it garners the computational…
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
Taxonomy
TopicsTopic Modeling · Generative Adversarial Networks and Image Synthesis · Domain Adaptation and Few-Shot Learning
MethodsConvolution · Dilated Causal Convolution · Causal Convolution
