New Research Stops Your Slow Phone From Bogging Down Shared AI
Faster keyboards, photo sorting and health alerts — without waiting for the slowest device.
WHAT HAPPENED: A team of researchers published a paper describing P-GADMM, a new way to train AI across lots of devices at the same time. Think of it as a math recipe that lets many computers solve one big problem together. The problem they're fixing: today, when devices with different amounts of computing power work together, everyone has to stop and wait for the slowest one before moving forward.
THE FIX, PART ONE: The team sorts devices into groups based on how powerful they are and how much data each one holds. So fast phones work with fast phones, and older devices work together. This stops a single sluggish device from dragging down an entire training round. It's like sorting a group project so the fast typists aren't stuck waiting on the slowest writer.
THE FIX, PART TWO: Fast groups are allowed to send their results in without waiting for the slower ones. To keep things from getting messy, there's a 'delay threshold' — a cap on how outdated any group's contribution can be. The researchers say this keeps results stable while cutting the actual clock time needed to train. In their experiments, it finished faster than existing methods while reaching roughly the same accuracy.
THE CATCH: This is an academic paper, not a shipping product. The results come from experiments and simulations, and the mathematical guarantee of correctness applies only to a simplified version of the method under certain conditions. Real-world devices — with flaky Wi-Fi, dying batteries and wildly different hardware — are messier. Still, this is the kind of plumbing work that eventually makes everyday AI features feel snappier. The paper was submitted to IEEE Transactions on Mobile Computing.
- The new method is called P-GADMM, and it speeds up AI training when devices have unequal computing power
- It sorts devices into groups by speed and lets fast ones report early, with a cap on how stale their updates can get
- In tests it cut training time while keeping similar accuracy — but this is research, not a product you can use today
Why It Matters
Could make AI features on your phone faster and less battery-hungry without upgrading your device.