Sparcubes representation
Sparse deformable cubes carrying SDF and deformation fields for high-res surfaces with flexible topology, avoiding uniformly dense voxel waste.
Meshy AI: AI搭載の3Dモデリングプラットフォーム。数分で3Dアセットを生成、テクスチャ付け、エクスポート。
Research (Li et al.) · Open image-to-3D
Sparse deformable cubes for high-resolution 3D shape modeling
Sparc3D is a unified framework for high-resolution 3D shape modeling that combines Sparcubes—a sparse deformable marching-cubes style representation—with Sparconv-VAE encoding. See “Sparc3D: Sparse Representation and Construction for High-Resolution 3D Shapes Modeling” (arXiv:2505.14521).
Many generators struggle with open surfaces, thin structures, and intricate topology at high resolution. Sparc3D targets these cases by scattering signed distance and deformation fields onto sparse cubes, enabling differentiable optimization at resolutions above 1024³ as described in the abstract of arXiv:2505.14521.
The Sparconv-VAE encoder supports learning on this sparse construction, and the paper reports strong reconstruction fidelity on challenging inputs including open surfaces, disconnected components, and complex geometry—cases where dense low-resolution latents often collapse detail.
Authors list Zhihao Li, Yufei Wang, Heliang Zheng, Yihao Luo, and Bihan Wen. Official code is published at github.com/lizhihao6/Sparc3D with a standard academic citation block for the preprint.
The Hugging Face Space ilcve21/Sparc3D markets “Next-Gen High-Resolution 3D Model Generation” and is the interactive demo we embed here. Use the paper repository as the authoritative reference for method details and training claims; treat third-party Spaces as convenience demos that may not expose every paper feature.
Choose Sparc3D when evaluating high-resolution shape quality on difficult topology—open surfaces and fine structures—rather than maximum texturing speed. It is a geometry-oriented sparse modeling system first (per the paper title), not a full PBR studio pipeline.
STEP 1
Meshes map into sparse cube fields instead of uniformly dense voxels everywhere.
STEP 2
Learned sparse convolutional encoding supports generative modeling at high resolution.
STEP 3
Deformable marching-cubes style construction recovers detailed meshes from sparse fields.
Sparse deformable cubes carrying SDF and deformation fields for high-res surfaces with flexible topology, avoiding uniformly dense voxel waste.
Encoder designed around the sparse construction for generative/reconstruction training at elevated resolutions.
Paper highlights open surfaces, disconnected parts, and intricate geometry that closed watertight priors often mishandle.
Public Gradio Space for interactive trials plus arXiv/GitHub primary sources for reproducible research comparison.
Figures below come from the linked papers, model cards, or project pages—not from unbenchmarked third-party marketing claims.
When low-res latent grids smooth away thin features you still need.
Clothing-like or shell-like structures that closed watertight assumptions mishandle.
Compare against Direct3D-S2 / TRELLIS-style systems on geometry metrics.
Sparcubes are Sparc3D’s sparse deformable marching-cubes representation that stores signed distance and deformation fields on sparse cubes for high-resolution surfaces (arXiv:2505.14521).
We embed the public ilcve21/Sparc3D Space commonly used for demos. Prefer the paper GitHub (lizhihao6/Sparc3D) for authoritative code and citations.
Instead of filling a dense grid everywhere, Sparc3D concentrates capacity on sparse cubes with SDF/deformation fields, which the authors argue enables higher surface resolution and better handling of open or disconnected geometry.
Landing claims are grounded in the following primary materials. Always prefer the original paper or model card for citations.
Jump into the playground and generate a 3D model from your own image—no install required.