← Latest papers
🤖 machine learning

MAUPITI: On-Device Prototype-Based Learning on a Smart Infrared Sensor

This paper presents MAUPITI, a privacy-preserving smart infrared sensor that integrates a 16×\times16 thermal array with a RISC-V microcontroller to enable efficient on-device continual learning for gesture recognition using a prototype-based classifier that operates within strict memory and power constraints.

Original authors: Beatrice Alessandra Motetti, Tanguy Dugas du Villard, Matteo Risso, Alessio Burrello, Francesco Daghero, Enrico Macii, Massimo Poncino, Marco Castellano, Alfio Basile, Daniele Jahier Pagliari

Published 2026-08-10
📖 4 min read☕ Coffee break read

Original authors: Beatrice Alessandra Motetti, Tanguy Dugas du Villard, Matteo Risso, Alessio Burrello, Francesco Daghero, Enrico Macii, Massimo Poncino, Marco Castellano, Alfio Basile, Daniele Jahier Pagliari

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.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 a world where your devices can "see" you without ever taking a picture. This is the realm of TinyML, a branch of science dedicated to squeezing smart, learning algorithms into the tiniest, most energy-hungry gadgets imaginable. Usually, for a computer to learn something new—like recognizing a new hand gesture—it needs to be connected to a massive, powerful server in the cloud. This is like sending a letter to a super-intelligent librarian every time you want to learn a new word; it takes time, energy, and requires a constant connection. But what if your device could learn on its own, right where it sits, using only a tiny bit of memory and power? This is the challenge of on-device learning. The goal is to create sensors that can adapt to new environments or learn new tricks without needing to be plugged into the internet or drained by heavy calculations. The key idea is to make the "brain" of the sensor so efficient that it can update its own knowledge instantly, preserving privacy by never sending your data out.

Enter MAUPITI, a clever little smart sensor that does exactly this. Think of MAUPITI as a tiny, privacy-focused security guard made of a grid of 16 by 16 heat-sensing pixels (an infrared array) and a super-efficient microcontroller. Instead of taking high-resolution photos that could reveal who you are, it just sees the warm, blurry shapes of people and their movements. The big problem the researchers tackled was how to teach this sensor new poses or gestures after it was built, without needing to send data to the cloud or use up its tiny memory.

The paper introduces a method called prototype-based learning. Imagine you are trying to teach a robot to recognize different types of fruit. Instead of showing it thousands of pictures of apples and oranges and forcing it to memorize every detail (which is like the heavy "backpropagation" method used in big AI), you just show it one perfect "prototype" apple and one perfect "prototype" orange. When a new fruit appears, the robot just asks, "Does this look more like my apple prototype or my orange prototype?" This is the Nearest Class Mean (NCM) approach. The MAUPITI sensor uses a small, pre-trained "encoder" (a translator that turns heat shapes into simple numbers) and then stores these simple "prototypes" for each pose or gesture.

Here is the magic: When the sensor needs to learn a new pose, it doesn't need to retrain its entire brain. It simply calculates the average shape of the new pose and stores it as a new prototype. The paper shows that this approach works incredibly well on the MAUPITI hardware. In tests with two different datasets—one for recognizing five human poses (like standing or raising arms) and another for nine hand gestures (like a fist or a "shaka" sign)—the sensor achieved accuracy almost as good as traditional, heavy-duty methods.

The researchers found that this method is incredibly efficient. The sensor has only 32 kB of total memory (16 kB for instructions and 16 kB for data), which is tiny compared to a smartphone. Yet, by using this prototype system, it could learn new classes with just a few examples (as few as one, though four worked best) and update its memory in less than 0.29% of the total time it takes to make a decision. This means the sensor can learn a new gesture in real-time, with almost no delay.

Crucially, the paper rules out the idea that you need to send data to the cloud or use complex, memory-hungry "replay buffers" (where the device saves old pictures to re-learn them later) to learn effectively. They demonstrated that you can skip the heavy lifting of "backpropagation" (the standard, energy-intensive way of training AI) entirely. Instead, by simply updating the "average" of the new shape, the sensor stays fast, private, and adaptable. The study confirms that this "smart sensor" can handle continual learning on its own, making it a powerful tool for future privacy-preserving devices that can evolve right in your pocket or on your wall.

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 →