菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-24
📄 Abstract - BrepGaussian: CAD reconstruction from Multi-View Images with Gaussian Splatting

The boundary representation (B-rep) models a 3D solid as its explicit boundaries: trimmed corners, edges, and faces. Recovering B-rep representation from unstructured data is a challenging and valuable task of computer vision and graphics. Recent advances in deep learning have greatly improved the recovery of 3D shape geometry, but still depend on dense and clean point clouds and struggle to generalize to novel shapes. We propose B-rep Gaussian Splatting (BrepGaussian), a novel framework that learns 3D parametric representations from 2D images. We employ a Gaussian Splatting renderer with learnable features, followed by a specific fitting strategy. To disentangle geometry reconstruction and feature learning, we introduce a two-stage learning framework that first captures geometry and edges and then refines patch features to achieve clean geometry and coherent instance representations. Extensive experiments demonstrate the superior performance of our approach to state-of-the-art methods. We will release our code and datasets upon acceptance.

顶级标签: computer vision systems model training
详细标签: 3d reconstruction gaussian splatting boundary representation cad multi-view images 或 搜索:

BrepGaussian:基于高斯泼溅的多视角图像CAD重建 / BrepGaussian: CAD reconstruction from Multi-View Images with Gaussian Splatting


1️⃣ 一句话总结

这篇论文提出了一种名为BrepGaussian的新方法,它能够仅从几张二维图片中直接学习并重建出高质量的、由清晰边界(如面、边、角)构成的3D CAD模型,克服了传统方法对密集点云数据的依赖和泛化能力不足的问题。

源自 arXiv: 2602.21105