对比Transformer、Mamba和xLSTM在音频自监督学习中的表现。
An overview of neural architectures for self-supervised audio representation learning from masked spectrograms
- 用掩码频谱图建模学习音频上下文表示,核心是预测被遮蔽的频谱部分。
- 在10个下游音频分类任务上,Mamba和xLSTM在长序列上优于Transformer。
- 首次系统对比三类模型,适合想选高效音频模型的研究者参考。
近年来,自监督学习因其无需标签数据即可训练深度神经表示而受到广泛关注。其中,掩码频谱图建模通过预测输入音频频谱中被移除或隐藏的部分,学习语义丰富的上下文表示。以Transformer为核心架构的该方法已成为构建通用音频表示(即音频基础模型)的主流方案。然而,Transformer中基于缩放点积注意力的机制随序列长度呈二次增长,引发对循环序列建模方法的新关注。目前,选择性结构状态空间模型(如Mamba)和扩展长短期记忆网络(xLSTM)是最具前景的两类替代方案,并已广泛应用。尽管相关研究持续增长,但对这两类方法与掩码频谱建模交叉领域的综述仍显不足。本文全面梳理了掩码频谱建模及Mamba、xLSTM等序列建模架构的研究进展,并在统一可复现框架下,于10个多样化的下游音频分类任务上对比了基于Transformer、Mamba和xLSTM的掩码频谱模型,帮助研究者根据具体应用需求做出合理选择。
原文摘要 · Abstract (English)
In recent years, self-supervised learning has amassed significant interest for training deep neural representations without labeled data. One such self-supervised learning approach is masked spectrogram modeling, where the objective is to learn semantically rich contextual representations by predicting removed or hidden portions of the input audio spectrogram. With the Transformer neural architecture at its core, masked spectrogram modeling has emerged as the prominent approach for learning general purpose audio representations, a.k.a. audio foundation models. Meanwhile, addressing the issues of the Transformer architecture, in particular the underlying Scaled Dot-product Attention operation, which scales quadratically with input sequence length, has led to renewed interest in recurrent sequence modeling approaches. Among them, Selective structured state space models (such as Mamba) and extended Long Short-Term Memory (xLSTM) are the two most promising approaches which have experienced widespread adoption. While the body of work on these two topics continues to grow, there is currently a lack of an adequate overview encompassing the intersection of these topics. In this paper, we present a comprehensive overview of the aforementioned research domains, covering masked spectrogram modeling and the previously mentioned neural sequence modeling architectures, Mamba and xLSTM. Further, we compare Transformers, Mamba and xLSTM based masked spectrogram models in a unified, reproducible framework on ten diverse downstream audio classification tasks, which will help interested readers to make informed decisions regarding suitability of the evaluated approaches to adjacent applications.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。