ExMesh: EXplicit Mesh Reconstruction with Topology Adaptation

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, extended

Summary

ExMesh is a novel framework for reconstructing high-fidelity surface meshes directly from multi-view images, addressing challenges in adaptive topology refinement and consistent UV coordinate maintenance. Developed by the University of Science and Technology of China, ExMesh integrates differentiable optimization with discrete topology updates, featuring an adaptive vertex splitting and merging strategy and real-time UV maintenance. This approach enables coarse-to-fine optimization while preserving geometric integrity and decoupling texture resolution from face count. Experiments on the DTU and NeRF-synthetic datasets, using a single NVIDIA RTX 3090 GPU, demonstrate ExMesh achieves comparable geometric accuracy to state-of-the-art methods like Neuralangelo and Nvdiffrec, but with significantly fewer faces and shorter training times, balancing accuracy, efficiency, and mesh conciseness.

Key takeaway

For 3D graphics developers or ML engineers focused on high-fidelity 3D asset generation, ExMesh provides a robust solution for direct mesh reconstruction. You can leverage its adaptive topology and decoupled UV mapping to create structurally clean, editable meshes with detailed textures, avoiding the artifacts and complexity of intermediate representations. This framework offers a superior balance of accuracy and efficiency, making it ideal for applications requiring real-time rendering and direct scene editing.

Key insights

ExMesh directly optimizes explicit meshes by integrating differentiable optimization with adaptive topology and real-time UV maintenance.

Principles

Method

ExMesh iteratively optimizes geometry (vertex positions) and a separate UV map using a differentiable renderer, interleaved with adaptive vertex splitting (based on gradient/curvature) and merging (based on visibility/degeneracy) for coarse-to-fine refinement.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.