Multidimensional Included and Excluded Sums
Helen Xu, Sean Fraser, Charles E. Leiserson

TL;DR
This paper introduces three new algorithms for multidimensional included and excluded sums, outperforming classical methods in both theoretical complexity and empirical performance, with applications in scientific computing like the fast multipole method.
Contribution
The paper presents three novel algorithms for strong and weak included/excluded sums that improve asymptotic complexity and empirical performance over existing solutions.
Findings
BDBS algorithm solves strong included-sums in Θ(d N), outperforming SAT.
Box-complement algorithm solves strong excluded-sums in Θ(d N), beating corners algorithm.
BDBSC algorithm solves weak excluded-sums in Θ(d N), outperforming box-complement with an inverse operator.
Abstract
This paper presents algorithms for the included-sums and excluded-sums problems used by scientific computing applications such as the fast multipole method. These problems are defined in terms of a -dimensional array of elements and a binary associative operator~ on the elements. The included-sum problem requires that the elements within overlapping boxes cornered at each element within the array be reduced using . The excluded-sum problem reduces the elements outside each box. The weak versions of these problems assume that the operator has an inverse , whereas the strong versions do not require this assumption. In addition to studying existing algorithms to solve these problems, we introduce three new algorithms. The bidirectional box-sum (BDBS) algorithm solves the strong included-sums problem in time, asymptotically beating…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAntenna Design and Optimization · Antenna Design and Analysis · Electromagnetic Scattering and Analysis
