ArXiv

SUFLECA: Scaling Up Feature Learning for CAD-to-image Alignment

Authors
Saad Ejaz, Miguel Fernandez-Cortizas, Javier Civera...
Categories
cs.CV, cs.RO
arXiv
https://arxiv.org/abs/2607.15058v1
PDF
https://arxiv.org/pdf/2607.15058v1

Brief

SUFLECA addresses single-image CAD-to-image alignment by scaling up geometry-grounded feature learning and introducing a geometrically consistent matching algorithm. Trained with NOCs supervision on 674K images from 12 datasets, it learns compact, domain-general geometry-aware features and yields sub-second, zero-shot 9D pose alignment without iterative refinement. On ScanNet25k it reaches 33.4%/42.3% category/instance accuracy, beating prior zero-shot and reported fully supervised baselines. (Summary based on abstract only.)

Why it matters

SUFLECA scales geometry-grounded feature learning with Normalized Object Coordinates (NOCs) supervision on 674,000 images spanning 12 real and synthetic datasets, producing compact geometry-aware features that generalize across domains.

Key details

  • A geometrically consistent matching algorithm establishes reliable one-to-one CAD-to-image correspondences for zero-shot 9D pose (rotation, translation, anisotropic scale) estimation, enabling sub-second alignment per object without iterative pose refinement.
  • On ScanNet25k SUFLECA achieves 33.4% category and 42.3% instance accuracy, outperforming the strongest zero-shot baseline by 10.3 and 12.2 percentage points respectively, and (reported) for the first time surpassing fully supervised methods; code: https://github.com/snt-arg/SUFLECA
Source evidence

Abstract

CAD-to-image alignment aims to estimate an object's 9D pose (rotation, translation, and anisotropic scale) from a single RGB image, enabling applications in robotics and augmented reality. Recent zero-shot methods use visual foundation models to match image regions to CAD models, yet typically their correspondences are appearance-driven and degrade under occlusion or sim-to-real domain shift. To address these limitations, we introduce SUFLECA (Scaling Up Feature LEarning for CAD Alignment), a weakly-supervised framework for zero-shot CAD alignment with two key contributions. First, SUFLECA scales up geometry-grounded feature learning from pretrained visual representations through Normalized Object Coordinates (NOCs) supervision on 674K images spanning 12 real and synthetic datasets, learning compact geometry-aware features that generalize across domains. Second, we propose a geometrically consistent matching algorithm that establishes reliable one-to-one CAD-to-image correspondences. Together, these contributions enable accurate, sub-second alignment per object instance without iterative pose refinement. On ScanNet25k, SUFLECA achieves 33.4%/42.3% category/instance accuracy, outperforming, with a smaller computational footprint, the strongest zero-shot baseline by 10.3/12.2 percentage points and, for the first time on this benchmark, even surpassing fully supervised methods. Code is available at: https://github.com/snt-arg/SUFLECA