Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/8/4 12:43:19

Design-Time Optimization of Deep Neural Networks for Intermittent Learning on Microcontrollers

AI 中文解读
核心亮点:这项研究让太阳能等供电不稳定的微型设备,也能在电量断断续续的情况下完成AI学习,无需频繁充电或更换电池。 通俗解读:想象一个靠太阳能供电的智能手表,阴天时电量时有时无,普通AI一断电就“失忆”。这项技术就像给AI装了个“断电记忆本”,在芯片设计阶段就模拟好每步耗电,提前规划好学习路径,即使突然没电,重启后也能接着学,不用从头再来。研究人员在Cortex-M4芯片上测试,预测误差仅16.6%,相当于能准确预判“这步要花多少电”,从而聪明地安排学习节奏。 实际影响:未来你的智能穿戴设备、环境监测传感器或农业物联网设备,可以靠太阳能或振动发电长期工作,无需频繁换电池。比如农田里的害虫监测器,白天充电学习识别害虫,阴天断电也不影响,数据照样积累。这意味着边缘AI能真正“自给自足”,让更多偏远地区的智能设备实现永久在线学习,减少人工维护成本,也让AI应用更绿色环保。
We present a method for designing deep neural networks (DNNs) for intermittent, energy-autonomous, on-device learning on microcontroller units (MCUs). In mobile applications where the energy can run out, e.g., when solar-powered, executing artificial intelligence (AI) faces a technical issue as learning can be interrupted at any time. Our approach combines a hardware-aware energy prediction model with multi-objective optimization (MOO), enabling offline DNN optimization at the design stage without repeated deployment and online testing on the target MCU. Our proposed energy predictor estimates per-layer energy consumption for both DNN inference and training, including the intermittent checkpointing overhead, based on implementation-specific compute and memory features extracted from the DNN model. We validate our approach using autoencoders for anomaly detection on a Cortex-M4 MCU, where our predictor achieves a weighted absolute percentage error of 16.6%, which is sufficient for reliable architecture selection under intermittency constraints. As a result, this work bridges the gap between MOO, automated DNN design, deployment on energy-harvesting systems, and intermittent learning, truly enabling autonomous AI at the edge.
分享
阅读原文