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

ICLR 2026 Conference SubmissionAnonymous Authors
Unsupervised representation learningMesh parameterizationSemantic-aware UV mappingVisibility-aware UV mapping
Abstract:

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 manual task that requires both technical precision and artistic judgment. Industry surveys show that this process often accounts for a significant share of asset creation, creating a major bottleneck for 3D content creators. Moreover, existing automatic methods often ignore two perceptually important criteria: (1) semantic awareness (UV charts should align semantically similar 3D parts across shapes) and (2) visibility awareness (cutting seams should lie in regions unlikely to be seen). To overcome these shortcomings and to automate the mesh parameterization process, we present an unsupervised differentiable framework that augments standard geometry-preserving UV learning with semantic- and visibility-aware objectives. For semantic-awareness, our pipeline (i) segments the mesh into semantic 3D parts, (ii) applies an unsupervised learned per-part UV-parameterization backbone, and (iii) aggregates per-part charts into a unified UV atlas. For visibility-awareness, we use ambient occlusion (AO) as an exposure proxy and back-propagate a soft differentiable AO-weighted seam objective to steer cutting seams toward occluded regions. By conducting qualitative and quantitative evaluations against state-of-the-art methods, we show that the proposed method produces UV atlases that better support texture generation and reduce perceptible seam artifacts compared to recent baselines. We will make our implementation code publicly available upon acceptance of the paper.

Disclaimer
This report is AI-GENERATED using Large Language Models and WisPaper (A scholar search engine). It analyzes academic papers' tasks and contributions against retrieved prior work. While this system identifies POTENTIAL overlaps and novel directions, ITS COVERAGE IS NOT EXHAUSTIVE AND JUDGMENTS ARE APPROXIMATE. These results are intended to assist human reviewers and SHOULD NOT be relied upon as a definitive verdict on novelty.
NOTE that some papers exist in multiple, slightly different versions (e.g., with different titles or URLs). The system may retrieve several versions of the same underlying work. The current automated pipeline does not reliably align or distinguish these cases, so human reviewers will need to disambiguate them manually.
If you have any questions, please contact: mingzhang23@m.fudan.edu.cn

Overview

Overall Novelty Assessment

The paper proposes an unsupervised differentiable framework for UV parameterization that jointly optimizes for semantic part alignment and visibility-aware seam placement. According to the taxonomy, it occupies the 'Unsupervised Part-Based UV Learning with Visibility Optimization' leaf, which currently contains only this work and no sibling papers. This suggests the paper targets a relatively sparse research direction within the broader field of semantic-aware UV parameterization, where most prior efforts either focus on supervised methods or omit explicit visibility optimization.

The taxonomy reveals two main branches: part-based decomposition methods and integrated reconstruction pipelines. The original paper sits in the former, neighboring the 'Aligned UV Embedding for Cross-Shape Texture Tasks' leaf (one paper) and the 'Human-Specific Semantic Mesh Reconstruction' leaf (one paper). While cross-shape alignment methods prioritize texture transfer across multiple instances, and human-specific pipelines embed UV generation within full reconstruction, this work focuses narrowly on single-shape parameterization with semantic and visibility constraints. The taxonomy's scope notes clarify that methods without explicit part segmentation or visibility-aware seam optimization belong elsewhere, positioning this paper at the intersection of two design choices rarely combined in prior work.

Among 28 candidates examined, the semantic-aware objective (partition-and-parameterize strategy) shows one refutable candidate out of 10 examined, indicating some prior exploration of part-based UV learning. The unsupervised differentiable framework and visibility-aware objective each examined 9 candidates with zero refutations, suggesting these contributions face less direct overlap in the limited search scope. The statistics imply that while semantic part decomposition has precedent, the combination of unsupervised learning, differentiable optimization, and ambient-occlusion-driven seam placement appears less well-covered among the top-30 semantic matches retrieved.

Given the sparse taxonomy structure and limited search scope, the work appears to occupy a niche intersection of semantic awareness and visibility optimization. The analysis covers top-K semantic neighbors and does not claim exhaustive coverage of all UV parameterization literature. The single refutation for the semantic objective suggests incremental refinement rather than wholesale novelty, though the joint framework may still offer practical value for automating a labor-intensive manual process.

Taxonomy

