Imagine you're training someone to identify a friend's face using only AI-generated portraits — no real photographs at all. Then you hand them a blurry airport security camera feed and they pick your friend out of a crowd more accurately than anyone trained on actual photos. That's the core trick here: a massive vision transformer (DINOv3, 840M parameters), pre-trained on natural images through self-supervised learning, is fine-tuned using LoRA on purely synthetic renderings of the Tango spacecraft, then tested on real photographs under realistic lighting. It beats every published result the authors could find. The committed claim: by swapping in a large self-supervised ViT foundation model (DINOv3) as the encoder in an established heatmap-based pose estimation pipeline, you get monotonically improving spacecraft pose accuracy from 300M to 840M parameters with no saturation observed — and the resulting system sets new records on SPEED+ lightbox (1.17° mean rotation error) and sunlamp (1.56°), compared to the previous best of 1.75° and 2.66° by EagerNet. The system trains only on synthetic data, closing the sim-to-real gap through sheer representational capacity rather than domain adaptation tricks. On the ladder, this is a clean win against named baselines. EagerNet held the previous best on these specific test splits, and the improvements are substantial: 33% reduction on lightbox, 41% on sunlamp. The sunlamp domain is the harder one — it simulates harsh directional lighting from a single source — so the larger improvement there is meaningful. The paper is forthright that these are the best results 'we know of,' leaving room for unpublished work, but on the public benchmark record this is the new number to beat. Architecturally, this is a foundation-model transfer play. DINOv3 (a self-supervised vision transformer) provides the feature backbone. LoRA rank-64 adaptation keeps fine-tuning tractable at 840M parameters. The pose estimation head is an existing heatmap regression architecture — the novelty is entirely in the encoder swap and scaling behavior. The key bet is that self-supervised pre-training on massive natural image corpora gives the encoder enough geometric understanding to generalize from synthetic spacecraft renderings to real imagery. No domain randomization heroics, no adversarial training — just a bigger, better-pretrained encoder. Integrity is solid for a workshop paper. SPEED+ is a community benchmark with a fixed protocol: lightbox images come from a real hardware-in-the-loop setup, sunlamp images from a physically realistic lighting rig. The test sets are public and standard. The authors run three-seed ensembles with four-rotation test-time augmentation, which is honest practice (they're reporting ensemble performance, not cherry-picked single runs). The main caveat: this is a single non-cooperative target (Tango), so generalization to other spacecraft geometries is untested. The embedded inference measurement is the sleeper result. Running 840M parameters on a Jetson Orin NX 16GB at 133.8ms per crop and 32W board draw is a concrete flight-readiness data point. The Orin NX's processor family has orbital heritage, which means this isn't a lab curiosity — it's a deployment-plausible architecture. For rendezvous and proximity operations, sub-second pose estimation from a single monocular camera using only synthetic training data is operationally significant. The scaling curve is the most interesting subplot. Accuracy improves monotonically from 300M to 840M parameters with no saturation. The authors don't have compute to push further, but the trajectory begs the question: what happens at 1.5B or 3B parameters? If the log-linear trend holds, sub-degree accuracy on sunlamp may be within reach without any architectural changes — just a bigger encoder. That's the kind of result that makes you watch the next paper from this group.