MeshCone: Second-Order Cone Programming for Geometrically-Constrained Mesh Enhancement
Alexander Valverde
TL;DR
MeshCone tackles the problem of refining imperfect meshes by leveraging available reference geometry within a convex optimization framework. It formulates the refinement as a second-order cone program that jointly aligns vertex positions to a target distribution and enforces smoothness via edge-length constraints, solved with the Splitting Conic Solver to guarantee global optimality and stability. The work demonstrates strong quantitative improvements over unoptimized baselines (e.g., Laplacian smoothing) across diverse shapes, with sub-second inference times, and provides a principled baseline for geometry-aware mesh refinement that can integrate with template- and scan-based workflows. The findings suggest that convex optimization can offer reliable, interpretable refinements in production pipelines, while opening avenues for hybrid approaches that combine mathematical guarantees with data-driven priors.
Abstract
Modern mesh generation pipelines whether learning-based or classical often produce outputs requiring post-processing to achieve production-quality geometry. This work introduces MeshCone, a convex optimization framework for guided mesh refinement that leverages reference geometry to correct deformed or degraded meshes. We formulate the problem as a second-order cone program where vertex positions are optimized to align with target geometry while enforcing smoothness through convex edge-length regularization. MeshCone performs geometry-aware optimization that preserves fine details while correcting structural defects. We demonstrate robust performance across 56 diverse object categories from ShapeNet and ThreeDScans, achieving superior refinement quality compared to Laplacian smoothing and unoptimized baselines while maintaining sub-second inference times. MeshCone is particularly suited for applications where reference geometry is available, such as mesh-from-template workflows, scan-to-CAD alignment, and quality assurance in asset production pipelines.
