Papers
arxiv:2305.01638

Sequence Modeling with Multiresolution Convolutional Memory

Published on May 2, 2023
Authors:
,

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 <PRE_TAG>wavelet-based multiresolution analysis</POST_TAG> to define a new building block for sequence modeling, which we call a <PRE_TAG>MultiresLayer</POST_TAG>. The key component of our model is the <PRE_TAG>multiresolution convolution</POST_TAG>, capturing multiscale trends in the input sequence. Our MultiresConv can be implemented with shared filters across a <PRE_TAG>dilated causal convolution tree</POST_TAG>. Thus it garners the computational advantages of convolutional networks and the principled theoretical motivation of wavelet decompositions. Our <PRE_TAG>MultiresLayer</POST_TAG> is straightforward to implement, requires significantly fewer parameters, and maintains at most a O(Nlog N) memory footprint for a length N sequence. Yet, by stacking such layers, our model yields state-of-the-art performance on a number of sequence classification and <PRE_TAG>autoregressive density estimation</POST_TAG> tasks using CIFAR-10, ListOps, and PTB-XL datasets.

Community

Sign up or log in to comment

Models citing this paper 0

No model linking this paper

Cite arxiv.org/abs/2305.01638 in a model README.md to link it from this page.

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2305.01638 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2305.01638 in a Space README.md to link it from this page.

Collections including this paper 0

No Collection including this paper

Add this paper to a collection to link it from this page.