Quasi-Medial Distance Field (Q-MDF): A Robust Method for Approximating and Discretizing Neural Medial Axes
Jiayi Kong, Chen Zong, Jun Luo, Shiqing Xin, Fei Hou, Hanqing Jiang, Chen Qian, Ying He
TL;DR
This work addresses robust extraction of the medial axis from imperfect 3D data by learning a neural implicit representation called Q-MDF, defined as the difference between the medial field and the absolute signed distance field, i.e., $f_q(p)=f_m(p)-|f_{sdf}(p)|$. This representation enables a differentiable, compact embedding of the medial axis, from which a medial membrane is extracted via a modified double-covering procedure that collapses to a zero-volume medial surface; the radius information is retrieved from the SDF. The approach demonstrates superior robustness and accuracy across challenging meshes, sparse point clouds, and real scans, outperforming traditional discretization-based methods and prior learning-based schemes in producing topologically coherent and smooth medial structures. The work further enhances fidelity near sharp features through MF-guided priors and discusses practical avenues for efficiency and topology improvement, highlighting its potential impact on digital geometry processing, shape analysis, and CAD-like modeling.
Abstract
The medial axis, a lower-dimensional descriptor that captures the extrinsic structure of a shape, plays an important role in digital geometry processing. Despite its importance, computing the medial axis transform robustly from diverse inputs, especially point clouds with defects, remains a challenging problem. In this paper, we propose a new implicit method that deviates from traditional explicit medial axis computation. Our key technical insight is that the difference between the signed distance field (SDF) and the medial field (MF) of a solid shape relates to the unsigned distance field (UDF) of the shape's medial axis. This observation allows us to formulate medial axis extraction as an implicit reconstruction problem. By employing a modified double covering strategy, we recover the medial axis as the zero level-set of the UDF. Extensive experiments demonstrate that our method achieves higher accuracy and robustness in learning compact medial axis transforms from challenging meshes and point clouds, outperforming existing approaches.
