菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-17
📄 Abstract - DualPrim: Compact 3D Reconstruction with Positive and Negative Primitives

Neural reconstructions often trade structure for fidelity, yielding dense and unstructured meshes with irregular topology and weak part boundaries that hinder editing, animation, and downstream asset reuse. We present DualPrim, a compact and structured 3D reconstruction framework. Unlike additive-only implicit or primitive methods, DualPrim represents shapes with positive and negative superquadrics: the former builds the bases while the latter carves local volumes through a differentiable operator, enabling topology-aware modeling of holes and concavities. This additive-subtractive design increases the representational power without sacrificing compactness or differentiability. We embed DualPrim in a volumetric differentiable renderer, enabling end-to-end learning from multi-view images and seamless mesh export via closed-form boolean difference. Empirically, DualPrim delivers state-of-the-art accuracy and produces compact, structured, and interpretable outputs that better satisfy downstream needs than additive-only alternatives.

顶级标签: computer vision model training systems
详细标签: 3d reconstruction geometric primitives differentiable rendering mesh generation shape representation 或 搜索:

DualPrim:使用正负几何基元进行紧凑三维重建 / DualPrim: Compact 3D Reconstruction with Positive and Negative Primitives


1️⃣ 一句话总结

这篇论文提出了一个名为DualPrim的新方法,它通过同时使用‘添加’和‘减去’两种几何基元来重建三维物体,从而生成结构清晰、易于编辑的紧凑模型,比只用‘添加’方式的方法效果更好。

源自 arXiv: 2603.16133