HiFi-BRep: High-Fidelity Latent Representation for Robust B-Rep Generation
Summary
HiFi-BRep improves B-Rep generation by using a topology-aware encoder and single-stage decoder to jointly predict geometry and topology with differentiable constraints, enhancing structural validity and geometric fidelity.
View Cached Full Text
Cached at: 08/18/26, 07:51 AM
Paper page - HiFi-BRep: High-Fidelity Latent Representation for Robust B-Rep Generation
Source: https://huggingface.co/papers/2608.16485
Abstract
HiFi-BRep improves B-Rep synthesis by using a topology-aware encoder and a single-stage decoder that jointly predicts geometry and topology with differentiable validity constraints.
Boundary representation(B-Rep) generation is a fundamental task in computer-aided design, yet the direct synthesis of high-fidelity and structurally validB-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, atopology-aware encoderconstructs a high-fidelity latent representation by eliminating padding vialearnable queriesand preventing feature contamination withtopology-guided attention. Second, asingle-stage decoderjointly predicts geometry and topology in parallel, embedding coremanifold constraintsas adifferentiable 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-qualityB-Repsynthesis. Code and models are publicly available at https://github.com/1nnoh/HiFi-BRep.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2608\.16485
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper1
#### 1nnoh/HiFi-BRep Updatedabout 2 hours ago
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.16485 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.16485 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
BRepCLIP: Contrastive Multimodal Pretraining on BRep Primitives for CAD Understanding
BRepCLIP introduces contrastive multimodal pretraining on boundary representation (BRep) primitives for CAD understanding, aligning BRep geometry with language and image embeddings to achieve state-of-the-art retrieval and zero-shot classification.
Representations Before Pixels: Semantics-Guided Hierarchical Video Prediction
Re2Pix is a hierarchical video prediction framework that improves future video generation by first predicting semantic representations using frozen vision foundation models, then conditioning a latent diffusion model on these predictions to generate photorealistic frames. The approach addresses train-test mismatches through nested dropout and mixed supervision strategies, achieving improved temporal semantic consistency and perceptual quality on autonomous driving benchmarks.
Lite3R: A Model-Agnostic Framework for Efficient Feed-Forward 3D Reconstruction
Lite3R is a model-agnostic framework that improves the efficiency of transformer-based 3D reconstruction using sparse linear attention and FP8-aware quantization. It reduces latency and memory usage by up to 2.4x while maintaining geometric accuracy on backbones like VGGT and DA3-Large.
Embodied CAD: Solver-Grounded LLM Agents for Parametric B-Rep Assembly Modeling
Presents Embodied CAD, a closed-loop framework that grounds LLM agents in a CAD execution environment for parametric B-Rep assembly modeling, using solver feedback for planning and refinement.
TBP-mHC: full expressivity for manifold-constrained hyper connections through transportation polytopes
TBP-mHC introduces a novel parameterization for manifold-constrained hyper connections in residual networks, achieving full expressivity of the Birkhoff polytope with O(n^2) degrees of freedom and improved stability and scalability.