菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-05
📄 Abstract - Lightweight and Scalable Transfer Learning Framework for Load Disaggregation

Non-Intrusive Load Monitoring (NILM) aims to estimate appliance-level consumption from aggregate electrical signals recorded at a single measurement point. In recent years, the field has increasingly adopted deep learning approaches; however, cross-domain generalization remains a persistent challenge due to variations in appliance characteristics, usage patterns, and background loads across homes. Transfer learning provides a practical paradigm to adapt models with limited target data. However, existing methods often assume a fixed appliance set, lack flexibility for evolving real-world deployments, remain unsuitable for edge devices, or scale poorly for real-time operation. This paper proposes RefQuery, a scalable multi-appliance, multi-task NILM framework that conditions disaggregation on compact appliance fingerprints, allowing one shared model to serve many appliances without a fixed output set. RefQuery keeps a pretrained disaggregation network fully frozen and adapts to a target home by learning only a per-appliance embedding during a lightweight backpropagation stage. Experiments on three public datasets demonstrate that RefQuery delivers a strong accuracy-efficiency trade-off against single-appliance and multi-appliance baselines, including modern Transformer-based methods. These results support RefQuery as a practical path toward scalable, real-time NILM on resource-constrained edge devices.

顶级标签: systems model training machine learning
详细标签: transfer learning load disaggregation edge computing energy monitoring non-intrusive load monitoring 或 搜索:

用于负荷分解的轻量级可扩展迁移学习框架 / Lightweight and Scalable Transfer Learning Framework for Load Disaggregation


1️⃣ 一句话总结

这篇论文提出了一个名为RefQuery的轻量级框架,它能让一个预先训练好的模型通过只学习少量设备特征,就能灵活、高效地在不同家庭中分解出多种电器的用电量,非常适合在计算资源有限的边缘设备上实时运行。

源自 arXiv: 2603.04998