← Latest papers
⚡ electrical engineering

Physics-Informed Direction-of-Arrival Estimation Over Distributed Edge Devices

This paper proposes a physics-informed federated learning framework for Direction-of-Arrival estimation that improves performance and ensures convergence by incorporating steering-vector geometry into the local training objective via a manifold-aware regularizer, thereby overcoming the limitations of treating DoA as a generic classification problem across distributed edge devices.

Original authors: Nathan Tatsuta, Rajeev Sahay

Published 2026-07-07
📖 4 min read☕ Coffee break read

Original authors: Nathan Tatsuta, Rajeev Sahay

Original paper dedicated to the public domain under CC0 1.0 (http://creativecommons.org/publicdomain/zero/1.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a group of friends, each standing in a different room with a special microphone array. Their job is to figure out exactly where a sound is coming from (like a bird singing or a car honking). This is called Direction-of-Arrival (DoA) estimation.

Usually, to teach a computer to do this well, you'd need to gather all the audio recordings from every friend into one giant central computer. But that's a privacy nightmare (nobody wants to share their raw recordings) and a logistical headache (sending all that data takes forever).

Federated Learning (FL) is the solution to this. Instead of sending the recordings, each friend trains a local "brain" (a model) on their own data and only sends the lessons learned (the model weights) back to a central server. The server averages these lessons to create a smarter global brain.

The Problem:
Standard Federated Learning treats this like a simple multiple-choice quiz. If the true direction is 5 degrees, and the model guesses 6 degrees, it gets a small penalty. If it guesses 30 degrees, it gets a big penalty. But standard algorithms treat all wrong answers as just "wrong." They don't understand that 6 degrees is physically much closer to 5 degrees than 30 degrees is. They ignore the geometry of how sound waves actually hit the microphones.

When friends have different types of data (some hear sounds from the left, some from the right), this "blind" learning causes their local brains to drift in weird directions, making the final global brain confused and inaccurate.

The Solution: Physics-Informed Learning
The authors, Nathan Tatsuta and Rajeev Sahay, propose a new way to train these brains called FedDoA and DoAProx.

Think of it like this:

  • Standard Training: A teacher tells a student, "You got the answer wrong. Here is the correct answer. Try again."
  • Physics-Informed Training: The teacher says, "You got the answer wrong. But look at the map of the room! The sound waves hit the microphones in a specific pattern. Even if you don't know the exact answer, you should know that a guess of 30 degrees is physically impossible if the sound is actually at 5 degrees, because the wave pattern would look totally different. Let's penalize you more for guessing 30 degrees than for guessing 6 degrees."

They do this by adding a "Steering-Vector Regularizer."
In simple terms, this is a rule that forces the model to respect the laws of physics. It measures the distance between the predicted sound wave pattern and the actual sound wave pattern. If the model guesses an angle that creates a wave pattern that doesn't match the physics of the microphone array, it gets a heavy penalty.

Two New Methods:

  1. FedDoA: This is the basic version. It adds the physics rule to the training. It teaches the model that "close guesses" are better than "far guesses" by looking at the wave patterns, not just the numbers.
  2. DoAProx: This is the "supercharged" version. It adds a second rule to keep the local brains from drifting too far away from the group average, especially when the friends have very different data. It's like a safety harness that keeps everyone moving in the same general direction while still respecting the physics.

What They Found:

  • Faster Learning: Because the models are guided by physics from the very start, they learn much faster than standard methods.
  • Better Accuracy: Even when the friends have very different data (some only hear left, some only hear right), the physics-informed models stay accurate. The standard models get confused and fail.
  • The Math: The authors proved mathematically that these methods will eventually settle on a good answer (convergence) and showed that the more microphones you have, the better the physics rule works.

In a Nutshell:
The paper introduces a way to teach AI to locate sounds using a group of devices without sharing private data. Instead of just memorizing answers, the AI is taught to respect the laws of physics (how sound waves behave). This makes the AI smarter, faster, and more reliable, especially when the data is messy or unevenly distributed.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →