Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Multi-output Classification using a Cross-talk Architecture for Compound Fault Diagnosis of Motors in Partially Labeled Condition

Created by
  • Haebom

Author

Wonjun Yi, Wonho Jung, Hyeonuk Nam, Kangmin Jang, Yong-Hwa Park

Outline

This paper presents a novel multi-output classification (MOC) framework for domain adaptation on partially labeled target datasets to address the challenges of complex fault diagnosis under diverse operating conditions, such as rotational speed and torque variations. Unlike conventional multi-class classification (MCC), the MOC framework simultaneously classifies the severity levels of complex faults. Various single-task and multi-task architectures, including shared trunk and crosstalk-based designs, are applied to the MOC formulation to perform complex fault diagnosis under partially labeled conditions. Specifically, we propose a novel crosstalk architecture, the Residual Neural Dimensionality Reducer (RNDR), which enables selective information sharing, to improve classification performance under complex fault scenarios. We incorporate frequency hierarchical normalization to enhance domain adaptation performance for motor vibration data. We evaluate the implemented complex fault conditions under six domain adaptation scenarios using a motor-based test setup. Experimental results demonstrate superior macro F1 performance compared to baseline models, demonstrating that the structural advantages of RNDR are more pronounced in complex fault settings than in single-fault settings. We also verified that frequency hierarchical normalization is more suitable for fault diagnosis tasks than existing methods, and analyzed RNDR and other models with increased number of parameters under various conditions, and compared them with the pruned RNDR structure.

Takeaways, Limitations

Takeaways:
We present an effective multi-output classification (MOC) framework for complex fault diagnosis in partially labeled datasets.
Improved classification performance in complex fault scenarios through a novel crosstalk architecture called RNDR.
Improving domain adaptation performance using frequency layer normalization.
The superiority of the proposed method was verified through various experiments.
Limitations:
Experimental results limited to a motor-based test setup. Generalizability to other types of rotating machines is required.
Although it was noted that the structural advantages of RNDR are more pronounced in complex fault settings than in single-fault settings, a detailed analysis of the single-fault setting is lacking.
Lack of detailed information about the dataset and settings used. Additional information is needed to ensure reproducibility.
👍