菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-06
📄 Abstract - YOTOnet: Zero-Shot Cross-Domain Fault Diagnosis via Domain-Conditioned Mixture of Experts

Mechanical equipment forms the critical backbone of modern industrial production, yet domain shift severely limits the generalization of deep learning based fault diagnosis models across different equipment and operating this http URL by the success of foundation models in achieving zero-shotgeneralization, we propose YOTOnet (You Only Train Once), a novel architecture specifically designed for cross-domain fault diagnosis in mechanical this http URL comprises three core components: (1) a physics-aware Invariant Feature Distiller that extracts domain-agnostic representations using multi-scale dilated convolutions and FFT-based time-frequency fusion,(2) Domain-Conditioned Sparse Experts (DC-MoE) that adaptively route inputs to specialized processors via learned gating without external meta-data, and (3) a dual-head classification system with auxiliary this http URL validation on five public bearing datasets (CWRU, MFPT, XJTU,OTTAWA, HUST) through 30 cross-dataset protocols demonstrates the superiority of YOTOnet compared with other state-of-the-art methods. Critically, we observe a clear scaling effect-average test F1 improves from 0.5339(1 training dataset) to 0.705 (4 datasets), with a clear gain when moving from 3 to 4 datasets. These findings provide empirical evidence that foundation model principles can enable robust, train-once deployment for industrial fault diagnosis.

顶级标签: machine learning systems
详细标签: fault diagnosis domain shift mixture of experts zero-shot generalization time-frequency fusion 或 搜索:

YOTOnet:基于领域条件专家混合的零样本跨域故障诊断方法 / YOTOnet: Zero-Shot Cross-Domain Fault Diagnosis via Domain-Conditioned Mixture of Experts


1️⃣ 一句话总结

本文提出了一种名为YOTOnet的深度学习架构,通过结合物理感知特征提取、领域条件稀疏专家网络和双头分类系统,使得模型在多个不同机械设备数据集上仅训练一次就能直接泛化到新设备或新工况下进行故障诊断,无需重新训练或获取目标域数据,在30组跨数据集测试中取得了最优性能,并验证了随着训练数据增加模型效果持续提升的规模化特性。

源自 arXiv: 2605.04528