← Latest papers
💻 computer science

RADmesh: Remesh-Aware Mesh Deformation

RADmesh introduces a remeshing-aware method for generative mesh deformation that overcomes the challenges of coupling discrete remeshing with noisy visual supervision by periodically updating the triangulation while preserving optimization states, thereby enabling robust, high-quality, and locally controllable shape deformations with isotropic elements.

Original authors: Nam Anh Dinh, Itai Lang, Oded Stein, Rana Hanocka

Published 2026-08-19
📖 5 min read🧠 Deep dive

Original authors: Nam Anh Dinh, Itai Lang, Oded Stein, Rana Hanocka

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 computer graphics, artists and engineers often work with digital models built from a mesh of tiny triangles. Think of this mesh as a flexible net draped over a shape; the points where the strings cross are vertices, and the triangles between them define the surface. For decades, the standard way to change these shapes has been to simply pull the vertices around. This works well for gentle adjustments, like bending a finger or softening a curve. However, when the goal is to create something entirely new—growing a long tail from a smooth sphere or turning a simple block into a detailed castle—pulling the vertices becomes a struggle. The triangles stretch thin and distort, losing their shape and ruining the model's quality. To create truly complex new forms, the underlying net itself needs to change, adding more triangles where detail is needed and removing them where the surface is smooth. But changing the net while simultaneously pulling the shape is a difficult mathematical puzzle, especially when the only guide is a computer program that judges the result based on a text description.

A team of researchers at the University of Chicago, the University of Southern California, and the Technion has developed a new method called RADmesh to solve this problem. Their approach allows a computer to take a simple 3D shape and, guided by a text prompt, grow large, detailed parts or completely restructure the object while keeping the digital mesh clean and high-quality. Instead of just pulling the existing points, their system periodically reorganizes the entire web of triangles as the shape evolves. This process, known as remeshing, ensures that the triangles remain uniform and well-proportioned, even as the object grows wings, horns, or intricate architectural details. The result is a system that can turn a basic sphere into a pegasus unicorn with a long horn and feathered wings, or transform a simple chair into one with a backrest shaped like a blooming flower, all while maintaining a smooth, efficient structure.

The core innovation lies in how the researchers handle the connection between the shape's movement and the changing mesh. In previous methods, if the computer tried to add new triangles while the shape was moving, the optimization process would often break down or produce noisy, jagged results. The RADmesh team solved this by treating the deformation not as a simple shift of points, but as a set of instructions for rotation and scaling attached to each vertex. When the system decides it is time to reorganize the mesh, it does not discard the progress made so far. Instead, it carefully transfers the "memory" of the optimization—the momentum and direction of the growth—from the old triangles to the new ones. This allows the computer to continue refining the shape seamlessly, as if the mesh had never been touched, even though the underlying structure has been completely rebuilt.

The researchers demonstrated this capability with a wide variety of examples, showing that the method works for both small, local changes and massive, global transformations. In one instance, they started with a basic cow model and selected a small region on its back. The system then grew a long, lizard-like tail and a pair of pegasus wings from that tiny spot, adding fine details like feathers and scales without distorting the rest of the animal. In another experiment, they took a simple sphere and, guided by a text prompt, evolved it into a complex medieval stone fireplace or a tall pagoda. Throughout these dramatic changes, the system maintained a high level of detail at the extremities, such as the branching tines of reindeer antlers or the folds of a skirt, while keeping the triangles in the middle of the shape neat and uniform.

To test the effectiveness of their method, the team compared it against other recent techniques that generate 3D shapes from text. Many of these existing methods rely on intermediate steps, such as creating a blurry 3D cloud or painting multiple 2D images before assembling them into a model. These approaches often result in noisy surfaces or shapes that lack structural integrity. Other methods that work directly on the mesh without changing the triangle count struggle to create large appendages or fine details, often resulting in stretched or broken geometry. The RADmesh approach outperformed these competitors in both visual quality and the efficiency of the triangle count. The models produced were not only more faithful to the text descriptions but also featured cleaner surfaces with better-shaped triangles, proving that changing the mesh structure is essential for high-quality generative design.

The process is not without its limitations. The system relies on a visual supervision signal that can be slow to compute, meaning that generating a single complex shape can take over an hour on a powerful graphics card. Additionally, the current method preserves the overall topology of the object, meaning it cannot create holes or merge separate parts together, though the researchers note this could be a direction for future work. Despite these constraints, the study suggests a significant step forward in how computers manipulate 3D space. By combining the ability to reshape the mesh with a robust method for tracking the optimization state, the researchers have created a tool that can grow complex, detailed geometries from simple beginnings, bridging the gap between a text prompt and a tangible, high-fidelity 3D object.

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 →