CVFeb 27

FoV-Net: Rotation-Invariant CAD B-rep Learning via Field-of-View Ray Casting

arXiv:2602.24084v12.81 citationsh-index: 1
Originality Incremental advance
AI Analysis

This addresses rotation invariance for -rep learning in 3D CAD analysis, which is a domain-specific problem.

The paper tackles the problem of rotation sensitivity in boundary representation (B-rep) learning for 3D CAD analysis, where existing methods collapse from 95% to 10% accuracy under arbitrary rotations, and introduces FoV-Net, which achieves state-of-the-art performance on classification and segmentation benchmarks while demonstrating robustness to rotations and requiring less training data.

Learning directly from boundary representations (B-reps) has significantly advanced 3D CAD analysis. However, state-of-the-art B-rep learning methods rely on absolute coordinates and normals to encode global context, making them highly sensitive to rotations. Our experiments reveal that models achieving over 95% accuracy on aligned benchmarks can collapse to as low as 10% under arbitrary $\mathbf{SO}(3)$ rotations. To address this, we introduce FoV-Net, the first B-rep learning framework that captures both local surface geometry and global structural context in a rotation-invariant manner. Each face is represented by a Local Reference Frame (LRF) UV-grid that encodes its local surface geometry, and by Field-of-View (FoV) grids that capture the surrounding 3D context by casting rays and recording intersections with neighboring faces. Lightweight CNNs extract per-face features, which are propagated over the B-rep graph using a graph attention network. FoV-Net achieves state-of-the-art performance on B-rep classification and segmentation benchmarks, demonstrating robustness to arbitrary rotations while also requiring less training data to achieve strong results.

Foundations

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

Your Notes