Efficient computation of topological integral transforms
Vadim Lebovici, Steve Oudot, Hugo Passe

TL;DR
Eucalc is a new software library that efficiently computes topological integral transforms like Euler characteristic and Radon transforms for weighted complexes, enabling exact, fast analysis of images in shape analysis applications.
Contribution
We introduce Eucalc, a novel C++ library that provides exact, efficient computation of topological transforms for weighted complexes, supporting both binary and grayscale images.
Findings
Eucalc reduces computational complexity by focusing on critical points.
The software handles both binary and grayscale images effectively.
Experimental results demonstrate Eucalc's efficiency and accuracy.
Abstract
Topological integral transforms have found many applications in shape analysis, from prediction of clinical outcomes in brain cancer to analysis of barley seeds. Using Euler characteristic as a measure, these objects record rich geometric information on weighted polytopal complexes. While some implementations exist, they only enable discretized representations of the transforms, and they do not handle weighted complexes (such as for instance images). Moreover, recent hybrid transforms lack an implementation. In this paper, we introduce Eucalc, a novel implementation of three topological integral transforms -- the Euler characteristic transform, the Radon transform, and hybrid transforms -- for weighted cubical complexes. Leveraging piecewise linear Morse theory and Euler calculus, the algorithms significantly reduce computational complexity by focusing on critical points. Our software…
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
TopicsDigital Filter Design and Implementation · Advanced Numerical Analysis Techniques · Mathematical Analysis and Transform Methods
