CVFeb 24

BrepGaussian: CAD reconstruction from Multi-View Images with Gaussian Splatting

arXiv:2602.21105v1h-index: 8
Originality Incremental advance
AI Analysis

This addresses the challenge of CAD reconstruction from images for computer vision and graphics applications, representing an incremental improvement over existing methods.

The paper tackles the problem of recovering boundary representation (B-rep) models from multi-view images, proposing BrepGaussian, a framework that learns 3D parametric representations from 2D images and demonstrates superior performance in experiments.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes