基于时间序列嵌入的混合特征学习用于设备异常预测

📄 中文摘要

在设备的预测性维护中,基于深度学习的时间序列异常检测受到广泛关注,但纯深度学习方法在实际数据上往往无法达到足够的准确性。该研究提出了一种混合方法,将来自Granite TinyTimeMixer的64维时间序列嵌入与基于领域知识的28维统计特征相结合,以进行HVAC设备的异常预测任务。具体而言,结合了经过LoRA(低秩适应)微调的Granite TinyTimeMixer编码器提取的时间序列嵌入和包括趋势、波动性及回撤指标在内的28种统计特征,随后使用LightGBM梯度提升分类器进行学习。

📄 English Summary

Hybrid Feature Learning with Time Series Embeddings for Equipment Anomaly Prediction

In predictive maintenance of equipment, deep learning-based time series anomaly detection has gained significant attention; however, pure deep learning methods often struggle to achieve adequate accuracy on real-world data. This study proposes a hybrid approach that combines 64-dimensional time series embeddings from the Granite TinyTimeMixer with 28-dimensional statistical features derived from domain knowledge for HVAC equipment anomaly prediction tasks. Specifically, time series embeddings extracted from a Granite TinyTimeMixer encoder fine-tuned with LoRA (Low-Rank Adaptation) are integrated with 28 types of statistical features, including trend, volatility, and drawdown indicators, which are then learned using a LightGBM gradient boosting classifier.

Powered by Cloudflare Workers + Payload CMS + Claude 3.5

数据源: OpenAI, Google AI, DeepMind, AWS ML Blog, HuggingFace 等