paper-with-me

Papers

Next-Token Prediction Learns Generalisable Representations of Sleep Physiology

2026-06-08 · Jonathan F. Carter, Lionel Tarassenko arxiv

Foundation models offer a promising route to compress multi-modal physiological signals into compact representations of human health, with broad applications across sleep medicine, cardiology, neurology and other healthcare domains. Existing models have typically been trained with masked-reconstruction or contrastive objectives. However, masked reconstruction may be poorly suited to the stochastic nature of these signals, while contrastive approaches rely on positive-pair definitions despite the semantic invariances of physiological signals being poorly understood. In this work, we show that next-token prediction is a simple and scalable alternative. We develop Hypnos, a multi-modal sleep foundation model trained using eight different sensing modalities (e.g. EEG, ECG, respiratory signals) drawn from over 20,000 overnight polysomnography recordings. We tokenize each modality into streams of discrete tokens using residual vector quantization, then train a large auto-regressive RQ-Transformer to jointly predict the next token across all modalities in parallel. After training, Hypnos can be applied to continuous streams of sensor data from any subset of supported modalities, generating embeddings for downstream tasks. Across a range of benchmarks, Hypnos significantly outperforms existing foundation models. In sleep stage classification, we match the performance of strong supervised baselines on held-out test sets whilst using \(100\times\) less labelled data. Hypnos even generalises to daytime physiology, surpassing a dedicated ECG foundation model at detecting atrial fibrillation. Our results demonstrate that next-token prediction is a strong self-supervised objective for representation learning from multi-modal physiological signals.

📄 PDF Abstract BibTeX arXiv:2606.09605

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Learning to Compress: Unlocking the Potential of Large Language Models for Text Representation

2025-11-21 · Yeqin Zhang, Yizheng Zhao, Chen Hu, Binxing Jiao 외 arxiv

Text representation plays a critical role in tasks like clustering, retrieval, and other downstream applications. With the emergence of large language models (LLMs), there is increasing interest in harnessing their capab…

Contrastive Learning

NCP-ArchPreview Technical Report: Moving towards Latent Space Language Models through Next Concept Prediction

2026-09-09 · NCP Team, Jiaqi Cao, Chiyu Chen, Shuang Cheng 외 hf

We introduce NCP-ArchPreview, a latent-space language model that pushes autoregressive pretraining beyond standard next-token prediction (NTP). Alongside NTP, the model learns through Next Concept Prediction (NCP) to pre…

Domain Adaptation

The Patient is not a Moving Document: A World Model Training Paradigm for Longitudinal EHR

2026-01-29 · Irsyad Adam, Zekai Chen, David Laprade, Shaun Porwal 외 arxiv

Large language models (LLMs) trained with next-word-prediction have achieved success as clinical foundation models. Representations from these language backbones yield strong linear probe performance across biomedical ta…

Context-level Language Modeling by Learning Predictive Context Embeddings

2025-10-23 · Beiya Dai, Yuliang Liu, Daozheng Xue, Yunchong Song 외 arxiv

We propose ContextLM, a framework that implicitly learns multi-token prediction by augmenting standard pretraining with an intrinsic next-context prediction objective. ContextLM builds a language model on top of context …

Next-Latent Prediction Transformers Learn Compact World Models

2025-11-08 · Jayden Teoh, Manan Tomar, Kwangjun Ahn, Edward S. Hu 외 arxiv

Transformers replace recurrence with a memory that grows with sequence length and self-attention that enables ad-hoc lookups over past tokens. Consequently, they lack an inherent incentive to compress history into compac…