arXiv:2606.15199cs.AI2026-06中稿 · ICWS 2026

CogGuard通过分层建模实现边缘智能服务的主动预警,提升预测精度与部署效率。

CogGuard: Cognitive and Operational Profiling for Proactive Warning in Edge Intelligent Services

论文配图:CogGuard: Cognitive and Operational Profiling for Proactive Warning in Edge Intelligent Services
图 1 · 摘自论文原文
  • 用大模型离线构建认知与操作画像,小模型在线实时评分,解耦计算流程。
  • 在教育和运维场景中,预测误差低于15.4%,构建时间减少48%,训练时间降低19%。
  • 适合需低延迟、高隐私保护的边缘智能系统,如智慧教育、工业物联网。

主动预警是边缘智能服务的重要能力,系统需在严格延迟和隐私约束下预测用户能否成功完成任务。该预测依赖于从历史交互日志中提取的长期静态属性与短期动态状态。近期大语言模型(LLMs)具备强大的长上下文推理能力,可用于构建结构化用户画像,但现有方法在边缘部署面临两大挑战:(1)画像方法通常领域特定,缺乏跨服务场景的可复用抽象;(2)在异构边缘集群上微调对齐模型时,因输入序列长度差异导致同步开销过高。为此,我们提出 CogGuard,一个面向边缘智能服务的主动预警框架。CogGuard通过共享的静态-动态画像到评分管道,将离线的 LLM 画像构建与在线的 SLM 评分预测解耦,并在教育表现预警与操作任务结果预警两个典型场景中实现。为高效画像构建,设计场景特化的画像方法并引入前缀对齐的键值缓存复用,降低重复编码开销;针对边缘侧模型对齐,提出基于长度感知的分布式微调策略,结合对比正则化以缓解异构集群上的负载不均。在教育与运营数据集上的实验表明,CogGuard使画像构建时间最多减少48%,分布式微调时间减少19%,在100分制预警任务中分别达到13.4和5.9的平均绝对误差。在最大规模教育设置中,相比最强基线,预测误差降低15.4%。

原文摘要 · Abstract (English)

Proactive warning is an important capability for edge intelligent services, where the system predicts whether a subject will successfully complete an incoming task under strict latency and privacy constraints. Such prediction depends on both long-term static attributes and short-term dynamic states derived from historical interaction logs. Recent Large Language Models (LLMs) offer strong long-context reasoning for constructing structured profiles from these logs, but existing solutions face two challenges for edge deployment: (1) profiling methods are typically domain-specific and lack a reusable abstraction across service scenarios, and (2) fine-tuning alignment models on heterogeneous edge clusters incurs high synchronization overhead due to the variance in input sequence lengths. To address these challenges, we propose CogGuard, a proactive-warning framework for edge intelligent services. CogGuard decouples offline LLM-based profile construction from online Small Language Model (SLM)-based score prediction through a shared static-dynamic profile-to-score pipeline, and instantiates it in two representative scenarios: educational performance warning and operational task outcome warning. For efficient profile construction, we design scenario-specific profiling methods with prefix-aligned KV-cache reuse to reduce repeated encoding overhead. For edge-side model alignment, we propose a length-aware distributed fine-tuning strategy with contrastive regularization to mitigate workload imbalance on heterogeneous clusters. Experiments on education and operation datasets show that CogGuard reduces profile construction time by up to 48% and distributed fine-tuning time by 19%, while achieving MAEs of 13.4 and 5.9, respectively, on 100-point-scale warning tasks. In the largest educational setting, CogGuard reduces prediction error by 15.4% compared with the strongest baseline.

边缘智能主动预警大模型小模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。