paper-with-me

홈 › Papers

MeshTailor: Cutting Seams via Generative Mesh Traversal

2026-03-28 · Xueqi Ma, Xingguang Yan, Congyue Zhang, Hui Huang arxiv

We present MeshTailor, the first mesh-native generative framework for synthesizing edge-aligned seams on 3D surfaces. Unlike prior optimization-based or extrinsic learning-based methods, MeshTailor operates directly on the mesh graph, eliminating projection artifacts and fragile snapping heuristics. We introduce ChainingSeams, a hierarchical serialization of the seam graph that orders chains from global structural cuts down to local details in a coarse-to-fine manner, and a dual-stream encoder that fuses topological and geometric context. Leveraging this hierarchical representation and dual-stream vertex embeddings, our MeshTailor Transformer utilizes an autoregressive pointer layer to trace seams vertex-by-vertex within local neighborhoods. Extensive evaluations show that MeshTailor produces more coherent and structurally regular seam layouts compared to recent optimization-based and learning-based baselines.

📄 PDF Abstract BibTeX arXiv:2603.27309

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Unsupervised Representation Learning for 3D Mesh Parameterization with Semantic and Visibility Objectives

2025-09-29 · AmirHossein Zamani, Bruno Roy, Arianna Rampini arxiv

Recent 3D generative models produce high-quality textures for 3D mesh objects. However, they commonly rely on the heavy assumption that input 3D meshes are accompanied by manual mesh parameterization (UV mapping), a manu…

Representation Learning

Auto-Regressive Surface Cutting

2025-06-22 · Yang Li, Victor Cheung, Xinhai Liu, Yuguang Chen 외

Surface cutting is a fundamental task in computer graphics, with applications in UV parameterization, texture mapping, and mesh decomposition. However, existing methods often produce technically valid but overly fragment…

valid

Flatten Anything: Unsupervised Neural Surface Parameterization

2024-05-23 · Qijian Zhang, Junhui Hou, Wenping Wang, Ying He

Surface parameterization plays an essential role in numerous computer graphics and geometry processing applications. Traditional parameterization approaches are designed for high-quality meshes laboriously created by spe…

SeamCrafter: Enhancing Mesh Seam Generation for Artist UV Unwrapping via Reinforcement Learning

2025-09-25 · Duoteng Xu, Yuguang Chen, Jing Li, Xinhai Liu 외 arxiv

Mesh seams play a pivotal role in partitioning 3D surfaces for UV parametrization and texture mapping. Poorly placed seams often result in severe UV distortion or excessive fragmentation, thereby hindering texture synthe…

Reinforcement Learning

SeamFlow: Structure-Aware Flow Matching on Edge Probabilities for Artist-Like UV Unwrapping

2026-09-04 · Yuming Zhao, Zangyueyang Xian, Qijian Zhang, Rendong Liang 외 arxiv

3D surface cutting and UV unwrapping are fundamental problems in computer graphics. Traditional geometric optimization methods mainly focus on reducing parameterization distortion, but they often overlook visual semantic…