source: arxiv machine learning: on-device neural architecture search

level: research

this paper presents a method for near-sensor computing where a lightweight neural architecture search (nas) is performed directly on the deployment device. the goal is to find the best tiny neural network for analyzing real-time sensor data. the approach is designed to adapt to individual users, which is especially useful for human-machine interfaces that process biometric signals. when a new user is introduced, a guided data collection procedure allows the system to redesign the neural network, addressing the common problem of data variation between individuals.

the proposed nas was validated using the italian sign language dataset, which contains surface electromyography signals for the italian alphabet. tests were run on several embedded systems to confirm feasibility. additional validation used the case western reserve university dataset, a benchmark for intelligent fault diagnosis. the results show that on-device nas can find efficient architectures tailored to specific data and hardware constraints without relying on cloud resources.

by moving the search process to the edge device, the system avoids the latency and privacy concerns of cloud-based nas. the method targets tiny neural networks suitable for microcontrollers and other low-power hardware. this enables continuous adaptation in applications like wearable health monitors, gesture recognition, and industrial predictive maintenance. the work demonstrates that automated architecture design can be practical even on resource-limited devices, opening the door to more personalized and responsive edge ai.

why it matters: on-device nas allows ai models to automatically adapt to new users or changing sensor data on low-power hardware, improving personalization and privacy for edge applications.


source: arxiv machine learning: on-device neural architecture search