Reducing Interpolation on Multi-Dimensional Grid to Quantizing Grid's Data-Base as a Recursion
Roman Gitlin

TL;DR
This paper introduces a recursive core isolation scheme for multi-dimensional grid interpolation, significantly accelerating the process by enabling structural optimization techniques that outperform existing benchmarks by orders of magnitude.
Contribution
It presents a novel recursive core extraction method for multi-grid interpolation, facilitating structural optimization and substantial performance improvements.
Findings
Interpolation speed improved by multiple orders of magnitude.
Structural framework enables new optimization techniques.
Recursion implementation becomes feasible and efficient.
Abstract
In his article "Powerlist: A Structure for Parallel Recursion" Jayadev Misra wrote: "Many data parallel algorithms - Fast Fourier Transform, Batcher's sorting schemes and prefix sum - exhibit recursive structure. We propose a data structure, powerlist, that permits succinct descriptions of such algorithms, highlighting the roles of both parallelism and recursion. Simple algebraic properties of this data structure can be exploited to derive properties of these algorithms and establish equivalence of different algorithms that solve the same problem." The quote above illustrates a widely shared assumption about recursion implementations: either they are done in purely structural terms or they cannot be done at all. Multi-dimensional interpolation on a grid is one of hosts of semi-recursive schemes that, while often referred to as recursive and routinely described in vaguely recursive…
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
TopicsParallel Computing and Optimization Techniques · Distributed and Parallel Computing Systems · Interconnection Networks and Systems
