paper-with-me

Papers

Encoding the Euler Characteristic Transform

2026-06-09 · Nello Blaser, Odin Hoff Gardaa, Lars M. Salbu, Elena Xinyi Wang, Bastian Rieck arxiv

The Euler Characteristic Curve (ECC) records the Euler characteristic of a linearly embedded cell complex as a function of filtration height in a given direction, and the Euler Characteristic Transform (ECT) is the injective shape descriptor obtained by collecting ECCs over many directions. How the ECT is encoded for a neural network is itself an inductive bias, conventionally fixed by discretizing each ECC. We introduce a continuous encoding: for each direction and each vertex it records the net Euler-characteristic change attributed to that vertex, producing a per-direction token sequence that a small transformer maps to a feature vector. We separate the resulting pipeline into two stages on orthogonal axes: an ECC encoder that acts within each direction, mapping its curve to a fixed-length vector, and an ECT representation that acts across directions, aggregating the per-direction vectors into one. We study six ECT representation architectures spanning a range of inductive biases, from a structure-agnostic feedforward baseline to convolutional and complex-valued models that preserve equivariance under planar rotations. Across six classification benchmarks covering point clouds, graphs, cubical complexes, and meshes, the continuous encoding improves accuracy on five of six datasets, and control experiments attribute the gain to the tokenization itself rather than to the added transformer capacity. The representation architecture matters less than the encoding, and the payoff from its inductive biases depends on the encoding: a feedforward network performs best under continuous encoding but is less robust under discretization than convolutional architectures.

📄 PDF Abstract BibTeX arXiv:2606.10824

Code (0)

등록된 구현이 없습니다.

Tasks

Point Clouds

Similar Papers 제목 키워드 기반

Euler Characteristic Tools For Topological Data Analysis

2023-03-24 · Olympio Hacquard, Vadim Lebovici

In this article, we study Euler characteristic techniques in topological data analysis. Pointwise computing the Euler characteristic of a family of simplicial complexes built from data gives rise to the so-called Euler c…

Topological Data Analysis

Differentiable Euler Characteristic Transforms for Shape Classification

2023-10-11 · Ernst Roell, Bastian Rieck

The Euler Characteristic Transform (ECT) has proven to be a powerful representation, combining geometrical and topological characteristics of shapes and graphs. However, the ECT was hitherto unable to learn task-specific…

ClassificationPoint Cloud Classification

Tensor Computation of Euler Characteristic Functions and Transforms

2025-11-05 · Jessi Cisewski-Kehe, Brittany Terese Fasy, Alexander McCleary, Eli Quist arxiv

The weighted Euler characteristic transform (WECT) and Euler characteristic function (ECF) have proven to be useful tools in a variety of applications. However, current methods for computing these functions are either no…

Diss-l-ECT: Dissecting Graph Data with Local Euler Characteristic Transforms

2024-10-03 · Julius von Rohrscheidt, Bastian Rieck

The Euler Characteristic Transform (ECT) is an efficiently-computable geometrical-topological invariant that characterizes the global shape of data. In this paper, we introduce the Local Euler Characteristic Transform ($…

Graph Representation LearningNode ClassificationRepresentation Learning

Euler Characteristic Transform Based Topological Loss for Reconstructing 3D Images from Single 2D Slices

2023-03-08 · Kalyan Varma Nadimpalli, Amit Chattopadhyay, Bastian Rieck

The computer vision task of reconstructing 3D images, i.e., shapes, from their single 2D image slices is extremely challenging, more so in the regime of limited data. Deep learning models typically optimize geometric los…

Inductive Bias