PulseAugur
EN
LIVE 01:11:42

Nous Research's Lighthouse Attention speeds up LLM pretraining

Researchers at Nous Research have developed Lighthouse Attention, a novel hierarchical attention mechanism designed to accelerate the pretraining of large language models with long contexts. This method achieves a 1.4x to 1.7x speedup compared to standard FlashAttention by pooling queries, keys, and values symmetrically across a multi-level pyramid. Lighthouse Attention places the selection logic outside the attention kernel, allowing it to leverage optimized dense-attention kernels for improved efficiency during training. AI

IMPACT Accelerates LLM pretraining for long contexts, potentially enabling more efficient development of advanced models.

RANK_REASON The cluster describes a new research paper proposing a novel method for improving LLM training efficiency.

Read on MarkTechPost →

AI-generated summary · Google Gemini · from 3 sources. How we write summaries →

Nous Research's Lighthouse Attention speeds up LLM pretraining

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Research
The cluster describes a new research paper proposing a novel method for improving LLM training efficiency.
Source corroboration
3 independent sources
Multiple independent publishers reporting the same story raises confidence that it's real and newsworthy.
Topics
model release, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
133 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.
Coverage growth since scoring
+1 source(s) since last score
New sources have picked up this story since our last re-score. Score will update on the next scoring pass.

Full methodology in our editorial standards.

COVERAGE [3]

  1. MarkTechPost TIER_1 English(EN) · Asif Razzaq ·

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

    <p>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, L…

  2. Mastodon — sigmoid.social TIER_1 English(EN) · [email protected] ·

    Lighthouse Attention from Nous Research is a training-only selection-based hierarchical attention method that achieves 1.4-1.7x pretraining speedup on long cont

    Lighthouse Attention from Nous Research is a training-only selection-based hierarchical attention method that achieves 1.4-1.7x pretraining speedup on long context tasks by pooling Q, K, V across a multi-resolution pyramid and running FlashAttention on a dense sub-sequence. https…

  3. Mastodon — sigmoid.social TIER_1 English(EN) · [email protected] ·

    Nous Research has introduced Lighthouse Attention, a selection-based hierarchical mechanism for long-context LLM pretraining that pools queries, keys and values

    Nous Research has introduced Lighthouse Attention, a selection-based hierarchical mechanism for long-context LLM pretraining that pools queries, keys and values across a multi-resolution pyramid. The approach achieves 1.4-1.7x wall-clock speedup against standard FlashAttention. h…