paper-with-me

홈 › Papers

RibPull: Implicit Occupancy Fields and Medial Axis Extraction for CT Ribcage Scans

2025-09-01 · Emmanouil Nikolakakis, Amine Ouasfi, Julie Digne, Razvan Marinescu arxiv

We present RibPull, a methodology that utilizes implicit occupancy fields to bridge computational geometry and medical imaging. Implicit 3D representations use continuous functions that handle sparse and noisy data more effectively than discrete methods. While voxel grids are standard for medical imaging, they suffer from resolution limitations, topological information loss, and inefficient handling of sparsity. Coordinate functions preserve complex geometrical information and represent a better solution for sparse data representation, while allowing for further morphological operations. Implicit scene representations enable neural networks to encode entire 3D scenes within their weights. The result is a continuous function that can implicitly compesate for sparse signals and infer further information about the 3D scene by passing any combination of 3D coordinates as input to the model. In this work, we use neural occupancy fields that predict whether a 3D point lies inside or outside an object to represent CT-scanned ribcages. We also apply a Laplacian-based contraction to extract the medial axis of the ribcage, thus demonstrating a geometrical operation that benefits greatly from continuous coordinate-based 3D scene representations versus voxel-based representations. We evaluate our methodology on 20 medical scans from the RibSeg dataset, which is itself an extension of the RibFrac dataset. We will release our code upon publication.

📄 PDF Abstract BibTeX arXiv:2509.01402

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deep Medial Fields

2021-06-07 · Daniel Rebain, Ke Li, Vincent Sitzmann, Soroosh Yazdani 외

Implicit representations of geometry, such as occupancy fields or signed distance fields (SDF), have recently re-gained popularity in encoding 3D solid shape in a functional form. In this work, we introduce medial fields…

3D geometry

Quasi-Medial Distance Field (Q-MDF): A Robust Method for Approximating and Discretizing Neural Medial Axis

2024-10-23 · Jiayi Kong, Chen Zong, Jun Luo, Shiqing Xin 외

The medial axis, a lower-dimensional shape descriptor, plays an important role in the field of digital geometry processing. Despite its importance, robust computation of the medial axis transform from diverse inputs, esp…

Medial Axis Aware Learning of Signed Distance Functions

2026-04-15 · Samuel Weidemaier, Christoph Norden-Smoch, Martin Rumpf arxiv

We propose a novel variational method to compute a highly accurate global signed distance function (SDF) to a given point cloud. To this end, the jump set of the gradient of the SDF, which coincides with the medial axis …

Point Clouds

Rigidity Properties of the Blum Medial Axis

2020-02-01 · James Damon

We consider the Blum medial axis of a region in $\mathbb R^n$ with piecewise smooth boundary and examine its "rigidity properties", by which we mean properties preserved under diffeomorphisms of the regions preserving th…

Cosine-Pruned Medial Axis: A new method for isometric equivariant and noise-free medial axis extraction

2020-12-05 · Diego Patiño, John Branch

We present the CPMA, a new method for medial axis pruning with noise robustness and equivariance to isometric transformations. Our method leverages the discrete cosine transform to create smooth versions of a shape $\Ome…