Core-task Taxonomy Papers
2
3
Claimed Contributions
28
Contribution Candidate Papers Compared
1
Refutable Paper

Research Landscape Overview

Core task: unsupervised 3D mesh UV parameterization with semantic and visibility awareness. The field addresses the challenge of automatically unwrapping 3D surfaces onto 2D texture space in ways that respect both geometric structure and semantic meaning. The taxonomy reveals two main branches. The first, Semantic-Aware UV Parameterization with Part-Based Decomposition, focuses on methods that explicitly segment meshes into meaningful parts—such as limbs or facial regions—and then optimize UV layouts to minimize distortion while preserving part boundaries and visibility constraints. The second branch, Semantic Mesh Reconstruction with Integrated UV and Texture Generation, takes a more holistic view by jointly learning mesh geometry, UV coordinates, and texture maps, often leveraging neural rendering or generative models to ensure consistency across these representations. Together, these branches reflect a shift from purely geometric unwrapping toward semantically informed strategies that better support downstream tasks like texture painting and appearance editing. Within the part-based decomposition branch, a handful of works explore unsupervised learning of UV atlases that account for occlusion and part semantics without manual annotation. Unsupervised Mesh Parameterization[0] exemplifies this direction by combining visibility optimization with part-aware clustering, aiming to produce clean seams and efficient texture packing. In contrast, AUV-Net[1] emphasizes learning-based distortion minimization but does not explicitly enforce semantic part structure, while Semantic Human Mesh[2] integrates semantic labels more directly into the reconstruction pipeline. The original paper sits squarely in the unsupervised part-based cluster, distinguishing itself by jointly addressing visibility and semantic coherence without requiring labeled training data. This positions it as a bridge between classical geometric parameterization and emerging semantic reconstruction approaches, offering a practical middle ground for applications that demand both interpretability and automation.

Claimed Contributions

Unsupervised differentiable framework for semantic- and visibility-aware UV parameterization

The authors propose a two-stage framework that extends geometry-preserving UV parameterization with two novel perceptual objectives: semantic awareness (aligning UV charts with meaningful 3D parts) and visibility awareness (placing seams in less-visible regions). The framework is fully differentiable and trained end-to-end without supervision.

9 retrieved papers
Semantic-aware objective using partition-and-parameterize strategy

The authors introduce a semantic-aware objective that segments meshes into semantic parts using shape diameter function, applies per-part UV parameterization, and aggregates results into a unified atlas. This ensures UV charts correspond to semantically coherent regions, simplifying texture editing and cross-shape correspondence.

10 retrieved papers
Can Refute
Visibility-aware objective using ambient occlusion for seam placement

The authors introduce a visibility-aware objective that uses ambient occlusion as a differentiable proxy for visual exposure. By backpropagating an AO-weighted seam loss, the method steers cutting seams toward occluded surface regions, reducing perceptible texture discontinuities after rendering.

9 retrieved papers

Core Task Comparisons

Comparisons with papers in the same taxonomy category

Within the taxonomy built over the current TopK core-task papers, the original paper is assigned to a leaf with no direct siblings and no cousin branches under the same grandparent topic. In this retrieved landscape, it appears structurally isolated, which is one partial signal of novelty, but still constrained by search coverage and taxonomy granularity.

Contribution Analysis

Detailed comparisons for each claimed contribution

Contribution

Unsupervised differentiable framework for semantic- and visibility-aware UV parameterization

The authors propose a two-stage framework that extends geometry-preserving UV parameterization with two novel perceptual objectives: semantic awareness (aligning UV charts with meaningful 3D parts) and visibility awareness (placing seams in less-visible regions). The framework is fully differentiable and trained end-to-end without supervision.

Contribution

Semantic-aware objective using partition-and-parameterize strategy

The authors introduce a semantic-aware objective that segments meshes into semantic parts using shape diameter function, applies per-part UV parameterization, and aggregates results into a unified atlas. This ensures UV charts correspond to semantically coherent regions, simplifying texture editing and cross-shape correspondence.

Contribution

Visibility-aware objective using ambient occlusion for seam placement

The authors introduce a visibility-aware objective that uses ambient occlusion as a differentiable proxy for visual exposure. By backpropagating an AO-weighted seam loss, the method steers cutting seams toward occluded surface regions, reducing perceptible texture discontinuities after rendering.