- Home
- Learning Hub
- Using Self-Driving Car Tech to Track the Aurora
Summary
By the end of this article, you will understand how scientists are using self-driving car algorithms to track invisible radar echoes in the ionosphere, revealing the hidden electrical forces driving the Northern Lights.
Quick Facts
Surprise: The ICEBEAR radar system processes an astonishing 200,000 images per second to track space weather.
Salient Idea: Radars do not 'see' the aurora's light; they bounce signals off chaotic, 3-meter-wide waves in electrically charged plasma.
Surprise: These invisible plasma storms can travel at mind-blowing speeds of up to 4,100 meters per second (over 9,000 mph!).
Surprise: A really intense aurora acts like a giant space battery, creating its own electric field that can override the Earth's background magnetic drift.
The Discovery: Tracking the Invisible
The ionosphere, a layer of charged gas 90 kilometers above Earth, is highly chaotic. When the solar wind hits Earth’s magnetic field, it creates the beautiful Northern Lights. But it also creates intense, invisible plasma turbulence. The ICEBEAR radar in Canada was built to study this, recording over 10,000 radar echoes a minute! This created a huge problem: how do you track something so chaotic in a mountain of data? The researchers had a Surprise solution. They borrowed an unsupervised machine learning algorithm called DBSCAN—the exact same point-cloud technology used by self-driving cars to detect obstacles with lasers. By applying this math to the radar echoes, the algorithm automatically grouped the chaotic radar hits into distinct, trackable ‘clusters’. They were finally able to watch the invisible storm move in real-time.
Original Paper: ‘A Point-cloud Clustering & Tracking Algorithm for Radar Interferometry’
The radar aurora bulk motions exhibit key qualities of auroral electric field enhancements that has previously been observed with various instruments.
— Magnus F. Ivarsen
The Science Explained Simply
To understand this, we need to build a fence around the concept: This radar is NOT taking pictures of the aurora’s glowing light. Instead, the radar shoots radio waves into the sky. When those waves hit sharp density gradients in the plasma (specifically, 3-meter-wide ripples called Farley-Buneman waves), the signal bounces back. The Salient Idea here is that these radar echoes act like a tracer dye in a river. By grouping these echoes into a ‘point-cloud’ and tracking their bounding boxes from one second to the next, scientists aren’t just seeing where the plasma is—they are watching the invisible electric field push the plasma around.
The Aurora Connection
The motion of the aurora is governed by massive instability processes in the magnetosphere. When researchers matched their radar point-clouds with optical video of the aurora, they found a perfect match. The invisible radar blobs tracked the visible auroral forms almost perfectly. But the real Surprise happens during intense auroras. A strong aurora creates a localized electric field so powerful that it overrides the Earth’s ambient drift. The radar showed the plasma suddenly ripping parallel to the auroral arc at 4,100 meters per second. The aurora is not just a light show; it is an active, massive electrical generator in the sky.
The local electric field around these unusually intense precipitation regions is strong enough to completely override the ambient drift.
— Research Team
A Peek Inside the Research
How did the team actually track these clouds? It required incredibly clever data mining. The DBSCAN algorithm looks for the ‘nearest neighbors’ of a data point. If enough radar echoes are close together within a specific distance threshold (the noise limit), the AI groups them into a cluster. The team then wrote a script to look at the bounding box of that cluster. If a box in the next frame was roughly the same size and in roughly the same place, the computer knew it was looking at the exact same plasma cloud. This frame-by-frame tracking finally allowed scientists to calculate the actual bulk velocity of the radar aurora.
Our method, which is fully automatic, can be used to mine point-cloud data for irregular and dynamic clustering and flag this data for subsequent analyses.
— Original Paper
Key Takeaways
An AI clustering tool called DBSCAN helps scientists automatically find and track moving 'blobs' of radar data.
Plasma turbulence in the upper atmosphere directly follows the movement of visible auroral arcs.
Intense auroras create extreme, localized winds of plasma that move parallel to the auroral curtains.
Tracking these invisible structures helps us map the massive electrical currents connecting Earth to the solar wind.
Sources & Further Reading
Frequently Asked Questions
Q: If the aurora is made of light, how can a radar see it?
A: The radar does not see the light itself. Instead, it bounces radio waves off the chaotic, electrically charged gas (plasma) that is stirred up by the exact same energetic forces causing the Northern Lights.

