🤖 AI Summary
This work addresses acoustic scene classification on low-complexity devices under strict computational constraints, aiming to enhance model robustness across both seen and unseen devices. To this end, we propose a device-aware feature alignment loss, a dual-teacher knowledge distillation framework—integrating PaSST and a device-specialized teacher—and lightweight test-time fine-tuning guided by device labels. The student model, CP-MobileNet, ensures low inference latency while enabling efficient knowledge transfer. Experiments demonstrate that our approach achieves 57.93% accuracy on the development set, significantly outperforming the official baseline. Notably, it exhibits substantially improved generalization to unseen devices, validating the effectiveness of device-aware distillation and test-time adaptive fine-tuning.
📝 Abstract
In this technical report, we describe our submission for Task 1, Low-Complexity Device-Robust Acoustic Scene Classification, of the DCASE 2025 Challenge. Our work tackles the dual challenges of strict complexity constraints and robust generalization to both seen and unseen devices, while also leveraging the new rule allowing the use of device labels at test time. Our proposed system is based on a knowledge distillation framework where an efficient CP-MobileNet student learns from a compact, specialized two-teacher ensemble. This ensemble combines a baseline PaSST teacher, trained with standard cross-entropy, and a 'generalization expert' teacher. This expert is trained using our novel Device-Aware Feature Alignment (DAFA) loss, adapted from prior work, which explicitly structures the feature space for device robustness. To capitalize on the availability of test-time device labels, the distilled student model then undergoes a final device-specific fine-tuning stage. Our proposed system achieves a final accuracy of 57.93% on the development set, demonstrating a significant improvement over the official baseline, particularly on unseen devices.