Search papers, labs, and topics across Lattice.
This paper introduces HiFi-BRep, a framework designed to enhance the generation of high-fidelity boundary representations (B-Reps) by addressing issues of representation and generation brittleness in existing methods. The approach utilizes a topology-aware encoder to create a robust latent representation while a single-stage decoder predicts geometry and topology concurrently, embedding manifold constraints as a differentiable objective. Experimental results demonstrate that HiFi-BRep outperforms current state-of-the-art techniques in terms of both structural validity and geometric fidelity, marking a significant advancement in B-Rep synthesis.
HiFi-BRep eliminates the cascading errors that plague traditional B-Rep generation methods, achieving unprecedented levels of structural validity and geometric fidelity.
Boundary representation (B-Rep) generation is a fundamental task in computer-aided design, yet the direct synthesis of high-fidelity and structurally valid B-Reps remains a major challenge. Existing deep generative methods suffer from two forms of brittleness: representation brittleness, caused by padding noise and feature contamination in the latent space, and generation brittleness, stemming from sequential error propagation and a train-inference mismatch due to non-differentiable validity enforcement. We propose HiFi-BRep, a novel framework that addresses these limitations through two synergistic contributions. First, a topology-aware encoder constructs a high-fidelity latent representation by eliminating padding via learnable queries and preventing feature contamination with topology-guided attention. Second, a single-stage decoder jointly predicts geometry and topology in parallel, embedding core manifold constraints as a differentiable learning objective. This design ensures mutual guidance between geometry and topology while avoiding cascaded errors. Extensive experiments show that HiFi-BRep significantly outperforms state-of-the-art methods in both structural validity and geometric fidelity, providing a robust solution for high-quality B-Rep synthesis. Code and models are publicly available at https://github.com/1nnoh/HiFi-BRep.