paper-with-me

홈 › Papers

L$^3$: Large Lookup Layers

2026-01-29 · Albert Tseng, Christopher De Sa arxiv

Modern sparse language models typically achieve sparsity through Mixture-of-Experts (MoE) layers, which dynamically route tokens to dense MLP "experts." However, dynamic hard routing has a number of drawbacks, such as potentially poor hardware efficiency and needing auxiliary losses for stable training. In contrast, the tokenizer embedding table, which is natively sparse, largely avoids these issues by selecting a single embedding per token at the cost of not having contextual information. In this work, we introduce the Large Lookup Layer (L$^3$), which generalizes embedding tables to model decoder layers as a means of further scaling sparsity. L$^3$ layers use static token-based routing to aggregate a set of learned embeddings per token in a context-dependent way, allowing the model to efficiently balance memory and compute by caching information in embeddings. L$^3$ has two main components: (1) a systems-friendly architecture that allows for fast training and CPU-offloaded inference with no overhead, and (2) an information-theoretic embedding allocation algorithm that effectively balances speed and quality. We empirically test L$^3$ by training transformers with up to 2.6B active parameters and find that L$^3$ strongly outperforms both dense models and iso-sparse MoEs in both language modeling and downstream tasks.

📄 PDF Abstract BibTeX arXiv:2601.21461

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learnable Lookup Table for Neural Network Quantization

2022-01-01 · CVPR 2022 1 · Longguang Wang, Xiaoyu Dong, Yingqian Wang, Li Liu 외

Neural network quantization aims at reducing bit-widths of weights and activations for memory and computational efficiency. Since a linear quantizer (i.e., round(*) function) cannot well fit the bell-shaped distribut…

Computational Efficiencyimage-classificationImage ClassificationImage Super-Resolution+3

Fully Trainable Deep Differentiable Logic Gate Networks and Lookup Table Networks

2026-07-10 · Wout Mommen, Lars Keuninckx, Matthias Hartmann, Werner Van Leekwijck 외 arxiv

We introduce a novel method for both partial and full optimization of the connections in deep differentiable logic gate networks (LGNs) and lookup table networks (LUTNs). Our training method utilizes a probability distri…

Conditional Memory via Scalable Lookup: A New Axis of Sparsity for Large Language Models

2026-01-12 · Xin Cheng, Wangding Zeng, Damai Dai, Qinyu Chen 외 arxiv

While Mixture-of-Experts (MoE) scales capacity via conditional computation, Transformers lack a native primitive for knowledge lookup, forcing them to inefficiently simulate retrieval through computation. To address this…

LookupViT: Compressing visual information to a limited number of tokens

2024-07-17 · Rajat Koner, Gagan Jain, Prateek Jain, Volker Tresp 외

Vision Transformers (ViT) have emerged as the de-facto choice for numerous industry grade vision solutions. But their inference cost can be prohibitive for many settings, as they compute self-attention in each layer whic…

Image Captioningimage-classificationImage ClassificationVideo Classification

Pixel Embedding: Fully Quantized Convolutional Neural Network with Differentiable Lookup Table

2024-07-23 · Hiroyuki Tokunaga, Joel Nicholls, Daria Vazhenina, Atsunori Kanemura

By quantizing network weights and activations to low bitwidth, we can obtain hardware-friendly and energy-efficient networks. However, existing quantization techniques utilizing the straight-through estimator and piecewi…

Quantization