Discrete Function Bases and Convolutional Neural Networks
Andreas St\"ockel

TL;DR
This paper explores discrete function bases, especially the Legendre Delay Network (LDN), demonstrating their efficiency and effectiveness in delay tasks and neural networks, with LDN offering advantages in stability and runtime for small parameters.
Contribution
It introduces a numerically stable algorithm for constructing discrete bases, analyzes LDN's properties, and shows fixed temporal convolutions can outperform learned ones in neural networks.
Findings
LDN basis enables efficient online convolution for q<300.
Fixed temporal convolutions can outperform learned convolutions.
LDN offers a finite impulse response system with low memory requirements.
Abstract
We discuss the notion of "discrete function bases" with a particular focus on the discrete basis derived from the Legendre Delay Network (LDN). We characterize the performance of these bases in a delay computation task, and as fixed temporal convolutions in neural networks. Networks using fixed temporal convolutions are conceptually simple and yield state-of-the-art results in tasks such as psMNIST. Main Results (1) We present a numerically stable algorithm for constructing a matrix of DLOPs L in O(qN) (2) The Legendre Delay Network (LDN) can be used to form a discrete function basis with a basis transformation matrix H in O(qN). (3) If q < 300, convolving with the LDN basis online has a lower run-time complexity than convolving with arbitrary FIR filters. (4) Sliding window transformations exist for some bases (Haar, cosine, Fourier) and require O(q) operations per sample and…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Blind Source Separation Techniques · Time Series Analysis and Forecasting
