次回の更新記事:答えのない問題に取り組むAIエージェントの走らせ方…(公開予定日:2026年07月13日)
AIDB Daily Papers

STELLA:エッジデバイスでの人間活動認識に向けた効率的なセンサー・LLM変換フレームワーク

原題: STELLA: Efficient Sensor-to-LLM Translation for On-Device Human Activity Recognition
著者: Nirhoshan Sivaroopan, Albert Zomaya, Kanchana Thilakarathna
公開日: 2026-07-03 | 分野: LLM cs.AI cs.LG エッジAI 人間活動認識

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • センサーデータを軽量な階層型トークナイザーで圧縮し、LLMの埋め込み空間へ投影する手法を提案した。
  • LLM本体を固定したままセンサー側のトークン化を最適化することで、計算負荷を抑えつつプライバシーを保護する。
  • 7つのデータセットで最高性能を達成し、ユーザーごとの追加学習によりさらなる精度向上を実現した。

Abstract

HAR is increasingly expected to run continuously on edge devices, yet recent LLM-based methods remain hard to deploy: raw sensor prompts are long, cloud inference adds latency and privacy risk, and fine-tuned LLM pipelines turn general-purpose models into task-specific classifiers. We present STELLA, an efficient sensor-to-LLM translation framework for on-device HAR that shifts the burden from LLM adaptation to sensor tokenization. A lightweight hierarchical tokenizer compresses an entire multi-channel inertial window into a fixed set of compact latent sensor tokens, which are projected into the embedding space of a frozen pretrained LLM and combined with a natural-language prompt for label scoring. This preserves activity-relevant temporal and cross-channel structure while keeping LLM-side computation predictable across sensor configurations. STELLA also supports on-device personalization, adapting only the lightweight tokenizer on small amounts of user-specific labelled data and augmenting inference with a local retrieval context, keeping the LLM, user data, and retrieval on device. Across seven public HAR datasets and eight benchmark settings, STELLA achieves new state-of-the-art performance, improving over prior methods by up to 11.83% F1; on-device personalization yields up to a further 21.91% F1 as user data accumulates after deployment. STELLA also outperforms representative time-series tokenizers under the same LLM pipeline and achieves real-time inference under practical mobile and edge budgets, showing that efficient sensor tokenization is a practical path toward accurate, private, and personalized LLM-based HAR on edge devices.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

関連するAIDB記事