1.050 mm MRE across 25 landmarks on a 151-image held-out test set, using image-adaptive spatial priors generated by anatomical analysis of each radiograph.
Model Description
CephTrace v4 is a two-stage pipeline for automatic cephalometric landmark detection from lateral skull radiographs:
Stage 0 (Anatomical Initialization): A multi-phase module that detects the soft-tissue profile, partitions the image into anatomical zones, extracts bony contours, derives anchor landmarks via geometric rules, and generates 25 per-landmark Gaussian attention maps — all adapted to each patient's individual anatomy.
Stage 1 (Heatmap Regression): An HRNet-W32 backbone (32M params) that accepts the 28-channel input (3 RGB + 25 attention maps) and outputs 25 landmark heatmaps at 256×256 resolution.
The key innovation is that the attention priors are image-adaptive: each patient receives maps centered at their estimated anatomy, not fixed population-average positions. Controlled experiments show this reduces MRE by 30.9% compared to the same architecture without priors.
ONNX Models
All models are exported as ONNX (opset 14) for cross-platform inference.
Inference time: ~410 ms total (Stage 0: ~40 ms, Stage 1: ~350 ms) on A100 GPU.
Landmark Set (25 landmarks, CANONICAL_25 order)
0: S (Sella) 1: N (Nasion) 2: Or (Orbitale)
3: Po (Porion) 4: ANS 5: PNS
6: A (Subspinale) 7: B (Supramentale) 8: Pog (Pogonion)
9: Gn (Gnathion) 10: Me (Menton) 11: Go (Gonion)
12: Ar (Articulare) 13: Co (Condylion) 14: U1_tip
15: U1_root 16: L1_tip 17: L1_root
18: UL (Upper Lip) 19: LL (Lower Lip) 20: Pm (Pterygomaxillare)
21: Ba (Basion) 22: Pog_soft 23: Sn (Subnasale)
24: Prn (Pronasale)
Performance
Controlled Ablation (151-image held-out test set)
Configuration
Input
MRE (mm)
SDR@2mm
HRNet backbone (no priors)
3-ch
1.520
86.6%
HRNet + Phase 0E priors
28-ch
1.050
87.8%
Improvement
0.470 (30.9%)
+1.2%
Same 1,201 training images, architecture, and recipe. Only variable: prior channels.
Three U.S. provisional patent applications are pending (#64/037,246; #64/037,252; #64/039,042).
Limitations
Trained on 2D lateral cephalograms only; not validated on 3D CBCT or PA cephalograms.
Phase 0A requires visible soft-tissue profile; severely overexposed or cropped images may degrade.
Basion (Ba) accuracy degrades slightly with priors due to low Phase 0E confidence (σ=22).
Cross-source generalization without priors is poor (22–37 mm MRE in LOSO experiments); Phase 0's anatomical analysis provides scanner-invariant features.