A Split Fast Fourier Transform Algorithm for Block Toeplitz Matrix-Vector Multiplication
Alexandre Siron, Sean Molesky

TL;DR
This paper introduces a new algorithm for block Toeplitz matrix-vector multiplication that reduces computational complexity and memory usage compared to traditional FFT-based methods, with potential for parallelization.
Contribution
The paper proposes a lazy embedding, eager projection algorithm that improves efficiency and flexibility in block Toeplitz matrix computations, especially for high-dimensional cases.
Findings
Reduces computation asymptotically proportional to dimension d.
Decreases peak memory usage compared to full embedding methods.
Facilitates parallelization across multiple devices.
Abstract
Numeric modeling of electromagnetics and acoustics frequently entails matrix-vector multiplication with block Toeplitz structure. When the corresponding block Toeplitz matrix is not highly sparse, e.g. when considering the electromagnetic Green function in a spatial basis, such calculations are often carried out by performing a multilevel embedding that gives the matrix a fully circulant form. While this transformation allows the associated matrix-vector multiplication to be computed via Fast Fourier Transforms (FFTs) and diagonal multiplication, generally leading to dramatic performance improvements compared to naive multiplication, it also adds unnecessary information that increases memory consumption and reduces computational efficiency. As an improvement, we propose a lazy embedding, eager projection, algorithm that for dimensionality , asymptotically reduces the number of needed…
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
TopicsTensor decomposition and applications · Algebraic and Geometric Analysis · Mathematical Analysis and Transform Methods
