paper-with-me

Papers

MoVE: Mixture of Value Embeddings -- A New Axis for Scaling Parametric Memory in Autoregressive Models

2026-01-30 · Yangyan Li arxiv

Autoregressive sequence modeling stands as the cornerstone of modern Generative AI, powering results across diverse modalities ranging from text generation to image generation. However, a fundamental limitation of this paradigm is the rigid structural coupling of model capacity to computational cost: expanding a model's parametric memory -- its repository of factual knowledge or visual patterns -- traditionally requires deepening or widening the network, which incurs a proportional rise in active FLOPs. In this work, we introduce $\textbf{MoVE (Mixture of Value Embeddings)}$, a mechanism that breaks this coupling and establishes a new axis for scaling capacity. MoVE decouples memory from compute by introducing a global bank of learnable value embeddings shared across all attention layers. For every step in the sequence, the model employs a differentiable soft gating mechanism to dynamically mix retrieved concepts from this bank into the standard value projection. This architecture allows parametric memory to be scaled independently of network depth by simply increasing the number of embedding slots. We validate MoVE through strictly controlled experiments on two representative applications of autoregressive modeling: Text Generation and Image Generation. In both domains, MoVE yields consistent performance improvements over standard and layer-wise memory baselines, enabling the construction of "memory-dense" models that achieve lower perplexity and higher fidelity than their dense counterparts at comparable compute budgets.

📄 PDF Abstract BibTeX arXiv:2601.22887

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationText Generation

Similar Papers 제목 키워드 기반

SensePOLAR: Word sense aware interpretability for pre-trained contextual word embeddings

2023-01-11 · Jan Engler, Sandipan Sikdar, Marlene Lutz, Markus Strohmaier

Adding interpretability to word embeddings represents an area of active research in text representation. Recent work has explored thepotential of embedding words via so-called polar dimensions (e.g. good vs. bad, correct…

Word Embeddings

DAG-MoE: From Simple Mixture to Structural Aggregation in Mixture-of-Experts

2026-05-31 · Jiarui Feng, Hanqing Zeng, Karish Grover, Ruizhong Qiu 외 arxiv

Mixture-of-Experts (MoE) models have become a leading approach for decoupling parameter count from computational cost in large language models, yet effectively scaling MoE performance remains a challenge. Prior work show…

Fast Compute for ML Optimization

2026-02-15 · Nick Polson, Vadim Sokolov arxiv

We study optimization for losses that admit a variance-mean scale-mixture representation. Under this representation, each EM iteration is a weighted least squares update in which latent variables determine observation an…

Mixture of Chapters: Scaling Learnt Memory in Transformers

2026-03-22 · Tasmay Pankaj Tibrewal, Pritish Saha, Ankit Meda, Kunal Singh 외 arxiv

Transformers lack an explicit architectural mechanism for storing and organizing knowledge acquired during training. We introduce learnable sparse memory banks: a set of latent tokens, randomly initialized and trained en…

JTok: On Token Embedding as another Axis of Scaling Law via Joint Token Self-modulation

2026-01-31 · Yebin Yang, Huaijin Wu, Fu Guo, Lin Yao 외 arxiv

LLMs have traditionally scaled along dense dimensions, where performance is coupled with near-linear increases in computational cost. While MoE decouples capacity from compute, it introduces large memory overhead and har…