菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-06
📄 Abstract - PCA-Driven Adaptive Sensor Triage for Edge AI Inference

Multi-channel sensor networks in industrial IoT often exceed available bandwidth. We propose PCA-Triage, a streaming algorithm that converts incremental PCA loadings into proportional per-channel sampling rates under a bandwidth budget. PCA-Triage runs in O(wdk) time with zero trainable parameters (0.67 ms per decision). We evaluate on 7 benchmarks (8--82 channels) against 9 baselines. PCA-Triage is the best unsupervised method on 3 of 6 datasets at 50% bandwidth, winning 5 of 6 against every baseline with large effect sizes (r = 0.71--0.91). On TEP, it achieves F1 = 0.961 +/- 0.001 -- within 0.1% of full-data performance -- while maintaining F1 > 0.90 at 30% budget. Targeted extensions push F1 to 0.970. The algorithm is robust to packet loss and sensor noise (3.7--4.8% degradation under combined worst-case).

顶级标签: systems model training data
详细标签: edge computing sensor networks pca bandwidth optimization streaming algorithm 或 搜索:

基于主成分分析的边缘AI推理自适应传感器筛选机制 / PCA-Driven Adaptive Sensor Triage for Edge AI Inference


1️⃣ 一句话总结

这篇论文提出了一种名为PCA-Triage的智能算法,它能在工业物联网带宽有限的情况下,自动决定哪些传感器数据最重要并优先传输,从而在只使用部分数据的情况下,让AI推理的准确率几乎和用全部数据时一样好。

源自 arXiv: 2604.05045