通过双粒度表征缓解少样本故障诊断中的遗忘与过拟合问题
Few-shot Class-incremental Fault Diagnosis by Preserving Class-Agnostic Knowledge with Dual-Granularity Representations
- 分设细粒度与粗粒度特征流,分别捕捉新故障特异性与共性知识
- 动态融合机制使稳定知识引导新知识学习,准确率达96.7%(TEP)
- 适合工业系统持续学习场景,尤其对小样本新故障诊断有显著提升
少样本类增量故障诊断(FSC-FD)旨在仅用少量新故障样本持续学习新类别,同时不遗忘旧知识,对真实工业系统至关重要。然而,该任务严重加剧了灾难性遗忘和对稀缺新数据的过拟合问题。为此,本文提出基于双粒度表征的新框架——双粒度引导网络(DGGN)。DGGN将特征学习分为两条并行路径:1)细粒度表征流,利用新型多阶交互聚合模块从有限新样本中提取判别性、类特定特征;2)粗粒度表征流,用于建模并保留跨所有故障类型的通用、类无关知识。二者通过多语义交叉注意力机制动态融合,其中稳定的粗粒度知识引导细粒度特征学习,防止过拟合并缓解特征冲突。为进一步缓解灾难性遗忘,设计了边界感知的原型优先策略。同时采用解耦平衡随机森林分类器,以应对数据不平衡导致的决策边界偏差。在TEP基准和真实世界MFF数据集上的大量实验表明,所提DGGN在诊断性能与稳定性上均优于现有先进方法。代码已公开于https://github.com/MentaY/DGGN。
原文摘要 · Abstract (English)
Few-Shot Class-Incremental Fault Diagnosis (FSC-FD), which aims to continuously learn from new fault classes with only a few samples without forgetting old ones, is critical for real-world industrial systems. However, this challenging task severely amplifies the issues of catastrophic forgetting of old knowledge and overfitting on scarce new data. To address these challenges, this paper proposes a novel framework built upon Dual-Granularity Representations, termed the Dual-Granularity Guidance Network (DGGN). Our DGGN explicitly decouples feature learning into two parallel streams: 1) a fine-grained representation stream, which utilizes a novel Multi-Order Interaction Aggregation module to capture discriminative, class-specific features from the limited new samples. 2) a coarse-grained representation stream, designed to model and preserve general, class-agnostic knowledge shared across all fault types. These two representations are dynamically fused by a multi-semantic cross-attention mechanism, where the stable coarse-grained knowledge guides the learning of fine-grained features, preventing overfitting and alleviating feature conflicts. To further mitigate catastrophic forgetting, we design a Boundary-Aware Exemplar Prioritization strategy. Moreover, a decoupled Balanced Random Forest classifier is employed to counter the decision boundary bias caused by data imbalance. Extensive experiments on the TEP benchmark and a real-world MFF dataset demonstrate that our proposed DGGN achieves superior diagnostic performance and stability compared to state-of-the-art FSC-FD approaches. Our code is publicly available at https://github.com/MentaY/DGGN
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。