Research Papers 论文研究 5h ago Updated 2h ago 更新于 2小时前 43

Dual-domain fused LSTM modeling for efficient time-dependent reliability analysis 双域融合LSTM建模用于高效时变可靠性分析

Introduction of Dual-domain Fused LSTM (DDF-LSTM) to address limitations in traditional surrogate models regarding time-independent variables. Novel architecture embedding time-independent variables into initial hidden states and mapping them alongside LSTM outputs to final predictions. Design of an improved loss function that increases sensitivity to minimum responses, enhancing the precision of failure probability estimation. Validation through four case studies demonstrating superior computat 提出双域融合长短期记忆网络(DDF-LSTM),解决传统代理模型难以同时处理时变随机过程与时不变随机变量的问题。 创新架构将时不变变量嵌入初始隐藏状态,并通过全连接层融合LSTM输出与时不变变量以映射最终结果。 设计改进的损失函数,增强模型对最小响应值的敏感度,从而显著提高失效概率估计的精度。 训练后的模型可结合蒙特卡洛模拟高效估算时变失效概率,在四个案例研究中验证了其计算效率与预测准确性。

55
Hot 热度
70
Quality 质量
60
Impact 影响力

Analysis 深度分析

TL;DR

  • Introduction of Dual-domain Fused LSTM (DDF-LSTM) to address limitations in traditional surrogate models regarding time-independent variables.
  • Novel architecture embedding time-independent variables into initial hidden states and mapping them alongside LSTM outputs to final predictions.
  • Design of an improved loss function that increases sensitivity to minimum responses, enhancing the precision of failure probability estimation.
  • Validation through four case studies demonstrating superior computational efficiency and predictive accuracy compared to existing methods.

Why It Matters

This research bridges a critical gap in applying deep learning to engineering reliability analysis by effectively handling mixed variable types (static and dynamic). For AI practitioners working in scientific machine learning, it offers a robust architectural pattern for integrating static metadata into sequential models, improving the fidelity of simulations in safety-critical systems.

Technical Details

  • Architecture: The DDF-LSTM model utilizes a dual-domain approach where time-independent random variables are injected into the initial hidden states of the LSTM, allowing the network to maintain awareness of static constraints throughout the temporal sequence.
  • Output Mapping: A fully connected layer is employed to fuse the LSTM's temporal outputs with the embedded time-independent variables, projecting them into the final output space representing the limit state function.
  • Loss Function Optimization: An enhanced loss function is implemented to specifically penalize errors in regions corresponding to minimum responses, thereby focusing the model's learning capacity on the most critical failure boundaries.
  • Application: The trained model serves as a high-fidelity surrogate, enabling rapid Monte Carlo simulations to estimate time-dependent failure probabilities with significantly reduced computational overhead.

Industry Insight

  • Scientific ML Integration: This approach highlights the importance of customizing neural network architectures to respect the physical nature of input data (static vs. dynamic) rather than treating all inputs as generic sequences.
  • Safety-Critical AI: As industries move toward AI-driven predictive maintenance and safety analysis, methods that accurately estimate low-probability failure events are essential for regulatory compliance and risk management.
  • Computational Efficiency: The ability to replace expensive physics-based simulations with efficient LSTM-based surrogates can drastically accelerate the design and validation cycles of long-term engineering systems.

TL;DR

  • 提出双域融合长短期记忆网络(DDF-LSTM),解决传统代理模型难以同时处理时变随机过程与时不变随机变量的问题。
  • 创新架构将时不变变量嵌入初始隐藏状态,并通过全连接层融合LSTM输出与时不变变量以映射最终结果。
  • 设计改进的损失函数,增强模型对最小响应值的敏感度,从而显著提高失效概率估计的精度。
  • 训练后的模型可结合蒙特卡洛模拟高效估算时变失效概率,在四个案例研究中验证了其计算效率与预测准确性。

为什么值得看

本文针对工程系统长期安全评估中的核心痛点,提供了一种结合深度学习与可靠性分析的新范式,有效突破了传统方法在处理混合不确定性因素时的局限。对于从事结构健康监测、风险评估及AI for Science的研究者而言,该模型展示了如何利用神经网络架构创新来提升复杂动态系统的仿真效率与精度。

技术解析

  • 模型架构:构建了一种双域融合的LSTM网络,专门用于联合处理时间依赖域和时间独立域的信息。时不变随机变量被嵌入到网络的初始隐藏状态中,使得模型能够在序列建模的起点就整合静态不确定性信息。
  • 输出映射机制:引入全连接层,将LSTM提取的时间序列特征与时不变变量共同映射到最终的输出空间。这种设计确保了模型能够捕捉随机变量、随机过程以及极限状态函数时间行为之间的复杂依赖关系。
  • 损失函数优化:提出了一种改进的损失函数,重点加强对最小响应值(即接近失效边界的情况)的敏感性。这一调整直接提升了模型在尾部区域预测的准确性,进而提高了失效概率估计的整体精度。
  • 应用流程:该方法首先通过数据训练DDF-LSTM模型,随后利用训练好的模型进行高效的蒙特卡洛模拟,以极低的计算成本估算时变失效概率,并在四个工程案例中验证了其优越性。

行业启示

  • AI与传统工程领域的深度融合:深度学习不再仅局限于感知任务,正在深入解决具有严格物理约束和统计要求的科学计算问题,特别是在可靠性分析和风险量化领域展现出巨大潜力。
  • 高效仿真替代方案的需求:随着工程系统复杂度的增加,传统数值模拟成本高昂。基于神经网络的代理模型结合蒙特卡洛方法,为实时或近实时的系统健康评估提供了可行的技术路径。
  • 混合不确定性建模的重要性:在实际工程中,静态参数不确定性和动态环境变化往往共存。开发能够同时处理这两类不确定性的统一框架,是提升系统安全评估准确性的关键趋势。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Deep Learning 深度学习 Engineering AI Engineering AI