LATO.2: Factorized 3D Mesh Generation with Vertex and Topology Flow

Hugging Face Daily Papers Papers

Summary

LATO.2 is a factorized flow matching framework for 3D mesh generation that decomposes the process into a vertex flow followed by a connectivity flow conditioned on the vertices, achieving state-of-the-art geometric fidelity and connectivity quality.

Flow matching over carefully designed latent representations has recently emerged as a powerful paradigm for topology-aware mesh generation. Existing approaches, however, model vertices and connectivity jointly in a joint latent space, entangling continuous vertex geometry with discrete combinatorial structure; this complicates flow learning and manifests as drifting vertices and broken surfaces. We present LATO.2, a factorized flow matching framework that decomposes mesh generation into a vertex flow followed by a connectivity flow conditioned on the realized vertices, with both stages anchored to a shared coarse voxel scaffold. Dedicated VAEs underpin the two stages, recovering vertices at sub-voxel precision and embedding discrete connectivity into a continuous latent space. We demonstrate two advantages unique to this factorization: (i) part-wise generation, in which the scaffold is partitioned and each part synthesized at full latent capacity, yielding substantially higher-resolution meshes than a monolithic latent permits; and (ii) topology-adaptive editing, in which manipulating first-stage vertices induces the corresponding connectivity without re-optimization. Experiments show that LATO.2 surpasses state-of-the-art topology-aware mesh generators in geometric fidelity and connectivity quality.
Original Article
View Cached Full Text

Cached at: 07/14/26, 04:12 AM

Paper page - LATO.2: Factorized 3D Mesh Generation with Vertex and Topology Flow

Source: https://huggingface.co/papers/2607.10623

Abstract

Flowmatchingovercarefullydesignedlatentrepresentationshasrecentlyemergedasapowerfulparadigmfortopology-awaremeshgeneration.Existingapproaches,however,modelverticesandconnectivityjointlyinajointlatentspace,entanglingcontinuousvertexgeometrywithdiscretecombinatorialstructure;thiscomplicatesflowlearningandmanifestsasdriftingverticesandbrokensurfaces.WepresentLATO.2,afactorizedflowmatchingframeworkthatdecomposesmeshgenerationintoavertexflowfollowedbyaconnectivityflowconditionedontherealizedvertices,withbothstagesanchoredtoasharedcoarsevoxelscaffold.DedicatedVAEsunderpinthetwostages,recoveringverticesatsub-voxelprecisionandembeddingdiscreteconnectivityintoacontinuouslatentspace.Wedemonstratetwoadvantagesuniquetothisfactorization:(i)part-wisegeneration,inwhichthescaffoldispartitionedandeachpartsynthesizedatfulllatentcapacity,yieldingsubstantiallyhigher-resolutionmeshesthanamonolithiclatentpermits;and(ii)topology-adaptiveediting,inwhichmanipulatingfirst-stageverticesinducesthecorrespondingconnectivitywithoutre-optimization.ExperimentsshowthatLATO.2surpassesstate-of-the-arttopology-awaremeshgeneratorsingeometricfidelityandconnectivityquality.

View arXiv pageView PDFAdd to collection

Models citing this paper0

No model linking this paper

Cite arxiv.org/abs/2607.10623 in a model README.md to link it from this page.

Datasets citing this paper0

No dataset linking this paper

Cite arxiv.org/abs/2607.10623 in a dataset README.md to link it from this page.

Spaces citing this paper0

No Space linking this paper

Cite arxiv.org/abs/2607.10623 in a Space README.md to link it from this page.

Collections including this paper0

No Collection including this paper

Add this paper to acollectionto link it from this page.

Similar Articles

MeshFlow: Mesh Generation with Equivariant Flow Matching

Hugging Face Daily Papers

MeshFlow introduces an equivariant optimal-transport flow matching model for direct triangle mesh generation, achieving state-of-the-art quality while providing approximately 18x inference speedup over autoregressive methods.

Native and Compact Structured Latents for 3D Generation

Papers with Code Trending

This paper introduces O-Voxel, a new sparse voxel representation for 3D generative modeling that efficiently handles complex topologies and appearance, and trains large-scale flow-matching models with 4B parameters to achieve state-of-the-art generation quality.

Geometry-Aware Image Flow Matching

Hugging Face Daily Papers

This paper introduces geometry-aware flow matching for natural images by treating them as points on a hypersphere, proposing SOT-CFM and SFM methods that improve generative modeling by leveraging the spherical structure of image data.