Papers › Flatten Anything: Unsupervised Neural Surface Parameterization

Flatten Anything: Unsupervised Neural Surface Parameterization

23 May 2024arXiv:2405.14633archive 2025-07-28

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 specialized 3D modelers, thus unable to meet the processing demand for the current explosion of ordinary 3D data. Moreover, their working mechanisms are typically restricted to certain simple topologies, thus relying on cumbersome manual efforts (e.g., surface cutting, part segmentation) for pre-processing. In this paper, we introduce the Flatten Anything Model (FAM), an unsupervised neural architecture to achieve global free-boundary surface parameterization via learning point-wise mappings between 3D points on the target geometric surface and adaptively-deformed UV coordinates within the 2D parameter domain. To mimic the actual physical procedures, we ingeniously construct geometrically-interpretable sub-networks with specific functionalities of surface cutting, UV deforming, unwrapping, and wrapping, which are assembled into a bi-directional cycle mapping framework. Compared with previous methods, our FAM directly operates on discrete surface points without utilizing connectivity information, thus significantly reducing the strict requirements for mesh quality and even applicable to unstructured point cloud data. More importantly, our FAM is fully-automated without the need for pre-cutting and can deal with highly-complex topologies, since its learning process adaptively finds reasonable cutting seams and UV boundaries. Extensive experiments demonstrate the universality, superiority, and inspiring potential of our proposed neural surface parameterization paradigm. Our code is available at https://github.com/keeganhk/FlattenAnything.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2405.14633")

Code

Syntology Ran 11 of 16 code samples harvested from 2 repositories linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 10 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 7 ran; found in paper text by Syntology: 5 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

keeganhk/flattenanything officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 11 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · fixture could not drive it
10ran
5unverified

Licence: 16 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Cutting keeganhk/flattenanything/util/model.py official repository ran fingerprinted no licence file found · pointer only · e62cd9d6ee90a3e9 · report
PWE keeganhk/flattenanything/util/model.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 5286dea12d0c531a · report
Unwrapping keeganhk/flattenanything/util/model.py official repository ran fingerprinted no licence file found · pointer only · b6e9bcc803357977 · report
Wrapping keeganhk/flattenanything/util/model.py official repository ran no licence file found · pointer only · b925bc7f2d2cda77 · report
as_arr keeganhk/FlattenAnything/util/func.py official repository ran no licence file found · pointer only · 09bcf98d61233d7b · report
get_normalization_stats keeganhk/FlattenAnything/util/func.py official repository ran fingerprinted no licence file found · pointer only · 37eb3ed2e10e8fa0 · report
normalize_coordinates keeganhk/FlattenAnything/util/func.py official repository ran fingerprinted no licence file found · pointer only · 3a98c93b91c40bf5 · report
FlattenAnythingModel keeganhk/flattenanything/util/model.py official repository unverified no licence file found · pointer only · 2f3a268bfefdfc47 · report
GridDeforming keeganhk/flattenanything/util/model.py official repository unverified no licence file found · pointer only · d9f64adec23bfaa0 · report
test_fam keeganhk/flattenanything/util/workflow.py official repository unverified no licence file found · pointer only · 6c1a65da4e2bc4ed · report
test_fam keeganhk/FlattenAnything/util/workflow.py official repository unverified no licence file found · pointer only · 8f15b83c72bf42f8 · report
ChartAssignmentMLP ruiqixu37/Nuvo/network.py found in paper text by Syntology ran · metamorphic tier: invariant no licence file found · pointer only · dd71fbaabb2c15a6 · report
SurfaceCoordinateMLP ruiqixu37/Nuvo/network.py found in paper text by Syntology ran · metamorphic tier: invariant no licence file found · pointer only · 978fbc42c99a6e98 · report
TextureCoordinateMLP ruiqixu37/Nuvo/network.py found in paper text by Syntology ran · metamorphic tier: invariant no licence file found · pointer only · 5f7a3bb1ec50d398 · report
positional_encoding ruiqixu37/Nuvo/network.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · bd61be1ecfd86fb3 · report
Nuvo ruiqixu37/Nuvo/network.py found in paper text by Syntology unverified no licence file found · pointer only · c4c7facdeba9731f · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections