A low complexity algorithm for non-monotonically evolving fronts
Alexandra Tcheng, Jean-Christophe Nave

TL;DR
This paper introduces a low complexity algorithm for propagating non-monotonically evolving fronts, combining Fast Marching with sideways PDEs to handle zero or sign-changing speeds efficiently.
Contribution
The novel algorithm integrates sideways PDEs with Fast Marching to maintain low complexity even when the speed function vanishes or changes sign.
Findings
Achieves O(1/N) global truncation error in tests
Maintains complexity comparable to Fast Marching in most cases
Effectively handles fronts with speeds that vanish or change sign
Abstract
A new algorithm is proposed to describe the propagation of fronts advected in the normal direction with prescribed speed function F. The assumptions on F are that it does not depend on the front itself, but can depend on space and time. Moreover, it can vanish and change sign. To solve this problem the Level-Set Method [Osher, Sethian; 1988] is widely used, and the Generalized Fast Marching Method [Carlini et al.; 2008] has recently been introduced. The novelty of our method is that its overall computational complexity is predicted to be comparable to that of the Fast Marching Method [Sethian; 1996], [Vladimirsky; 2006] in most instances. This latter algorithm is O(N^n log N^n) if the computational domain comprises N^n points. Our strategy is to use it in regions where the speed is bounded away from zero -- and switch to a different formalism when F is approximately 0. To this end, a…
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
TopicsAdvanced Numerical Methods in Computational Mathematics · Computer Graphics and Visualization Techniques · Model Reduction and Neural Networks
