INST-Sculpt: Interactive Stroke-based Neural SDF Sculpting
Fizza Rubab, Yiying Tong
TL;DR
This work addresses the challenge of editing neural implicit surfaces by introducing INST-Sculpt, a real-time stroke-based sculpting framework for pretrained neural $SDF$s. It combines a tubular sampling strategy with a flexible brush model and a dedicated $u$-$v$-$n$ coordinate frame to apply smooth, localized deformations to the zero-level set, without reparameterizing the network. A SIREN-based MLP models the neural $SDF$, trained with a multi-term loss that enforces regression accuracy, the eikonal equation, normals alignment, and boundary regularization. Empirical results show up to 16x speedups over point-based edits, improved fidelity over baselines, and interactive performance across diverse shapes, enabling expressive, stroke-driven editing of neural implicit geometry with potential impact on graphics, CAD, and AR workflows.
Abstract
Recent advances in implicit neural representations have made them a popular choice for modeling 3D geometry, achieving impressive results in tasks such as shape representation, reconstruction, and learning priors. However, directly editing these representations poses challenges due to the complex relationship between model weights and surface regions they influence. Among such editing tools, sculpting, which allows users to interactively carve or extrude the surface, is a valuable editing operation to the graphics and modeling community. While traditional mesh-based tools like ZBrush facilitate fast and intuitive edits, a comparable toolkit for sculpting neural SDFs is currently lacking. We introduce a framework that enables interactive surface sculpting edits directly on neural implicit representations. Unlike previous works limited to spot edits, our approach allows users to perform stroke-based modifications on the fly, ensuring intuitive shape manipulation without switching representations. By employing tubular neighborhoods to sample strokes and custom brush profiles, we achieve smooth deformations along user-defined curves, providing precise control over the sculpting process. Our method demonstrates that intricate and versatile edits can be made while preserving the smooth nature of implicit representations.
