paper-with-me

홈 › Papers

Listening Forward: Next Patch Embedding Prediction Enables Scalable Audio Learners

2026-08-20 · Umberto Cappellazzo, Xubo Liu, Stavros Petridis, Maja Pantic arxiv

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.

📄 PDF Abstract BibTeX arXiv:2608.19863

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised LearningRepresentation Learning

Similar Papers 제목 키워드 기반

Future Token Prediction -- Causal Language Modelling with Per-Token Semantic State Vector for Multi-Token Prediction

2024-10-23 · Nicholas Walker

Causal decoder-only transformer models used for generative language modelling, such as Generative Pre-trained Transformers (GPT), are trained to predict the next token in a sequence based only on its previous tokens. Des…

DecoderLanguage ModellingPositionPrediction+2

A prediction-based forward-looking vehicle dispatching strategy for dynamic ride-pooling

2024-03-11 · Xiaolei Wang, Chen Yang, Yuzhen Feng, Luohan Hu 외

For on-demand dynamic ride-pooling services, e.g., Uber Pool and Didi Pinche, a well-designed vehicle dispatching strategy is crucial for platform profitability and passenger experience. Most existing dispatching strateg…

Recurrent Joint Embedding Predictive Architecture with Recurrent Forward Propagation Learning

2024-11-10 · Osvaldo M Velarde, Lucas C Parra

Conventional computer vision models rely on very deep, feedforward networks processing whole images and trained offline with extensive labeled data. In contrast, biological vision relies on comparatively shallow, recurre…

Self-Supervised Learning

Next Patch Prediction for Autoregressive Visual Generation

2024-12-19 · Yatian Pang, Peng Jin, Shuo Yang, Bin Lin 외

Autoregressive models, built based on the Next Token Prediction (NTP) paradigm, show great potential in developing a unified framework that integrates both language and vision tasks. In this work, we rethink the NTP for …

Image GenerationPrediction

Next-Embedding Prediction Makes Strong Vision Learners

2025-12-18 · Sihan Xu, Ziqiao Ma, Wenhao Chai, Xuweiyi Chen 외 arxiv

Inspired by the success of generative pretraining in natural language, we ask whether the same principles can yield strong self-supervised visual learners. Instead of training models to output features for downstream use…

Self-Supervised LearningSemantic Segmentation