RADmesh: Remesh-Aware Mesh Deformation
RADmesh is a new mesh deformation approach built around a simple but painful problem: if you keep deforming a mesh hard enough, the triangles eventually become a mess. That is especially awkward for generative workflows driven by visual losses, where the geometry may need to change a lot even though the triangulation was never meant to survive the process.
The key idea is to make remeshing part of the optimization loop instead of treating it as an afterthought. RADmesh uses a vertex-based deformation objective that is designed to tolerate noisy supervision and large edits, then periodically applies an isotropic remesher that interpolates the current deformation state forward. In practice, that gives the system a coarse-to-fine path that can add resolution as needed while keeping elements more uniform.
For developers working on mesh generation, editing, or text-guided shape tools, the practical appeal is obvious: better triangle quality, fewer degenerate regions, and more room for localized edits without wrecking the rest of the asset. The method is also positioned as localizable, meaning it can grow new features on top of a base shape while leaving unrelated areas intact, which is exactly the kind of behavior that matters in production-facing modeling tools.
The work was submitted on 17 Aug 2026 by Nam Anh Dinh, Itai Lang, Oded Stein, and Rana Hanocka, and it targets graphics and CV audiences. The broader takeaway is that remeshing is no longer being treated as a separate cleanup step; it is becoming part of the deformation strategy itself, which could be important for...
- what
- RADmesh is a remesh-aware mesh deformation method for generative, visually supervised shape editing.
- who
- Authors: Nam Anh Dinh, Itai Lang, Oded Stein, and Rana Hanocka.
- when
- Submitted to arXiv on 17 Aug 2026.
- impact
- Aims to preserve triangle quality during large deformations, which is useful for mesh editing and generative asset workflows.
Promising mesh quality gains for deformation workflows
Follow graphics updates
See relevant stories in your personalized news feed.
Discussion