Daily Tech Briefing
AI 科技速览

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

AI 快讯
arXiv Machine Learning · 2026/7/30 04:00:00

RAG-HAR+: Towards Cost-Efficient LLM-Based Human Activity Recognition for Edge Deployment

AI 中文解读
1. 核心亮点:一种新方法让AI识别人类动作时更省钱、更快,甚至能在手机上流畅运行,就像给健身手环装了个“聪明小助手”。 2. 通俗解读:以前让AI看懂你在走路、跑步还是做操,需要训练海量数据,换一种传感器或动作类型就得重来,又贵又麻烦。现在有了RAG-HAR+, 它不再死记硬背,而是像查字典一样:先快速在已有动作库中找相似范例,如果匹配度高就直接投票判断;只有遇到模棱两可的情况,才动用大模型这个“高级参谋”。这样一来,大部分识别工作用简单算法就能搞定,既准确又省去了大量算力和时间。 3. 实际影响:这对普通人的智能穿戴设备是个好消息。比如你戴的运动手环或智能手表,未来识别跑步、游泳、举铁等动时会更精准,反应更迅速,而且不用频繁联网依赖云端,电池续航也能更长。对于老年跌倒监测、康复训练等健康场景,这种低成本的实时识别能让设备更可靠、价格也更亲民,最终让AI真正融入日常生活的每个角落。
arXiv:2607.26631v1 Announce Type: new Abstract: Human Activity Recognition (HAR) from wearable sensors supports applications in healthcare, rehabilitation, fitness tracking, and smart environments. Yet, existing deep learning approaches require dataset-specific training, large labeled corpora, and repeated adaptation to new sensor settings or activity taxonomies. Retrieval-Augmented Generation for Human Activity Recognition (RAG-HAR) addresses this by framing HAR as a training-free, retrieval-augmented task, in which statistical descriptions of sensor windows are used to retrieve similar labeled examples that guide LLM-based classification. We introduce RAG-HAR+, a retrieval-first and cost-optimized extension that strengthens retrieval while reducing dependence on LLM-based inference. RAG-HAR+ uses an offline Retrieval Designer Agent to design dataset-specific feature groups from a diverse pool of motion descriptors, enabling sensor windows to be compared using features better aligned with dataset-specific activity patterns. During inference, RAG-HAR+ uses majority voting over retrieved neighbors for samples with strong retrieval evidence and defers only uncertain cases to an LLM-based Ambiguity Resolver Agent. Across six HAR benchmarks, RAG-HAR+ maintains competitive or improved performance while reducing LLM usage, token consumption, and inference time. We further extend the RAG-HAR mobile prototype to demonstrate the practical feasibility of retrieval-first, LLM-assisted HAR in mobile sensing scenarios.
分享
阅读原文