FrontierThe story, in brief

Parallax: A Parameterized Local Linear Attention That Keeps Softmax and Adds a Learned Covariance Correction Branch

Parallax doubles arithmetic intensity while keeping softmax. Here's why that matters for your model's inference cost.

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

A new attention mechanism improves computational efficiency and perplexity across model scales (0.6B–1.7B), addressing a core constraint in LLM deployment: the speed-quality tradeoff.

The key facts

10 to know
  1. Parallax replaces per-query solver with learned projector

  2. 2x arithmetic intensity improvement over LLA

  3. Perplexity gains at 0.6B and 1.7B parameter scales

  4. Preserves softmax (backward compatible)

  5. Adds learned covariance correction branch

  6. Parallax replaces LLA per-query solver with learned projector

  7. 2x arithmetic intensity improvement claimed

  8. Perplexity improvements at 0.6B and 1.7B parameter scales

  9. Maintains softmax while adding learned covariance correction

  10. Published on MarkTechPost (academic/technical venue)

Go to the source

MarkTechPostmarktechpost.com

Publisher excerpt: Parallax replaces LLA's per-query solver with a learned projector, doubling arithmetic intensity and improving perplexity at 0.6B and 1.7B.
Read original report
Back to today's editionMore frontier news

Keep reading

Related stories

More from Frontier