Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Sequence Modeling with Multiresolution Convolutional Memory

About

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 advantages of convolutional networks and the principled theoretical motivation of wavelet decompositions. Our MultiresLayer is straightforward to implement, requires significantly fewer parameters, and maintains at most a $\mathcal{O}(N\log 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 autoregressive density estimation tasks using CIFAR-10, ListOps, and PTB-XL datasets.

Jiaxin Shi, Ke Alexander Wang, Emily B. Fox• 2023

Related benchmarks

TaskDatasetResultRank
1-D Pixel-level Image ClassificationsCIFAR (test)
Accuracy93.15
46
Hierarchical ReasoningListOps Long Range Arena (test)
Accuracy62.75
26
Hierarchical reasoning on symbolic sequencesLong ListOps (test)
Accuracy62.75
22
1D Image ClassificationsCIFAR 1.0 (test)
Accuracy93.15
18
Image ClassificationsCIFAR
Accuracy93.1
16
Image ClassificationsCIFAR (test)
Accuracy93.15
15
Sequence ClassificationCIFAR-10 sequential standard (test)
Accuracy93.15
10
ECG multi-label/multi-class classificationPTB-XL 1.0.1 (test)
All Category Accuracy93.8
10
Autoregressive Generative ModelingCIFAR-10 (test)
BPD2.84
9
ECG ClassificationPTB-XL 100Hz (test)
All AUROC0.938
7
Showing 10 of 10 rows

Other info

Code

Follow for update