通过时域与时频域融合,提升小样本时间序列分类准确率。
Dual-Domain Fusion for Semi-Supervised Learning
- 结合时域信号与时频图,双域协同训练以挖掘互补信息。
- 在两个故障诊断数据集上,准确率提升8%至46%。
- 部署成本不变,适合工业场景中标签稀缺的时序任务。
标注的时间序列数据通常昂贵且难以获取,导致在异常检测或故障诊断等实际应用中训练高精度模型面临挑战。标签样本稀缺限制了模型泛化能力,使大量无标签数据未能充分利用。本文提出一种新型、模型无关的半监督学习框架Dual-Domain Fusion(DDF),适用于任意时间序列信号。DDF通过将一维时域信号与其二维时频表示相结合,在双域进行联合训练,并通过融合机制最大化学习性能。其三模型架构包含时域、时频和融合组件,使模型在训练中能有效利用跨域互补信息。为支持实际部署,DDF在推理阶段舍弃时频与融合分支,保持与标准时域模型相同的计算开销。在两个公开的故障诊断数据集上的实验表明,相较于FixMatch、MixMatch、Mean Teacher、对抗训练和自训练等广泛使用的半监督方法,DDF实现了8%至46%的显著准确率提升。结果表明,DDF为半监督时间序列分类提供了一种高效且可推广的策略。
原文摘要 · Abstract (English)
Labeled time-series data is often expensive and difficult to obtain, making it challenging to train accurate machine learning models for real-world applications such as anomaly detection or fault diagnosis. The scarcity of labeled samples limits model generalization and leaves valuable unlabeled data underutilized. We propose Dual-Domain Fusion (DDF), a new model-agnostic semi-supervised learning (SSL) framework applicable to any time-series signal. DDF performs dual-domain training by combining the one-dimensional time-domain signals with their two-dimensional time-frequency representations and fusing them to maximize learning performance. Its tri-model architecture consists of time-domain, time-frequency, and fusion components, enabling the model to exploit complementary information across domains during training. To support practical deployment, DDF maintains the same inference cost as standard time-domain models by discarding the time-frequency and fusion branches at test time. Experimental results on two public fault diagnosis datasets demonstrate substantial accuracy improvements of 8-46% over widely used SSL methods FixMatch, MixMatch, Mean Teacher, Adversarial Training, and Self-training. These results show that DDF provides an effective and generalizable strategy for semi-supervised time-series classification.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。