paper-with-me

홈 › Papers

Deep Medial Fields

2021-06-07 · Daniel Rebain, Ke Li, Vincent Sitzmann, Soroosh Yazdani, Kwang Moo Yi, Andrea Tagliasacchi

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: a field function derived from the medial axis transform (MAT) that makes available information about the underlying 3D geometry that is immediately useful for a number of downstream tasks. In particular, the medial field encodes the local thickness of a 3D shape, and enables O(1) projection of a query point onto the medial axis. To construct the medial field we require nothing but the SDF of the shape itself, thus allowing its straightforward incorporation in any application that relies on signed distance fields. Working in unison with the O(1) surface projection supported by the SDF, the medial field opens the door for an entirely new set of efficient, shape-aware operations on implicit representations. We present three such applications, including a modification to sphere tracing that renders implicit representations with better convergence properties, a fast construction method for memory-efficient rigid-body collision proxies, and an efficient approximation of ambient occlusion that remains stable with respect to viewpoint variations.

📄 PDF Abstract BibTeX arXiv:2106.03804

Code (0)

등록된 구현이 없습니다.

Tasks

3D geometry

Similar Papers 제목 키워드 기반

MARF: The Medial Atom Ray Field Object Representation

2023-06-30 · Peder Bergebakken Sundt, Theoharis Theoharis

We propose Medial Atom Ray Fields (MARFs), a novel neural object representation that enables accurate differentiable surface rendering with a single network evaluation per camera ray. Existing neural ray fields struggle …

ObjectRetrieval

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 …

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…

AMAT: Medial Axis Transform for Natural Images

2017-03-24 · ICCV 2017 10 · Stavros Tsogkas, Sven Dickinson

We introduce Appearance-MAT (AMAT), a generalization of the medial axis transform for natural images, that is framed as a weighted geometric set cover problem. We make the following contributions: i) we extend previous m…

Clustering

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…