paper-with-me

홈 › Papers

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

2025-09-25 · Duoteng Xu, Yuguang Chen, Jing Li, Xinhai Liu, Xueqi Ma, Zhuo Chen, Dongyu Zhang, Chunchao Guo 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 synthesis and disrupting artist workflows. Existing methods frequently trade one failure mode for another-producing either high distortion or many scattered islands. To address this, we introduce SeamCrafter, an autoregressive GPT-style seam generator conditioned on point cloud inputs. SeamCrafter employs a dual-branch point-cloud encoder that disentangles and captures complementary topological and geometric cues during pretraining. To further enhance seam quality, we fine-tune the model using Direct Preference Optimization (DPO) on a preference dataset derived from a novel seam-evaluation framework. This framework assesses seams primarily by UV distortion and fragmentation, and provides pairwise preference labels to guide optimization. Extensive experiments demonstrate that SeamCrafter produces seams with substantially lower distortion and fragmentation than prior approaches, while preserving topological consistency and visual fidelity.

📄 PDF Abstract BibTeX arXiv:2509.20725

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

SeamGen: Artist-Aligned UV Seam Generation via Graph Flow Matching

2026-07-14 · Hao Xu, Yuqing Zhang, Yiqian Wu, Xueqi Ma 외 arxiv

UV seam placement is a critical yet labor-intensive step in 3D content creation, requiring artists to balance chart shape, seam concealment, and alignment with semantic and geometric features. Existing automatic methods …

Point Clouds

MeshMosaic: Scaling Artist Mesh Generation via Local-to-Global Assembly

2025-09-24 · Rui Xu, Tianyang Xue, Qiujie Dong, Le Wan 외 arxiv

Scaling artist-designed meshes to high triangle numbers remains challenging for autoregressive generative models. Existing transformer-based methods suffer from long-sequence bottlenecks and limited quantization resoluti…

MeshAnything: Artist-Created Mesh Generation with Autoregressive Transformers

2024-06-14 · YiWen Chen, Tong He, Di Huang, Weicai Ye 외

Recently, 3D assets created via reconstruction and generation have matched the quality of manually crafted assets, highlighting their potential for replacement. However, this potential is largely unrealized because these…

Decoder

ArtUV: Artist-style UV Unwrapping

2025-09-25 · Yuguang Chen, Xinhai Liu, Yang Li, Victor Cheung 외 arxiv

UV unwrapping is an essential task in computer graphics, enabling various visual editing operations in rendering pipelines. However, existing UV unwrapping methods struggle with time-consuming, fragmentation, lack of sem…

MeshCraft: Exploring Efficient and Controllable Mesh Generation with Flow-based DiTs

2025-03-29 · Xianglong He, Junyi Chen, Di Huang, Zexiang Liu 외

In the domain of 3D content creation, achieving optimal mesh topology through AI models has long been a pursuit for 3D artists. Previous methods, such as MeshGPT, have explored the generation of ready-to-use 3D objects v…