paper-with-me

Papers

FlatCAD: Fast Curvature Regularization of Neural SDFs for CAD Models

2025-06-19 · Haotian Yin, Aleksander Plocharski, Michal Jan Wlodarczyk, Mikolaj Kida, Przemyslaw Musialski

Neural signed-distance fields (SDFs) have become a versatile backbone for geometric learning, yet enforcing developable, CAD-style behavior still hinges on Gaussian curvature penalties that require full Hessian evaluation and second-order automatic differentiation, both of which are costly in memory and runtime. We present a curvature proxy that regularizes only the mixed second-order term (Weingarten term), allowing the two principal curvatures to adapt freely to data while suppressing unwanted warp. Two complementary instantiations realize this idea: (i) a finite-difference proxy that replaces each Hessian entry with four forward SDF evaluations and a single first-order gradient, and (ii) an autodiff proxy that computes the same mixed derivative via one Hessian-vector product, sidestepping explicit full Hessian assembly and remaining faster in practice. Both variants converge to the exact mixed second derivative, thus preserving the intended geometric bias without incurring full second-order graphs. On the ABC benchmarks, the proxies match or exceed the reconstruction fidelity of Hessian-based baselines while reducing GPU memory use and wall-clock time by a factor of two. Because the method is drop-in and framework-agnostic, it opens a practical path toward scalable, curvature-aware SDF learning for engineering-grade shape reconstruction.

📄 PDF Abstract BibTeX arXiv:2506.16627

Code (0)

등록된 구현이 없습니다.

Tasks

GPU

Methods 이 논문이 사용한 방법론

ABC Class of methods in Bayesian Statistics where the posterior distribution is approximated over a rejection scheme on simulations because the likelihood function is…

Similar Papers 제목 키워드 기반

Scheduling the Off-Diagonal Weingarten Loss of Neural SDFs for CAD Models

2025-11-05 · Haotian Yin, Przemyslaw Musialski arxiv

Neural signed distance functions (SDFs) have become a powerful representation for geometric reconstruction from point clouds, yet they often require both gradient- and curvature-based regularization to suppress spurious …

CAD ReconstructionPoint Clouds

A Finite Difference Approximation of Second Order Regularization of Neural-SDFs

2025-11-12 · Haotian Yin, Aleksander Plocharski, Michal Jan Wlodarczyk, Przemyslaw Musialski arxiv

We introduce a finite-difference framework for curvature regularization in neural signed distance field (SDF) learning. Existing approaches enforce curvature priors using full Hessian information obtained via second-orde…

Geometric implicit neural representations for signed distance functions

2025-11-10 · Luiz Schirmer, Tiago Novello, Vinícius da Silva, Guilherme Schardong 외 arxiv

\textit{Implicit neural representations} (INRs) have emerged as a promising framework for representing signals in low-dimensional spaces. This survey reviews the existing literature on the specialized INR problem of appr…

3D ReconstructionPoint Clouds

High-Fidelity Lightweight Mesh Reconstruction from Point Clouds

2025-01-01 · CVPR 2025 1 · Chen Zhang, Wentao Wang, Ximeng Li, Xinyao Liao 외

Recently, learning signed distance functions (SDFs) from point clouds has become popular for reconstruction. To ensure accuracy, most methods require using high-resolution Marching Cubes for surface extraction. Howev…

Curvature regularization for Non-line-of-sight Imaging from Under-sampled Data

2023-01-01 · Rui Ding, Juntian Ye, Qifeng Gao, Feihu Xu 외

Non-line-of-sight (NLOS) imaging aims to reconstruct the three-dimensional hidden scenes from the data measured in the line-of-sight, which uses photon time-of-flight information encoded in light after multiple diffuse r…

compressed sensingGPU