跳转至

文章背景与核心概要

在数据驱动的预测性维护(PdM)中,传统特征提取通常被视为静态的预处理步骤:无论下游模型或预测时域如何变化,都重复使用单一的描述符集。本文通过引入基于双阶段 MLP-QRNN 层次结构的分位数引导特征提取框架,重新评估了表征学习阶段。

作者在来自9个工厂的72台机器上,对涵盖1小时、70小时和30天时域的固定13种流水线消融方案进行了评估,结果表明:除非进行适当的缩放,否则特征表征无法在不同时域之间可靠地迁移。因此,该框架主张将 PdM 特征提取视为一个动态的、受时域条件约束的表征阶段。


工业制造系统中用于多时域预测性维护的分位数引导特征提取

Quantile-Led Feature Extraction for Multi-Horizon Predictive Maintenance in Industrial Manufacturing Systems

作者: David J. Poland, Daniele Ravi, Na Helian
发布时间: 2026年9月7日
主要学科: 人工智能 (cs.AI)
arXiv: 2609.07533 | DOI: 10.48550/arXiv.2609.07533


📌 摘要

📌 Summary

在数据驱动的预测性维护(PdM)中,特征提取通常被视为静态的预处理步骤:无论下游模型或预测时域如何变化,都重复使用单一的描述符集。本文通过引入基于双阶段 MLP-QRNN 层次结构的分位数引导特征提取框架,重新评估了表征学习阶段。

In data-driven predictive maintenance (PdM), feature extraction is traditionally treated as a static preprocessing step where a single descriptor set is reused regardless of changes to downstream models or forecasting horizons. This paper re-evaluates the representation-learning stage by introducing a quantile-led feature-extraction framework based on a dual-stage MLP-QRNN hierarchy.

作者在来自9个工厂的72台机器上,对涵盖1小时、70小时和30天时域的固定13种流水线消融方案进行了评估,结果表明:除非进行适当的缩放,否则特征表征无法在不同时域之间可靠地迁移。因此,该框架主张将 PdM 特征提取视为一个动态的、受时域条件约束的表征阶段。

Evaluating a fixed 13-pipeline ablation across 1-hour, 70-hour, and 30-day regimes on 72 machines across 9 facilities, the authors demonstrate that feature representations do not transfer reliably across horizons unless scaled appropriately. Consequently, the framework advocates treating PdM feature extraction as a dynamic, horizon-conditioned representational stage.


🏗️ 方法论:双阶段 MLP-QRNN 层次结构

🏗️ Methodology: Dual-Stage MLP-QRNN Hierarchy

  • 第一阶段 (QRNN1): 为每个单独的传感器通道学习广泛的十个分位数条件分布。
  • 第二阶段 (QRNN2): 利用跳跃连接来精炼保留的中尾部分位数集,将其提炼为紧凑、通道解析且具有分布感知能力的特征。

  • First Stage (QRNN1): Learns a broad ten-quantile conditional distribution for each individual sensor channel.

  • Second Stage (QRNN2): Utilizes skip connections to refine a retained mid-tail quantile set, distilling it into compact, channel-resolved, and distribution-aware features.

📊 关键发现与结果

📊 Key Findings & Results

  • 分位数容量的影响: 当启用注意力机制时,将保留的中尾部分位数集从两个增加到四个可显著改善短期性能,实现 75.92%(30分钟)72.44%(60分钟) 的 F1 分数。
  • 时域迁移能力的局限性: 未经修改的短期提取器在应用于长期预测时性能显著下降,在 70 小时时 F1 分数跌至 42.90%
  • 时域条件化的价值: 受时域条件约束的提取器成功适应了扩展的工作负载,在 70 小时时达到 60.38% 的 F1 分数,在 30 天时达到 79.97% 的 F1 分数。
  • Impact of Quantile Capacity: Increasing the retained mid-tail quantile set from two to four quantiles significantly improves short-term performance, achieving an F1-score of 75.92% (30-minute) and 72.44% (60-minute) when attention mechanisms are enabled.
  • Horizon Transferability Limits: Unmodified short-term extractors degrade substantially when applied to long-term forecasting, dropping to an F1-score of 42.90% at 70 hours.
  • Value of Horizon Conditioning: Horizon-conditioned extractors successfully adapt to extended workloads, reaching 60.38% F1 at 70 hours and 79.97% F1 at 30 days.

🔗 链接与资源

license icon