Switch language한국어
Back to the list

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

TL;DR AI

Key summary

2 min read
  1. Researchers introduced Parallax, a new Transformer attention method that keeps softmax while adding a learned local linear covariance correction.

  2. Unlike prior local linear attention methods, Parallax replaces a costly per-query linear solve with a parameterized projection matrix, making it easier to implement and faster to run.

  3. The design preserves the bias-variance benefits of local linear attention while staying compatible with streaming, GPU-friendly execution patterns used by FlashAttention.

  4. The result is a path to better attention quality and higher hardware efficiency at the same time, with relevance for large-scale LLM pretraining on modern GPUs like NVIDIA Hopper.

Read the original