English

Representation-Regularized Convolutional Audio Transformer for Audio Understanding

Audio and Speech Processing 2026-01-30 v1 Artificial Intelligence Sound

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.

Keywords

Cite

@article{arxiv.2601.21612,
  title  = {Representation-Regularized Convolutional Audio Transformer for Audio Understanding},
  author = {Bing Han and Chushu Zhou and Yifan Yang and Wei Wang and Chenda Li and Wangyou Zhang and Yanmin Qian},
  journal= {arXiv preprint arXiv:2601.21612},
  year   = {2026}
}

Comments

12 pages, 3 figures

R2 v1 2026-07-01T09:25:34.344Z