LiteEvent-AE: Lightweight Autoencoder for Event-Based Vision on Low-Latency Energy-Constrained Edge Devices
This paper introduces LiteEvent-AE, a lightweight autoencoder for event-based vision that achieves competitive recognition accuracy with up to 35.6 fewer parameters and 726.3 lower energy consumption than YOLOv9, enabling real-time, sustainable inference on resource-constrained edge devices like the Raspberry Pi 4B and NVIDIA Jetson Nano.
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
In the world of machines that see, there is a fundamental trade-off between speed and energy. Traditional cameras, like the ones in our smartphones, work by taking a complete picture of a scene every fraction of a second, regardless of whether anything has changed. This creates a constant stream of data, much of which is just a repetition of the same static background. For a computer to process this, it must burn through significant power and time, which is a major hurdle for devices that need to run on batteries or operate in real-time, such as self-driving cars or small robots. To solve this, engineers have developed a different kind of sensor called an event camera. Instead of capturing full images, these sensors act more like the human eye, only recording a signal when a single pixel detects a change in brightness. This results in a sparse, asynchronous stream of data that is incredibly fast and efficient, but it is also difficult for standard computer vision software to understand because it lacks the familiar grid structure of a normal photograph.
Researchers at the University of Maryland, Baltimore County, have developed a new system designed to bridge this gap, allowing these ultra-efficient sensors to be used on small, low-power devices without sacrificing accuracy. They created a compact digital tool, known as an autoencoder, which acts as a translator and a compressor for this unique type of visual data. The system works by taking the chaotic stream of changes recorded by the event camera and condensing it into a smaller, organized form that a computer can easily read. Once this data is compressed, a simple classifier attached to the system can identify objects, such as faces or vehicles, with high precision. The researchers tested this approach on two different datasets, one focused on human faces and another on pedestrians and vehicles crossing a street. They found that their lightweight system could recognize these objects with accuracy that rivals the most powerful, heavy-duty models currently available, but it did so using a fraction of the computing power.
The true breakthrough of this work lies in its performance on real-world hardware. The team deployed their system on two common, resource-constrained devices: a Raspberry Pi 4B, a small single-board computer often used for hobbyist projects, and an NVIDIA Jetson Nano, a module designed for edge computing. On the Raspberry Pi, the 50% autoencoder classifier version of the system processed data so efficiently that it consumed only 16.19 joules of energy for the evaluated inference workload. To put this in perspective, a standard, high-performance model running the same task on the same device would use over 700 times more energy. In terms of speed, the 50% classifier model achieved a rate of 44.8 frames per second on the Jetson Nano, allowing it to keep up with fast-moving scenes in real time. Even when the researchers reduced the size of their model by half to make it even smaller, it retained its ability to learn and recognize patterns, proving that the system is robust enough to handle significant compression without losing its effectiveness.
This research challenges the prevailing assumption that high-accuracy vision requires massive, energy-hungry computers. By demonstrating that a specialized, lightweight architecture can handle the complex, noisy nature of event-based data, the authors have shown that it is possible to build intelligent systems that are both fast and sustainable. The system does not rely on complex, time-consuming calculations or large memory footprints. Instead, it uses a streamlined process to filter out unnecessary noise and focus only on the essential movements that define an object. The results suggest that future devices, from autonomous drones to wearable technology, could be equipped with sophisticated vision capabilities that run for hours on a single charge, opening the door to a new generation of environmentally conscious and highly responsive artificial intelligence.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.