arXiv:2608.19863eess.AScs.AI2026-08

用自回归预测音频片段嵌入,实现高效可扩展的音频表示学习

Listening Forward: Next Patch Embedding Prediction Enables Scalable Audio Learners

论文配图:Listening Forward: Next Patch Embedding Prediction Enables Scalable Audio Learners
图 1 · 摘自论文原文
  • 用因果Transformer预测音频频谱块嵌入,仅靠掩码和梯度截断训练
  • 在6个基准上达到顶尖微调性能,线性探测结果也优异
  • 设计极简,无需解码器或额外损失,注意力模式自然结构化

自监督学习推动了音频表征的重大进展,但现有方法日益依赖复杂的预训练方案。语言和视觉表征学习中最具影响力的进展则采用不同思路:不将编码器视为静态特征提取器,而是让模型从上下文中预测下一个元素——离散标记或连续嵌入。这种自回归预测提供了一种跨模态统一的预训练接口,促使模型学习数据分布。我们探究这一简单因果范式能否在音频领域取得强效表现,因音频具有天然的时间结构,适合预测片段嵌入。本文提出NAPE(Next-Audio-Patch-Embedding Prediction),一种自监督框架:使用因果Transformer,仅凭因果掩码和停止梯度信号,从前序嵌入预测对数梅尔频谱图中每个下一帧嵌入。设计刻意简洁,避免重建解码器、声学分词器、师生架构及辅助正则化损失。在六个音频与语音基准上,NAPE在多个任务上实现最先进的微调性能,且随编码器规模一致扩展,线性探测表现强劲。此外,模型自发产生结构化注意力模式,无需显式监督。

原文摘要 · Abstract (English)

Self-supervised learning (SSL) has driven substantial progress in audio representation learning, though existing methods have increasingly relied on elaborate pre-training recipes to reach competitive performance. A markedly different pre-training philosophy underpins the most influential progress in language modeling and, more recently, in visual representation learning: rather than train encoders as static feature extractors, models are trained to predict the next element, a discrete token or a continuous embedding, from the preceding context. Autoregressive prediction thereby provides a unified pre-training interface that transfers across modalities, compelling the model to learn the underlying data distribution. We ask whether such a simple causal paradigm can yield strong audio learners, given that audio's temporal structure makes autoregressive prediction of patch embeddings a natural fit. We introduce NAPE (Next-Audio-Patch-Embedding prediction), a self-supervised framework in which a causal Transformer predicts each next patch embedding of a log-mel spectrogram from the previous ones, using causal masking and stop-gradient as its sole training signal. The design is intentionally minimalist, avoiding reconstruction decoders, acoustic tokenizers, student-teacher setups, and auxiliary regularization losses. Across six audio and speech benchmarks, NAPE achieves state-of-the-art fine-tuning performance on several tasks, scales consistently across encoder sizes, and yields strong linear-probing results. NAPE also produces structured attention patterns without explicit supervision.

自监督学习音频表征自回归Transformer

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。