Representation-Regularized Convolutional Audio Transformer for Audio Understanding
Bing Han, Chushu Zhou, Yifan Yang, Wei Wang, Chenda Li, Wangyou Zhang, Yanmin Qian
TL;DR
The paper tackles bootstrap-based self-supervised learning for audio, which suffers from single-scale processing and slow convergence when learning from scratch. It introduces the Convolutional Audio Transformer (CAT), which combines a Multi-resolution Block to capture hierarchical temporal-spectral structures with a Representation Regularization objective that aligns the student with frozen external encoders. The training objective integrates $L = L_p + \lambda_1 L_g + \lambda_2 L_r$, with $L_r = \| p_\delta(C_s^{(d)}) - T \|_2^2$ guiding the student using representations from encoders such as CLAP, Audio-MAE, or AST, and the teacher is updated via EMA. Empirically, CAT achieves new state-of-the-art results on AudioSet (50.2 mAP on AS-2M; 47.8–47.9 mAP on AS-20K) and ESC-50, while converging about 5× faster than prior bootstrap methods, demonstrating the value of combining multi-scale processing with external semantic guidance for efficient audio understanding.
Abstract
Bootstrap-based Self-Supervised Learning (SSL) has achieved remarkable progress in audio understanding. However, existing methods typically operate at a single level of granularity, limiting their ability to model the diverse temporal and spectral structures inherent in complex audio signals. Furthermore, bootstrapping representations from scratch is computationally expensive, often requiring extensive training to converge. In this work, we propose the Convolutional Audio Transformer (CAT), a unified framework designed to address these challenges. First, to capture hierarchical audio features, CAT incorporates a Multi-resolution Block that aggregates information across varying granularities. Second, to enhance training efficiency, we introduce a Representation Regularization objective. Drawing inspiration from generative modeling, this auxiliary task guides the student model by aligning its predictions with high-quality semantic representations from frozen, pre-trained external encoders. Experimental results demonstrate that CAT significantly outperforms baselines on audio understanding benchmarks. Notably, it achieves competitive performance on the AudioSet 20k dataset with 5 times faster convergence than existing methods. Codes and checkpoints will be released soon at https://github.com/realzhouchushu/CAT.
