← Latest papers
💻 computer science

Interactive Stroke-based Neural SDF Sculpting

This paper introduces an interactive framework that enables users to perform real-time, stroke-based sculpting directly on neural implicit SDF representations, overcoming previous limitations of slow optimization and spot-only edits to provide intuitive, high-performance 3D shape manipulation.

Original authors: Fizza Rubab, Yiying Tong

Published 2026-08-20
📖 3 min read☕ Coffee break read

Original authors: Fizza Rubab, Yiying Tong

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the world of three-dimensional design, artists have long relied on digital meshes, which are essentially complex webs of tiny triangles that form the skin of a virtual object. These meshes are powerful because an artist can grab a specific point on the surface and pull it, creating a smooth, predictable change. However, a newer way of describing 3D shapes has emerged, one that does not use a mesh of triangles at all. Instead, these shapes are defined by a continuous mathematical field, a sort of invisible cloud of data that tells a computer how far any point in space is from the surface of the object. This method, known as a neural signed distance function, allows for incredibly smooth and detailed shapes that can be zoomed into without ever losing quality. The problem is that while these shapes are beautiful and efficient to store, they are notoriously difficult to change. Because the shape is hidden inside the complex weights of a computer program rather than in visible points, trying to carve or mold it has been like trying to sculpt a cloud by adjusting the weather patterns that created it.

Researchers at Michigan State University have developed a new tool that finally allows artists to sculpt these invisible, neural shapes with the same intuitive ease as traditional clay or digital meshes. Their work introduces a system where a user can draw a continuous line, or stroke, across a 3D model, and the computer instantly reshapes the surface along that path. Unlike previous attempts that required the user to click individual points and wait for slow calculations, this new method works in real time. The system allows the artist to define a custom brush shape, deciding exactly how wide or narrow the tool is, and how the pressure of the stroke changes from the beginning to the end of the line. This means an artist can carve a deep groove that fades out at the edges, or build up a ridge that is strongest in the middle, all with a single, fluid motion.

The secret to this speed lies in how the computer samples the data. Instead of trying to update the entire mathematical model every time a stroke is made, the system focuses only on a narrow, tube-shaped region surrounding the user's brush stroke. It gathers a specific set of points within this tube, calculates the necessary changes, and then quickly adjusts the underlying neural network to match the new shape. This targeted approach is vastly more efficient than older methods that tried to process the whole surface at once. In their tests, the researchers found that this technique could be up to fifteen times faster than previous point-based editing tools, allowing for a responsive experience where the shape changes immediately as the mouse moves.

The results of this work are not just about speed, but about the quality of the art that can be produced. The researchers demonstrated the tool by creating a variety of complex edits, such as adding realistic collarbones to a digital bust, carving intricate patterns into a pumpkin, or even morphing a frog into a lizard by adding scales along a wavy path. They showed that the system could handle both pushing material out to create bumps and pulling it in to create dents, all while maintaining the smooth, high-quality surface that makes neural representations so valuable. By proving that these complex, invisible shapes can be manipulated with the same freedom as traditional models, the researchers have bridged a significant gap in digital design, making a powerful new technology accessible to human creativity.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →