MIT News→ original

MIT Accelerates Private AI Training on Ordinary Devices for Medicine and Finance

MIT presented the FTTE method, which accelerates federated AI learning on smartphones, sensors, and smartwatches without sending raw data to the cloud. In…

AI-processed from MIT News; edited by Hamidun News
MIT Accelerates Private AI Training on Ordinary Devices for Medicine and Finance
Source: MIT News. Collage: Hamidun News.
◐ Listen to article

MIT researchers have demonstrated a way to significantly accelerate federated learning — an approach where AI is fine-tuned directly on user devices, and raw data never leaves the smartphone, smartwatch, or sensor. The new method should help deploy more accurate models in healthcare, finance, and other sensitive scenarios even where devices are less powerful and connectivity is unstable.

Why the Network Slows Down

Federated learning has long been considered one of the most practical approaches to training models without centralized collection of personal data. A server distributes a common model to many devices, each fine-tunes it on their local data, and then returns only parameter updates. This way, information from phones, smartwatches, and sensors can be used without uploading the data itself to the cloud.

The problem is that a real network of such devices is almost never uniform: some have limited memory, others have weak processors, and still others have unstable connections. Because of this, the classical scheme begins to falter. Typically, the central server waits for updates from all participants in a round before moving forward. If even some devices respond too slowly, the entire process drags on, and sometimes becomes impractical. For real-world scenarios, this is a serious obstacle: in healthcare, banking, and other sensitive fields, both privacy and stability are important, yet those are precisely the areas where limited infrastructure is often available.

How FTTE Works

The MIT team proposed a framework FTTE — Federated Tiny Training Engine. Its goal is straightforward: enable even the weakest devices to participate in training without breaking the entire system through delays and unnecessary data transfers. The approach is built around three technical changes and one overarching principle: tailor the process not for an ideal smartphone, but for the most constrained node in the network.

  • The server sends to devices not the entire model, but only a portion of parameters sufficient for a local training step.
  • The set of parameters is selected using a special search procedure to fit within the memory limit of the weakest device.
  • Updates are accepted semi-asynchronously: the server doesn't wait for all participants but continues the round once enough responses are gathered.
  • Older updates receive less weight so that delayed data doesn't slow training and doesn't degrade final accuracy.
"We need AI to work on devices that people carry with them every day, not just on large servers and GPUs," explains researcher

Irene Tenison.

This design addresses two pain points at once: memory scarcity on the device itself and unnecessary delays on the server side. Rather than excluding slow devices from the process, developers try to keep them in the loop so the model learns from more diverse data. This is especially important in areas where users don't have flagship phones and expensive connectivity, but do have data that can improve model quality.

What the Tests Showed

In simulations with hundreds of heterogeneous devices, FTTE significantly accelerated training compared to standard federated learning approaches. On average, the system achieved training completion 81% faster, reduced local memory costs by approximately 80%, and decreased data transmission volume by 69%. The researchers note that accuracy remained close to the results of alternative methods. In other words, some quality may be lost, but the gains in speed and resource efficiency prove to be very significant.

The team separately tested the approach not only in simulation but also on a small network of real devices with varying computational power. There, FTTE also demonstrated better scaling with an increasing number of participants and was especially useful in environments with weak phones and unstable connections.

The next step is to study not only the average quality of the shared model but also how this approach can enhance personalization on each individual device. The researchers also want to conduct larger trials on real hardware.

What It Means

If the results hold up outside the laboratory, federated learning will become significantly more practical for mainstream devices. For the market, this is an important signal: private AI can be deployed not only where powerful servers and expensive infrastructure exist, but also in poorer or more distributed environments where data protection is critical and computational resources are limited.

ZK
Hamidun News
AI news without noise. Daily editorial selection from 400+ sources. A product by Zhemal Khamidun, Head of AI at Alpina Digital.

Want to stop reading about AI and start using it?

AI News is a curated feed of AI/tech news. Hamidun Academy teaches you to use AI systematically in your work.

What do you think?
Loading comments…