Pseudo-label distillation compresses SSL audio models without accuracy loss
Compact model beats 4 SSL models on 5 years of DCASE benchmarks
Current discriminative anomalous sound detection (ASD) methods rely on expensive machine-information labels to train feature extractors, while self-supervised learning (SSL) alternatives are computationally heavy. To bridge this gap, Takuya Fujimura and Tomoki Toda introduce a pseudo-label distillation framework that extracts cheap labels from SSL features and uses them to train a compact discriminative extractor. This transfers SSL's high performance to a much smaller model, achieving state-of-the-art ASD accuracy at a fraction of the cost.
To further improve robustness, the authors propose lightweight Noise-Robust Feature Transformation (NRFT) methods that leverage a small amount of clean or isolated noise data. Evaluations on the DCASE 2020–2025 Task 2 datasets using four different SSL models show that pseudo-label distillation not only replicates SSL performance but often exceeds it when combined with coarse labels and data augmentation. NRFT provides additional gains, making the approach practical for real-world industrial monitoring where labeled data is scarce and edge deployment is key.
- Pseudo-label distillation transfers SSL model knowledge to a compact discriminative extractor, reducing model size and inference cost.
- Achieves competitive or better ASD performance on DCASE 2020–2025 Task 2 datasets compared to four large SSL models.
- Noise-robust feature transformation (NRFT) using minimal clean/noise data further boosts accuracy without adding significant complexity.
Why It Matters
Enables efficient, real-time anomaly detection on edge devices without costly labels or large SSL models.