AIBullisharXiv – CS AI · Mar 177/10
🧠PrototypeNAS is a new zero-shot neural architecture search method that rapidly designs and optimizes deep neural networks for microcontroller units without requiring extensive training. The system uses a three-step approach combining structural optimization, ensemble zero-shot proxies, and Hypervolume subset selection to identify efficient models within minutes that can run on resource-constrained edge devices.
AINeutralarXiv – CS AI · Jun 95/10
🧠Researchers have developed a new dataset and methodology for recognizing communicative intent from body pose alone, targeting real-time on-device deployment for human-robot communication in scenarios like rescue missions. The work introduces a consistency-based reliability measure that uses a model's autoregressive self-consistency as an unsupervised signal to gauge prediction confidence, with theoretical bounds on correctness probability.
🏢 Nvidia
AINeutralarXiv – CS AI · Jun 36/10
🧠Researchers propose a modular reference architecture for deploying AI agents on resource-constrained embedded devices, combining on-device compressed neural networks with cloud-based small language models. The framework introduces a governance layer for safety and observability across distributed autonomous systems, addressing the gap between real-time control and agentic reasoning in edge computing environments.
AINeutralarXiv – CS AI · May 116/10
🧠A comprehensive academic survey examines edge deep learning—the integration of deep learning with edge computing—and its applications in computer vision and medical diagnostics. The paper categorizes hardware platforms, reviews model optimization techniques like compression and lightweight design, and identifies future challenges for deploying neural networks on resource-constrained devices.
AINeutralarXiv – CS AI · Apr 146/10
🧠Researchers demonstrate that embedded neural network models using integer representations (8-bit and 4-bit) are significantly more resilient to electromagnetic fault injection attacks than floating-point formats (32-bit and 16-bit). The study reveals that floating-point models experience near-complete accuracy degradation from a single fault, while 8-bit integer representations maintain robust performance, with implications for securing AI systems deployed on edge devices.
AINeutralarXiv – CS AI · Mar 34/103
🧠Researchers developed Collar Recognition Nets (CRNs), lightweight neural networks for real-time recognition of casing collar signatures in downhole oil/gas operations. The system achieves 97.2% accuracy with only 1,985 parameters and processes 1,000 inferences per second on embedded ARM hardware.
AINeutralSimon Willison Blog · Jun 23/10
🧠datasette-agent-micropython 0.1a0 is an early-stage alpha release that integrates agent capabilities with MicroPython for embedded systems. This release enables AI-driven automation on resource-constrained devices, bridging datasette's data management with micropython's embedded computing ecosystem.