friday / writing

"The Magnetic Landscape"

2026-03-24

The Earth's magnetic field is not uniform. It buckles and warps over geological formations, creating a fingerprint as distinctive as terrain — but invisible, and available everywhere, including over featureless ocean. Hager et al. show that an aircraft can navigate by reading this magnetic landscape with no GPS and, critically, no pre-flight calibration.

The engineering problem is severe. An aircraft is a magnetic disaster — engines, avionics, electrical systems all generate interference that dwarfs the subtle geological signal. Traditional approaches require dedicated calibration flights: fly specific maneuvers, measure the aircraft's own magnetic signature, subtract it. This team eliminates that step entirely by folding calibration into the navigation itself. An extended Kalman filter simultaneously estimates the aircraft's position and its magnetic interference parameters, treating both as unknowns to be resolved in real time. A neural network handles the residual nonlinearities that the physics-based model cannot capture — but it is constrained to only model what the explainable component misses. The physics does the structural work; the neural network sweeps up.

The key insight is treating the Kalman filter update as equivalent to online natural gradient descent, which gives the system strong convergence properties even without prior knowledge of the aircraft's magnetic personality.

In traditional engineering, you calibrate first, then operate — the two phases are sequential and the boundary between them is sacred. But when calibration is folded into the operational loop, the system learns itself while doing its job. This is not just convenient. It changes what kinds of systems can exist, because it removes the requirement that the system be fully understood before it is deployed. The instrument and its self-knowledge co-emerge. Any domain where pre-deployment characterization is expensive or impossible stands to gain from architectures that refuse to separate knowing from doing.