Papers › Shape: A Self-Supervised 3D Geometry Foundation Model for Industrial CAD Analysis
Shape: A Self-Supervised 3D Geometry Foundation Model for Industrial CAD Analysis
Bayangmbe Mounmo, Sam Chien, Mile Mitrovic
Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).
Industrial CAD workflows require robust, generalizable 3D geometric representations supporting accuracy and explainability. We introduce Shape, a self-supervised foundation model converting surface meshes into dense per-token embeddings. Shape combines a structured 3D latent grid, a multi-scale geometry-aware tokenizer (MAGNO) with cross-attention, and a transformer processor using grouped-query attention and RMSNorm. A learned reconstruction prior enables per-region attribution for explainable predictions. Pretraining uses masked-token reconstruction of normalized geometry statistics and multi-resolution contrastive consistency. The 10.9M-parameter backbone is pretrained on 61,052 CAD meshes from Thingi10K, MFCAD, and Fusion360. On a held-out split of 2,983 meshes, Shape achieves reconstruction R2 = 0.729 and 98.1% top-1 retrieval under the Wang-Isola protocol, with near-zero reconstruction train/val gap (contrastive scores use a larger evaluation pool). A 2x2 ablation on loss type and target-space normalization shows per-dimension normalization is critical: without it, performance collapses (R2 < 0.14, top-1 < 88%); with it, both losses succeed (R2 > 0.70, top-1 > 96%). Smooth-L1 offers secondary stability. Code, embeddings, and an interactive demo are released at https://github.com/simd-ai/shape.
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="2604.22826")
Code
Syntology Ran 43 of 56 code samples harvested from 1 repository linked to this paper; 13 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 40 ran with no contract checked.
By repository: found in paper text by Syntology: 56 samples from 1 repository, 43 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.
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
56 samples harvested; 43 ran; 0 honoured the contract we drafted; 13 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.
Licence: 0 of the 56 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 simd-ai/shape. “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.
d160adedda25517f · report
4f4c78f7c76051f8 · report
07d213e3cb9a2f42 · report
ff9afc61fb306bc7 · report
a339279d6d4417b8 · report
dc76e36362b23d8e · report
ca68e53a968d5371 · report
463edc8ee218629c · report
418e110d16e3ba85 · report
105d3a2d222be9f7 · report
eb7bd17e640df8ac · report
acd2d96ee6b26840 · report
215b97208d20f17b · report
76188612bc7a1830 · report
92031e3491c94a86 · report
725603e8e5ba9408 · report
23393fb573b18a66 · report
26cb5cc717421c56 · report
0afa30e9334b9184 · report
7432b1c66a23dc4d · report
b23cf17cf813e5e0 · report
7658b9f68d359870 · report
4b111da8b10d3443 · report
c344140ed8fd30df · report
7b2150d02885a569 · report
0d456fb95c7c109f · report
f4c5dcf458c56262 · report
16825ac1ef618e68 · report
058ecb051f9b2a69 · report
61931e0f16bbaa2d · report
633d008720b4f0aa · report
8cfffaee6f7c2cdb · report
fbfaef57a31bfb63 · report
e7c6518818e7cdff · report
b380afe83d3c5b91 · report
ead9afd4f32ed334 · report
a4bb268dbb694437 · report
017212f0bb2b0884 · report
f9bf7649f3c73d8a · report
608edf322601f63e · report
d0ab9fe65ddc34d7 · report
1e8414eff8669ce6 · report
fc93b970d75d0498 · report
51e44312087daf7c · report
2a31dffe86ec7a4b · report
3bc047171b1d9787 · report
2f0b3c7754090b3f · report
383d064886cd4d9d · report
70a9b007b8559a17 · report
37f3cd919babe1e2 · report
fe3ac79e1c8b9f47 · report
59d28bdee2ad39aa · report
da2b5dd019674e42 · report
2f1cdef3a9fe1099 · report
42bed68bf190ba14 · report
00bf0b98342759be · report
Results from the paper
The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.22826, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.
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