FrontierThe story, in brief

Nous Research Proposes Lighthouse Attention: A Training-Only Selection-Based Hierarchical Attention That Delivers 1.4–1.7× Pretraining Speedup at Long Context

1.4–1.7× faster. Nous Research just cut long-context pretraining time in half with Lighthouse Attention—and then throws it away.

Illustration of a transparent lens revealing connected networks across layers of paper.
Exploring the next frontier of AI research.AI illustration by KeyNews
The KeyNews take

Why it matters

Nous Research demonstrates a training-efficiency breakthrough that could reshape pretraining economics for long-context models. By reducing attention complexity from O(N·S·d) to O(S²·d), Lighthouse Attention unlocks meaningful wall-clock speedups without sacrificing final model quality—a rare win in the speed-vs-performance tradeoff.

The key facts

6 to know
  1. 1.40–1.69× end-to-end wall-clock speedup vs cuDNN SDPA baseline

  2. Tested on 530M Llama-3-style model at 98K context length

  3. Training-only mechanism; removed post-pretraining

  4. Symmetric Q, K, V pooling across multi-resolution pyramid

  5. Matching or lower final training loss vs baseline

  6. Reduces attention complexity from O(N·S·d) to O(S²·d)

Go to the source

MarkTechPostmarktechpost.com

Publisher excerpt: Nous Research has published Lighthouse Attention, a selection-based hierarchical attention mechanism that wraps around standard scaled dot-product attention during pretraining and is removed afterward. Unlike prior methods such as NSA and HISA that pool only keys and values, Lighthouse pools Q, K,…
Read original report
Back to today's editionMore frontier news

Keep reading

Related stories

More from Frontier