CVGRJun 5

ExMesh: EXplicit Mesh Reconstruction with Topology Adaptation

arXiv:2606.072887.5
Predicted impact top 13% in CV · last 90 daysOriginality Highly original
AI Analysis

For 3D reconstruction from multi-view images, ExMesh solves the problem of adapting mesh topology during optimization while maintaining UV consistency, enabling high-quality explicit mesh generation.

ExMesh directly optimizes explicit meshes from multi-view images, integrating differentiable optimization with discrete topology updates to achieve coarse-to-fine reconstruction without post-processing artifacts. It outperforms existing methods in accuracy, efficiency, and mesh conciseness.

Reconstructing surface meshes from multi-view images has remained a core challenge in recent years. Most existing methods, whether implicit or explicit, depend on intermediate representations and post-processing steps like Marching Cubes or TSDF fusion, often resulting in artifacts and fragmented geometry. Directly optimizing explicit meshes is a promising approach. However, it presents two critical challenges. The first is how to adaptively refine mesh topology to capture detail without introducing degenerate faces. The second is how to maintain consistent UV coordinates for high-fidelity texturing as the mesh structure evolves. To overcome these, we propose ExMesh, a novel framework that directly optimizes explicit meshes by integrating differentiable optimization with discrete topology updates. Specifically, we introduce an adaptive vertex splitting and merging strategy, along with real-time UV maintenance, to enable coarse-to-fine optimization while preserving geometric integrity. To our knowledge, ExMesh is the first framework to seamlessly integrate discrete topology operations into a continuous differentiable optimization pipeline. Extensive experiments demonstrate that ExMesh achieves a balance among accuracy, computational efficiency, and mesh conciseness.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes