Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/7/31 12:37:48
Versatile On-device Adaptation at the Edge by Unifying Few-shot, Zero-shot, Continual, and In-context Learning
AI 中文解读
核心亮点:这项研究让智能手表、音箱等小设备第一次能"边用边学",不用联网就能像人一样适应新情况,堪称边缘设备上的"全能学习法"。
通俗解读:以前设备出厂后算法就固定了,想让它认识新声音或新动作,得把数据传到云端重训,既慢又费电还泄露隐私。现在科学家发明了一种"核心记忆"式的方法,把四种学习能力合并成一套系统:教一次就会(小样本学习)、越用越懂你(持续学习)、没见过也能猜(零样本学习)、根据上下文变通(上下文学习)。就像一个人既能速记新朋友的名字,又能看眼色行事,还能举一反三,而且全在本地完成,不用求助"外脑"。
实际影响:未来你的智能手表能实时学会识别你独特的咳嗽声,在离线时也能预警健康;手机语音助手不用上传录音,就能适应你的口音和习惯用语;工厂里的机器臂可以现场学会新动作,不用停机重装程序。这意味着更快的响应、更省电的体验,以及隐私数据的"不出门"处理,让智能设备真正变成随叫随变的生活助手。
With the ever-increasing pervasiveness of smart edge devices, the demand is growing for applications that can be tailored to users (e.g., custom keyword spotting) or patients (e.g., adaptive health monitoring). Yet, most edge devices rely on fixed inference algorithms and thus cannot learn on-device to personalize predictions. When they can, devices typically support only a specific learning scenario, such as few-shot learning (FSL): going beyond this requires resorting either to another specialized device or to cloud-based retraining, which implies significant energy and latency overheads, a lack of real-time capabilities, and privacy concerns. In this work, we introduce embedder-centric learning (ECL), a framework that unifies four different online learning scenarios: FSL for on-the-fly customization, continual learning (CL) for knowledge accumulation, zero-shot learning (ZSL) for leveraging semantic data, and in-context learning (ICL) for adapting beyond classification. We demonstrate in silicon that ECL can be deployed on resource-constrained devices across four real-world use cases representative of the aforementioned learning scenarios. Our approach establishes a new state-of-the-art performance for FSL character recognition (Omniglot: 96.8% for 5-way 1-shot, 83.3% for 32-way 1-shot), and the first hardware baseline for CL in keyword spotting (NeuroBench keyword FSCIL: 71.8% for 200-way 5-shot). Moreover, we present the first hardware demonstrations of ZSL with semantic data (60.6% for 5-way spoken sentence classification) and ICL (46.2% at the 500th token of RegBench) operating at micro-to-milliwatt power budgets. Therefore, by unifying multiple learning scenarios, we pave the way for smart and versatile devices that can adapt right at the edge, without reliance on the cloud.
分享
阅读原文 ↗